gdimopoulos / MPD-Music-Recommender

Implementation of a content-based recommendation system that loads music metadata from your beets local library and creates an MPD playlist.
5 stars 0 forks source link

How well did this work? #1

Open bonelifer opened 7 months ago

bonelifer commented 7 months ago

How well did this work? and could it be replicated without beets?

gdimopoulos commented 7 months ago

The main idea behind this was to generate a list of songs that are similar based on some metadata provided by beets and load it with MPD. It is a simple concept but it worked quite well as far as I can remember. In theory you could replace beets with another source of metadata and it would still work.