-
Notifications
You must be signed in to change notification settings - Fork 131
Description
My idea is that curated *.csv files could exist online aside from the master one that the program uses and updates. Users could use a file called repo.csv or something. Then the program could update all the .csv files from that list.
For example, the user in issue 195 could update their list which exists on Github. Then just point to that in the .csv with something like:
HQ Lossless Stations,https://example.com/githubuser/repo/lossless-grouped.csv
Also if someone uses the stations.csv as the name there would obviously be a conflict. There could be an option to save files into subdirectories with names corresponding to the exact domain they're pulled from (so github.ext/user/stations.csv would just turn into ~/.config/pyradio/github.ext-user
Or maybe just ~/.config/pyradio/repos/*.csv and then leave the master in the root of /pyradio which seems simpler to me now that I think about it, but would still conflict with other stations.csv files.
Thoughts?