Polochon-street / blissify-rs

bliss bindings for MPD.
30 stars 6 forks source link

[Documentation] Please clarify the README whether MPD is mandatory #6

Closed rubyFeedback closed 3 years ago

rubyFeedback commented 3 years ago

Hello,

I am wondering if blissify can be used on a directory with .mp3 songs even without mpd, e. g. just for generating a playlist or library; or whether MPD is mandatory. Thank you!

Polochon-street commented 3 years ago

Hi,

Indeed, you need to have MPD to use blissify.

If you know Rust, it shouldn't be too difficult to adapt https://github.com/Polochon-street/bliss-rs#make-a-playlist-from-a-song for a folder. If now, I'm working on a simple CLI tool to try it out on a folder :)

Cheers, Paul

Polochon-street commented 3 years ago

Hi, I've finally merged https://github.com/Polochon-street/bliss-rs/pull/25, which is the beginning of a simple CLI tool to analyze songs from a folder and make a playlist from a starting song. Closing this issue :)