User Guide
This script adds Info
and Format
buttons next to the Edit
button on the top-right corner of an album page on VGMdb. When Info
is clicked, it generates album information in BBCode format and displays a popup window for copying the content, which can be used for creating forum posts. The generated information includes the album cover, title, catalog number, release date, and tracklist. When clicking Format
button, the script will add [YRMODY] JPN-TITLE
to clipboard, e.g. [021229] Kaleidoscope
.
Example
For instance, clicking the button on page 穢翼のユースティア -オリジナル・キャラクターソング・シリーズ- EUSTIA, it will generate and display like:
[quote]
[img]https://medium-media.vgm.io/albums/91/29219/29219-1329584831.jpg[/img]
[b]Title:[/b] 穢翼のユースティア -オリジナル・キャラクターソング・シリーズ- EUSTIA
[b]Catalog number:[/b] SCMN-007
[b]Release date:[/b] 2011/11/25
[b]Tracklist[/b]:
[code]
01 Soratane
02 Asphodelus
03 Soratane (Off Vocal)
04 Asphodelus (Off Vocal)
05 Soratane (Acoustic Arrange)
01 空種 -そらたね-
02 Asphodelus -アスフォデルス-
03 空種 -そらたね-(Off Vocal)
04 Asphodelus -アスフォデルス-(Off Vocal)
05 空種 -そらたね-(Acoustic Arrange)
[/code]
[/quote]
Heads-up
This script might have bugs, handle with care.