Commit graph

873 commits

Author SHA1 Message Date
Laurent Monin
1dc8555a98 Add very simple CD Baby importer
It provides:
- release title and artist
- release year
- tracklist with durations

It doesn't handle:
- multiple formats (digital vs CD, CD tracklist is often wrong on CD Baby, see below)
- multi discs (cdbaby doesn't either, 2xCDs with 8 and 10 tracks are listed as track 1 to 18)
- various artists releases, CD Baby doesn't provide a per-track artist credit, nor an easy way to identify various artists releases
2016-03-30 15:11:37 +02:00
Laurent Monin
682d355296 Merge pull request #104 from madmouser1/Takealot
Takealot importer fixes
2016-03-28 21:47:53 +02:00
madmouser1
57c1dceab1 Import Loot data into Musicbrainz 2016-03-27 22:58:57 +01:00
madmouser1
b5dd44d770 added artist credit per track, changed default to purchase for mail, fixed JS formatting 2016-03-24 10:57:54 +00:00
madmouser1
6d2e3b850c improved track parser for description tab 2016-03-24 10:42:35 +00:00
jesus2099
1a797ee87f Did not show up in videoless mediums
when same release contains another medium with video
http://musicbrainz.org/release/7e32ae24-c691-49f9-a338-48c3ce69618b
2016-03-21 16:59:26 +01:00
madmouser1
037719e42e Merge pull request #1 from murdos/master
Update fork from original
2016-03-15 19:53:13 +00:00
Laurent Monin
396f1a70b8 Fix up missing Install for takelot importer script 2016-03-15 20:49:17 +01:00
Laurent Monin
1adac294b7 Regenerate README.md to include TakeAlot importer script 2016-03-15 20:46:39 +01:00
Laurent Monin
696a6cfdf1 Bump takealot importer version 2016-03-15 20:42:56 +01:00
Laurent Monin
3094b31ba7 Rename to match other importers naming scheme 2016-03-15 20:42:14 +01:00
Laurent Monin
d9a9ec292b Remove trailing whitespaces 2016-03-15 20:41:27 +01:00
Laurent Monin
0032a99f1a Use relative paths 2016-03-15 20:41:14 +01:00
Laurent Monin
ff2e707f65 Merge pull request #100 from madmouser1/Takealot
Initial Takelot import parser to Musicbrainz
2016-03-15 20:39:07 +01:00
madmouser1
1d566717ce debug disabled, namespace corrected and MBImport.URL_TYPES used 2016-03-15 16:59:40 +00:00
madmouser1
ae38b2c7e8 multi disc import implemented 2016-03-15 13:21:43 +00:00
madmouser1
f5c40d7d66 Added logic to derive album name from heading if not provided in product info 2016-03-14 13:25:05 +00:00
madmouser1
0ca46a81dd JS Formatting corrected and artistitem lowercase implemented for switch 2016-03-14 12:17:50 +00:00
madmouser1
857aff3322 Initial Takelot import parser to Musicbrainz 2016-03-14 07:52:18 +00:00
Aurélien Mino
a786431b5f discids_detector: fix lztr 2016-03-05 00:15:44 +01:00
mwiencek
76622d22cb Merged in jesus2099/mwiencek_userscripts (pull request #23)
Re‐activate script after MB server change
2016-02-22 13:29:55 -06:00
Aurélien Mino
c81ce77258 discids_detector: bump version 2016-02-20 23:53:57 +01:00
Aurélien Mino
cb4cb3e950 discids_detector: update lztr url 2016-02-20 23:53:28 +01:00
Aurélien Mino
4e891a569a Merge pull request #96 from VxJasonxV/discogs-updates
Move the MBz import box up between the Discogs Collection and Marketplace boxes
2016-02-17 13:19:26 +01:00
Jason Salaz
ce53a97904 Move the MBz import box up between the Discogs Collection and Marketplace boxes
also, update the GitHub raw URLs to use githubusercontent.com
2016-02-17 04:01:03 -07:00
Laurent Monin
8560f44037 discogs importer: bump version 2016-02-15 14:55:46 +01:00
Laurent Monin
69bdf14092 Merge pull request #95 from johtso/patch-1
Use http url for querying musicbrainz
2016-02-15 14:54:20 +01:00
Johannes
53f2f9d17b Use http url for querying musicbrainz
Musicbrainz normalizes urls to http, so we can't search for https urls.
2016-02-15 13:44:38 +00:00
Aurélien Mino
f64b4ba403 Mode discogs https fix 2016-02-14 10:59:47 +01:00
Aurélien Mino
cec5db7925 Merge pull request #94 from zas/discogs_https_fix
Discogs https fix
2016-02-14 10:56:31 +01:00
Laurent Monin
e94b99a716 discogs importer: bump version 2016-02-13 23:39:38 +01:00
Laurent Monin
e202ed54f2 discogs importer: make it work with https 2016-02-13 23:39:06 +01:00
jesus2099
1aebd13755 Migrate to relative links (post MBS-8624’s
b8f7ab9a84 I guess).
2016-02-09 12:19:20 +01:00
Aurélien Mino
5e92db537a mb_relationships_shortcut: Updated Discogs favicon 2016-02-06 12:06:28 +01:00
Laurent Monin
7a795befc9 Merge pull request #91 from zas/issue-89
Issue 89: ignore repeated '.' or '-' in (buggy) track position
2016-01-08 15:12:29 +01:00
Laurent Monin
cd53b854ef Update version 2016-01-08 15:12:09 +01:00
Laurent Monin
075f417376 Issue 89: ignore repeated '.' or '-' in (buggy) track position
http://www.discogs.com/release/1520366 has a track with buggy position,
the script is placing the track at the wrong position because of this.

2-.23 	Le Carnaval 	0:26

2-.23 is now parsed as it was 2-23

This patch shouldn't affect non-buggy track positions.
2016-01-07 15:20:02 +01:00
mwiencek
c5c9090de5 Merged in jesus2099/mwiencek_userscripts (pull request #22)
Added a README.md for convenient script installations
2015-12-17 01:01:38 -06:00
jesus2099
598f8ef032 made it more obvious what to do? 2015-12-17 07:51:50 +01:00
jesus2099
a738a047a1 Removing some dead code after my last change.
Some of which was causing warnings in artist open edits page.
2015-11-25 17:21:04 +01:00
jesus2099
77ad736017 Using Unix newlines, as the rest of the repo. 2015-11-24 20:51:38 +01:00
jesus2099
8b04c81144 Trying to understand how bitbucket accept links… 2015-11-24 20:47:55 +01:00
jesus2099
2946116ab0 Added a README for convenient script installations. 2015-11-24 20:45:01 +01:00
jesus2099
193bd05ceb Quick and dirty fix for MBS internationalisation. 2015-11-20 17:10:15 +01:00
Michael Wiencek
f11c35d947 Merged in jesus2099/mwiencek_userscripts (pull request #21)
release and release group **series** pages support
2015-10-16 14:23:27 -05:00
jesus2099
6c73d7b0dd Merged mwiencek/userscripts into master 2015-10-16 11:05:08 +02:00
Jérôme Roy
beff9d8c75 Merged mwiencek/userscripts into master 2015-10-08 19:48:04 +00: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
64b0978372 Qobuz importer: ensure the buttons are displayed only once
Selector was too large, and buttons were appearing multiple times in comments too.
2015-10-04 09:23:03 +02:00