How to import Rhythmbox podcasts into Banshee?
-
With Natty, the default music-player changed from Rhythmbox to Banshee. While my music seems to have moved along, the podcasts didn't. I have therefore two questions : How can I listen the podcasts I downloaded with Rhythmbox from Banshee ? How can I ask Banshee to automatically download the podcasts Rhythmbox was downloading for me? Edited to add a clarification : I'm interested in a way to subscribe to all the podcasts I was subscribed to in Rhythmbox. I'm asking this question because I'd prefer not to subscribe to the podcasts one by one.
-
Answer:
This is more a workaround then an answer. You can get a list of podcast that you are subscribed in Rhythmbox with: apt-get install xgrep xgrep -x '/rhythmdb/entry[@type="podcast-feed"]/location/text()' ~/.local/share/rhythmbox/rhythmdb.xml | grep ^http | sort You can get a list of podcasts you are subscribed to in Banshee with: apt-get install sqlite3 echo "select Url from PodcastSyndications;" | sqlite3 -batch ~/.config/banshee-1/banshee.db | sort This doesn't help you import them, as Banshee seems to have no way to add multiple Podcasts in one go, but at least it helps making sure that all Podcasts made it over when you manually added them. One could probably write some SQL to insert the podcast list into Banshees config files, but I didn't try that.
Frédéric Grosshans at Ask Ubuntu Visit the source
Other answers
I am not sure how to get the old podcasts out, but adding the podcasts and re-syncing can be done as shown below:
cprofitt
Related Q & A:
- How To Import Ncaa?Best solution by Yahoo! Answers
- How To Import Draft Class Madden?Best solution by answers.yahoo.com
- How to import facebook comments to Disqus?Best solution by Stack Overflow
- How to import .MDF Database?Best solution by Ask Ubuntu
- How to import in mongo database?Best solution by Database Administrators
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.