Advertisement
Guest User

browse-playlist

a guest
Mar 22nd, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. [2013/03/22 16:32:25] minidlna.c:1401: debug: HTTP connection from 192.168.168.87:50790
  2. [2013/03/22 16:32:25] upnphttp.c:999: debug: HTTP REQUEST: POST /ctl/ContentDir HTTP/1.1
  3. Host: 192.168.168.91:8200
  4. User-Agent: POSIX UPnP/1.0 MicroStack/1.0.3905
  5. SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
  6. Content-Type: text/xml; charset="utf-8"
  7. Content-Length: 464
  8.  
  9.  
  10. [2013/03/22 16:32:25] upnphttp.c:779: debug: SOAPAction: urn:schemas-upnp-org:service:ContentDirectory:1#Browse
  11. [2013/03/22 16:32:25] upnpsoap.c:1825: debug: SoapMethod: Browse
  12. [2013/03/22 16:32:25] upnpsoap.c:1365: debug: Browsing ContentDirectory:
  13. * ObjectID: 1$F$3
  14. * Count: -1
  15. * StartingIndex: 0
  16. * BrowseFlag: BrowseDirectChildren
  17. * Filter: *
  18. * SortCriteria: +dc:title
  19. [2013/03/22 16:32:25] upnpsoap.c:1440: debug: Browse SQL: SELECT o.OBJECT_ID, o.PARENT_ID, o.REF_ID, o.DETAIL_ID, o.CLASS, d.SIZE, d.TITLE, d.DURATION, d.BITRATE, d.SAMPLERATE, d.ARTIST, d.ALBUM, d.GENRE, d.COMMENT, d.CHANNELS, d.TRACK, d.DATE, d.RESOLUTION, d.THUMBNAIL, d.CREATOR, d.DLNA_PN, d.MIME, d.ALBUM_ART, d.DISC, d.PATH from OBJECTS o left join DETAILS d on (d.ID = o.DETAIL_ID) where PARENT_ID = '1$F$3' order by d.TITLE limit 0, -1;
  20. [2013/03/22 16:32:25] upnphttp.c:1327: debug: HTTP RESPONSE: HTTP/1.1 200 OK
  21. Content-Type: text/xml; charset="utf-8"
  22. Connection: close
  23. Content-Length: 631
  24. Server: Ubuntu/10.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.25
  25. Date: Fri, 22 Mar 2013 14:32:25 GMT
  26. EXT:
  27.  
  28. <?xml version="1.0" encoding="utf-8"?>
  29. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result>&lt;DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;
  30. &lt;/DIDL-Lite&gt;</Result>
  31. <NumberReturned>0</NumberReturned>
  32. <TotalMatches>0</TotalMatches>
  33. <UpdateID>1</UpdateID></u:BrowseResponse></s:Body></s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement