Hacker News new | ask | show | jobs
by Hamuko 1638 days ago
It's also pretty easy to make your own plugins, although the API documentation isn't the greatest. I for example wanted to add all new music to my MPD queue, so I wrote a Beets plugin to do that automatically for me: https://github.com/Hamuko/beets-mpdqueue
1 comments

That's a pretty nice plugin. I don't know if you're using it with the latest version of beets, but I'll give it a go, and hopefully it'll work. If not I'll try to get it working and send a patch if I do.

At the moment I use smart playlists and generate an "added today" playlist with all the songs imported to beets today, and add that playlist to my queue, appending it to the end of the queue.

  beets version 1.5.0
  Python version 3.9.9
…is what my beets --version says.