Skip to content

fsperling/banshee-podcast-opml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Banshee Podcast OPML

This script exports banshee podcast information to an OPML file, which can be imported into feed readers, podcatchers, etc. To do so, simply make the script executable, add your name and email address to it (if you want), and run it.

The banshee database is expected to be at ~/.config/banshee-1/banshee.db. If it isn't, you'll need to modify the script.

The OPML is output to std out, which can be directed to a file.

Required gems

You will need the SQLite3 and builder gems (gem install sqlite3 builder).

Attribution and Licence

XML building was copied from [ this blog post

It's not exactly complex, but fwiw this script is public domain if you want to build on it.

About

Export OPML for your podcasts from banshee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%