|
@@ -187,11 +187,6 @@ class ContentDirectoryControl(UPnPPublisher, dict): |
|
|
StartingIndex = int(StartingIndex) |
|
|
StartingIndex = int(StartingIndex) |
|
|
RequestedCount = int(RequestedCount) |
|
|
RequestedCount = int(RequestedCount) |
|
|
|
|
|
|
|
|
log.msg('Browse(ObjectID=%s, BrowseFlags=%s, Filter=%s, ' |
|
|
|
|
|
'StartingIndex=%s RequestedCount=%s SortCriteria=%s)' % |
|
|
|
|
|
(`ObjectID`, `BrowseFlag`, `Filter`, `StartingIndex`, |
|
|
|
|
|
`RequestedCount`, `SortCriteria`)) |
|
|
|
|
|
|
|
|
|
|
|
didl = DIDLElement() |
|
|
didl = DIDLElement() |
|
|
result = {} |
|
|
result = {} |
|
|
|
|
|
|
|
@@ -228,6 +223,11 @@ class ContentDirectoryControl(UPnPPublisher, dict): |
|
|
|
|
|
|
|
|
#log.msg('Returning: %s' % result) |
|
|
#log.msg('Returning: %s' % result) |
|
|
|
|
|
|
|
|
|
|
|
log.msg('Browse(ObjectID=%s, BrowseFlags=%s, Filter=%s, ' |
|
|
|
|
|
'StartingIndex=%s RequestedCount=%s SortCriteria=%s) = %s' % |
|
|
|
|
|
(`ObjectID`, `BrowseFlag`, `Filter`, `StartingIndex`, |
|
|
|
|
|
`RequestedCount`, `SortCriteria`, `result`)) |
|
|
|
|
|
|
|
|
return result |
|
|
return result |
|
|
|
|
|
|
|
|
# Optional actions |
|
|
# Optional actions |
|
|