Jugran / lyrics-in-terminal

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

initial support for termux in android? #25

Open commit-ezza opened 2 years ago

commit-ezza commented 2 years ago

both installation method (pip, source) didn't work. since termux and android is technically still linux, does this will still work? and about the music player, maybe user could use cmus or ncmpcpp, since android apps is containerized and reading music player would require notification access.

M1ndo commented 2 years ago

Termux is in isolated environment it cannot access apps outside of termux itself, thus it won't work. However it do some testing and i'll get back to this issue.