Has anyone else had this happen to them?
The grey bar didn’t appear when the preview loaded before I submitted the image. Something must have gone haywire while ECAU was submitting the image.
atm it is using the listen.tidal.com api to search for artists matching your input and then getting every album by those artists.
every release loaded is saved in your browser’s indexeddb (since that page is not connected to a server), where you can also view the raw data. every release that shows up should be available in the country you selected (or new zealand before i added the dropdown). there is no other data available on what countries releases are available in that i have found
fyi if you havent reset your browser’s cache you can still view that release’s data if you have previously searched for it. in chrome you can find it in dev tools > application > storage > indexeddb > tidal > releases (but it looks like i forgot to save details about tracks)
Hi @ROpdebee, I am writing to inform of potential issues that affect a couple of your scripts. The scripts are:
- MB: Bulk copy-paste work codes
- MB: Validate Work Codes
Now for the issues:
- Some works’ identifier formats are different/evolving, and the CISAC entries contain both old and new codes, but the scripts use only the shorter (older?) one. For example, the longer of these code pairs was discarded by the script:
AGADU ID: 4614925, 4614925004
APDAYC ID: 2315134, 2315134007
AGADU ID: 4335761, 4335761004
APDAYC ID: 2210008, 2210008007
APA ID: 5470058, 5470058015
AGADU ID: 4543909, 4543909004
APDAYC ID: 8945826, 2300352, 8945826007, 2300352007
SADAIC ID: 709937, 709937061
APA ID: 5469903, 5469903015
AGADU ID: 4560797, 4560797004
SADAIC ID: 709462, 709462061
APDAYC ID: 2308903, 2308903007
APA ID: 5469893, 5469893015
AGADU ID: 4681123, 4681123004
APDAYC ID: 2357281, 2357281007
APA ID: 5469904, 5469904015
AGADU ID: 4611051, 4611051004
SADAIC ID: 709463, 709463061
- here are some sample outputs of where the IDs were changed:
Changed SACVEN ID 2099014060 to 2099014
Changed SAYCE ID 836039065 to 836039
Changed SAYCO ID 836039084 to 836039
Changed ACDAM ID 335686103 to 335686
Changed SACVEN ID 2331539060 to 2331539
Changed SADAIC ID 709456061 to 709456
Changed SAYCE ID 973434065 to 973434
Changed SAYCO ID 973434084 to 973434
Changed APDAYC ID 3717216007 to 3717216
Changed SACVEN ID 1793982060 to 1793982
Changed SAYCE ID 3298045065 to 3298045
Changed SAYCO ID 3298045084 to 3298045
- additionally, the following edit may be of use:
– https://musicbrainz.org/edit/110077126
- PRS tune codes appear to have adopted a new format. For instance, searching CISAC for T-070.102.714-6 lists three PRS codes:
052 PRS AS8007875CE2EBD4C232
052 PRS ASEA4DC25F26F0B2AC21
052 PRS 0859764L
- another example of these new PRS tune codes can be found in T-070.141.490-5:
052 PRS AS9E4BE4CDA7826DF9AF
052 PRS AS31782E3461A02F5F0B
052 PRS 003238LU
I couldn’t find any mention of the new format on the official PRS website.
If there’s any other info I can provide, please let me know.
Regards,
strat666
Which user script do you use exactly?
think its called
MB: Enhanced Cover Art Uploads
I get the same error message when trying to upload cover art from Discogs with this script MB: Enhanced Cover Art Uploads
Came here to see if anyone else was having the same error. Yep.
Their hashes have changed.
Need to locate in source QUERY_SHA256 and change the line to
const QUERY_SHA256 = '7ccbbc8e37ee1d321d9dc70f18a6c25c33c809c03aa8e13953d328ecd5f5ad8a';
Because Discogs changes the hashes repeatedly, it is better to cache the hash only for short period and reload from server.
Thank you Anakunda but I dont understand one word you are saying. Is the problem been solved or should I do something? Can it be solved?
I think it’s not solved so you need to make the changes self if you want the uploader working.
The newly released version should fix this issue.
Working, thank you Ropdebee
Is it just me or did mb_caa_dimensions
stop working for existing images?
It’s not that it stopped working completely, it just doesn’t display the resolution anymore. For example, dimension based warnings are still triggered in mb_supercharged_caa_edits
. Resolution are also still displayed in comparisons.
In the uploader it also still works
Edit:
It’s the MBS beta. Probably related to Event Art Archive changes.
Edit 2:
The class names have slightly changed:
(CTRL+F cover-art-image
)
mb_multi_external_links doesn’t seem to be working for me. The external links field hasn’t changed and when I paste in to it it just pasts as one long string.
I tried turning off other scripts and extensions and I tried using chrome instead of firefox. I also tried switching from greasemonkey to violentmonkey. When I check the console, I see an error “[mb_multi_external_links] An error occurred TypeError: mbInstance is undefined”
I keep getting the following error when attempting to import cover art from YouTube Music via ECAU:
Failed to fetch or enqueue images: pageInfo.data.header is undefined
Anyone else have this problem?
Yes, I get the same error.
Could the userscript MB: Display CAA image dimensions be extended to the new event-art-archive ?