-
Posts
1,992 -
Joined
-
Last visited
-
Days Won
41
brycec's Achievements
Single Status Update
-
Wish Plex allowed OPML exports of podcasts, so I could back them up, like RSS feeds can be.
Oh well, I was able to get around things by writing a CLI generator in Swift that worked on Mac and Linux.
-
-
Yeah, people were wanting OPML export, and if I could use Swift for a plugin on Plex, that would not be a problem for me to do, since Swift has the stuff needed to easily create XML files.
Plus, there is a library that can read feeds in either RSS (including podcast support), Atom, or JSON, which really helps. Only bad thing about the library is that each feed type is its own class and there is no super class, to easily create an array with all feed types.
-