2010/8/29 Julien BLACHE <[email protected]>: > There's a non-nil chance that the problem is tied to the content of your > library and I've dismantled my mt-daapd test setup a few weeks ago.
You're right. I've made some tests and so far I can clearly affirm that it happens only while displaying XML about an ogg file (which appears as wav). No specific tag is involved here, I've tried with many different ogg files, and the result is always the same. It doesn't happen with flac which are being transcoded to wav on the fly too (no need to mention it works perfectly with mp3s). Here is the XML output related to an ogg file: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <daap.databasesongs> <dmap.status>200</dmap.status> <dmap.updatetype>0</dmap.updatetype> <dmap.specifiedtotalcount>9675</dmap.specifiedtotalcount> <dmap.returnedcount>1</dmap.returnedcount> <dmap.listing> <dmap.listingitem> <dmap.itemkind>2</dmap.itemkind> <daap.songdatakind>0</daap.songdatakind> <daap.songalbum>Conquest of Paradise</daap.songalbum> <daap.songartist>Vangelis</daap.songartist> <daap.songbeatsperminute>0</daap.songbeatsperminute> <daap.songdateadded>1244017776</daap.songdateadded> <daap.songdatemodified>1282140459</daap.songdatemodified> <daap.songdisccount>0</daap.songdisccount> <daap.songdiscnumber>0</daap.songdiscnumber> <daap.songgenre>Unknown</daap.songgenre> <dmap.itemid>1975</dmap.itemid> <daap.songformat>wav</daap.songformat> <daap.songdescription>wav audio file</daap.songdescription> <dmap.itemname>Conquest of Paradise</dmap.itemname> <daap.songsamplerate>96000</daap.songsamplerate> <daap.songsize>9050385</daap.songsize> <daap.songtime>331000</daap.songtime> <daap.songuserrating>0</daap.songuserrating> <dmap.containeritemid>1975</dmap.containeritemid> <com.apple.itunes.has-video>0</com.apple.itunes.has-video> <daap.songcontentrating>0</daap.songcontentrating> *exiting here* Hope it'll help... -- Nicolas Maître -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

