foo_musicbrainz, MusicBrainz Tagger |
![]() ![]() |
foo_musicbrainz, MusicBrainz Tagger |
Mar 23 2009, 04:31
Post
#1
|
|
|
Group: Developer Posts: 81 Joined: 25-February 07 From: Dublin, Ireland Member No.: 40959 |
Allows tagging files using data from MusicBrainz.
Features:
For the list of planned features, see issue tracker. Any feedback or suggestions are appreciated! Download foo_musicbrainz 0.3 | Join Last.fm group | Get source on Github ![]() Note regarding TOC submission: Submit new TOCs to MusicBrainz only if you know what you are doing. Use only full rips from trusted sources (so, most likely, the files should orignate from a CD of your own). Choose release wisely — if your version of an album doesn't exist, add a new one. That means, if you don't know the version, don't submit. To submit TOC, select all tracks belonging to a single disc and choose “Tagging → Add TOC to MusicBrainz” from the context menu. This feature is available only for registered MusicBrainz users. Version history CODE v0.3 (2012-06-24)
----------------- * Fixed crash when metadata has different track count * New tag: original release date v0.3 beta 2 (2011-06-03) ------------------------ * NGS support; * New tags: musicbraiz_releasegroupid, label, catalognumber, barcode, totaldiscs; * Proxy support; * Option to convert punctuation to ASCII; * Open-sourced. v0.2.1 (2011-05-21) (requires foobar2000 1.1 or newer) ------------------------------------------------------ * Added ability to submit new TOCs from the context menu; * CDStubs are excluded from search; * Preferences page is now using latest API; * foo_musicbrainz has been added to the components repository, so from now on in can be updated automatically. v0.2 (2009-04-10) ----------------- * Added preferences page; * Added ability to edit queries. v0.1 (2009-03-23) ----------------- * Initial release. This post has been edited by Dremora: Jul 25 2012, 00:40 |
|
|
|
Mar 23 2009, 05:29
Post
#2
|
|
|
Group: Banned Posts: 170 Joined: 8-July 04 Member No.: 15154 |
I have been using Picard for a long time...integration with foobar is great...
EDIT: This is very good and simple...excellent job sir. My only suggestion would be to use proper message boxes instead of text boxes for messages like files have different musicbrainz tags...but that is a very very minor thing |
|
|
|
Mar 23 2009, 10:38
Post
#3
|
|
|
Group: Members Posts: 132 Joined: 6-December 08 From: Italy Member No.: 63998 |
Interesting!
|
|
|
|
Mar 23 2009, 10:58
Post
#4
|
|
![]() Group: Members Posts: 603 Joined: 18-November 07 Member No.: 48839 |
Very nice. Thank you.
|
|
|
|
Mar 23 2009, 11:22
Post
#5
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
Looks very good, thank you. Though I had never heard of MusicBrainz, I just tried a few artists, which weren't on discogs and MusicBrainz had them in the database. Very nice.
|
|
|
|
Mar 23 2009, 11:42
Post
#6
|
|
|
Group: Members Posts: 55 Joined: 7-March 07 Member No.: 41252 |
this is so great, thanks a lot! hopefully this will replace picard.
|
|
|
|
Mar 23 2009, 16:14
Post
#7
|
|
![]() Group: Members Posts: 159 Joined: 13-April 06 Member No.: 29493 |
Would it be possible to add just the year to date? Having the full date prevents Kameleon from displaying the year :[
|
|
|
|
Mar 23 2009, 16:33
Post
#8
|
|
![]() Group: Members Posts: 66 Joined: 14-May 07 From: Bucharest.ro Member No.: 43463 |
What do TOC and MBID mean?
|
|
|
|
Mar 23 2009, 17:06
Post
#9
|
|
![]() Group: Developer Posts: 285 Joined: 12-November 07 From: Frankfurt Member No.: 48701 |
|
|
|
|
Mar 23 2009, 17:24
Post
#10
|
|
|
Group: Members (Donating) Posts: 94 Joined: 26-March 02 Member No.: 1624 |
Really useful plugin. I like the interface alot, nice and simple and clean. You might want to look at the discogs plugin for some ideas for further development.
For me, it would be nice if you could support custom tag mapping including not saving certain information as tags. For example, I like putting the full date in the %release date% tag and keeping the default date tag a four digit year value. Anish |
|
|
|
Mar 23 2009, 17:59
Post
#11
|
|
![]() Group: Members Posts: 234 Joined: 2-October 05 From: Scotland Member No.: 24838 |
Would it be possible to add just the year to date? Having the full date prevents Kameleon from displaying the year :[ If falstaff changed the date display code toCODE // ----> date (year) -1 it would solve all the issues.$ifequal($len($year(%date%)),4, $puts(nb1,$left($year(%date%),1)) $puts(nb2,$left($right($year(%date%),3),1)) $puts(nb3,$left($right($year(%date%),2),1)) $puts(nb4,$right($year(%date%),1)) $if(%el_is_collapsed%, $puts(digits.y,7) , $puts(digits.y,7) ) I have asked a couple of times but as yet gotten no response. |
|
|
|
Mar 23 2009, 18:34
Post
#12
|
|
![]() Group: Super Moderator Posts: 3267 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
Would it be possible to add just the year to date? Having the full date prevents Kameleon from displaying the year :[ This is Kameleon's problem, not foo_musicbrainz's. The format foo_musicbrainz is returning is the standard foobar2000 date format, and is superior to the 4-digit format. Fixing the longer version is as easy as "Format from Other Fields" using $left(%date%,4) in the Properties dialog.Yet another reason to stick with the Default UI... -------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Mar 23 2009, 18:36
Post
#13
|
|
|
Group: Members Posts: 6 Joined: 5-February 09 Member No.: 66653 |
Very nice, thank you!
The plugin seems to use slightly different tags than picard, e.g. MUSICBRAINZ_ALBUMID instead of MUSICBRAINZ_ALBUM_ID. Is this intentional? I'd prefer to keep it consistently. Another suggestion: Would be nice to tag more than one single album at once. +1 |
|
|
|
Mar 23 2009, 18:37
Post
#14
|
|
![]() Group: Super Moderator Posts: 3267 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
I have asked a couple of times but as yet gotten no response. I just asked for you. This bug is making users want silly misfeatures.
-------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Mar 23 2009, 19:40
Post
#15
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
I have asked a couple of times but as yet gotten no response. I just asked for you. This bug is making users want silly misfeatures.my answer : http://www.hydrogenaudio.org/forums/index....st&p=623267 btw, not very complicated to change in K for those who can't live without a full date format. Regards, -------------------- http://br3tt.online.fr/
|
|
|
|
Mar 23 2009, 20:19
Post
#16
|
|
|
Group: Members Posts: 2 Joined: 28-December 07 Member No.: 49923 |
I use picard, but I use it starting with only the simple song information of the artist and song name, and it works fine for me that way. It would be nice if this component would be able to do this as well, without requiring an album name or other information. That's the main ability (for me anyhow) that's missing from other info grabbers as well, and the reason why I have been using picard to tag my songs.
|
|
|
|
Mar 23 2009, 21:12
Post
#17
|
|
|
Group: Members Posts: 31 Joined: 9-May 07 Member No.: 43341 |
Great plugin, MB is easily my favorite database (it actually has classical music tagged in a standardized way for most releases!)
One suggestion I have is to make a custom search function, since a lot of the stuff I need to tag have no tags to start with or I have to sift around the site to find the right album. |
|
|
|
Mar 24 2009, 01:09
Post
#18
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
I couldn't get any result (using the 'by tags' method) on properly tagged files. It always return "No Release". Disabled the firewall just in case. Any idea ?
|
|
|
|
Mar 24 2009, 02:36
Post
#19
|
|
|
Group: Members Posts: 55 Joined: 18-December 06 Member No.: 38804 |
|
|
|
|
Mar 24 2009, 03:01
Post
#20
|
|
|
Group: Banned Posts: 170 Joined: 8-July 04 Member No.: 15154 |
Regarding the date thing, I would rather have the option of tagging as year only. There is an inconsistency across the musicbrainz database where some albums have year only and others have year-month-day. This leads to a lot of problems in mobile music players. Also can you keep the tag names same as Picard please.
Thanks |
|
|
|
Mar 24 2009, 03:30
Post
#21
|
|
![]() Group: FB2K Moderator Posts: 4321 Joined: 1-November 06 From: Cincinnati Member No.: 37036 |
Thank you very much for this component, it is something foobar has been missing, IMO.
Also can you keep the tag names same as Picard please. Meh, Picard does some rather stupid things like creating nonstandard ID3 frames for an iTunes-like Band-as-Album-Artist. AFAIK, a foobar2000 component couldn't do this if it tried.Thanks I'd say the best thing to do would be to keep the field names the same where reasonably possible. This post has been edited by shakey_snake: Apr 2 2009, 11:47 -------------------- "It must be 'Take A Worm For A Walk' week!"
|
|
|
|
Mar 24 2009, 03:44
Post
#22
|
|
|
Group: Members Posts: 4 Joined: 24-March 09 Member No.: 68311 |
Hey all, just registered here (and started using foobar a few days ago),
Something I noticed with this plugin, it's very temperamental in regards to finding artist/albums. I had a bunch of discs that were missing track numbers, but otherwise were correct tagged... or so I thought. Turns out, if for example, you have "System Of A Down", musicbrainz has this as "System of a Down". It wouldn't find it with the "improper" title. Changing the capitalization allowed it to be found via musicbrainz. I would think capitalization would be something to easily overcome when searching. Still, even with that, beat manually adding track numbers. This post has been edited by tehfuzz: Mar 24 2009, 03:44 |
|
|
|
Mar 24 2009, 04:00
Post
#23
|
|
![]() Group: Super Moderator Posts: 3267 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
tehfuzz, I take it you've never noticed the Tools button on the Properties dialog? There's an option to Auto Track Number, which reasonably intelligently adds track numbers.
-------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Mar 24 2009, 04:21
Post
#24
|
|
|
Group: Members Posts: 4 Joined: 24-March 09 Member No.: 68311 |
Well crap. So there is. Thanks.
This plugin was still useful some ones that needed some more help, but yeah, that would have made it a lot easier. |
|
|
|
Mar 24 2009, 11:14
Post
#25
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
I have asked a couple of times but as yet gotten no response. I just asked for you. This bug is making users want silly misfeatures.give a look to Kameleon v1.2.2 (just released) : Change log : 1.2.2 : - Bug fixed : sometimes playlist switcher left panel had bad refresh (very annoying) => no more now (btw no more reproduced with the fix) - Bug fixed : buttons + / - to expand or collapse the playlist ativated too the 'Show now playing command' => removed - YEAR display in the playlist header : now, long dates are accepted but it still display only the Year (it take by default the 4 digits on the left : 2005-07-24 => 2005) - Tweaks -------------------- http://br3tt.online.fr/
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 20:56 |