Page 1 of 1

<DC:Date> YYYY format on Movies not supported?

PostPosted: Wed Nov 21, 2012 7:51 pm
by ginjaninja
Serviios seems to be transmitting <dc:date> YYYY-MM-DD for TV and <dc:date> YYYY for movies.
My TV Samsung ES7000 doesnt understand YYYY and this format produces a spurious result on the TV UI. (it is happy with the TV format)
The Samsung software transmits YYYY-DD-MMTHH:MM:SS for movies (based on filesystem date modified, rather than release date).
So it would appear that whilst the Tv supports multiple date formats it does not support serviios choice for movies...is there anything the user can do to configure the date format communicated.
Indeed does serviio even store the release date by month and day for movies..or just a year.

thanks

Re: <DC:Date> YYYY format on Movies not supported?

PostPosted: Thu Nov 22, 2012 8:27 pm
by zip
It should send DD-MM-YYYY for everything. How do you get the movie metadata (online, xbmc)? What movie it is?

Re: <DC:Date> YYYY format on Movies not supported?

PostPosted: Fri Nov 23, 2012 11:04 am
by ginjaninja
1000 apologies for wasting time, i cant reproduce it...testing too many different products..i must have made a mistake..

looks like the tv is receiving
<dc:date>2012-08-10</dc:date>
YYYY-MM-DD

and the tv has no problem with that.

  Code:
POST /serviceControl HTTP/1.1

Accept: */*

User-Agent: SEC_HHP_[TV]UE46ES7000/1.0 DLNADOC/1.50

Host: 192.168.4.53:8895

SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"

CONTENT-TYPE:  text/xml; charset="utf-8"

Content-Length: 467

Connection: close



<?xml version="1.0" encoding="utf-8"?><s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><ObjectID>V_F^FOL_R11$F7364</ObjectID><BrowseFlag>BrowseDirectChildren</BrowseFlag><Filter>*</Filter><StartingIndex>0</StartingIndex><RequestedCount>1</RequestedCount><SortCriteria></SortCriteria></u:Browse></s:Body></s:Envelope>HTTP/1.1 200 OK

EXT:

Date: Fri, 23 Nov 2012 10:48:46 GMT

Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/1.0.1

Content-Length: 2427

Content-Type: text/xml; charset="utf-8"

Connection: close



<?xml version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result><?xml version="1.0" encoding="UTF-8" standalone="no"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"><item id="V_F^FOL_R11$F7364$MI71027" parentID="V_F^FOL_R11$F7364" restricted="1"><dc:title>2 Days in New York (2012).mkv</dc:title><upnp:class>object.item.videoItem</upnp:class><upnp:albumArtURI dlna:profileID="JPEG_TN">http://192.168.4.53:8895/resource/106153/COVER_IMAGE</upnp:albumArtURI><upnp:icon>http://192.168.4.53:8895/resource/106153/COVER_IMAGE</upnp:icon><dc:date>2012-08-10</dc:date><upnp:genre>Comedy</upnp:genre><dc:description>Marion and Mingus live cozily ... perhaps too cozily ... with their cat and two young children from previous relationships. However, when Marion...s jolly father, her oversexed sister, and her sister...s outrageous boyfriend unceremoniously descend upon them for a visit, it initiates two unforgettable days that will test Marion and Mingus...s relationship. With their unwitting racism and sexual frankness, the French triumvirate hilariously has no boundaries or filters... and no person is left unscathed in its wake.</dc:description><upnp:rating>Unknown</upnp:rating><res bitrate="816000" duration="1:35:44.000" protocolInfo="http-get:*:video/x-mkv:DLNA.ORG_PN=MATROSKA;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000" resolution="1280x696" size="4687566575">http://192.168.4.53:8895/resource/71027/MEDIA_ITEM/MATROSKA-0/ORIGINAL</res><res protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00D00000000000000000000000000000" resolution="107x160">http://192.168.4.53:8895/resource/106153/COVER_IMAGE</res></item></DIDL-Lite></Result><NumberReturned>1</NumberReturned><TotalMatches>1</TotalMatches><UpdateID>4</UpdateID></u:BrowseResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Re: <DC:Date> YYYY format on Movies not supported?

PostPosted: Sun Nov 25, 2012 3:06 pm
by zip
cool.