stsaz / fmedia

fast audio player/recorder/converter
BSD 2-Clause "Simplified" License
216 stars 21 forks source link

Is the stop button far away? Exit button. #86

Closed oklokl closed 2 years ago

oklokl commented 2 years ago

cmd fmedia file1.mp3

fmedia file1.mp3 --background

Music plays normally. However Pressing esc does not exit.

I'm curious about the user function buttons. 2 I want to end the process of listening to music. as a function button.

I know the pause button.

stsaz commented 2 years ago

Hello!

fmedia file1.mp3

Press 's' key to stop playing, press 'q' to exit. Press 'h' to see all available TUI commands and their assigned keys. I know this isn't obvious for some people, but can you suggest something to improve user experience? I guess I should at least add this information to README file...

fmedia file1.mp3 --background

TUI commands won't work in this case. You shouldn't normally use --background switch as this is an internal helper switch for --globcmd-related functions.

oklokl commented 2 years ago

Thank you very much. I like it because the process is simple. :)