{"id":16838098,"url":"https://github.com/phw/musicbrainz-magic-tagger-button","last_synced_at":"2025-03-22T04:31:06.723Z","repository":{"id":45181458,"uuid":"342207433","full_name":"phw/musicbrainz-magic-tagger-button","owner":"phw","description":"Browser user script to automatically enable the green tagger button on musicbrainz.org","archived":false,"fork":false,"pushed_at":"2024-07-30T12:41:57.000Z","size":251,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T00:34:19.288Z","etag":null,"topics":["javascript","musicbrainz","musicbrainz-picard","picard","userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["phw"],"liberapay":"phw"}},"created_at":"2021-02-25T10:29:59.000Z","updated_at":"2025-01-19T11:59:06.000Z","dependencies_parsed_at":"2024-07-30T16:10:01.446Z","dependency_job_id":null,"html_url":"https://github.com/phw/musicbrainz-magic-tagger-button","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phw%2Fmusicbrainz-magic-tagger-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phw%2Fmusicbrainz-magic-tagger-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phw%2Fmusicbrainz-magic-tagger-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phw%2Fmusicbrainz-magic-tagger-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phw","download_url":"https://codeload.github.com/phw/musicbrainz-magic-tagger-button/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244907420,"owners_count":20529850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","musicbrainz","musicbrainz-picard","picard","userscript"],"created_at":"2024-10-13T12:20:51.197Z","updated_at":"2025-03-22T04:31:06.123Z","avatar_url":"https://github.com/phw.png","language":"JavaScript","funding_links":["https://github.com/sponsors/phw","https://liberapay.com/phw"],"categories":[],"sub_categories":[],"readme":"# MusicBrainz Magic Tagger Button user script\n\nThis is a browser user script to enable the green tagger button ![Open in tagger](https://staticbrainz.org/MB/mblookup-tagger-b8fe559.png)\non [musicbrainz.org](https://musicbrainz.org), which is used to send a release or recording to\n[MusicBrainz Picard](https://picard.musicbrainz.org).\n\nIt will detect whether Picard is running and will enable the tagger buttons if they are disabled. It\nwill even auto detect the proper port on which Picard is listening.\n\nIn addition this script will improve the tagger buttons themselves. Instead of just being static images\nthey will change after being clicked, depending on whether the browser integration worked or not.\n\n## Installation\n\nInstall this script with your favorite user script manager (e.g. [Greasemonkey](https://www.greasespot.net/),\n[Violentmonkey](https://violentmonkey.github.io/) or for Safari [Userscripts](https://github.com/quoid/userscripts)).\n\n\u003e [!IMPORTANT]\n\u003e For Safari you need the [Userscripts](https://github.com/quoid/userscripts) extension version 4\n\u003e (which requires macOS 12.0+).\n\u003e *The user script does not work in Safari with older versions of the Userscripts extension due\n\u003e to strict blocking of unencrypted connections even if they are local.*\n\nThe latest version of this script to install is available at:\n\nhttps://raw.githubusercontent.com/phw/musicbrainz-magic-tagger-button/main/mb-magic-tagger-button.user.js\n\nAlternatively you can get the script from [Greasy Fork](https://greasyfork.org/de/scripts/422670-musicbrainz-magic-tagger-button).\n\n\u003e [!IMPORTANT]\n\u003e To use this script in Chromium based browsers you must use MusicBrainz Picard 2.6.0b1 or later.\n\u003e In Firefox it works also with earlier versions of Picard, but using Picard 2.6 or later is still recommended.\n\n\n## Gotchas\n\nSome things to be aware off:\n\n- You should use Picard 2.6.0b1 or later. This user script will not work with earlier versions of\n  Picard when using Chromium based browsers (e.g. Google Chrome or Microsoft Edge). It currently\n  will work on Firefox even with older Picard versions, but this could change in the future.\n- This has been tested on latest versions of Firefox, Google Chrome, Microsoft Edge, Opera and Vivaldi\n  using Greasemonkey, Violentmonkey and Tampermonkey. It might or might not work on other browsers or\n  with other user script managers. The code assumes your browser supports modern JS features (at\n  least ES2017).\n- For Safari you need the [Userscripts](https://github.com/quoid/userscripts) extension version 4\n  (which requires macOS 12.0+) and version 0.7 of MusicBrainz Magic Tagger Button.\n  *The user script does not work in Safari with older versions of the Userscripts extension due\n  to strict blocking of unencrypted connections even if they are local.*\n- I still consider this experimental and a proof of concept. It works for me, but might not for you.\n- It is recommended that you have configured Picard to use the default port 8000, but it has to be\n  one port between 8000 - 8010.\n- If for some obscure reason you have Picard running on a port outside of this port range it won’t\n  work, you’ll have to edit the script for this. Or just configure Picard to run on port 8000 again.\n- For detecting whether and on which port Picard is running this script performs HTTP GET requests\n  on localhost against the above port range. If you have a local web server or anything else\n  running on one of those ports better make sure it doesn’t do something unexpected. Proper software\n  shouldn’t, but if you have setup a local webserver to delete all your files whenever you open\n  https://localhost:8000 don’t come complain here.\n- Activating the tagger button requires an automatic page reload. The script tries to avoid page\n  reloads unless necessary. Let me know if the reload happens in a situation where it causes issues.\n\n\n## License\n\nMusicBrainz Magic Tagger Button © 2021-2023 Philipp Wolfer \u003cph.wolfer@gmail.com\u003e\n\nPublished under the MIT license, see [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphw%2Fmusicbrainz-magic-tagger-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphw%2Fmusicbrainz-magic-tagger-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphw%2Fmusicbrainz-magic-tagger-button/lists"}