You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some podcasts never have their episodes sync to Ryot during the Audiobookshelf (ABS) integration
Root cause: iTunes uses the RSS <itunes:title> while ABS uses the RSS <title>
When those two fields differ (common pattern: RSS <title> starts with "1. " but <itunes:title> does not), Ryot compares iTunes title to ABS title and fails to match episodes, so progress isn't synced.
<item>
<title>11. Introducing The AMC+ Interview with the Vampire Podcast</title>
...
<itunes:title>Introducing The AMC+ Interview with the Vampire Podcast</itunes:title>
...
</item>
ABS uses the RSS episode's <title> ("11. …"), Ryot uses iTunes/itunes:title ("Introducing …"), so the two don't match and Ryot never links the ABS episode to the iTunes episode.
Summary
Example
Images