Skip to content

Commit

Permalink
🤖 mb_enhanced_cover_art_uploads 2022.8.8.3
Browse files Browse the repository at this point in the history
refactor: more TypeScript migration (#499)
  • Loading branch information
github-actions[bot] committed Aug 8, 2022
1 parent 75502d6 commit 8a8b157
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
1 change: 1 addition & 0 deletions mb_enhanced_cover_art_uploads.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- **2022.8.8.3**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499))
- **2022.8.8.2**: Internal changes: standardise 404 error messages for providers ([#549](https://github.com/ROpdebee/mb-userscripts/pull/549))
- **2022.8.8**: New feature: add Bugs provider ([#548](https://github.com/ROpdebee/mb-userscripts/pull/548))
- **2022.8.5**: New feature: extract Soundcloud backdrop images ([#543](https://github.com/ROpdebee/mb-userscripts/pull/543))
Expand Down
14 changes: 6 additions & 8 deletions mb_enhanced_cover_art_uploads.meta.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
// ==UserScript==
// @name MB: Enhanced Cover Art Uploads
// @description Enhance the cover art uploader! Upload directly from a URL, automatically import covers from Discogs/Spotify/Apple Music/..., automatically retrieve the largest version, and more!
// @version 2022.8.8.2
// @version 2022.8.8.3
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @homepageURL https://github.com/ROpdebee/mb-userscripts
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_enhanced_cover_art_uploads.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_enhanced_cover_art_uploads.meta.js
// @match *://*.musicbrainz.org/release/*/add-cover-art
// @match *://*.musicbrainz.org/release/*/add-cover-art?*
// @match *://*.musicbrainz.org/release/*/cover-art
// @match *://atisket.pulsewidth.org.uk/*
// @match *://etc.marlonob.info/atisket/*
// @match *://vgmdb.net/album/*
// @exclude *://atisket.pulsewidth.org.uk/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/add-cover-art([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/cover-art([?#]|$)/
// @include /^https?://atisket\.pulsewidth\.org\.uk/.*?\?.+?(#.+?)?$/
// @include /^https?://etc\.marlonob\.info/atisket\/.*?\?.+?(#.+?)?$/
// @include /^https?://vgmdb\.net/album\/\d+([?#]|$)/
// @require https://github.com/qsniyg/maxurl/blob/4b8661ee2d7a856dc6c4a9b910664584b397d45a/userscript.user.js?raw=true
// @resource amazonFavicon https://www.amazon.com/favicon.ico
// @run-at document-end
Expand Down
2 changes: 1 addition & 1 deletion mb_enhanced_cover_art_uploads.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2022.8.8.2"}
{"version":"2022.8.8.3"}
14 changes: 6 additions & 8 deletions mb_enhanced_cover_art_uploads.user.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
// ==UserScript==
// @name MB: Enhanced Cover Art Uploads
// @description Enhance the cover art uploader! Upload directly from a URL, automatically import covers from Discogs/Spotify/Apple Music/..., automatically retrieve the largest version, and more!
// @version 2022.8.8.2
// @version 2022.8.8.3
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @homepageURL https://github.com/ROpdebee/mb-userscripts
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_enhanced_cover_art_uploads.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_enhanced_cover_art_uploads.meta.js
// @match *://*.musicbrainz.org/release/*/add-cover-art
// @match *://*.musicbrainz.org/release/*/add-cover-art?*
// @match *://*.musicbrainz.org/release/*/cover-art
// @match *://atisket.pulsewidth.org.uk/*
// @match *://etc.marlonob.info/atisket/*
// @match *://vgmdb.net/album/*
// @exclude *://atisket.pulsewidth.org.uk/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/add-cover-art([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/cover-art([?#]|$)/
// @include /^https?://atisket\.pulsewidth\.org\.uk/.*?\?.+?(#.+?)?$/
// @include /^https?://etc\.marlonob\.info/atisket\/.*?\?.+?(#.+?)?$/
// @include /^https?://vgmdb\.net/album\/\d+([?#]|$)/
// @require https://github.com/qsniyg/maxurl/blob/4b8661ee2d7a856dc6c4a9b910664584b397d45a/userscript.user.js?raw=true
// @resource amazonFavicon https://www.amazon.com/favicon.ico
// @run-at document-end
Expand Down

0 comments on commit 8a8b157

Please sign in to comment.