-
-
Notifications
You must be signed in to change notification settings - Fork 9
Procedure for Changing Media Download URL Scheme? #35
I'm looking to move my podcast's download URL scheme to a new subdomain with a different path. How do I keep OP3 from seeing all of my previous episodes as all new episodes? I know the podcast itself supports having a GUID, but I don't think individual episodes do. What key/value is used to uniquely identify each episode?
All reactions
Answered by
johnspurlock-skymethod
Aug 22, 2024
Individual episodes absolutely do have a guid, the rss <item>-level <guid> tag [1]. Just make sure those do not change when updating your url scheme and you should be all set.
Replies: 1 comment 1 reply
Individual episodes absolutely do have a guid, the rss <item>-level <guid> tag [1]. Just make sure those do not change when updating your url scheme and you should be all set.
All reactions
1 reply
Thanks!
All reactions
Answer selected by
leoherzog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment