Jugran / lyrics-in-terminal

Python curses application to view lyrics of current playing song in terminal.
MIT License
241 stars 19 forks source link

Fix issue: pass player name as an argument #35

Closed DmitrySandalov closed 4 months ago

DmitrySandalov commented 4 months ago

Before the fix it was not possible for me to provide a playername in the console (as written in the usage https://github.com/Jugran/lyrics-in-terminal/wiki/Usage).

Steps to reproduce

  1. pip install lyrics-in-terminal==1.5.0
  2. Launch from terminal with a playername argument
    $ lyrics {playername}
    $ lyrics vlc

    Expected: lyrics main screen opens Observed: lyrics exits immediately