Commit graph

520 commits

Author SHA1 Message Date
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
madmouser1
dab1bd4b22 takealot_importer: Added a link to high res image 2016-04-11 11:33:37 +01:00
Laurent Monin
015c92a48c Add Install button for loot importer 2016-04-05 13:39:10 +02:00
Laurent Monin
2a60821e4b loot importer: add install/update links 2016-04-05 13:38:35 +02:00
Laurent Monin
9fe24a50b2 Minor fixes, add to README.md, bump version 2016-04-05 13:35:56 +02:00
Laurent Monin
fde9c0db21 Merge pull request #105 from madmouser1/Loot
loot.co.za importer
2016-04-05 13:32:24 +02:00
madmouser1
23ea364e04 comments removed, regex improved, added error handling for failed matches, parse catagories info for language, added image link 2016-04-04 19:51:40 +01:00
madmouser1
875512185c Date parser fixed, better Various Artist handling 2016-04-04 12:48:37 +01:00
Laurent Monin
13ef6f3989 Merge pull request #106 from zas/cdbaby
Simple CD Baby importer
2016-04-03 12:54:33 +02:00
Laurent Monin
6807391648 Add support for multiple formats and improve track artists parsing 2016-04-03 12:46:12 +02:00
Laurent Monin
6af0c1340b Add CD Baby importer to README 2016-03-30 15:12:30 +02:00
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
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
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
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