shinokada / tera

Interactive Bash script terminal music radio player. Play your favorite radio station, CRUD your favorite lists, and explore new radio stations from your terminal.
https://tera.codewithshin.com/
MIT License
108 stars 5 forks source link

[FEAT]: Remember volume #5

Open Ileca opened 1 year ago

Ileca commented 1 year ago

Description

Volume is reset when you quit and it's way too loud for me so every time it's a blast (risky with earphones depending on the channel). It would be great if tera could remember the volume level.

Additional Information

No response

shinokada commented 1 year ago

It can be done by adding a function that writes to a config file and using that value when it starts. Let's see what I can do....