From christian.davideck at gmx.net Fri Jul 22 14:55:37 2011 From: christian.davideck at gmx.net (Christian Davideck) Date: Fri, 22 Jul 2011 23:55:37 +0200 Subject: [ID3 Dev] lyrics3 software In-Reply-To: References: <4E29DEB7.4090600@gmx.net> Message-ID: <4E29F1D9.6050603@gmx.net> Sorry, I meant there is not one example listed of a lyrics3 capable program on www.id3.org/Lyrics3 and www.id3.org/Lyrics3v2. These are the pages which define the lyrics3 standard. It would be good to have at least a single example there of a *practical* tool, capable of working with this standard (editing, viewing, extracting, etc.). So back to my question: Does anybody of you know a program capable of viewing & batch-extracting lyrics3 AND lyrics3v2 ? > ------------------------------------------------------------------------ > *Date:* Fri, 22 Jul 2011 [23:39:32] time zone: GMT +0200 > *From:* "Dan O'Neill" * To:* id3v2 at id3.org > *Subject:* [ID3 Dev] lyrics3 software > The apps are listed on this page > > http://id3.org/Implementations > > below the development libraries. Thanks for pointing out that we > should perhaps modify the navigation to get people to apps sooner > rather than later. > > dano > > On Fri, Jul 22, 2011 at 1:33 PM, Christian Davideck > wrote: > >> As on www.id3.org no software list is presented, not even one example, I >> kindly want to ask if anybody of you knows a program capable of viewing and >> hopefully also batch-extracting lyrics3 AND lyrics3v2 >> with best regards, Christian Davideck >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: id3v2-unsubscribe at id3.org > For additional commands, e-mail: id3v2-help at id3.org > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew.laughlin at gmail.com Fri Jul 1 13:04:38 2011 From: andrew.laughlin at gmail.com (Andrew Laughlin) Date: Fri, 1 Jul 2011 13:04:38 -0700 Subject: [ID3 Dev] Bulk ID3 (yet another tag editor) Message-ID: Hey everyone, I wasn't able to find a tag editor that does what I need, so I wrote one. As implied by the name, Bulk ID3 is designed to update a collection of mp3 files in a single run. The software is largely untested -- save my own mp3 collection -- and the recent builds are alpha's. Consequently it should only be run against test mp3s. Bulk ID3 is written for Linux/Posix systems and theoretically should work on Macs as well. If anyone could build and test it on a Mac, that would be really helpful. I'd appreciate any feedback. sourceforge.net/projects/bulkid3 Best Regards, J. Andrew Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: From christian.davideck at gmx.net Fri Jul 22 13:33:59 2011 From: christian.davideck at gmx.net (Christian Davideck) Date: Fri, 22 Jul 2011 22:33:59 +0200 Subject: [ID3 Dev] lyrics3 software Message-ID: <4E29DEB7.4090600@gmx.net> As on www.id3.org no software list is presented, not even one example, I kindly want to ask if anybody of you knows a program capable of viewing and hopefully also batch-extracting lyrics3 AND lyrics3v2 with best regards, Christian Davideck -------------- next part -------------- An HTML attachment was scrubbed... URL: From dano at id3.org Fri Jul 22 14:39:32 2011 From: dano at id3.org (Dan O'Neill) Date: Fri, 22 Jul 2011 14:39:32 -0700 Subject: [ID3 Dev] lyrics3 software In-Reply-To: <4E29DEB7.4090600@gmx.net> References: <4E29DEB7.4090600@gmx.net> Message-ID: The apps are listed on this page http://id3.org/Implementations below the development libraries. Thanks for pointing out that we should perhaps modify the navigation to get people to apps sooner rather than later. dano On Fri, Jul 22, 2011 at 1:33 PM, Christian Davideck wrote: > As on www.id3.org no software list is presented, not even one example, I > kindly want to ask if anybody of you knows a program capable of viewing and > hopefully also batch-extracting lyrics3 AND lyrics3v2 > with best regards, Christian Davideck > From mail at mroc.de Fri Jul 1 14:25:34 2011 From: mail at mroc.de (Matthias Mayrock) Date: Fri, 01 Jul 2011 23:25:34 +0200 Subject: [ID3 Dev] PureMp3 (yet another tag editor pt. II) In-Reply-To: References: Message-ID: <4E0E3B4E.3020506@mroc.de> Hi folks, inspired from Andrew's open source Bulk ID3 I made my editor open source, too. I wrote it from the same motivation as Andrew (Hi ;-) ). It was the first time I switched to TDD as it was my own data which got processed. It is written in C# .net 4.0, builds with VS2010 and is available at https://bitbucket.org/mroc/puremp3/src It is separated in several layers with logging, multithreading, abstracted file system, unit tested ID3 tag library with cascadable batch processors, music brainz + freeDb + discogs interfaces, undo supporting document classes, MVVM tag editor models, XAML editors, SqlCE library database and more. The FreeDb code was heavily inspired by Brian Weeres http://www.codeproject.com/KB/audio-video/freedb.aspx whereas the MPEG header examples was taken from Robert Wlodarczyk. best wishes, matthias mayrock --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org