Rogério Brito <[EMAIL PROTECTED]> wrote: Hi,
>> Please get a log by running >> >> mt-daapd -f -d 10 >> >> and send it to me. > > Will do that right now (the debug level seems to go up to 9, according to > the help screen). Nope, 10 is the max, trust me :) > We just thought about this at the same time. I decided to go through the > scanninc code on AAC files and found some strange things like this: > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > (...) > * @returns offset of the atom, or -1 if unsuccessful > */ > uint64_t scan_aac_drilltoatom(IOHANDLE hfile,char *atom_path, > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Yeah, I took care of that first, and then I uncovered the real bug. > Obviously, that function needs to return a int64_t (more correctly, it > would return a size_t, if I understood it correctly). Yes that should be a size_t, except that there's an abstraction layer, so it's a uint64_t. > But as I am upstream for lame and seeing how it generates very good quality > VBR MP3 files, I just reencoded the files to MP3. I had not noticed that > FAAC files weren't being recognized. MP3 sucks, no matter how good the encoder is. AAC is somewhat better, but it still sucks compared to CD. > BTW, my AAC files are tagged with easytag(-aac), taken from Marillat's > repository (why can't we have easytag in Debian with aac support?). It's > just tagging, for $DEITY's sake! Needs libmp4v2, which we cannot have in Debian due to patent issues around MPEG4. > P.S.: Care to share your workaround here? I want to test it. If you could clarify your situation first, I'm a bit confused now. Do you have your files in the playlist or not? Do they play or not? JB. -- Julien BLACHE <[EMAIL PROTECTED]> | Debian, because code matters more Debian & GNU/Linux Developer | <http://www.debian.org> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

