You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loop to selection list when pressing q while playing (#23)
* Loop to selection list when pressing q while playing
* Cache station list loaded from internet
* Allow disabling the station cache with a flag
* Fix typo in informational message
Online radios using radio-browser (#16)
* Added support for the radio-browser API
* Updated program version
* Improved search speed
* Added country filter
* Added `--list-countries` flag
* Print url if it was taken from the internet
* Made the language config optional
* Updated README
V2.0.0 - Big changes! (#8)
* New and improved config file with room for adding more optional settings in the future
* New `version` field in the config, to display warnings when breaking changes are introduced
* New `max_lines` optional field in the config, to change the maximum number of options shown at once
* Optimized parsing, now it's blazing fast!
* Optimized (a lot) the station searching algorithm
* Added the CLI option `-c` or `--config` to specify the config file to use
* Added the CLI option `-d` or `--debug` to separate verbose and debug messages
* Reorganized a bit the project structure, for more easy development (although there is some tidying needed in the main function)
* Fixed exit error codes being wrong (#7 )
* Changed from `--no-video` to `--show-video` (so now the default is to **not** show the video)
* And more!