HI again,
unfortunately, the iTunes API treats podcasts as tracks, so no “episodes” in this case get returned I could use to make a tracklist for this podcast.
essentially , using the id you are using, the query that gets run against the api is this
https://itunes.apple.com/lookup?id=483226561
if you execute this in your browser, you’ll see that only one “track” of type “podcast” gets returned and no other episodes (i.e tracklist)
sorry, but there’s nothing i can do as that’s just the way the iTunes API handles things. (nope, doesn’t make sense to me either but what can i do)….
maybe someone can come up with a query with an ID that DOES return the episodes of a podcast too and I’d happily change the plugin accordingly, but for the moment I have to mark this as resolved as in “cannot fix” as the API does not return any of this info…:(