![]() ![]() |
Jan 19 2010, 14:25
Post
#1
|
|
![]() Moderator Group: Moderators Posts: 5503 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
How do I install the script? / Wie installiere ich das Script?
Website: vgmdb.net (videogame music) Usage: Search by album or enter complete Url in the search box! tag vgm This post has been edited by dano: Jan 2 2013, 17:13
Attached File(s)
VGMdb_04.zip ( 3.16K )
Number of downloads: 227
VGMdb_cover_only_02.zip ( 1.5K )
Number of downloads: 505-------------------- |
|
|
|
Jan 19 2010, 15:01
Post
#2
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Very nice, seems to work just fine here and even grabs the cover!
Honestly, a search by Album would be more handy (would be way faster than looking for the album on the site and then copy/pasting the URL), but it will do just fine for now. ^^; Thanks A LOT for your time dano! Edit: after a bit more testing.. since the URL method works for grabbing covers as well, could you maybe create a .SRC file for covers only? (sometimes I need to only add covers, not the tags themselves). Thanks again! This post has been edited by Alcahest: Jan 19 2010, 19:05 |
|
|
|
Jan 20 2010, 11:29
Post
#3
|
|
![]() Moderator Group: Moderators Posts: 5503 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
Album search + cover only
-------------------- |
|
|
|
Jan 21 2010, 21:31
Post
#4
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Hello dano,
I finally got time for some testing.. and it's FABULOUS! Everything _precisely_ as I wished them to be. This is such a time saver, very awesome. Thanks again for your dedication in getting it done Do you see any room for enhancements? (status: "not completed" ?) See you, Alcahest |
|
|
|
Jan 21 2010, 23:25
Post
#5
|
|
![]() Moderator Group: Moderators Posts: 5503 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
- added more tag fields and some fixes
QUOTE Do you see any room for enhancements? (status: "not completed" ?) well some albums might produce errors, when you find them you can tell me and currently it lists english and japanese tracks so some cds have twice as much tracks but it doesn't really hurt I guess -------------------- |
|
|
|
Jan 22 2010, 00:20
Post
#6
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Thanks for the fixes.
QUOTE well some albums might produce errors, when you find them you can tell me Sure, i'll let you know; so far so good. QUOTE and currently it lists english and japanese tracks so some cds have twice as much tracks but it doesn't really hurt I guess That's actually pretty nice, so the user can decide if he wishes to use Japanese or English tags ^^; |
|
|
|
Feb 1 2010, 02:11
Post
#7
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Hi Dano, a small issue:
For exemple I want to tag the album called "Sigma Harmonics". It is available at : http://vgmdb.net/album/9769 In Mp3tag, I'm doing a "VGMdb search by album". Strangely If I put: "Sigma" in the search (without quotes), I'm getting no results. If I put "Harmonics", then it does find it. Searching "Sigma" on VGMdb directly does yield results. http://vgmdb.net/search?q=sigma Can you see what could be wrong? |
|
|
|
Feb 2 2010, 17:03
Post
#8
|
|
![]() Moderator Group: Moderators Posts: 5503 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
I have updated the search scripts.
-------------------- |
|
|
|
Feb 2 2010, 17:15
Post
#9
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
That fixed it, thanks Dano.
|
|
|
|
Feb 20 2010, 22:15
Post
#10
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Hi Dano,
I'm not sure this thread is the most suited for my question, but it may actually be. As you know searching an album on VGMdb returns the complete tags for a given album. For multi-CDs albums, it retrieves the complete list of tags in the left "Tracks" column of the "Adjust tag information" window. But say I only need to tag files from CD2 (of a 2CD album), in this case, the right column showing the selected files to tag are by default corresponding to the first tags from the left column, therefore they don't match the correct tags. By selecting the files (from the right column) and pushing the "Move down" button allows to have them correspond to the correct tags from the left column. But it's quite impractical to match them properly, as there are no numbers or ways to easily identify how much down (to which line) they need to be "moved" to. Here's a picture (trying) to explain what I mean ^^; http://videoff7.free.fr/mp3tag_multicd.jpg Would you see a way to make this easier to do? (make it easier to match files to tags to the tags on the left column) I'm not sure what I'm asking is clear, let me know if you need further details ^^; Thanks for your help, Alcahest This post has been edited by Alcahest: Feb 20 2010, 22:32 |
|
|
|
Feb 21 2010, 21:17
Post
#11
|
|
![]() Moderator Group: Moderators Posts: 5503 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
I'm aware of this issue but it must be addressed by the main program.
Until then you can try "Utils > Suggest Sorting ..." but I'm not sure if it works well. Or make a copy of the script that only gets the tracks of the second cd. You just need to replace this CODE # Tracks findline "class=\"smallfont\"><span class=\"label\">" with CODE # Tracks findline "<b>Disc 2</b></span>" findline "class=\"smallfont\"><span class=\"label\">" in the src file. -------------------- |
|
|
|
Feb 21 2010, 21:48
Post
#12
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
Thanks a lot for these workarounds!
Indeed "Utils > Suggest Sorting ..." doesn't quite give the expected results So as you say a proper soution lies in an updated Mp3tag itself. In the meantime manual matching or adapting the script so it only retrieves tags from a given CD will do just fine. Thanks again, Alcahest |
|
|
|
Feb 22 2010, 21:13
Post
#13
|
|
![]() Member Group: Members Posts: 1 Joined: 26-April 09 From: Upstate NY Member No.: 9929 Mp3tag Version: 2.45b |
Wow, I just found out about this script via the VGMdb forums. Must say, best method of tagging VGM albums to date, you rock dano. If you have a donate link somewhere, do post it, cause you'd certainly get a few bucks from me. You have no idea how impressed I am with this script of yours!
I'll make Alcahest feel like he's got some company in this thread now, haha. I'm wondering if it's possible, in a future update perhaps, to add a specific feature that I've been looking for forever. I'm looking to be able to add my entire VGM collection to Mp3tag (many many albums), select all files, then apply album art and/or specific tag data to every file that it matches up to the VGMdb database using the album tag of my files and VGMdb's album title. I fully understand that my tag and the VGMdb album title would need to be identical (but maybe in the future it could match by, say, track times or something if album isn't identical?). I know I can achieve this already using your script but it's limited to one album at a time. I have a hefty collection and this would take quite a long time doing it one by one. Is what I'm looking to do possible or am I asking for something a little extreme? Even if doing a batch operation like this for tag data isn't doable, I'd at least be happy with being able to apply album art in this way. Aside from the batch ability I'm looking for, the only other thing I'd do is change the default Genre tag to just "Game" rather than, say, Original Soundtrack or Original Work, etc. I know you can pick "Game" from the dropdown, but I'm pretty sure most VGM collectors would prefer to have "Game" for genre. Maybe not though? I know that's the #gamemp3s standard anyway. Man, all we need is for VGMdb to start it's venture into track-by-track artist information and this script will be unstoppable. Keep up the awesome work, dano! -------------------- |
|
|
|
Feb 22 2010, 21:37
Post
#14
|
|
|
Member Group: Full Members Posts: 27 Joined: 2-January 10 Member No.: 11589 Mp3tag Version: 2.55 |
I'll make Alcahest feel like he's got some company in this thread now, haha. Hehe indeed, welcome aboard the_miker! QUOTE (the_miker) the only other thing I'd do is change the default Genre tag to just "Game" rather than, say, Original Soundtrack or Original Work, etc. I know you can pick "Game" from the dropdown, but I'm pretty sure most VGM collectors would prefer to have "Game" for genre. Oh yes I second this micro request. To make things even faster This post has been edited by Alcahest: Feb 22 2010, 21:37 |
|
|
|
Feb 27 2010, 20:12
Post
#15
|
|
|
Member Group: Members Posts: 1 Joined: 27-February 10 Member No.: 11968 Mp3tag Version: 2.45a |
Great work, dano! I have to agree with the_miker that this script is the best way to tag VGM!
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 04:12 |