Laurent Monin
45c0216ea0
Discogs importer: append sub-track titles to main title
...
If we have an index titled "A" with 2 sub-tracks "B" and "C", set the track title to "A: B / C"
Tested on http://www.discogs.com/release/5880212
2015-06-04 00:37:15 +02:00
Laurent Monin
0d4b481ac5
Merge commit 'a5138fe3d7013393c5c3f4aaea8510caaf60e40a'
2015-06-04 00:02:37 +02:00
Laurent Monin
acd9488c2e
Update discogs importer version after e6adb9814a
2015-06-03 23:52:26 +02:00
Laurent Monin
2e16ad5a27
Discogs: import disc titles when possible
...
https://github.com/murdos/musicbrainz-userscripts/issues/6
2015-06-03 17:09:38 +02:00
Aurélien Mino
59e0f8b244
Enhanced logging system factored in a new lib: logger.js.
2015-01-18 14:00:58 +01:00
Aurélien Mino
7890f15146
[discogs_importer] Fixes #16 : comma after every artist.
...
Some odd/old Discogs releases have comma as ending join phrase in the
artist credit. While Discogs data is wrong, it's better to handle such
case.
2015-01-18 02:01:36 +01:00
Pascal "Pixel" Rigaux
a5138fe3d7
fix #31 : handle discogs tracks in case of sub-tracks
...
in case of sub-tracks (at least for http://api.discogs.com/releases/5880212 ),
json field "position" is "" so previous code ignored the track.
The solution here is to use first sub-track position which is good enough to detect change of CD numbers.
2015-01-16 13:56:36 +01:00
Jason Salaz
8108a1449b
removes GreaseMonkey's JQuery, uses pure json instead of JSON-P
2014-12-30 08:35:11 -08:00
Aurélien Mino
f8dd7116bd
Update @version
2014-09-27 19:52:04 +02:00
nikki
8491eb1c0e
Revert "Check that a variable is set before trying to use it"
...
This reverts commit f4fc0abf9f
.
2014-09-26 16:21:01 +02:00
nikki
075e459f2e
Map "Memory Stick" to "Other" instead, since after investigation it seems it's also used for SD cards
2014-08-15 06:04:41 +02:00
nikki
c63c914c0e
Set unsafeWindow in a way which works in Opera
2014-08-15 05:47:18 +02:00
nikki
f4fc0abf9f
Check that a variable is set before trying to use it
2014-08-15 04:46:15 +02:00
nikki
90586d5ec6
Update some format mappings: CDV is now available separately, Floppy Disk wasn't being correctly mapped to a format and Memory Stick is essentially equivalent to MusicBrainz's USB Flash Drive
2014-08-15 02:25:58 +02:00
nikki
0492f90949
Add support for more specific CD/DVD formats (VCD, SVCD, CD+G, HDCD, DVD-Audio, DVD-Video, 8cm CD)
2014-08-15 02:23:51 +02:00
nikki
94cbef72d5
Map Discogs "Album", "EP" and "Mini-Album" and support secondary types separately from primary type
2014-08-15 01:55:30 +02:00
nikki
36de6b612e
Map Discogs "Unofficial Release" to MusicBrainz "Bootleg"
2014-08-15 00:51:44 +02:00
Aurélien Mino
39149d1cae
New releases for all scripts.
2014-02-22 10:33:26 +01:00
Frederik "Freso" S. Olesen
d8c6b8eb65
[discogs_importer] Add Discogs URL in release editor.
2014-02-21 20:05:25 +01:00
Frederik "Freso" S. Olesen
bf39917070
Manual indentation of $.ajax() call in discogs_importer.user.js.
...
Follow-up to commit 1a3a2414dc
.
2014-02-21 19:45:11 +01:00
Frederik "Freso" S. Olesen
1a3a2414dc
Line up indentations properly.
...
`sed -E 's/^(( )*) {1,3}([^ ])/\1\3/'`
(Thanks to @warpr and @JonnyJD for help with cracking that one!)
2014-02-21 19:43:59 +01:00
Aurélien Mino
66dfc41313
[discogs] Code clean-up
2013-12-31 19:21:47 +01:00
Aurélien Mino
035eb6861e
[discogs_importer] Adapt script with recent changes on Discogs site and
...
done some refactoring in order to also display the MusicBrainz
release(s) that link to the displayed Discogs release.
2013-12-04 08:36:53 +01:00
Aurélien Mino
446c9487ea
[discogs_importer] Fixed a bug in MB links
2013-08-19 00:36:01 +02:00
Aurélien Mino
c15c6938f9
[discogs_importer] Display links to MB release/release-group from Discogs site.
2013-08-04 10:33:02 +02:00
Frederik "Freso" S. Olesen
48da95808d
Use https for GoogleAPIs' jQuery lib
2013-03-04 11:40:06 +01:00
Aurélien Mino
753ea9b1bd
Remove old Script Update Checker
2012-12-08 22:36:54 +01:00
Aurélien Mino
be2d8bab13
Fix handling of packaging. Previously only digipack was working.
2012-12-08 22:30:19 +01:00
Aurélien Mino
9567a32281
Parse all existing formats, rathern than only the first one. Patch by Prommah.
2012-12-08 22:23:04 +01:00
Aurélien Mino
4752c78e11
Cosmetics: trailing whitespaces and carriage returns.
2012-06-09 01:58:47 +02:00
Aurélien Mino
b6c1b69aec
Added support for free-form track number.
2012-06-09 01:55:12 +02:00
Aurélien Mino
8419ef2368
Code cleanup: replaced tabs by spaces.
2012-04-22 11:33:06 +02:00
Aurélien Mino
0dc0770ba2
Canonical Discogs URLs use www.discogs.com, not discogs.com.
2012-04-22 11:31:04 +02:00
Aurélien Mino
36208d11e4
Version has not been updated in last commit.
2012-03-29 00:48:00 +02:00
Nicolás Tamargo
d8681fef89
Fixing country code for North Korea
2012-03-29 01:27:25 +03:00
Aurélien Mino
86c25abe7d
Swith to github as a source for import_functions.js (instead of userscripts.org)
2012-03-29 00:23:30 +02:00
Aurélien Mino
ae6f3649bf
2012-02-22
2012-03-29 00:20:03 +02:00
Aurélien Mino
ee1c613ece
2012-02-14
2012-03-29 00:19:49 +02:00
Aurélien Mino
e235e4a291
2012-01-19
2012-03-29 00:19:33 +02:00
Aurélien Mino
a493b840da
2011-11-29
2012-03-29 00:19:11 +02:00
Aurélien Mino
217fd901c7
2011-11-06
2012-03-29 00:18:50 +02:00
Aurélien Mino
d05af45f65
2011-09-11~3
2012-03-29 00:18:21 +02:00
Aurélien Mino
e71561eade
2011-09-11~2
2012-03-29 00:18:04 +02:00
Aurélien Mino
e24d22263b
2011-09-11~1
2012-03-29 00:17:47 +02:00
Aurélien Mino
990eb160c3
2011-08-28
2012-03-29 00:17:17 +02:00
Aurélien Mino
821dfa4f07
2011-08-20~2
2012-03-29 00:16:42 +02:00
Aurélien Mino
a586084994
2011-08-20
2012-03-29 00:16:10 +02:00
Aurélien Mino
a4e7d1675d
2011-06-19
2012-03-29 00:14:20 +02:00
Aurélien Mino
6afa4e6b6d
2011-05-26~2
2012-03-29 00:13:59 +02:00
Aurélien Mino
523b47720c
2011-05-26~1
2012-03-29 00:13:47 +02:00