Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access MusicBrainz series (releases, release groups, recordings) #1273

Open
Freso opened this issue Jan 26, 2015 · 6 comments
Open

Access MusicBrainz series (releases, release groups, recordings) #1273

Freso opened this issue Jan 26, 2015 · 6 comments
Labels
feature features we would like to implement

Comments

@Freso
Copy link
Member

Freso commented Jan 26, 2015

See https://musicbrainz.org/doc/Series

It would be great if beets could pull series information so you could sort e.g. podcasts like https://musicbrainz.org/series/f158ad31-bc44-4b22-94a4-025a8d6375cf into their own folder, using the ordering number in the filename, also releases/release groups that are part of a series could be sorted into some folder structure using the series or something. Either way, it would great to at least have the information handy. ;)

One caveat:

  • Entities can be part of multiple series, so some way to select/prioritise between them will be needed.
@Freso Freso added the feature features we would like to implement label Jan 26, 2015
@sampsyo
Copy link
Member

sampsyo commented Jan 26, 2015

Interesting. Shall we make a list of useful information to pull from the series?

  • ordering number
  • series name?
  • series MBID?

@johtso
Copy link
Contributor

johtso commented Feb 26, 2015

This would be a great addition! Here's an example of some pain that would be alleviated by support for series :) http://musicbrainz.org/edit/31856400

@Nippey
Copy link

Nippey commented Jun 23, 2016

Hi I just tried to find out what is necessary to achieve this functionality. But I had no success getting series information from the MB API.
Maybe you do already have this information?

I have put some questions here:
http://stackoverflow.com/questions/37991148/how-to-get-information-about-the-series-a-release-belongs-to-via-musicbrainz

If you can help me, I will help you :D

@jackwilsdon
Copy link
Member

You might be better asking in the MusicBrainz IRC channel (#musicbrainz on freenode.net) 😄.

@Nippey
Copy link

Nippey commented Jun 23, 2016

Good point! You'll hear from me if I had success

@johtso
Copy link
Contributor

johtso commented Nov 28, 2018

Any thoughts how this might work?

I guess one approach is have some configuration where the user can list MBIDs of series they want to have grouped. Each MBID can also optionally have a flag indicating that all the recordings should be in one directory (often each release just contains a single recording, e.g. a podcast and you wouldn't want them to be in separate directories), possibly also overriding the album tag with the series name.

In the rare case a release belongs to more than one series that is listed in the config, throw an error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature features we would like to implement
Projects
None yet
Development

No branches or pull requests

5 participants