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
Laurent Monin
d063ab022b
Merge pull request #127 from johtso/patch-1
...
Use https urls when querying musicbrainz
2016-11-09 21:19:42 +01:00
Johannes
341ad8134e
Use https urls when querying musicbrainz
...
Musicbrainz no longer normalizes discogs URLs to http, so we now need to search for the https form.
Fixes #124
2016-11-02 00:22:12 +00:00
Laurent Monin
20d6420b9d
Add dgdecca importer to README, update script version
2016-10-28 18:35:51 +02:00
Laurent Monin
3f0f485771
Merge pull request #126 from loujine/master
...
New importer from Deutsche Grammophon/Decca website : dgdecca_importer
2016-10-28 18:32:29 +02:00
loujine
f3fdb4d8cf
dgdecca_importer
2016-10-28 00:00:46 +00:00
Laurent Monin
3722598299
Merge pull request #123 from stragu/patch-1
...
Use "broadcast" type for "Radio Program" album_type
2016-10-05 18:54:44 +02:00
Stéphane Guillou
548b4f1cad
use "broadcast" type for "Radio Program" album_type
2016-09-23 23:54:26 +10:00
Laurent Monin
2111a9affe
Bump FMA importer version
2016-08-29 12:05:00 +02:00
Laurent Monin
74005bf653
Merge pull request #120 from stragu/patch-1
...
FMA importer: add "stream for free" link
2016-08-29 12:03:59 +02:00
Laurent Monin
044037ab49
Provides a better original image link, using _1 instead of _0
...
Since some time _0 images which are PNGs are truncated at the bottom, using _1 instead
seems to provide the same but correct image.
2016-07-30 19:31:18 +02:00
Stéphane Guillou
8deb9ee44c
close if statement
2016-07-30 00:42:01 +10:00
Stéphane Guillou
4c2313812d
add "stream for free" url if streamable
2016-07-30 00:36:14 +10:00
jesus2099
5a2a4945dd
Merge branch 'master' of https://bitbucket.org/mwiencek/userscripts
2016-06-07 14:29:24 +02:00
jesus2099
a82234ebf0
FIX: Cancel link click event listeners get removed on run time
...
(now the body has a unique listener for all the Cancel links).
2016-06-07 14:29:09 +02:00
mwiencek
44df4edcb7
Merged in loujine/mwiencek_userscripts (pull request #25 )
...
Fix number of recordings by page
2016-05-30 13:45:07 -05:00
jesus2099
af46f1f6ae
Fixed my own mistake again.
...
.find() should have been used instead of .children() but, as we had to
chain .find().filter(), using plain .querySelector() is more straightforward.
I should stop editing this script, I don’t know jQuery (enough).
2016-05-30 12:51:42 +02:00
loujine
f6e209651f
Fix number of recordings by page
...
Since musicbrainz switched from 50 to 100 recordings per page, the script is not looking at the right recordings to check whether they already have a performance link
2016-05-29 17:56:11 +00:00
Jérôme Roy
3405cf162b
Merged mwiencek/userscripts into master
2016-05-29 13:44:27 +00:00
Laurent Monin
8eb66c1e4b
Bump version of scripts depending on lib/mblinks.js
...
This is to ensure they are upgraded to include image links change.
2016-05-29 14:47:17 +02:00
Laurent Monin
387e0062b0
Fix up mb entities image links, .png -> .svg
...
Fix https://github.com/murdos/musicbrainz-userscripts/issues/115
2016-05-29 14:42:48 +02:00
Laurent Monin
80e4672bff
Bump FMA importer version
2016-05-29 14:24:42 +02:00
Laurent Monin
7b4dfc8ad3
Update README.md to include new FMA importer
2016-05-29 14:23:35 +02:00
Laurent Monin
275fbaf29d
DOS to Unix EOLs
2016-05-29 14:21:25 +02:00
Laurent Monin
79d7ae2d40
Merge pull request #111 from madmouser1/FMA
...
FMA: initial import seeder
2016-05-29 14:17:22 +02:00
mwiencek
1a8ce4c6c8
Merged in loujine/mwiencek_userscripts (pull request #24 )
...
Fix selector for recording rows
2016-05-25 14:42:32 -04:00
jesus2099
41c60d5703
Fix regression after my previous “location” related commit, sorry:
...
> Avoiding the local reserved word “location” override.
> (452f3db217
)
2016-05-24 09:45:48 +02:00
Jérôme Roy
41ab881797
Fix selector for recording rows
2016-05-23 21:35:20 +00:00
Jérôme Roy
e3c6d05c3d
Merged mwiencek/userscripts into master
2016-05-23 20:26:03 +00:00
jesus2099
452f3db217
Avoiding the local reserved word “location” override.
2016-05-19 14:23:22 +02:00
jesus2099
a8f043a8e5
Protection against other scripts that may add columns and/or links.
2016-05-19 14:06:47 +02:00
Laurent Monin
dcd812cc8c
Merge pull request #114 from madmouser1/Takealot_MBLinks
...
Takealot: Added MBLinks to the header
2016-05-11 01:00:32 +02:00
Laurent Monin
d516492d04
Merge pull request #113 from madmouser1/Takealot_format
...
Takealot: Fixed issue 112 (Format)
2016-05-11 00:59:59 +02:00
madmouser1
bbfc33cd36
Added MBLinks to the header
2016-05-10 19:08:40 +01:00
madmouser1
f689877544
fixed https://github.com/murdos/musicbrainz-userscripts/issues/112 Release format
2016-05-10 17:36:45 +01:00
madmouser1
ab903dd279
added release and artist links to MB
2016-05-09 23:27:48 +01:00
madmouser1
ee2bf8322c
Initial FMA import seeder script
2016-05-07 13:03:26 +01:00
Laurent Monin
aaf3aeb174
Bump takalot importer version
2016-04-11 14:43:49 +02:00
Laurent Monin
a8d5f084f7
Merge pull request #110 from madmouser1/Takealot
...
takealot_importer: pull various additions
2016-04-11 14:42:32 +02:00
madmouser1
1ef64c1334
takealot_importer: Added parsers for different formats in description tab
2016-04-11 11:58:30 +01:00
madmouser1
692abe0fa5
takealot_importer: fixed release lable parsing
2016-04-11 11:54:13 +01:00
madmouser1
dc8679712a
takealot_importer: Added parse release title and label from Product Information tab
2016-04-11 11:50:05 +01:00
madmouser1
3e1a62d3cc
takealot_importer: Added import warning if information is buggy
2016-04-11 11:42:07 +01:00