Skip to content

Commit

Permalink
Update mb-edit-create_from_wikidata.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
forenta authored and Jerome-Roy committed Nov 25, 2024
1 parent ab70378 commit 15ba650
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mb-edit-create_from_wikidata.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @name MusicBrainz edit: Create entity or fill data from wikipedia / wikidata / VIAF / ISNI
// @namespace mbz-loujine
// @author loujine
// @version 2023.3.11
// @version 2024.11.25
// @downloadURL https://raw.githubusercontent.com/loujine/musicbrainz-scripts/master/mb-edit-create_from_wikidata.user.js
// @updateURL https://raw.githubusercontent.com/loujine/musicbrainz-scripts/master/mb-edit-create_from_wikidata.user.js
// @supportURL https://github.com/loujine/musicbrainz-scripts
Expand Down Expand Up @@ -102,6 +102,10 @@ class WikiDataHelpers {
idYoutube: 'P2397',
idDeezer: 'P2722',
idiTunes: 'P2850',
idNapster: 'P6972',
idTidal: 'P4576',
idAmazonMusic: 'P6276',
idBoomplay: 'P11090',
idDailymotion: 'P2942',
idSoundCloud: 'P3040',
idLastFM: 'P3192',
Expand Down Expand Up @@ -146,6 +150,10 @@ class WikiDataHelpers {
idYoutube: 'https://www.youtube.com/channel/',
idDeezer: 'https://www.deezer.com/artist/',
idiTunes: 'https://itunes.apple.com/artist/',
idNapster: 'https://web.napster.com/artist/',
idTidal: 'https://tidal.com/browse/artist/',
idAmazonMusic: 'https://music.amazon.com/artists/',
idBoomplay: 'https://www.boomplay.com/artists/',
idDailymotion: 'https://www.dailymotion.com/',
idSoundCloud: 'https://soundcloud.com/',
idLastFM: 'https://www.last.fm/music/',
Expand Down

0 comments on commit 15ba650

Please sign in to comment.