Kai
a7139415ba
SVG MB logo, more HTTPS + small changes
2023-03-02 21:52:02 +01:00
Kai
6645a440f6
bandcamp_importer_helper.user.js & mbimportstyle.js: remove jquery
2022-04-26 14:53:29 +02:00
jesus2099
9fc80f796e
Allow no labels or no urls without crashing the script
...
With @kellnerd's 1 improvement and 1 fix
2021-11-13 14:49:45 +01:00
jesus2099
493444057b
Fix doc artist_credit.mbid (not artist_mbid)
2021-11-13 14:49:45 +01:00
11xx
af12c389c6
Fix line break in the "Import into MB" button
2021-09-22 16:05:07 +02:00
loujine
493a5601ca
Add missing parameters in mbimport documentation
2020-11-26 13:36:01 +01:00
loujine
52ea3c12a8
Recognize release annotation field in mbimport
2020-11-20 19:37:37 +01:00
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
0426b890bc
Remove unsafeWindow usage in logger and in scripts that don't need it and grant unsafeWindow for scripts that actually use it.
2019-01-12 15:54:18 +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
14d9606e2e
Fix "no-empty" eslint rule
2018-11-20 23:28:53 +01:00
Aurélien Mino
73fac72d7b
Use template literals for css blocks
2018-11-20 23:23:38 +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
387e0062b0
Fix up mb entities image links, .png -> .svg
...
Fix https://github.com/murdos/musicbrainz-userscripts/issues/115
2016-05-29 14:42:48 +02: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
Laurent Monin
304affacc7
import_functions: only autoset mbid for special artists if mbid is lacking
2015-06-17 15:04:38 +02:00
Laurent Monin
49eef81c43
Advertise the userscripts homepage in the edit note.
2015-06-17 11:51:51 +02:00
Laurent Monin
f7552d244a
Merge pull request #56 from zas/discogs_search_entities
...
Discogs importer: display links for direct search of entities on MB
2015-06-17 09:47:09 +02:00
Laurent Monin
4349c66f07
Import buttons: minor style improvement
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
4d96e7bffa
luceneEscape: also escape slash
2015-06-16 16:17:00 +02:00
Laurent Monin
4719a5d7d7
mblinks: swap version and expiration parameters
2015-06-16 16:16:59 +02:00
Laurent Monin
bfe25c7da5
mblinks: make expiration optional
...
Use a common default value of 90 days.
2015-06-16 16:16:59 +02:00
Laurent Monin
5a4058eb6b
discogs_importer: display search links for not-yet-found entities
2015-06-15 23:09:26 +02:00
Laurent Monin
1a07a75774
import_functions: add searchUrlFor() which returns an url for search of given entity
2015-06-15 23:09:22 +02:00
Laurent Monin
4bd4b74c7f
import_functions: set artist mbid for Various Artists and [unknown]
2015-06-15 17:23:24 +02:00
Laurent Monin
565c776910
import_functions: add a function to parse ISO8601 durations
2015-06-15 13:59:09 +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
42bb4890ca
hmsToMilliSeconds(): fix an issue with Bandcamp "hidden" tracks
...
str may be null, so check.
2015-06-15 09:50:40 +02:00
Laurent Monin
0f8ad4e971
import_functions: add a class to the search link, tidy up code a bit.
2015-06-14 14:13:56 +02:00
Laurent Monin
d76525949e
import_functions: add a class to the form element
2015-06-14 14:13:00 +02:00
Laurent Monin
c3899a73b4
import_functions: use a button type=submit instead of an input
...
It is easier to style, same behavior.
2015-06-14 14:11:39 +02:00
Laurent Monin
8c29ca5c3f
import_functions: makeArtistCredits() now splits featuring or versus artists
2015-06-13 15:18:04 +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
529561b389
import_functions: use same protocol than the page we are on for the form
...
It prevents the warning on beatport pro (https)
2015-06-13 04:19:48 +02:00
Laurent Monin
a6c983b785
import_functions: add other_databases url type
2015-06-13 00:55:28 +02:00