Commit graph

725 commits

Author SHA1 Message Date
loujine
9635943108 Adapt batch-add-recording-relationships.user.js script to lodash 4 (closes #163)
The MusicBrainz server upgraded from lodash 3.10 to lodash 4.17 (https://github.com/metabrainz/musicbrainz-server/pull/573) on 2017-12-21

Fix by replacing deprecated syntax
2018-01-02 21:05:52 +00:00
Aurélien Mino
265bb51e1e
Merge pull request #161 from SothoTalKer/master
Display more relationships + minor changes
2017-11-13 14:44:11 +01:00
Sotho Tal Ker
9bbd1ceb0b
Update mb_relationship_shortcuts.user.js
- Converted the display of other databases to a dictionary as suggested
2017-11-12 03:01:52 +01:00
Sotho Tal Ker
065fe600e5
Show me more
- added display of allmusic and rateyourmusic
- optimized conditionals
2017-11-12 02:02:26 +01:00
Sotho Tal Ker
686778616d
Display more relationships + minor changes
- remove unused logger, updated to latest jQuery without any noticeable breakage
- changed most of the favicons to load the copies stored on the MusicBrainz server
- updated the script so that a few "other databases" relationships are shown aswell; might be kludgy but better than not showing them at all
- fixed some minor code warnings
2017-11-11 02:28:11 +01:00
Laurent Monin
ec81ba7c59
Bandcamp Importer: set the label name from the back link text 2017-09-05 10:51:31 +02:00
Laurent Monin
9e8f54af6d
Merge remote-tracking branch 'upstream/master' 2017-09-05 10:34:46 +02:00
Laurent Monin
4459dfebb7
Bandcamp importer: use back link to label to find out label mbid 2017-09-05 10:34:13 +02:00
Laurent Monin
b75d5fc2d4 Merge pull request #149 from augustjanse/master
Update Beatport scripts
2017-06-16 08:33:53 +02:00
augustjanse
979bfb30e5 Update Beatport versions 2017-06-13 13:55:37 +02:00
augustjanse
c29313e000 Fix various warnings
Unused variable, left-over comma and nonstrict comparisons.
2017-06-13 13:55:37 +02:00
augustjanse
e6b6a26559 Update Beatport entries 2017-06-13 13:55:37 +02:00
augustjanse
bfbe30d65a Rename Beatport (Pro) file 2017-06-13 13:55:37 +02:00
augustjanse
b0cd69da5e Rename Beatport Classic file 2017-06-13 13:55:37 +02:00
augustjanse
1e4f1b27e5 Get label info from ProductDetail 2017-06-13 13:55:37 +02:00
augustjanse
95eb960737 Get title from ProductDetail 2017-06-13 13:55:37 +02:00
augustjanse
9e075aec21 Get release date from ProductDetail 2017-06-13 13:55:37 +02:00
augustjanse
b8d53a5d0a Fix release_id check bug
Uses the seemingly very useful ProductDetail object instead of an
element attribute that doesn't exist.
2017-06-13 13:55:37 +02:00
augustjanse
5a19049afa Fix references to Beatport Pro 2017-06-13 13:55:37 +02:00
augustjanse
e754d01b42 Fix references to Beatport Classic 2017-06-13 13:55:01 +02: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
0f0193f6d8
Bump CDBaby Importer version 2017-05-18 09:44:13 +02:00
Laurent Monin
a8f5b26373 Merge pull request #145 from CatQuest/master
Update cdbaby_importer.user.js
2017-05-18 09:42:55 +02:00
CatQuest, the Endeavouring Cat!
5590793ea2 Merge pull request #2 from CatQuest/CatQuest-patch-1
Update cdbaby_importer.user.js
fix for cdbaby changing their url to store.cdbaby.com instead, see: https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3911374/
2017-05-18 01:24:25 +02:00
CatQuest, the Endeavouring Cat!
c403324cf5 Update cdbaby_importer.user.js
fix for cdbaby changing their url to  store.cdbaby.com instead, see: https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3911374/
2017-05-18 01:23:41 +02:00
CatQuest, the Endeavouring Cat!
a471f3fd25 Merge pull request #1 from murdos/master
blup
2017-05-03 01:53:03 +02:00
Laurent Monin
92b3933c0c
Bump mb_relationship_shortcuts script's version 2017-04-17 00:40:54 +02:00
Laurent Monin
104c824593 Merge pull request #144 from LeoVerto/patch-1
Fix #136: mb_relationship_shortcuts.user.js not handling GET parameterrs properly
2017-04-17 00:39:23 +02:00
LeoVerto
c037ecfc2c Set offset when requesting items for pages other than the first one 2017-04-16 22:07:25 +02:00
LeoVerto
b5bad0d18e Fix typo 2017-04-16 21:32:44 +02:00
LeoVerto
0631682d6e Fix #136: mb_relationship_shortcuts.user.js not handling GET parameters properly
If a release group or label URL included additional GET parameters, namely ?page=X when switching to another page, the script regex would not pick it up anymore.
2017-04-16 21:25:19 +02:00
Aurélien Mino
e25284bcd2 Merge pull request #142 from Freso/merge-in-bitmaps-userscripts
Merge in bitmap’s userscripts
2017-03-11 09:14:16 +01:00
Frederik “Freso” S. Olesen
27edbeddc5
Merge in bitmap's userscripts
Merging from https://bitbucket.org/mwiencek/userscripts

Permission given at
https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3852183/
2017-03-10 19:57:54 +01:00
Frederik “Freso” S. Olesen
7c98f9d9c5
Add @descriptions based on README.md 2017-03-10 19:50:20 +01:00
Frederik “Freso” S. Olesen
bbed68d493
Move license into affected scripts
Preparation for merging the repository into
https://github.com/murdos/musicbrainz-userscripts

This retains the license blurb but also makes it one less file to juggle
for the merge commit.
2017-03-10 19:14:00 +01:00
Aurélien Mino
371b6b5739 Discogs importer: add mapping for format SACD
Fixes #141
2017-02-25 10:00:09 +01:00
Aurélien Mino
6dd194d0da Merge pull request #140 from Freso/issue-139-update-pth-to-red
mb_discids_detector: Add redacted.ch
2017-02-22 11:54:46 +01:00
Frederik “Freso” S. Olesen
ca750863f7
mb_discids_detector: Bump version (2017.02.22.0). 2017-02-22 11:26:21 +01:00
Frederik “Freso” S. Olesen
5f5c7f1d91
mb_discids_detector: Add redacted.ch.
PTH/passtheheadphones.me made a name change to RED/redacted.ch.
See https://www.reddit.com/r/trackers/comments/5v2goo/pth_now_known_as_red/

This makes the script work on redacted.ch in addition to
passtheheadphones.me, but doesn't remove PTH as the PTH domain is
apparently going to work for a bit longer.

Fixes https://github.com/murdos/musicbrainz-userscripts/issues/139
2017-02-22 11:23:25 +01:00
Laurent Monin
3fe4a35fab
Merge remote-tracking branch 'upstream/master' 2017-02-21 15:31:58 +01:00
Laurent Monin
98f69b23c6
bandcamp_importer: Use _0 image as original image instead of _1
The change from _0 to _1 was made last year because some _0 images were cropped at the bottom,
prolly due to a bug on Bandcamp side.
I rechecked concerned images, and it seems all are working now as expected.
See also:
- https://community.metabrainz.org/t/reference-bandcamp-album-art-sizes/214623/4
- 044037ab49
2017-02-21 15:31:19 +01:00
Aurélien Mino
d357a5f275 [discogs] Handle Shellac format properly (fixes #132) 2016-12-17 10:13:32 +01:00
Aurélien Mino
6c04ecf000 Merge pull request #129 from loujine/master
DG/Decca importer: small fixes
2016-12-17 09:45:41 +01:00
jesus2099
b4d20eb48e Repaired relationship edit links
- release group relationships are now edited in release group editor
- release relationships are now edited in release relationship editor

old MBS change: “Use in a relationship” and “Relate to…” no longer exist
2016-12-15 14:24:54 +01:00
Aurélien Mino
4b956605ab [relationship_shortcuts] Updated wikidata favicon. 2016-12-12 08:42:11 +01:00
Aurélien Mino
27bbfef058 Added support for PTH & APL. Removed WCD :'( 2016-12-11 12:04:38 +01:00
loujine
e82abddc0a dgdecca importer: do not set 'Worldwide' release flag
As @ListMyCDs.com noticed, old DG/Decca releases are not always worldwide

https://musicbrainz.org/edit/41284376
2016-11-13 04:58:51 +00:00
loujine
4df5f00f7f dgdecca importer: Deal with track titles with four levels (hier3)
See https://musicbrainz.org/edit/41284376
2016-11-13 04:58:27 +00:00
Aurélien Mino
02f26458a8 Fix for #128 2016-11-11 11:18:33 +01:00
Laurent Monin
d3de311776
Bump discogs importer version 2016-11-09 21:21:33 +01:00