Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Favourite stations #6

Open
recursiveribbons opened this issue Jun 20, 2019 · 2 comments
Open

[feature] Favourite stations #6

recursiveribbons opened this issue Jun 20, 2019 · 2 comments

Comments

@recursiveribbons
Copy link
Contributor

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
Copy link
Member

TheLastProject commented Jun 20, 2019

I made a start with this on df784a7

TODO:

  • Remove favourite (c0eaa2c)
  • Add favourite from list (instead of only when tuned in)

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

@TheLastProject
Copy link
Member

Implemented favourites removal in c0eaa2c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants