Commit graph

16 commits

Author SHA1 Message Date
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