Commit graph

10 commits

Author SHA1 Message Date
David Kellner
821818cae1 hdtracks: Fix an old typo in a comment 2022-01-27 12:52:45 +01:00
David Kellner
6f67604260 hdtracks: Make the userscript run under Greasemonkey
GM has no direct access to the properties of the real `window`, call the
`addEventListener` method instead (which is also a cleaner solution).
2021-11-07 13:50:17 +01:00
David Kellner
baec6631f7 hdtracks: Release userscript under the MIT license 2021-10-17 23:00:22 +02:00
David Kellner
84ab91f589 hdtracks: Move audio quality into the annotation
Only use it as disambiguation comment if it is non-standard quality.
2021-10-17 23:00:22 +02:00
David Kellner
4ad72e58d4 hdtracks: Use UTC to fix "one day off" timezone issue
Input string is in UTC, so the numbers should also be extracted as UTC.
2021-10-17 23:00:22 +02:00
David Kellner
1323c14d4f hdtracks: Update userscript metadata and README 2021-10-17 23:00:22 +02:00
David Kellner
bed8eb27a8 hdtracks: Drop release credits from the annotation 2021-10-17 23:00:22 +02:00
David Kellner
17be011a33 hdtracks: Fix ESLint errors
Forgo optional chaining which is an ES2020 feature. It feels odd to
raise the ES version even further for such a minor improvement.
2021-10-17 23:00:22 +02:00
David Kellner
6906509170 hdtracks: Add a button to submit ISRCs with MagicISRC 2021-10-17 23:00:22 +02:00
David Kellner
ca260f721b Create importer script for HDtracks 2021-10-17 23:00:22 +02:00