nots1dd / litemuSH

light music player which only uses shell with ffmpeg family
MIT License
1 stars 1 forks source link

spotdl integration #3

Closed nots1dd closed 4 months ago

nots1dd commented 5 months ago

spotdl is a python module that is able to parse a spotify song / playlist link and downloads the respective songs youtube music version, with required metadata. It is what I use to download all my songs and they (95%) of the time have very clean metadata.

Integrating spotdl into this would mean a sort of python integration, which is definitely not light-weight, but it make litemus so much more powerful, as it makes for seamless download and playback of songs all in one interface.

This is a more complex addition to the codebase at the moment, but any suggestions on how to proceed with this is appreciated.

nots1dd commented 4 months ago

Fixed by nots1dd