From 6c5c083dbac0ec6a107e35f66ed659cb66bd00f9 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Sun, 18 Feb 2018 18:16:45 +0100 Subject: [PATCH] Change version format on all scripts Related to https://github.com/murdos/musicbrainz-userscripts/pull/171 --- bandcamp_importer.user.js | 2 +- bandcamp_importer_helper.user.js | 2 +- batch-add-recording-relationships.user.js | 2 +- beatport_classic_importer.user.js | 2 +- beatport_importer.user.js | 2 +- cd1d_importer.user.js | 2 +- cdbaby_importer.user.js | 2 +- dgdecca_importer.user.js | 2 +- discogs_importer.user.js | 2 +- encyclopedisque_importer.user.js | 2 +- expand-collapse-release-groups.user.js | 2 +- fast-cancel-edits.user.js | 2 +- fma_importer.user.js | 2 +- juno_download_importer.user.js | 2 +- lastfm_importer.user.js | 2 +- loot_importer.user.js | 2 +- mb_discids_detector.user.js | 2 +- mb_relationship_shortcuts.user.js | 2 +- mb_ui_enhancements.user.js | 2 +- metalarchives_importer.user.js | 2 +- qobuz_importer.user.js | 2 +- set-recording-comments.user.js | 2 +- takealot_importer.user.js | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bandcamp_importer.user.js b/bandcamp_importer.user.js index 51cc344..e73ac26 100644 --- a/bandcamp_importer.user.js +++ b/bandcamp_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Bandcamp releases to MusicBrainz // @description Add a button on Bandcamp's album pages to open MusicBrainz release editor with pre-filled data for the selected release -// @version 2018.01.14.0 +// @version 2018.2.18.1 // @namespace http://userscripts.org/users/22504 // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js diff --git a/bandcamp_importer_helper.user.js b/bandcamp_importer_helper.user.js index 7e8f434..8592c7d 100644 --- a/bandcamp_importer_helper.user.js +++ b/bandcamp_importer_helper.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Bandcamp releases to MusicBrainz Album Link Helper // @description Add a link to Bandcamp's album canonical URL on pages without /album/, for one to import the release into MusicBrainz -// @version 2015.07.07.0 +// @version 2018.2.18.1 // @namespace http://userscripts.org/users/22504 // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer_helper.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer_helper.user.js diff --git a/batch-add-recording-relationships.user.js b/batch-add-recording-relationships.user.js index 74748c0..35ab895 100644 --- a/batch-add-recording-relationships.user.js +++ b/batch-add-recording-relationships.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MusicBrainz: Batch-add "performance of" relationships // @description Batch link recordings to works from artist Recordings page. -// @version 2018.1.1.0 +// @version 2018.2.18.1 // @author Michael Wiencek // @license X11 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/batch-add-recording-relationships.user.js diff --git a/beatport_classic_importer.user.js b/beatport_classic_importer.user.js index e37a8f2..03da9dc 100644 --- a/beatport_classic_importer.user.js +++ b/beatport_classic_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Beatport Classic releases to MusicBrainz // @description One-click importing of releases from classic.beatport.com/release pages into MusicBrainz -// @version 2017.06.13.0 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/beatport_classic_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/beatport_classic_importer.user.js // @include http*://classic.beatport.com/release/* diff --git a/beatport_importer.user.js b/beatport_importer.user.js index 190183c..bc25781 100644 --- a/beatport_importer.user.js +++ b/beatport_importer.user.js @@ -3,7 +3,7 @@ // @author VxJasonxV // @namespace https://github.com/murdos/musicbrainz-userscripts/ // @description One-click importing of releases from beatport.com/release pages into MusicBrainz -// @version 2017.06.13.0 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/beatport_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/beatport_importer.user.js // @include http://www.beatport.com/release/* diff --git a/cd1d_importer.user.js b/cd1d_importer.user.js index e65e79a..428a14e 100644 --- a/cd1d_importer.user.js +++ b/cd1d_importer.user.js @@ -8,7 +8,7 @@ // @include http://1d-paysdelaloire.com/*/album/* // @include http://1d-rhonealpes.com/*/album/* // @include http://cd1d.com/*/album/* -// @version 2015.06.22.0 +// @version 2018.2.18.1 // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js diff --git a/cdbaby_importer.user.js b/cdbaby_importer.user.js index 9537796..0164bd0 100644 --- a/cdbaby_importer.user.js +++ b/cdbaby_importer.user.js @@ -2,7 +2,7 @@ // @name Import CD Baby releases to MusicBrainz // @namespace https://github.com/murdos/musicbrainz-userscripts/ // @description One-click importing of releases from cdbaby.com into MusicBrainz. -// @version 2017.05.18.0 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/cdbaby_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/cdbaby_importer.user.js // @include /^https?:\/\/(?:store\.)?(?:cdbaby\.com)\/cd\/[^\/]+/ diff --git a/dgdecca_importer.user.js b/dgdecca_importer.user.js index 825c4d3..75e9402 100644 --- a/dgdecca_importer.user.js +++ b/dgdecca_importer.user.js @@ -5,7 +5,7 @@ var meta = function() { // @name Import DG/Decca releases to MusicBrainz // @namespace https://github.com/murdos/musicbrainz-userscripts // @author loujine -// @version 2016.11.13.1 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/dgdecca_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/dgdecca_importer.user.js // @icon https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/assets/images/Musicbrainz_import_logo.png diff --git a/discogs_importer.user.js b/discogs_importer.user.js index 2b6ecf9..36284c8 100644 --- a/discogs_importer.user.js +++ b/discogs_importer.user.js @@ -2,7 +2,7 @@ // @name Import Discogs releases to MusicBrainz // @description Add a button to import Discogs releases to MusicBrainz and add links to matching MusicBrainz entities for various Discogs entities (artist,release,master,label) -// @version 2017.02.25.0 +// @version 2018.2.18.1 // @namespace http://userscripts.org/users/22504 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/discogs_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/discogs_importer.user.js diff --git a/encyclopedisque_importer.user.js b/encyclopedisque_importer.user.js index 926f920..4b3933b 100644 --- a/encyclopedisque_importer.user.js +++ b/encyclopedisque_importer.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Import Encyclopedisque releases to MusicBrainz -// @version 2016.05.29.0 +// @version 2018.2.18.1 // @namespace http://userscripts.org/users/22504 // @description Easily import Encyclopedisque releases into MusicBrainz // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/encyclopedisque_importer.user.js diff --git a/expand-collapse-release-groups.user.js b/expand-collapse-release-groups.user.js index 15b6f2f..e94ab76 100644 --- a/expand-collapse-release-groups.user.js +++ b/expand-collapse-release-groups.user.js @@ -3,7 +3,7 @@ // @description See what's inside a release group without having to follow its URL. Also adds convenient edit links for it. // @namespace http://userscripts.org/users/266906 // @author Michael Wiencek -// @version 6.4 +// @version 2018.2.18.1 // @license GPL // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/expand-collapse-release-groups.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/expand-collapse-release-groups.user.js diff --git a/fast-cancel-edits.user.js b/fast-cancel-edits.user.js index 0b2e622..15ea2db 100644 --- a/fast-cancel-edits.user.js +++ b/fast-cancel-edits.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MusicBrainz: Fast cancel edits // @description Mass cancel open edits with optional edit notes. -// @version 2016.6.7 +// @version 2018.2.18.1 // @author Michael Wiencek // @license X11 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/fast-cancel-edits.user.js diff --git a/fma_importer.user.js b/fma_importer.user.js index 14a4eaf..b93286e 100644 --- a/fma_importer.user.js +++ b/fma_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import FMA releases to MusicBrainz // @description Add a button to import https://freemusicarchive.org/ releases to MusicBrainz via API -// @version 2016.08.29.0 +// @version 2018.2.18.1 // @namespace https://github.com/murdos/musicbrainz-userscripts // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/fma_importer.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/fma_importer.user.js diff --git a/juno_download_importer.user.js b/juno_download_importer.user.js index aa621f1..e941640 100644 --- a/juno_download_importer.user.js +++ b/juno_download_importer.user.js @@ -2,7 +2,7 @@ // @name Import Juno Download releases to MusicBrainz // @namespace https://github.com/murdos/musicbrainz-userscripts/ // @description One-click importing of releases from junodownload.com/products pages into MusicBrainz -// @version 2015.06.21.0 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/juno_download_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/juno_download_importer.user.js // @include http*://www.junodownload.com/products/* diff --git a/lastfm_importer.user.js b/lastfm_importer.user.js index 51b869d..d66d2ae 100644 --- a/lastfm_importer.user.js +++ b/lastfm_importer.user.js @@ -2,7 +2,7 @@ // @name Import Last.fm releases to MusicBrainz // @namespace https://github.com/murdos/musicbrainz-userscripts/ // @description One-click importing of releases from last.fm into MusicBrainz. PLEASE import releases from more reliable sources if possible. -// @version 2015.06.21.0 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/lastfm_importer.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/lastfm_importer.user.js // @include /^https?:\/\/(?:www\.)?(?:last\.fm|lastfm\.(?:com\.br|com\.tr|at|com|de|es|fr|it|jp|pl|pt|ru|se))\/music\/[^\/]+/[^+][^\/]+/ diff --git a/loot_importer.user.js b/loot_importer.user.js index 4bf129c..9d71d92 100644 --- a/loot_importer.user.js +++ b/loot_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Loot releases to MusicBrainz // @description Add a button to import Loot.co.za releases to MusicBrainz -// @version 2016.05.29.0 +// @version 2018.2.18.1 // @namespace https://github.com/murdos/musicbrainz-userscripts // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/loot_importer.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/loot_importer.user.js diff --git a/mb_discids_detector.user.js b/mb_discids_detector.user.js index e2a4ae4..bcbbab1 100644 --- a/mb_discids_detector.user.js +++ b/mb_discids_detector.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Musicbrainz DiscIds Detector // @namespace http://userscripts.org/users/22504 -// @version 2017.02.22.0 +// @version 2018.2.18.1 // @description Generate MusicBrainz DiscIds from online EAC logs, and check existence in MusicBrainz database. // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_discids_detector.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_discids_detector.user.js diff --git a/mb_relationship_shortcuts.user.js b/mb_relationship_shortcuts.user.js index c68335d..ed54aac 100644 --- a/mb_relationship_shortcuts.user.js +++ b/mb_relationship_shortcuts.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Display shortcut for relationships on MusicBrainz // @description Display icon shortcut for relationships of release-group, release, recording and work: e.g. Amazon, Discogs, Wikipedia, ... links. This allows to access some relationships without opening the entity page. -// @version 2018.2.17.1 +// @version 2018.2.18.1 // @author Aurelien Mino // @licence GPL (http://www.gnu.org/copyleft/gpl.html) // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/mb_relationship_shortcuts.user.js diff --git a/mb_ui_enhancements.user.js b/mb_ui_enhancements.user.js index a8bcbf6..a5490dc 100644 --- a/mb_ui_enhancements.user.js +++ b/mb_ui_enhancements.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Musicbrainz UI enhancements // @description Various UI enhancements for Musicbrainz -// @version 2015.09.15.1 +// @version 2018.2.18.1 // @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_ui_enhancements.user.js // @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/mb_ui_enhancements.user.js // @icon http://wiki.musicbrainz.org/-/images/3/3d/Musicbrainz_logo.png diff --git a/metalarchives_importer.user.js b/metalarchives_importer.user.js index fce01d1..1fe7cde 100644 --- a/metalarchives_importer.user.js +++ b/metalarchives_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Metal Archives releases into MusicBrainz // @namespace https://github.com/murdos/musicbrainz-userscripts/ -// @version 2017.05.23.0 +// @version 2018.2.18.1 // @description Add a button on Metal Archives release pages allowing to open MusicBrainz release editor with pre-filled data for the selected release // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/metalarchives_importer.user.js // @update https://raw.github.com/murdos/musicbrainz-userscripts/master/metalarchives_importer.user.js diff --git a/qobuz_importer.user.js b/qobuz_importer.user.js index ba01a4f..77756c1 100644 --- a/qobuz_importer.user.js +++ b/qobuz_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Qobuz releases to MusicBrainz // @description Add a button on Qobuz's album pages to open MusicBrainz release editor with pre-filled data for the selected release -// @version 2018.01.14.0 +// @version 2018.2.18.1 // @namespace https://github.com/murdos/musicbrainz-userscripts // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/qobuz_importer.user.js // @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/qobuz_importer.user.js diff --git a/set-recording-comments.user.js b/set-recording-comments.user.js index 2490fe4..d1adf2b 100644 --- a/set-recording-comments.user.js +++ b/set-recording-comments.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MusicBrainz: Set recording comments for a release // @description Batch set recording comments from a Release page. -// @version 2018.2.17 +// @version 2018.2.18.1 // @author Michael Wiencek // @license X11 // @namespace 790382e7-8714-47a7-bfbd-528d0caa2333 diff --git a/takealot_importer.user.js b/takealot_importer.user.js index 6d59ed2..d3381b4 100644 --- a/takealot_importer.user.js +++ b/takealot_importer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Import Takealot releases to MusicBrainz // @description Add a button to import Takealot releases to MusicBrainz -// @version 2016.05.29.0 +// @version 2018.2.18.1 // @namespace https://github.com/murdos/musicbrainz-userscripts // @include http*://www.takealot.com/* // @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/takealot_importer.user.js