Yes, of course I meant Greasemonkey, the classical copy-paste error
I guess it is related to the GM_* functions too, they are called GM.* there. Violentmonkey supports both styles and Tampermonkey only the first one:
But to be honest, since I often had problems with many MusicBrianz userscripts under Greasemonkey since their rewrite for version 4, I am no longer using it and also have not tested my userscripts with it. So far there has been a single complaint.
Thereās a polyfill for the new API, but Iāve never used it. Might be worth a try, but since most other userscripts donāt support GM4 either, itās not a priority.
We can haz 7digital cover provider? No hi-res images but better than nothing.
A key might not be necessary if the URLs can be guessed that easily: https://de.7digital.com/artist/tu-ves-ovnis/release/curva-al-final-del-t%C3%BAnel-14385941 ā http://artwork-cdn.7static.com/static/img/sleeveart/00/143/859/0014385941_800.jpg
First of all, thank you for this amazing script!
It makes my life a lot easier!
Just tested the import button for vgmdb and it seems to fetch only certain image types
Tried with this release Majo no Takkyuubin Image Album | TKCA-71030 - VGMdb and the images for types obi and insert werenāt fetched, had to manually add them.
@chaban mentioned previously that you need to log in to see all images, but I was under the impression that the 3rd-party vgmdb.info API provided all the covers. Evidently that isnāt the case. Unfortunately, as mentioned previously, I have no intention to support anything requiring authentication so those images wonāt be able to be grabbed unless you manually enter the direct links.
Iām wondering why these images require an account to access, though, so if anyone has any info (or possibly even a workaround), please share. If we could somehow detect when images are missing, we could warn about it though. It appears that this table displays the correct number of covers and doesnāt require an account to access. However, extracting that information in an automated way would be fairly inefficient, as there doesnāt seem to be a way to get that information for a specific album in a single request, weād need to traverse that whole list. Itās possible to run a binary search but that would still require around 6 network requests for releases starting with M and a page size of 100. Admittedly thatās much better than 251 requests in the worst case with a simple linear scan, but itās still quite a lot of requestsā¦
Iāve created #62 to track, but I donāt expect this to get fixed in the near future. Iāll try to get in touch with the people behind the 3rd-party API and see if we can do anything about it.
Yeah, it seems that getting all the covers without account support wonāt be possible at the moment.
I do wonder why they choose to lock stuff like Obi. I do understand why they would lock R18 cover art tho.
It seems that the usual cover art types available without account support are: Front, Back, Booklet and Medium. Anything extra seems to be locked, but the images themselves can still be reached without an account, since copying the url to upload them works and I can also open the url in an incognito tab without logging in.
I like the idea of warning about āincompleteā uploads too, but I understand it could be tiresome to fix in the near future.
Since the direct links to images themselves can be accessed without an account, a possible option would be to run a userscript (either the main script itself or a smaller standalone one) on VGMdb and somehow extract the links there. If the user is logged in, that script will be able to extract all images. The links could then either be put inside of a text box and copied to the clipboard (requires #53 to be addressed) or we could add a button to āseedā them directly to the addition page, like whatās being done on a-tisket currently. The latter could make it easier to automatically fill types and comments, but would require 1) being able to seed multiple links (currently not supported, but should be viable) and 2) link VGMdb albums to MB releases (which should be possible).
I donāt know if thereās an userscript like that available, but, until now I used a small python script that downloaded all the images and then I just uploaded them to the CAA using the regular uploader option. It did require login tho.
It might be possible to tweak it to extract all the URLs and output them to text
Apologies for the radio silence over the past couple of weeks, Iād mostly been working behind the scenes to make the userscripts and the development process more reliable, and most of that is now done. In the meantime Iāve released a couple of fixes to various userscripts:
CAA Dimensions will properly handle queued PDF uploads on add-cover-art pages (thanks chaban!)
Collapse Work Attributes should now run on other pages of artist works on all browsers and userscript engines. Previously it worked on ViolentMonkey, but not on TamperMonkey. (thanks Tiske Tisja).
The incompatibility between Paste Multiple External Links and louijinās Wikipedia/Wikidata/VIAF/ISNI script has been fixed on loujinās side.
Enhanced Cover Art Uploads:
open.qobuz.com links are now supported.
Qobuz goodies are extracted when available.
Improved extraction of Tidal covers
Optimised extraction of Discogs covers
Weāve changed the way weāre seeding covers through URLs (e.g. on a-tisket), which opens up possibilities to address the VGMdb issue of covers hidden behind a login.
URL redirects are handled more safely.
Redirects in all providers are checked to ensure that we get redirected to the same release as the original URL (think iTunes to Apple Music URLs), if not, the extraction is aborted with an error. You can then choose to use the target URL directly.
Redirects in direct image links are still allowed, but will emit a warning and will be indicated in the edit note.
Known issues:
Those warnings get overwritten in the status banner quite quickly.
The redirect error message for providers is very long and leads to bad placement of page elements.
@kellnerd is also currently working on fixing the Amazon provider (#86), which is currently missing some images if thereās more than 4, and also isnāt extracting the highest possible resolution. Those fixes should get automatically released once we merge that PR (like this), thanks to the behind-the-scenes changes. So you can expect plenty more regular updates without waiting on me to decide when a new version should be released
Edited to add: I could use some additional input on this Apple Music PNG/JPEG issue, if anyone knows something about image compression etc.
Iāve tried to install in both Chrome and Brave, but both times, I get an āInvalid Script Headerā error am I doing something wrong? I do have it in developer mode
@DemonKingOdio Make sure youāre installing it through a userscript engine like Tampermonkey or Violentmonkey and not as a native Chrome userscript. Native Chrome userscripts are severely limited in functionality.
Add warnings from āSupercharged cover art uploads editsā such as releases in the future or unusual aspect ratio for packaging/format
Bandcamp provider:
Indicate lack of cover instead of an error: Failed to grab images Error: Could not find required element, ideally marking as such once possible: MBS-5450
Rationale: Some providers such as iTunes/Apple Music return HTTP 200 for no longer available releases. Would be nice if the script could detect this too.
Bandcamp includes a div with id missing-tralbum-art:
Now that track images are supported there is a problem with duplicate images. Some releases have the exact same image added to multiple tracks, sometimes all of them:
Quick reply, Iāll look into it in more detail in the near future.
I thought I had fixed those ār: HTTP errorā problems, will look into it again. Will look into the Deezer problem with missing status text too. Update: Fixed
Add warnings from āSupercharged cover art uploads editsā such as releases in the future or unusual aspect ratio for packaging/format
In the edit note or on the page itself? Could be useful, but would be much easier to implement if Supercharged were ported, which it isnāt yet. Iāll see what I can do in the meantime.
About the duplicate track images: We were already aware of this but didnāt think itād be that common (thatās a pretty big list, given that this change has only been out for 2 days). We actually are deduplicating the track images, but weāre basing that on the URL. In your first example, although all track images are identical (and identical to the front cover too), each of them has a different URL. I ran into the same issue with Soundcloud (not released yet), where weāll deduplicate based on thumbnail data. Iāll investigate for Bandcamp too. What I can already say is that the case where the resolution and AR differs, that thereās nothing that can be done about it, other than running the image diffing algorithm from Supercharged on all of the track images, which isnāt really feasible to do for every image (very resource-intensive). #13 should make it easier to compare those cases, but that also requires the Supercharged port.
Image type and index in the filename is intentional: The index is used to uniquely identify the image when filling in types and comments; the extension is there because some providers may use the āpngā suffix while serving JPEGs etc. We could clean that up a bit, though.
Update: The messaging w.r.t. missing Bandcamp covers and deleted Apple Music releases has been improved.
As for whether the script has an impact on cover art additions: it think it does. Iāve done some DB queries for the edit note content, I found 14956 edit notes containing āEnhanced Cover Art Uploadsā. Snapshot from yesterday, so itās likely over 15k by now. On average, thatās about 483 covers added by the script per day. For reference, scanning for āUpload to CAA from URLā gives ~16800 results, since 2021-06-02. Assuming everyone switched to Enhanced when it came out, thatās only 150/day on average.
Since Iām here anyway, short summary of the most important changes in the past week:
The previously-mentioned Amazon issue has been fixed (thanks @kellnerd!)
Seeding from a-tisket works on Tampermonkey again
Weāre now grabbing Apple Music JPEG version if the source format was JPEG
Bandcamp track images and square thumbnails are grabbed when applicable
You can now paste multiple URLs separated by whitespace, and the issue with URL decoding has been addressed
Added QUB Musique provider (basically the same as Qobuz)
Weāve updated the location of the āSupported providersā document, so if you have that bookmarked, please update. The old URL should continue to work for a while, but at some point itāll probably get binned.
Various BTS changes and improvements.
āSelect All Update Recordingsā is now enabled on āadd releaseā pages too (thanks @jesus2099!)
Coming soon Now here:
Support for Soundcloud (+ track images, deduplicated where possible)
Support for Beatport (beware of upscaled images, theyāre common on old releases)
If youāve got other providers that youād like to see added, let me know!