VGMdb Metadata copy

Adds copy buttons to the VGMdb album pages to easily copy metadata.

Autor
kahpaibe
Dziennych instalacji
0
Wszystkich instalacji
0
Oceny
0 0 0
Wersja
1.8
Utworzono
16-04-2025
Zaktualizowano
16-04-2025
Rozmiar
8,9 KB
Licencja
MIT
Dotyczy

VGMdb Metadata copy

A script that inserts buttons on VGMdb album pages (https://vgmdb.net/album/*) to easily copy to clipboard the related metadata.

Usage

CLick the buttons inserted next to the various fields.

Allows for copying:

  • Title and alternative titles
  • Release date, event and the mix of the two
  • Publisher
  • A tagged string encoding relevant information of the following format: '${PREFIX}?[${date}][${event}]? ${publisher} - ${catalognumber}${SUFFIX}?' (ex: [1996.02.16] 新世紀エヴァンゲリオン II {KICA-290})

A PREFIX and a SUFFIX variable are defined at the top of the script, they can be used to append a string on the tagged string defined above.

About

A script mostly made with ChatGPT with some manual tweaking.