intel / dleyna-server

dleyna-server is a library for implementing services that allow clients to discover, browse and manipulate Digital Media Servers. An implementation of such a service for linux is also included.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
28 stars 28 forks source link

updateCount property is not incremented when the content has changed #68

Open lferrandis opened 11 years ago

lferrandis commented 11 years ago

Setup:

Pre-conditions:

Steps:

1 . In media console, print properties of the jpg 2 . Open the jpeg with Gimp, modify the resolution (Right clic, Image->Scale Image) and save it (File->Overwrite). 3 . In media console, print again properties of the jpg Actual result:

1 . Properties indicate: "UpdateCount": 0, "Width": 480 3 . Properties indicate: "UpdateCount": 0, "Width": 470 Expected result:

3 . updateCount property MUST be incremented by one (“1”)

lferrandis commented 11 years ago

For more information, logs, read https://github.com/01org/media-service-upnp/issues/182

lferrandis commented 11 years ago

Issue reported in Rygel's tracking bug system: https://bugzilla.gnome.org/show_bug.cgi?id=694378

lferrandis commented 11 years ago

To check at next bug crawl