Thread: [id3lib-devel] (no subject)
Brought to you by:
t1mpy
From: Lothar.Egger <lot...@ch...> - 2000-04-25 21:29:39
|
hello scott i compiled the windows dll in .\prj (V 3.7.2 and 3.7.3) both versions without errors. but both dll's did not export any functions at all. V 3.7.0 still works great for me. thx -lothar |
From: Sam H. <ple...@ho...> - 2001-08-21 15:46:54
|
hello, i cant get 3.8.0pre1 to compile on either gcc2.95.3 or gcc2.96, i can however get 3.7.11 to compile, but this is difficult as i cant find it anywhere on the internet for download, is this project still being maintained? i cant get any forums on sourceforge, and i cant even figure out how to read this list, i just found the email posting address. Sam, Ireland -- there are three truths in life: you are born, you will die, and things change. ok, maybe one more: everyone has their stella, and when they do, no one else can even compare.... Stephen Dorff, Entropy _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Scott W. <sc...@go...> - 2001-08-21 15:54:00
|
I've gotten it to compile on both. What errors are you getting? It sounds like you're using RedHat (since you have a GCC 2.96) and there were a couple of places where it needed an: #INCLUDE <string.h> I've got a somewhat patched version that I used for my project (of 3.7.13) at http://www.slackorama.net/oss/qtagger/ GCC 2.96 really sucked for a lot of things and was part of the reason I ended up switching to SuSE. I've compiled the code above on RedHat 7.0, RedHat 7.1, SuSE 7.1, SuSE 7.2 and Mandrake 8.0. -Scott Wheeler On Tuesday 21 August 2001 11:46 am, Sam Halliday wrote: > hello, i cant get 3.8.0pre1 to compile on either gcc2.95.3 or gcc2.96, i > can however get 3.7.11 to compile, but this is difficult as i cant find it > anywhere on the internet for download, is this project still being > maintained? i cant get any forums on sourceforge, and i cant even figure > out how to read this list, i just found the email posting address. > > Sam, Ireland |
From: Cedric T. <ce...@ea...> - 2001-08-21 22:30:38
|
Try the latest development snapshot: http://cvs.sourceforge.net/cvstarballs/id3lib-cvsroot.tar.gz It should at least compile. Can't guarantee you other bugs haven't crept in though. As for the state of the project, we've just resurrected it after a nine-month coma during which the project maintainer disappeared without a trace. We are still picking up the pieces (as you've noticed). - Cedric ----- Original Message ----- From: Sam Halliday <ple...@ho...> To: <id3...@li...> Sent: Tuesday, August 21, 2001 8:46 AM Subject: [id3lib-devel] (no subject) > hello, i cant get 3.8.0pre1 to compile on either gcc2.95.3 or gcc2.96, i can > however get 3.7.11 to compile, but this is difficult as i cant find it > anywhere on the internet for download, is this project still being > maintained? i cant get any forums on sourceforge, and i cant even figure out > how to read this list, i just found the email posting address. > > Sam, Ireland > -- > there are three truths in life: you are born, you will die, and things > change. ok, maybe one more: everyone has their stella, and when they do, no > one else can even compare.... Stephen Dorff, Entropy > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > id3lib-devel mailing list > id3...@li... > http://lists.sourceforge.net/lists/listinfo/id3lib-devel |
From: <pet...@ma...> - 2001-10-19 20:45:52
|
Sorry! I'm from Rassiy and my English is bad. I loaded program named Audiocity and I wanted to install it under RadHet 6.2 also I installed wxWindow. And when I do ./configure, I get it(attached files). Please, help me if you know about it. Peter. ----------------------------------------------- |
From: Dominic M. <do...@mi...> - 2001-10-19 20:53:47
|
I didn't see an attachment, but I'm assuming he's getting these types of errors compiling the latest id3lib (see below). I don't get these problems on my RedHat 7.1 system, but I think they happen under gcc 3.0. - Dominic c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -g -O2 -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -fPIC -DPIC tag_file.cpp -o .libs/tag_file.lo tag_file.cpp: In function `size_t RenderV2ToFile(const ID3_TagImpl&, std::fstream&)': tag_file.cpp:280: no matching function for call to `std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(int&)' /usr/include/g++-v3/bits/std_iosfwd.h:84: candidates are: std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(const std::basic_ofstream<char, std::char_traits<char> >&) /usr/include/g++-v3/bits/std_fstream.h:319: std::basic_ofstream<_CharT, _Traits>::basic_ofstream(const char*, std::_Ios_Openmode = (std::ios_base::out | std::ios_base::trunc)) [with _CharT = char, _Traits = std::char_traits<char>] /usr/include/g++-v3/bits/std_fstream.h:313: std::basic_ofstream<_CharT, _Traits>::basic_ofstream() [with _CharT = char, _Traits = std::char_traits<char>] tag_file.cpp:295: no matching function for call to `std::basic_fstream<char, std::char_traits<char> >::read(unsigned char[8192], int)' /usr/include/g++-v3/bits/istream.tcc:750: candidates are: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::read(_CharT*, int) [with _CharT = char, _Traits = std::char_traits<char>] tag_file.cpp:297: no matching function for call to `std::basic_ofstream<char, std::char_traits<char> >::write(unsigned char[8192], size_t&)' /usr/include/g++-v3/bits/ostream.tcc:370: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::write(const _CharT*, int) [with _CharT = char, _Traits = std::char_traits<char>] make[3]: *** [tag_file.lo] Error 1 pet...@ma... wrote: > > Sorry! I'm from Rassiy and my English is bad. > I loaded program named Audiocity and I wanted to install it under > RadHet 6.2 also I installed wxWindow. And when I do ./configure, > I get it(attached files). Please, help me if you know about it. > > Peter. > ----------------------------------------------- > > _______________________________________________ > id3lib-devel mailing list > id3...@li... > https://lists.sourceforge.net/lists/listinfo/id3lib-devel |
From: Fernandofsa <fer...@so...> - 2002-10-29 18:50:37
|
<P>Hello for all,</P> <P> How I make to create new fields??? (Eg. ARTIST2, ARTIST3 ...)</P> <P> Somebody has some sample available?</P> <P>Thanks</P> <P>Fernando Souza de Andrade</P> <P>Brazilian Developer</P><br> <br> ________________________________________________<br> Este e-mail foi enviado pelo Webmail da SodisaNet <br> |
From: Alfredo R. <ar...@ya...> - 2002-12-11 18:23:46
|
¡Greetings! I'm thinking of an ID3 tag that is capable of handling albumwrap information, specifically song list and time/frame offsets of all songs. There's a lot of mp3 going up and down that are in this format, and I haven't seen any software that allows me to play/burn only selected songs from a big file containing an entire album. So: - ¿Have any of you seen anything like this, already done or in project? - ¿Does someone know what happent to id3.org? Their site is down. Thanks is advance for your concern. I bet there's a lot of people out there wishing to have such a thing (count me at first). Alfredo Rahn http://alfredorahn.com ===== ------------------------------------------------- Triste manera de creerse más grande el pretender mas pequeños a los demás... [ http://www.alfredorahn.com ] ------------------------------------------------- __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: 5468696A6D656E <th...@xs...> - 2002-12-11 18:51:06
|
On Wed, Dec 11, 2002 at 10:23:39AM -0800, Alfredo Rahn wrote: > ?Greetings! > > I'm thinking of an ID3 tag that is capable of handling albumwrap > information, specifically song list and time/frame offsets of all > songs. > > There's a lot of mp3 going up and down that are in this format, and I > haven't seen any software that allows me to play/burn only selected > songs from a big file containing an entire album. > > So: > - ?Have any of you seen anything like this, already done or in project? Nope, but maybe i am getting it wrong, why would anyone make one big file out of several mp3's? To get no pause in between? > - ?Does someone know what happent to id3.org? Their site is down. I can still reach it. You can try my mirror at www.id3lib.org/id3/ Th. -- __Thijmen Klok________ |
From: Peppe <cer...@vo...> - 2004-02-10 03:45:30
|
Hi, I've got a problem with id3lib. I use a version from cvs that I update very often for at least 2 months, because I think it makes programs crash. I had a problem with juk some time ago that was resolved when they switched to taglib: it crashed when reading tags from my music library. But now I'd want to use yammi or madman and I can't because they do a segmentation fault everytime they try reading tags from my library. I tried to let them load just some directories, and it worked, but there's something in my library that id3lib don't like and taglib does. My id3lib version is 20040209; I use linux kernel 2.6.2rc3 on a AMD Athlon 2000+ (1666). My distro is a Mandrake 9.2 with gcc 3.2.2. I don't know how to find the tag that makes programs crash, so I hope you can help me. Also, please reply to my address too, because I'm not subscribed to the list. Thank you very much Giuseppe De Michele (Sorry for my bad english) |
From: Ryan S. <rs...@si...> - 2004-05-05 03:40:42
|
I am wondering if there are any active projects to produce Java wrappers for the id3lib libraries? If not, I would be interested in creating these wrappers. From looking at the id3lib code I believe creating JNI wrappers would be relatively straightforward, but am wondering if other developers are aware of any issues I should be aware of. I would like to create Java wrappers so that application developers can easily embed id3lib functionality in existing Java applications. Of course all work I perform will be released under the LGPL. Regards, RS |
From: Gabriel L. <gl...@gm...> - 2004-12-05 16:58:15
|
Is this project still alive? I think this is a great project and there has been a lot of time since the last release... -- Gabriel Lavoie gl...@gm... |
From: Thanos K. <th...@ar...> - 2005-08-25 10:15:37
|
_____ From: Thanos Koutsandreas [mailto:th...@ar...] DEAR SIR I WOULD LIKE TO INFORM ME HOW I CAN OBTAIN LIBRARIES OR SOURCE CODE CONTAINS CODE FOR PROGRAMMING ON DELPHI OR SQLWINDOWS (GUPTA any version) to DEVELOPING PROGRAMS TO ID3TAGS. Thank you Dr. Thanos Koutsandeas IT Manager ARGOS S.A. Athens Greece |
From: Thijmen K. <th...@id...> - 2005-08-29 07:41:23
|
On Thu, Aug 25, 2005 at 01:15:10PM +0300, Thanos Koutsandreas wrote: > DEAR SIR > > I WOULD LIKE TO INFORM ME HOW I CAN OBTAIN LIBRARIES OR SOURCE CODE > CONTAINS CODE FOR PROGRAMMING ON DELPHI OR SQLWINDOWS (GUPTA any > version) to DEVELOPING PROGRAMS TO ID3TAGS. You should be able to use the windows binaries which are available at sourceforge. Th -- __Thijmen Klok________ |
From: GARIMA S. <hgn...@gm...> - 2017-06-19 13:41:12
|
can anyone tell the procedure to include this library in my code step by step? It is always saying unrecognized directory |
From: GARIMA S. <hgn...@gm...> - 2017-06-19 13:45:19
|
how to include it in my compiler's path? On Mon, Jun 19, 2017 at 7:10 PM, GARIMA SINGH <hgn...@gm...> wrote: > can anyone tell the procedure to include this library in my code step by > step? It is always saying unrecognized directory > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > id3lib-devel mailing list > id3...@li... > https://lists.sourceforge.net/lists/listinfo/id3lib-devel > |
From: GARIMA S. <hgn...@gm...> - 2017-06-22 05:03:37
|
what are the steps to build this id3lib library ? please,if someone could provide the steps urgently ? thanks. On Mon, Jun 19, 2017 at 7:10 PM, GARIMA SINGH <hgn...@gm...> wrote: > can anyone tell the procedure to include this library in my code step by > step? It is always saying unrecognized directory > |
From: jon b. <ne...@on...> - 2017-06-22 09:20:06
|
Id3lib is pretty ancient and I don't think is being maintained anymore. Checkout taglib instead I switched to that years ago. On 22 June 2017 06:02:50 BST, GARIMA SINGH <hgn...@gm...> wrote: >what are the steps to build this id3lib library ? please,if someone >could >provide the steps urgently ? > >thanks. > > >On Mon, Jun 19, 2017 at 7:10 PM, GARIMA SINGH <hgn...@gm...> >wrote: > >> can anyone tell the procedure to include this library in my code step >by >> step? It is always saying unrecognized directory >> >------------------------------------------------------------------------------ >Check out the vibrant tech community on one of the world's most >engaging tech sites, Slashdot.org! http://sdm.link/slashdot >_______________________________________________ >id3lib-devel mailing list >id3...@li... >https://lists.sourceforge.net/lists/listinfo/id3lib-devel |
From: T K. <th...@xs...> - 2017-06-24 06:11:50
|
Indeed. I didn’t know about tag lib, i’ll contact Scott and see if we can merge them. Scott was also instrumental in the development of id3lib back in the past. I might just hand over the domain to him.. > On 22 Jun 2017, at 10:53, jon bird <ne...@on...> wrote: > > Id3lib is pretty ancient and I don't think is being maintained anymore. Checkout taglib instead I switched to that years ago. > > > On 22 June 2017 06:02:50 BST, GARIMA SINGH <hgn...@gm...> wrote: >> what are the steps to build this id3lib library ? please,if someone >> could >> provide the steps urgently ? >> >> thanks. >> >> >> On Mon, Jun 19, 2017 at 7:10 PM, GARIMA SINGH <hgn...@gm...> >> wrote: >> >>> can anyone tell the procedure to include this library in my code step >> by >>> step? It is always saying unrecognized directory >>> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> id3lib-devel mailing list >> id3...@li... >> https://lists.sourceforge.net/lists/listinfo/id3lib-devel > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > id3lib-devel mailing list > id3...@li... > https://lists.sourceforge.net/lists/listinfo/id3lib-devel |
From: Scott H. <sc...@id...> - 2000-04-25 21:38:30
|
Hi, Lothar, Thanks for the report. I must have screwed up the DLLEXPORT macros. I'll look at them as soon as I can. I'll get this fixed in 3.7.4. -Scott On Tue, Apr 25, 2000 at 11:21:24PM +0200, Lothar.Egger wrote: > hello scott > > i compiled the windows dll > in .\prj (V 3.7.2 and 3.7.3) > both versions without errors. > > but both dll's did not export any functions at all. > > V 3.7.0 still works great for me. > > thx > -lothar > > > _______________________________________________ > id3lib-devel mailing list > id3...@li... > http://lists.sourceforge.net/mailman/listinfo/id3lib-devel -- |
From: <ro...@mo...> - 2000-04-25 23:57:56
|
On 25 Apr, Scott Haug wrote: > Hi, Lothar, > > Thanks for the report. I must have screwed up the DLLEXPORT macros. I'll look > at them as soon as I can. > > I'll get this fixed in 3.7.4. I briefly looked at the export macros, but I wasn't really able to make heads or tails of it. Let me know if you'd like me to dig in and figure out what's going on. I have windows boxes at my disposal. Also, now that we've completely hooked up the functionality in FreeAmp I've noticed that the wrapper function AttachFrame is missing... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- ro...@mo... http://moon.eorbit.net/~robert |
From: Scott H. <sc...@id...> - 2000-04-26 00:16:03
|
On Tue, Apr 25, 2000 at 04:49:14PM -0700, ro...@mo... wrote: > On 25 Apr, Scott Haug wrote: > > Hi, Lothar, > > > > Thanks for the report. I must have screwed up the DLLEXPORT macros. I'll look > > at them as soon as I can. > > > > I'll get this fixed in 3.7.4. > > I briefly looked at the export macros, but I wasn't really able to make > heads or tails of it. Let me know if you'd like me to dig in and figure > out what's going on. I have windows boxes at my disposal. Please do. I obviously broke something, so I know even less about the windows side of things than I thought. Any help with fixing this problem would be appreciated. Also, it would be nice if someone were to write a simple test app for windows that makes use of the id3lib.dll. I use the apps in the examples/ directory to test the library under linux, but I really have no indication that the library works for windows other than compilation errors. If someone wanted to whip something up, I would be very appreciative. > > Also, now that we've completely hooked up the functionality in FreeAmp > I've noticed that the wrapper function AttachFrame is missing... > Oops. I really need a better test suite of apps that will make sure everything works as expected. That's high on my list, too... I just added ID3Tag_AttachFrame to c_wrapper.cpp. Thanks for the report. -Scott > > --ruaok Freezerburn! All else is only icing. -- Soul Coughing > > Robert Kaye -- ro...@mo... http://moon.eorbit.net/~robert |