Greasy Fork is available in English.

mb. PLAIN TEXT TRACKLIST

Get a quick copy of the tracklists in plain text (several formats) for quick re-use (in track parser, EAC, foobar2000 or mp3tag for instance)

コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示

  • v2016.6.15 2023/11/19

    aligning metadata block keys

    various syntax fixes spotted with some OUJS.org’s code display’s warnings (jshint maybe?)

    various syntax fixes spotted with some OUJS.org’s code display’s warnings (2)

    @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12

    FIX. some javascript errors in console sometimes.

    @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12

    FIX. some javascript errors in console sometimes.

    MBS-3841. caught up with MBS but I keep #36 open until migration to Web Service mode, which would bring (more) stability

    Removed RELEASE EVENT TOOLS from PLAIN TEXT TRACKLIST (it should be in ALL LINKS instead, #45)

    Merge branch 'master' of https://github.com/jesus2099/konami-command

    FIX. doesn’t show up (thanks seamoon)

    CR + LF → LF

    LF → CR+LF back to Windows (my OS) good old end of line characters. clipboard made it too prone to mistake for too few bytes gained.

    cleanup

    Work around « repeated track names when INLINE STUFF spots track ≠ recording » (#65). Using same trick as MASS MERGE RECORDINGS (117678473229c522ada81505d09ba218d5ab6974).

    Use relative paths following MBS change (closes #155 again).

    Revert "MBS relative paths" (#155) Keeping those changes in the beta branch (good @bricas advice in #156). This reverts commit 4c6166ffc284974e58adbc70873d295fbbc1a524. This reverts commit ba1b4406232bcc568ec24192682022fb972302ed. This reverts commit 8785f7f65498dec43dea2eb43a02bf5874c9d74a.

    Marking #155 MBS beta changes as “-beta” version in my beta branch.

    Merge branch “beta” (#155)

    Conflicts:

    mb_COLLECTION-HIGHLIGHTER.user.js

    mb_FUNKEY-ILLUSTRATED-RECORDS.user.js

    mb_INLINE-STUFF.user.js

    mb_MASS-MERGE-RECORDINGS.user.js

    mb_PENDING-EDITS.user.js

    mb_PLAIN-TEXT-TRACKLIST.user.js

    mb_REVIVE-DELETED-EDITORS.user.js

    mb_SUPER-MIND-CONTROL-II-X-TURBO.user.js

    Updating some @changelog, @supportURL and @compatible meta data.

    Security improvement: using match instead of include (closes #192). Added //*.mbsandbox.org support where it was missing.

    Report #253 regression fix

    Merge branch 'master' into #244y-van-zall-shook-up-links

    Conflicts:

    mb_ALL-LINKS.user.js

  • v2021.1.19.2099 2021/02/03 Metadata block clean-up (#510) - Use Web Archive for userscripts(-mirror).org for safety - Use same namespace and namespace everywhere
  • v2021.1.19.2099 2021/02/01 eslint recommended: first pass, CRLF→LF Redoing this whole replace now that I use Linux, First wave of custom eslint rules, Bump versions post ESLint clean-up, Merge branch 'eslint'
  • v2020.11.27 2020/11/27 FIX #533: Esc/Échap no longer closes the popup Escape key no longer caught on keypress (nor on keyup). Using keydown instead. Bonus: event.keyCode deprecated, using event.key instead.
  • v2019.12.12.3 2020/11/25 Use //cdn.jsdelivr.net/gh/ (allowed by GF) … for require(d) libraries instead of //greasyfork.org/scripts/ One dependency less towards #396 (abandon mirrors). Also give less emphasis on mirrors and update compatibilities in README files.
  • v2019.12.12.2 2020/11/18 Remove *.mbsandbox.org support Freso said: Sandboxes have been discontinued and are not coming back https://wiki.musicbrainz.org/index.php?title=History:Development/Sandbox&diff=73442&oldid=69877
  • v2019.12.12 2019/12/12 New pattern that always shows track artists, cleanup
  • v2016.6.15 2018/09/27 FIX #358: OpenUserJS.org has still been blocking my licences for months… I didn’t notice. Continuing ☞ I’m really wondering again: Abandon or continue to adapt to GF and OUJS (#396). Previous fix (GPL-3.0+) 3161796570372feb4f48a4f71f4b2d8848d7e8dc did work but no more. Now GPL-3.0-or-later deb8c4b2081ac328d7403df2b401746a32b21b56 seems to be accepted.
  • v2016.6.15 2016/06/16 Synced from GitHub - Security improvement: using match instead of include (closes #192). Added //*.mbsandbox.org support where it was missing.
  • v2016.2.23 2016/05/11 Synced from GitHub - Updating some `@changelog`, `@supportURL` and `@compatible` meta data.
  • v2016.2.23 2016/02/23 Synced from GitHub - Marking #155 MBS beta changes as “-beta” version in my beta branch. - Merge branch “beta” (#155) # Conflicts: # mb_COLLECTION-HIGHLIGHTER.user.js # mb_FUNKEY-ILLUSTRATED-RECORDS.user.js # mb_INLINE-STUFF.user.js # mb_MASS-MERGE-RECORDINGS.user.js # mb_PENDING-EDITS.user.js # mb_PLAIN-TEXT-TRACKLIST.user.js # mb_REVIVE-DELETED-EDITORS.user.js # mb_SUPER-MIND-CONTROL-II-X-TURBO.user.js
  • v2016.2.22 2016/02/21 Synced from GitHub - Revert "MBS relative paths" (#155) Keeping those changes in the beta branch (good @bricas advice in #156). This reverts commit 4c6166ffc284974e58adbc70873d295fbbc1a524. This reverts commit ba1b4406232bcc568ec24192682022fb972302ed. This reverts commit 8785f7f65498dec43dea2eb43a02bf5874c9d74a.
  • v2016.2.9 2016/02/09 Synced from GitHub - Use relative paths following MBS change (closes #155 again).
  • v2015.11.20 2015/11/20 Synced from GitHub - cleanup - Work around « repeated track names when INLINE STUFF spots track ≠ recording » (#65). Using same trick as MASS MERGE RECORDINGS (117678473229c522ada81505d09ba218d5ab6974).
  • v2015.4.28.1748 2015/04/28 Synced from GitHub - FIX. doesn’t show up (thanks seamoon)
  • v2015.4.27.1515 2015/04/27 Synced from GitHub - MBS-3841. caught up with MBS but I keep #36 open until migration to Web Service mode, which would bring (more) stability - Removed RELEASE EVENT TOOLS from PLAIN TEXT TRACKLIST (it should be in ALL LINKS instead, #45)
  • v2015.4.22.220 2015/04/22 Synced from GitHub - FIX. some javascript errors in console sometimes.
  • v2014.11.24.1515 2015/04/10 Synced from GitHub - @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12
  • v2014.11.24.1515 2014/11/24 Synced from GitHub - <ninja> various syntax fixes spotted with some OUJS.org’s code display’s warnings (2)
  • v2014.11.24.1412 2014/11/24 Synced from GitHub - <ninja> various syntax fixes spotted with some OUJS.org’s code display’s warnings (jshint maybe?)
  • v2014.5.16.1628 2014/11/13 Synced from GitHub - <ninja> aligning metadata block keys - @icon with a cute kirby gif I animated long time ago (as suggested by ScitJav https://greasyfork.org/fr/forum/discussion/1692) - @version Chromium bug #1 - @since researched for all - @downloadURL/@updateURL explicit everywhere
  • v2014.0516.1628 2014/05/26 Imported from URL