Pext / pext_module_radio

Allows Pext to play internet radio
GNU General Public License v3.0
4 stars 4 forks source link

[feature] Favourite stations #6

Open recursiveribbons opened 5 years ago

recursiveribbons commented 5 years ago

Currently, to listen to a specific station, the index must be reloaded. A common use-case for the module is to listen to a small subset of stations. There should be no need to reload the index for this.

When a station is marked as a favourite, it can always be assumed to exist, without loading the index.

TheLastProject commented 5 years ago

I made a start with this on https://github.com/Pext/pext_module_radio/commit/df784a7cbf39436f88c49d837727d7bf80866b3b

TODO:

For now, if you want to remove a favourite, manually edit _user_favourites.txt in ~/.config/pext/modules/pext_module_radio/.

TheLastProject commented 5 years ago

Implemented favourites removal in https://github.com/Pext/pext_module_radio/commit/c0eaa2cfedc020993cb7168296eb441fb4a489b9