After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702256 - 7.3.113.4: MediaExport does not allow upload of DIDL_S files in "AnyContainer"
7.3.113.4: MediaExport does not allow upload of DIDL_S files in "AnyContainer"
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-server
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
ivi
Depends on:
Blocks:
 
 
Reported: 2013-06-14 11:50 UTC by Jens Georg
Modified: 2013-07-30 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
server: Fix playlist creation (1.29 KB, patch)
2013-06-25 14:45 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2013-06-14 11:50:19 UTC
We advertise this in our capabilities but have no container to put them to
Comment 1 Jens Georg 2013-06-25 10:38:19 UTC
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
Comment 2 Jens Georg 2013-06-25 13:53:29 UTC
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.
Comment 3 Jens Georg 2013-06-25 14:45:33 UTC
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.
Comment 4 Jens Georg 2013-07-30 08:32:02 UTC
Attachment 247743 [details] pushed as f8debdc - server: Fix playlist creation