View Single Post
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#53
Originally Posted by Tumleh View Post
Is there any possibility to store the self-added radio stations to avoid entering the same in view of further updates?
Yes, you can dump your db with this:
Code:
sqlite3 /home/user.config/internetradioplayer/stations.db .dump > /file/to/store/the/dump.txt
I will modify the db a little to keep the user defined stations and being able to get the default ones which get added via updates.
 

The Following User Says Thank You to gionni88 For This Useful Post: