I’d like to be able to “compare” two series.
For example:
Rolling Stone: 500 Greatest Albums of All Time: 2012 edition
Rolling Stone: 500 Greatest Albums of All Time: 2020 edition
Both are lists of albums (a series with release-group-rels). Maybe 60% of the albums on one list appear on the other.
What I’d like to be able to see is a additional column on the 2020 page showing the position difference since 2012 - same as you would have on a weekly sales chart show last weeks position (^3, v5, -, etc).
Is this something that can/could be done on musicbrainz?
I’ve figured out how to get the contents as json. Would I be best just writing some python instead?
Possibly, although I don’t think this case is common enough to be implemented in the website directly. If you think this is useful for you, you might want to write a greasemonkey userscript to add a column to the table.
You can still open a ticket on tickets.metabrainz.org to suggest this addition and explain your use-case.
That’s exactly what I was going to suggest, storing your code somewhere so that other people can build on it later.
Thanks for doing it!
Possibly, although I don’t think this case is common enough to be implemented in the website directly. If you think this is useful for you, you might want to write a greasemonkey userscript to add a column to the table.
greasemonkey isn’t something I’ve really used. But I might give it a go.
You can still open a ticket on tickets.metabrainz.org to suggest this addition and explain your use-case.