VGMdb Metadata copy

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

लेखक
kahpaibe
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
0
रेटिंग
0 0 0
आवृत्ती
1.8
बनवली
2025-04-16
अपडेट केली
2025-04-16
आकार
8.9 KB
License
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.