Jugran / lyrics-in-terminal

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

removed deprecated module (dbus-python) and updated with working #22

Closed aryantps closed 2 years ago

aryantps commented 2 years ago

21

Removed deprecated module -dbus-python and updated with equivalent working module dbus-next for Pypi install to work,

Jugran commented 2 years ago

This might solve the pip install issue, but will not work to run the application on MacOS as most music players don't support dbus for MacOS.

Further progress about this can be tracked on #21