Laurent Monin
c18f008886
Set icon for all importers
2015-07-10 14:28:43 +02:00
Laurent Monin
a7faaceb55
Bump cd1d importer version
2015-06-22 11:28:51 +02:00
Aurélien Mino
0bf2671eaf
Bump versions
2015-06-18 00:32:37 +02:00
Aurélien Mino
a4b23129d0
Refactoring: renamed import_functions lib to mbimport.
2015-06-18 00:29:08 +02:00
Laurent Monin
5dea6f5cab
Bump versions
...
- updated edit note
2015-06-17 11:53:36 +02:00
Laurent Monin
49eef81c43
Advertise the userscripts homepage in the edit note.
2015-06-17 11:51:51 +02:00
Laurent Monin
6a57231062
Bump versions
2015-06-16 16:19:53 +02:00
Laurent Monin
d873d94c91
Add a bit of space between buttons on CD1D
2015-06-16 16:17:00 +02:00
Laurent Monin
9ee0a2ee48
Add Search button to all importers and improve integration on each website
2015-06-16 16:17:00 +02:00
Laurent Monin
5b43dd6938
Bump modified scripts versions
2015-06-15 09:54:21 +02:00
Laurent Monin
5a2d439d55
Unify the style of the MB import button among websites
...
- display musicbrainz icon in it
- unify css style
- add a new lib/mbimportstyle.js (store functions inserting css)
2015-06-15 09:52:59 +02:00
Laurent Monin
67f1325327
Bump versions
...
libs changed a bit.
2015-06-14 15:02:07 +02:00
Laurent Monin
6e2e20eb7a
Bump versions
2015-06-13 04:29:28 +02:00
Laurent Monin
3d29fb078b
cd1d_importer: use MBReleaseImportHelper.makeArtistCredits()
2015-06-13 04:28:47 +02:00
Laurent Monin
6d44668600
importers: move release type guessing to fnBuildFormParameters()
...
- use milliseconds for track durations everywhere for consistency
- use total duration in guessing only if all tracks have a duration
- improve a bit the differenciation single/EP/album
- it only happens if no release type was set by user script
2015-06-13 04:25:31 +02:00
Laurent Monin
e9c648daa1
cd1d_importer: use relative paths for libs
2015-06-13 04:21:18 +02:00
Laurent Monin
18805276c5
Bump versions
2015-06-13 00:55:28 +02:00
Laurent Monin
0e5b59a81c
cd1d_importer: use MBReleaseImportHelper.URL_TYPES
2015-06-13 00:09:58 +02:00
Laurent Monin
d20e5367ca
cd1d_importer: use MBReleaseImportHelper.guessReleaseType()
2015-06-13 00:07:18 +02:00
Laurent Monin
af2e38d30a
cd1d_importer: add more websites, they all share the same interface
2015-06-13 00:06:33 +02:00
Laurent Monin
be0d245a2f
Update version
2015-06-11 00:24:15 +02:00
Laurent Monin
0da85a03dc
Ensure parseInt() base to be 10
...
Octal as default was dropped since ECMAScript 5, but better safe than sorry.
Also it ensures parsing '0xa' returns 0, and not 10 (hexa->dec)
2015-06-11 00:21:39 +02:00
Laurent Monin
328964ff39
Update versions
2015-06-10 15:02:24 +02:00
Laurent Monin
429df69112
Unify Import scripts names
2015-06-10 14:59:12 +02:00
Laurent Monin
976871ad6d
CD1D: update version
2015-06-10 13:27:37 +02:00
Laurent Monin
90296369f5
CD1D: Remove useless log line
2015-06-10 13:27:01 +02:00
Laurent Monin
2b1ef0016d
CD1D: fix parsing release date in french too
...
"aujourd'hui" and "hier" are used for very recent releases, parsing was working only for english "today" & "yesterday"
2015-06-10 13:25:16 +02:00
Laurent Monin
3047bce8d7
Update versions due to recent changes
2015-06-08 01:57:42 +02:00
Laurent Monin
8df35d0330
Fix a typo causing the logger to fail: None != none
...
@grant None is incorrect, the correct "@grant none" is the default since greasemonkey 2.0
so just drop those lines.
2015-06-07 23:34:18 +02:00
Laurent Monin
573c1d7eba
CD1D importer: update version
2015-06-04 16:53:18 +02:00
Laurent Monin
7f6f2be7ee
CD1D importer: use much more recent jquery version
2015-06-04 16:15:09 +02:00
Laurent Monin
aebed5afdd
CD1D importer: fix a fatal typo
2015-06-04 16:13:31 +02:00
Laurent Monin
4012edd162
Add @description in script headers and re-generate README.md
2015-05-28 10:26:38 +02:00
Laurent Monin
ca2040fa07
CD1D importer: add support to import any of available formats
...
Import button now appears on the bottom of release tracklist, and change with active tab.
So when a release is available in vinyl and CD, user can now choose which one he wants to import.
2015-05-27 14:11:01 +02:00
Laurent Monin
3bc5a63e5f
Better handling of multiple discs and digital releases
...
For now, only first release can be imported
2015-05-27 11:03:12 +02:00
Laurent Monin
55955213cb
CD1D importer
...
CD1D.com is a french website distributing independent music, in digital and physical formats.
The importer supports following features:
- release date, including "today", and "yesterday"
- label
- multiple artists
- vinyl/CD/digital (whenever possible, not perfect due to the way releases are listed)
- track times conversion (the website don't use mm:ss format)
- add a download link for digital, a mailorder link for physical
2015-05-26 22:24:51 +02:00