Commit graph

18 commits

Author SHA1 Message Date
Jérôme Roy
391eac6c13 Update lib/mbimport.js
Co-Authored-By: Aurélien Mino <aurelien.mino@gmail.com>
2020-04-23 18:54:38 +02:00
loujine
aec897e3b6 Add 'recording' mbid param to release seeder
Parameter defined in official doc https://musicbrainz.org/doc/Development/Release_Editor_Seeding
2020-04-23 18:54:38 +02:00
Aurélien Mino
0e864d8c59 Reformat with prettier 2.0 2020-04-05 16:02:07 +02:00
Guilherme Danno
6b740328fc replaces for with reduce for counting tracks 2020-03-29 19:18:51 +02:00
Aurélien Mino
385b74eb25 Bumps eslint from 5.9.0 to 6.8.0 2020-03-20 00:53:05 +01:00
Aurélien Mino
7af9fdb9fa Bumps prettier from 1.15.2 to 1.19.1 2020-03-14 01:35:45 +01:00
brianfreud
7f212c141d Update mbimport.js
i was already instanced when a few loops were attempting to recreate it.  Changed those 'var' statements to 'let's to better scope them to just the applicable loops.
2019-03-18 08:09:02 +01:00
brianfreud
f30e6b6d5d Update mbimport.js
Move the home variable, and its default value, to arguments, to allow it to be something other than https://github.com/murdos/musicbrainz-userscripts for scripts that don't live there.
2019-03-18 08:09:02 +01:00
Aurélien Mino
65f215df9d Fix build 2019-01-05 15:01:21 +01:00
Laurent Monin
b9039569c7
Revert a change from 0e597ddb8 that breaks duration parsing in some userscripts
CD1D importer is failing to parse durations with isNaN() so revert to previous code
2018-12-09 20:19:52 +01:00
Laurent Monin
0e597ddb87
Merge pull request #197 from murdos/code-cleanup
Code cleanup
2018-12-06 12:12:36 +01:00
Jaakko Perttilä
abc8c4ba36 mbimport.js: Add support for disambiguation comment 2018-11-28 23:40:48 +01:00
Aurélien Mino
785b790887 Fix "use-isnan" eslint rule 2018-11-20 23:37:47 +01:00
Aurélien Mino
14a32dab62 Applied prettier and eslint tools on existing code
None of these changes are manual changes made a human
2018-11-20 23:18:49 +01:00
Laurent Monin
7efc1bec72 Improve feat/vs matching regexps
Previous version was incorrectly converting ie. 'left boot' to 'le feat. boot',
new version handles this correctly.
2015-09-09 08:04:14 +02:00
Laurent Monin
5a354070d0 Fix missing whitespace in edit note message when format is set.
Only CD1D importer use format for now.
2015-06-22 11:26:27 +02:00
Laurent Monin
603450ec4f Better handling of Various Artists and other special artists
Let each script set the correct artist, instead of doing automagically in mbimport.
2015-06-21 17:25:44 +02:00
Aurélien Mino
a4b23129d0 Refactoring: renamed import_functions lib to mbimport. 2015-06-18 00:29:08 +02:00
Renamed from lib/import_functions.js (Browse further)