Activity for Tim Jackson

  • Tim Jackson Tim Jackson modified a comment on ticket #314

    Thanks! Have rebuilt and now seeing "upnpsoap.c:869: error: UPnP SOAP response would exceed the max response size [2097152], truncating" instead when using VLC, which seems to be the intent. Browsing does work though.

  • Tim Jackson Tim Jackson posted a comment on ticket #314

    Thanks! Have rebuilt and now seeing "upnpsoap.c:869: error: UPnP SOAP response would exceed the max response size [2097152], truncating" instead when using VLC

  • Tim Jackson Tim Jackson posted a comment on ticket #314

    I get this frequently too when using VLC. Have increased the max response size to 4MB but it's still not enough. Is VLC requesting anything unreasonable or is this expected behaviour on a large collection? Is there any major downside to increasing the max response size?

  • Tim Jackson Tim Jackson posted a comment on discussion Help

    I always see a lot of these in the logs: tagutils/tagutils-misc.c:198: warn: Vorbis coverart too long tagutils/tagutils-misc.c:198: warn: Vorbis METADATA_BLOCK_PICTURE too long Have tested with the latest minidlna from git master [ca6dbb] and still exists. Looking at the code, in tagutils-misc.c vc_scan() a 1024-byte buffer is allocated to read Vorbis tag content and, not surprisingly, coverart (either using the 'coverart' tag or 'METADATA_BLOCK_PICTURE' tag) often doesn't fit in that. However, if...

1