Reply To: DaapPlaylistGenerator

#15146
cstern
Participant

@EVILRipper wrote:

I finally found the time to spend more time improving DPG.
I guess alot of people had trouble running the app, because I forgot to include all libraries for non-developers. (hehe, woops.)
If you find any more difficulties or would like another feature, let me know. 🙂

Still crashes. I can see in the debug dump (Windows standard error info) that the titles actually are being downloaded but at a certain point it crashes. Could it be a buffer overrun? Do you write out the data sequentially or do you retrieve the data to memory? I have about 24000 songs and perhaps that fills the memory you have set aside for the list. If you can make a version which writes after each, say, 100 songs, I’d be happy to test it for you. I understand it will probably be much slower but the other version certainly doesn’t work for me…