I wasn't on a 100Mbps wired connection when I tried SMB before, but on a wireless G, which was then connected over a max 85Mbps homeplug connection to my router to which the Synology was connected.
And even over 100MBps, I still feel that starting a video goes smoother over UPnP than over SMB, but maybe that's coincidence, as I didn't do a real conclusive side-by-side test.
I think I'm starting to get the picture what the Synology NAS is doing.
It allows you to add a 'folder.jpg' to a folder to use as a thumbnail, but it doesn't mean the same as for XBMC. For the NAS, it means a thumbnails for all the files in the folder, and not for the folder itself, so this only makes sense for MP3 collections to have the same album art for each song in the album.
I have this folder structure:
Code:
+ video
| + test
| + After Party
| - folder.jpg
| - after_party_hd.mov
Browsing to the 'test' directory gives me this answer:
Code:
<DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:sec="http://www.sec.co.kr/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/">
- <container id="33/770" parentID="33/769" restricted="1">
<dc:title>After Party</dc:title>
<upnp:class>object.container.storageFolder</upnp:class>
</container>
</DIDL-Lite>
so no mention of a thumbnail here
browsing to the 'After Party' dir, I get
Code:
<DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:sec="http://www.sec.co.kr/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/">
- <item id="33/@944" parentID="33/770" restricted="1">
<dc:title>after_party_hd</dc:title>
<upnp:class>object.item.videoItem</upnp:class>
<dc:date>2011-04-16T05:30:38</dc:date>
<res protocolInfo="http-get:*:video/quicktime:DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01700000000000000000000000000000" resolution="1920x1080" size="371384522" bitrate="594278" duration="00:10:24.000" nrAudioChannels="2" sampleFrequency="48000">http://192.168.2.4:50002/v/NDLNA/944.mov</res>
<res protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_FLAGS=00f00000000000000000000000000000">http://192.168.2.4:50002/transcoder/jpegtnscaler.cgi/vfolderart/944.jpg</res>
</item>
</DIDL-Lite>
In which case you have the 2 'res' tags mentioning the .mov and the .jpg both with the name 944, but XBMC still displays the default icon.
So apparently, the synology won't let me have my way anyway (which is assign a thumbnail to 1 video or to a folder itself), so I'll post something on their forum for changes on their side. With the current state of affairs, XBMC can't fix it anyway, it seems...
Thanks for listening in any case!