Replies: 3 comments 1 reply
-
Hi David, which one is the correct version of your show? I see: As long as the urls are associated to one and only one item in the feed, they should roll up to the show successfully. The OP3 prefix will redirect any link, but it is primarily intended for podcast episode redirects (hence the "e" in the prefix). However, some have used it for live streams, which is fine since it's also an artifact in the public rss feed. Transcripts to me fall within the category of things that I'd be fine with you experimenting with if it helps you. Just make sure the prefix url resides in a public rss feed. You won't be able to tie transcripts to "downloads", but you can certainly use the "redirect logs" api to keep track of how often they are requested, from where, and from which user agent. In general, I stop redirects working from most other uses of the open redirect service, because spammers love them - but I will make sure transcripts go through fine. |
Beta Was this translation helpful? Give feedback.
-
https://kdeexpress.gitlab.io/posts/kdeexpress/index.xml Then we split this xml in two We are in our way to implement the alternate enclosures and fix the atom rel link to point right url, given that now all 3 xml point to the first one with 2 enclosures. I will have a look at the API to see if I'm able to make use of it (I'm a sysadmin with limited dev skills 😁) Thanks for the input and for OP3 in general. |
Beta Was this translation helpful? Give feedback.
-
I see, bear in mind most players do not support multiple The OP3 api to query redirects should not be too daunting. Start here https://op3.dev/api/docs#tag/redirect-logs/operation/queryRedirectLogs and you can add the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now we have 2 feeds for the same podcast, one with de audio in ogg and another in mp3, but the same guid. Not sure if OP3 detects this and mix the downloads stats, but thinking about that we came with a question.
What would happen if we also put the prefix in the
<podcast:transcript url="
would this mess things up. It would be recorded but not used?It's a crazy idea or just out of scope to use OP3 to also track transcripts "usage"?. We think it could be a good measure of the adoption of the tag.
PD: Thanks for this great service.
Beta Was this translation helpful? Give feedback.
All reactions