raitonoberu / sptlrx

Synchronized lyrics in your terminal
MIT License
354 stars 14 forks source link

Option to hide errors #21

Closed Kuuhhl closed 1 year ago

Kuuhhl commented 1 year ago

When using a device without a constant internet connection (e.g. laptop), the script shows an Error, as it can't access the spotify api (Error: Get "https://open.spotify.com/get_access_token?reason=transport&productType=web_player"...). This error message shows up on my status bar, when I would rather have it not show anything if it can't access the internet. Could you add an option/flag to hide it?

raitonoberu commented 1 year ago

Fixed in v1.1.0. Errors are now ignored by default, this can be overridden in config.yaml or by passing the --verbose flag.