VGMdb Metadata copy

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

Аўтар
kahpaibe
Усталяванняў за дзень
0
Усяго ўсталяванняў
1
Рэйтынг
0 0 0
Версія
1.8
Створаны
16.04.2025
Абноўлены
16.04.2025
Памер
8.9 КБ
Ліцэнзія
MIT
Ужываецца на

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.