jesus2099
37e8b8b647
release and release group series pages support
2015-09-26 18:24:34 +02:00
jesus2099
923e7a9d0f
better coding style that I forgot to use
...
in an earlier commit of mine
(1da51f2184
)
2015-09-22 19:52:49 +02:00
jesus2099
c427af434c
Merged mwiencek/userscripts into master
2015-09-22 19:39:04 +02:00
Michael Wiencek
18d85338cb
Merged in jesus2099/mwiencek_userscripts/prevent-dupe-notes-and-lost-cancels (pull request #20 )
...
Prevent duplicate edit notes and lost cancels
2015-09-15 15:00:17 -05:00
jesus2099
cae146e000
FIX: Prevent double edit note submission
...
(bug brought by my 4d7f978fa8
).
NEW: Prevent vote page submission when cancels are pending.
2015-09-15 20:04:47 +02:00
Aurélien Mino
b344f19c36
[ui_enhancements] Change the way JQuery is loaded. Fixes #84
2015-09-15 13:00:36 +02:00
jesus2099
724fb12bb9
Merged mwiencek/userscripts into master
2015-09-10 06:34:59 +02:00
Aurélien Mino
8b3578f29f
ui_enhancements: Add a shortcut to edit release relationships, besides
...
the "Edit" link.
2015-09-09 17:49:29 +02:00
Laurent Monin
7efc1bec72
Improve feat/vs matching regexps
...
Previous version was incorrectly converting ie. 'left boot' to 'le feat. boot',
new version handles this correctly.
2015-09-09 08:04:14 +02:00
Laurent Monin
88b9c07023
Bandcamp importer: fix multiple artists detection with numbered tracklist
...
If all tracks are of the form 'number - title', number was taken as a possible
artist in a VA album.
Example of page where the problem arises: https://thegrave666.bandcamp.com/album/the-grave
Such tracklists aren't that uncommon on Bandcamp unfortunately.
2015-09-07 23:35:53 +02:00
jesus2099
52158866e0
Fixed « Cannot convert 'parent.…' to object »
2015-09-04 19:21:01 +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
Michael Wiencek
00ef8e804d
Bump batch-add-recording-relationships version
2015-08-21 17:57:01 -05:00
Michael Wiencek
6934521733
Fix #2
2015-08-21 17:56:42 -05:00
Michael Wiencek
1157876b46
Fix for undefined _.str.levenshtein function
2015-08-21 17:56:00 -05:00
Michael Wiencek
54e8047fb8
Merged in jesus2099/mwiencek_userscripts (pull request #19 )
...
small encoding problem, sorry
2015-08-21 15:27:46 -05:00
jesus2099
2ed14a6cd2
forgot to set version
2015-08-21 13:15:07 +02:00
jesus2099
7059f1bdd8
Merge branch 'master' of https://bitbucket.org/jesus2099/mwiencek_userscripts
2015-08-21 13:13:10 +02:00
jesus2099
b28733fa92
fixed quotes display bug (ASCII→UTF-8)
...
user scripts have to be UTF-8 anyway, IIRC
2015-08-21 13:12:46 +02:00
jesus2099
a9ee897d6f
Merged mwiencek/userscripts into master
2015-08-14 19:30:43 +02:00
Michael Wiencek
cd643f7045
Merged in jesus2099/mwiencek_userscripts (pull request #18 )
...
a version pattern that can auto‐updates ok
2015-08-14 12:26:09 -05:00
jesus2099
f0e87eb647
a version pattern that can auto‐updates ok
2015-08-14 19:03:38 +02:00
jesus2099
e222663c2f
Merged mwiencek/userscripts into master
2015-08-04 07:29:46 +02:00
Michael Wiencek
084548f9c5
Merged in jesus2099/mwiencek_userscripts (pull request #17 )
...
Fast cancel edits
2015-08-03 13:26:16 -05:00
jesus2099
3c3b739d17
Added auto‐update metadata
2015-08-03 16:49:45 +02:00
jesus2099
4d7f978fa8
Show the edit back if cancelling error, with some red visuals and clumsy Cancel button tooltip message.
2015-08-03 16:45:26 +02:00
Michael Wiencek
2ea6bef953
Added “MusicBrainz: Fast cancel edits”
...
from http://userscripts-mirror.org/scripts/show/125781 → http://userscripts-mirror.org/scripts/source/125781.user.js
Signed-off-by: jesus2099 <jesus2099@bitbucket>
2015-08-03 16:38:39 +02:00
jesus2099
f4a4a4218d
Merged mwiencek/userscripts into master
2015-08-03 16:34:40 +02:00
Laurent Monin
6192f8c036
Qobuz importer: bump version
2015-07-24 10:28:56 +02:00
Laurent Monin
ff20cd7db7
Qobuz: test if max size image exists before replacing link
...
Replacing _600 with _max doesn't always work, sometimes the _max image isn't
available.
So only replace the link if it makes sense.
2015-07-24 10:13:55 +02:00
Aurélien Mino
125afdd651
Bumped version and updated README for relationship shortcuts script.
2015-07-18 23:04:29 +02:00
Aurélien Mino
02e41630a5
[relationship_shortcuts] Use logger lib.
2015-07-18 23:02:27 +02:00
Aurélien Mino
c1eec66549
[relationship_shortcuts] Remove Windows EOL from code.
2015-07-18 22:59:15 +02:00
Aurélien Mino
5ca16c0591
[relationship_shortcuts] Fix indentation of code.
2015-07-18 22:55:09 +02:00
Aurélien Mino
c4d27b0e9e
[relationship_shortcuts] Update jQuery and prevent jQuery conflict.
2015-07-18 22:52:53 +02:00
Aurélien Mino
68f091abdd
[relationship_shortcuts] Fix broken icon URLs.
2015-07-18 22:50:09 +02:00
Aurélien Mino
2b3c848555
[relationship_shortcuts] Special icons are not embedded anymore
2015-07-18 22:48:34 +02:00
Aurélien Mino
70f04b1ebc
[relationship_shortcuts] Update of script header.
2015-07-18 22:21:46 +02:00
Aurélien Mino
19baaac250
[relationship_shortcuts] Initial commit of my old userscript
...
"MusicBrainz Release-Group/Release URLs".
2015-07-18 22:09:07 +02:00
Laurent Monin
5bf082c843
Qobuz importer: bump version
2015-07-16 12:01:33 +02:00
Laurent Monin
4ac3b4f414
Qobuz importer: replace zoom image link by the maximun size image link
...
_600 -> _max
2015-07-16 12:00:54 +02:00
Laurent Monin
a77f753475
Add Qobuz importer to README
2015-07-16 11:13:35 +02:00