Commit graph

25 commits

Author SHA1 Message Date
Aurélien Mino
0426b890bc Remove unsafeWindow usage in logger and in scripts that don't need it and grant unsafeWindow for scripts that actually use it. 2019-01-12 15:54:18 +01:00
Aurélien Mino
14a32dab62 Applied prettier and eslint tools on existing code
None of these changes are manual changes made a human
2018-11-20 23:18:49 +01:00
Laurent Monin
6c5c083dba
Change version format on all scripts
Related to https://github.com/murdos/musicbrainz-userscripts/pull/171
2018-02-18 18:16:45 +01:00
Laurent Monin
47fe6ab38d
Issue #146: metal-archives now uses https, fix regex to match it 2017-05-23 09:16:49 +02:00
Laurent Monin
6a8d60d4a1 Bump versions 2015-10-04 09:24:38 +02:00
Laurent Monin
6b0b54f79e Metal Archives importer: add icon 2015-10-04 09:24:06 +02:00
Laurent Monin
6db55d2494 Metal Archives importer name: MB -> MusicBrainz 2015-09-27 11:20:39 +02:00
Laurent Monin
af257f6b09 MA importer: bump version 2015-09-27 11:17:10 +02:00
Laurent Monin
f586978275 MA importer: types/secondary types minor cleanup 2015-09-27 11:14:35 +02:00
Laurent Monin
1b4c6478b4 MA importer: set CD-R format when possible 2015-09-27 11:13:49 +02:00
Laurent Monin
f6502ff504 MA importer: improve label/catno submission 2015-09-27 11:13:01 +02:00
Laurent Monin
3344a11646 MA importer: add a TODO 2015-09-27 10:36:41 +02:00
Laurent Monin
e73597400b MA importer: improve handling of multiple artists (join phrase) 2015-09-27 10:35:40 +02:00
Laurent Monin
e7c6bf647d MA importer: fix spurious newlines and spaces in track titles 2015-09-27 10:34:20 +02:00
Laurent Monin
665b6a4b76 MetalArchives importer: code cleanup, minor improvements
- fix indentation
- add Search button
- code simplification + clarity
2015-09-27 02:11:57 +02:00
Laurent Monin
4eb6d1bc59 MA importer: fix up regexp, year detection 2015-09-27 00:50:45 +02:00
Maxime
ccac2b8120 removing unused variable
removing unused variable
2015-08-26 12:09:33 +02:00
Maxime
ef716fbca8 comment
comment
2015-08-25 15:37:26 +02:00
Maxime
a97ef4d111 support for collaboration
adding support for collaboration & split:
-there is no join phrase for collaboration on meta-archive. Using '/'
for split album
-Collaboration can be an album or an EP on MB so
ReleaseTypes["Collaboration"] = [""]
removing unused variable
2015-08-25 15:21:02 +02:00
Maxime
af64b3dd90 update version number
update version number
2015-08-25 12:05:07 +02:00
Maxime
cffdf5903d multiple artist support for split & collaboration
Adding support for collaboration and split:
- there are no proper join phrase on metal archives so I put '/' as a
joinphrase only for split
- ReleaseType["Collaboration"] return empty string because there is no
real equivalent on MV.
- removing unused variable
- changing import form insertion in DOM
2015-08-25 12:02:38 +02:00
Maxime
4825b10207 beautify
Beautify source code with http://jsbeautifier.org/
2015-08-23 20:35:38 +02:00
Maxime
363e7b7f03 url & logger
add url mapping
add logger.js and LOGGER.info
2015-08-23 20:14:13 +02:00
Maxime
640a28dcf9 fixes: header, debug ...
updating header to correct value
remove release attributes with empty value
remove console.log lines
2015-08-23 18:24:17 +02:00
Maxime
6df2af1282 add MA importer
add MA importer
2015-08-23 16:38:18 +02:00