Jugran / lyrics-in-terminal

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

is there a way to use less with autoswitch on? #33

Closed Moanrisy closed 9 months ago

Moanrisy commented 10 months ago

$ lyrics -t Tool Sober | less

less only work for single song.

it can't detect next song

this not working good $ lyrics | less

2023-11-24T19:49:05,032823240+07:00

Moanrisy commented 10 months ago

Actually I need a way to search or jump at word.

I have 3 format in a lyric (romaji, japanese, translation)

with less, I can jump onto japanese or translation with / instead of scrolling manually

Jugran commented 9 months ago

Changing lyrics text once it is piped to less is not possible.