GNOME Bugzilla – Bug 702256
7.3.113.4: MediaExport does not allow upload of DIDL_S files in "AnyContainer"
Last modified: 2013-07-30 08:32:06 UTC
We advertise this in our capabilities but have no container to put them to
hmmm. Looking at MediaExport.WritableDbContainer, the createClass is set: https://git.gnome.org/browse/rygel/tree/src/plugins/media-export/rygel-media-export-writable-db-container.vala#n53
ewww - What the test does is use a upnp:class of "object.item" and having an empty resource of <res protocolInfo="*:*:text/xml:DLNA.ORG_PN=DIDL_S" /> which rygel doesn't understand.
Created attachment 247743 [details] [review] server: Fix playlist creation If a client creates an item with a DIDL_S resource, rewrite the UPnP class to .playlistItem. Slightly hacky, comments welcome.
Attachment 247743 [details] pushed as f8debdc - server: Fix playlist creation