Reply To: DaapPlaylistGenerator

#15147
EVILRipper
Participant

You’re probably right. The list is currently limited to 500 * 1024 = 512000 bytes.

Could you try downloading the raw DAAP songlist?
Run the following URL and it should show you a download for a xdmap-tagged file. Please check the size of that file. (in bytes ofcourse)

Without password:
http://:3689/databases/1/items?type=music&meta=dmap.itemid,dmap.itemname,daap.songartist,daap.songtime,daap.songformat

With password:
http://dummy:

But indeed I guess this exceeds the 512000 limit..

[edit]Err. I am 100% thats the one causing it. 4140 songs create a filesize of 413795 bytes. Let alone 24000 songs.[/edit]

[edit2]
*sigh* C++ causes a buffer overflow when trying to allocate more than ~900000 bytes. So I guess I’ll have to do it another way. Could you try a different URL instead:

Without password:
http://:3689/databases/1/items?type=music&meta=dmap.itemname

With password:
http://dummy:

And could you tell me how much bytes this URL generates? Thanks!
[/edit2]

Kind regards,
Erik