-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed to MusicBrainz Magic Tagger Button
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MusicBrainz Auto Tagger Button user script | ||
# MusicBrainz Magic Tagger Button user script | ||
|
||
This is a browser user script to enable the green tagger button ![Open in tagger](https://staticbrainz.org/MB/mblookup-tagger-b8fe559.png) | ||
on [musicbrainz.org](https://musicbrainz.org), which is used to send a release or recording to | ||
|
@@ -21,7 +21,7 @@ or [Violentmonkey](https://violentmonkey.github.io/)). | |
|
||
The latest version of this script to install is available at: | ||
|
||
https://raw.githubusercontent.com/phw/musicbrainz-auto-tagger-button/main/mb-auto-tagger-button.user.js | ||
https://raw.githubusercontent.com/phw/musicbrainz-magic-tagger-button/main/mb-magic-tagger-button.user.js | ||
|
||
|
||
## Gotchas | ||
|
@@ -53,6 +53,6 @@ Some things to be aware off: | |
|
||
## License | ||
|
||
MusicBrainz Auto Tagger Button © 2021 Philipp Wolfer <[email protected]> | ||
MusicBrainz Magic Tagger Button © 2021 Philipp Wolfer <[email protected]> | ||
|
||
Published under the MIT license, see LICENSE for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "mb-auto-tagger-button", | ||
"name": "mb-magic-tagger-button", | ||
"version": "0.2.0", | ||
"description": "User script to automatically enable the green tagger button on MusicBrainz.org depending on whether Picard is running", | ||
"main": "mb-auto-tagger-button.user.js", | ||
"main": "mb-magic-tagger-button.user.js", | ||
"type": "git", | ||
"repository": { | ||
"url": "git+ssh://[email protected]/phw/musicbrainz-auto-tagger-button.git" | ||
"url": "git+ssh://[email protected]/phw/musicbrainz-magic-tagger-button.git" | ||
}, | ||
"author": "Philipp Wolfer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/phw/musicbrainz-auto-tagger-button/issues" | ||
"url": "https://github.com/phw/musicbrainz-magic-tagger-button/issues" | ||
}, | ||
"homepage": "https://github.com/phw/musicbrainz-auto-tagger-button#readme", | ||
"homepage": "https://github.com/phw/musicbrainz-magic-tagger-button#readme", | ||
"devDependencies": { | ||
"eslint": "^7.20.0", | ||
"eslint-cli": "^1.1.1", | ||
|