Is it any way to import/export Radio Station list of Rhythmbox?
If not, could you please suggest me any good music player which has similar functionality like Rhythmbox?
Thank you!
|
Is it any way to import/export Radio Station list of Rhythmbox? If not, could you please suggest me any good music player which has similar functionality like Rhythmbox? Thank you! |
|||||||
|
|
rhythmbox stores information about all music-files in ~/.local/share/rhythmbox/rhythmdb.xml Entries concerning radiostations start with "entry type iradio". |
|||
|
|
here's a python script to do the same thing, i.e. extract names and locations of internet radio stations from the xml data base used by Rhythmbox:
(I started with this tutorial on working with XML data bases from within python: http://oreilly.com/catalog/pythonxml/chapter/ch01.html) |
||||
|
|
|
You can use xmlstarlet to pull the essential data out of your XML file. See here for details: http://steffen67.blogspot.com/2011/05/how-to-export-rhythmbox-radio-stations.html |
|||||||||
|