commit d0685e5c6ff15c9f62aed69fbec8e3fd989eac81 Author: Jens Georg Date: Mon May 23 19:06:20 2016 +0200 Prepare 0.31.1 Signed-off-by: Jens Georg NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) commit 0233e41a0ee4b3762fea3b1ba1d28f08baa08fba Author: Richard Röjfors Date: Sat May 21 22:39:27 2016 +0200 server: Fix potential crash when applying didl In case the incoming didl does not contain a thumbnail uri do not access its length. Signed-off-by: Richard Röjfors https://bugzilla.gnome.org/show_bug.cgi?id=766757 src/librygel-server/rygel-music-item.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd60719ed18262b4c1e08dcbfe2b6b60f0df6fb0 Author: Jens Georg Date: Sat May 21 13:31:05 2016 +0200 i18n: Update POTFILES.skip Signed-off-by: Jens Georg po/POTFILES.skip | 101 +++++++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 55 deletions(-) commit 6d71bc32f1905b047825c463389054b95457588e Author: Jens Georg Date: Sat May 21 12:42:05 2016 +0200 mediathek: Remove plugin The RSS items don't work anymore, always return 404. Signed-off-by: Jens Georg README | 1 - autogen.sh | 2 +- configure.ac | 11 -- data/rygel.conf | 6 - doc/Makefile.am | 3 +- doc/README.Mediathek | 21 --- doc/man/rygel.conf.xml | 27 +--- po/POTFILES.skip | 16 -- po/gen-potfiles-skip | 1 - src/plugins/Makefile.am | 5 - src/plugins/mediathek/Makefile.am | 30 ---- src/plugins/mediathek/mediathek.plugin.in | 7 - .../rygel-mediathek-asx-playlist-parser.vala | 105 ------------- .../rygel-mediathek-mov-playlist-parser.vala | 56 ------- .../mediathek/rygel-mediathek-playlist-parser.vala | 55 ------- src/plugins/mediathek/rygel-mediathek-plugin.vala | 46 ------ .../mediathek/rygel-mediathek-root-container.vala | 93 ------------ .../mediathek/rygel-mediathek-rss-container.vala | 142 ------------------ .../mediathek/rygel-mediathek-soup-utils.vala | 31 ---- .../rygel-mediathek-video-item-factory.vala | 165 --------------------- 20 files changed, 3 insertions(+), 820 deletions(-) commit 1832c6c6c4fdc85d336823849ff7884a9f3bd72b Author: Jens Georg Date: Sat May 21 12:34:50 2016 +0200 lms: Update license text Use Lesser and 2.1, not Lesser and 2.0, similar to the rest of Rygel. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=765898 src/plugins/lms/rygel-lms-album.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-albums.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-all-images.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-all-music.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-all-videos.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-artist.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-artists.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-category-container.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-database.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-dbus-interfaces.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-image-root.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-image-year.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-image-years.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-music-root.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-plugin-factory.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-plugin.vala | 16 ++++++++-------- src/plugins/lms/rygel-lms-root-container.vala | 17 ++++++++--------- 17 files changed, 136 insertions(+), 137 deletions(-) commit 18991d9d4d44c331900ac27f216ff64fb5214da2 Author: Jens Georg Date: Sat May 21 12:12:39 2016 +0200 media-export: Fix Artist view on XBox 360 Was broken by the introduction of dc:creator with commit 7e2af489c. Instead of re-inventing the definitions, just re-use the definitions we use in the virtual folder hierarchy Signed-off-by: Jens Georg src/plugins/media-export/rygel-media-export-root-container.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit f2065867c8fa6ec4e1d493b99ba5ac2f2526bf79 Author: Bastien Nocera Date: Wed May 11 23:37:41 2016 +0200 data: Add a way for Rygel to be started via user systemd This will allow better tracking of whether rygel is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd. https://bugzilla.gnome.org/show_bug.cgi?id=766332 Makefile.am | 2 +- configure.ac | 9 +++++++++ data/Makefile.am | 14 ++++++++++++-- data/rygel.service.in | 8 ++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) commit 081a02c119c76196eb4852ee526cb5a894c4077d Author: Jens Georg Date: Sun May 15 21:17:35 2016 +0200 media-export: Remove debug message Signed-off-by: Jens Georg src/plugins/media-export/rygel-media-export-extract.vala | 2 -- 1 file changed, 2 deletions(-) commit 7bd00365b4ff26910dcc36953f83002c16c38476 Author: Jens Georg Date: Thu May 12 22:36:23 2016 +0200 server: Hack for AVI files on recent Phillips TVs Also needs video/avi as mime type for AVI files. Signed-off-by: Jens Georg src/librygel-server/filelist.am | 1 + src/librygel-server/rygel-client-hacks.vala | 4 +++ src/librygel-server/rygel-phillips-hacks.vala | 40 +++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) commit eb43f2a1595f479120414560ed7ea5c14c236c5a Author: Tiago Santos Date: Tue May 10 18:32:23 2016 +0000 Updated Portuguese translation po/pt.po | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) commit d937a2ca1db59b884c159b5a02db7d5fb81e883d Author: Jens Georg Date: Sun May 8 22:21:36 2016 +0200 tracker: Don't add empty filter Signed-off-by: Jens Georg src/plugins/tracker/rygel-tracker-selection-query.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit acc1ae9bccc23c0b1ee162823ca582254fad9f79 Author: Jens Georg Date: Sat Apr 30 18:25:05 2016 +0200 server: Remove annoying warning With DVD support, the warning is coming up a lot and it's really not fatal. Make it a debug instead. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=685800 src/librygel-server/rygel-media-object.vala | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 9877467629a0361b30c70434f3d60cd45a441e4f Author: Jens Georg Date: Sat Apr 30 18:21:09 2016 +0200 engine-gst: Use FUSE path instead of uri if possible Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=685800 src/media-engines/gstreamer/rygel-gst-utils.vala | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 51d449c34852e5a4e3ee2c0297d61293f0df617a Author: Jens Georg Date: Sat Apr 30 18:15:51 2016 +0200 media-export: Use fuse path instead of URI if possible Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=685800 src/plugins/media-export/rygel-media-export-extract.vala | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit 83850b30b849de599d6b980908b45db5118c7d3a Author: Jens Georg Date: Sat Apr 30 17:58:49 2016 +0200 media-export: Suppress useless warning If the backend does not support monitoring, just issue a debug and not a warning that we were not able to get the file information. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=685800 .../rygel-media-export-recursive-file-monitor.vala | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) commit d7a957f7c076163e4fd3c5d691e827bb35e2d7c6 Author: Matej Urbančič Date: Mon May 2 22:19:24 2016 +0200 Updated Slovenian translation po/sl.po | 146 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 78 insertions(+), 68 deletions(-) commit e5b3f83f5e3b60f45db294b295ec8cb29ffadcad Author: Fabio Tomat Date: Sun May 1 14:40:41 2016 +0000 Updated Friulian translation po/fur.po | 88 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) commit 79d5b4c2861fe3d93ffe14d55d70ec5144fdb063 Author: Fabio Tomat Date: Sun May 1 14:10:58 2016 +0000 Updated Friulian translation po/fur.po | 65 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) commit 2f24678b5ce6db4af4acdd6faebc843f0e05a647 Author: Tiago Santos Date: Sat Apr 30 15:40:16 2016 +0000 Updated Portuguese translation po/pt.po | 887 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 445 insertions(+), 442 deletions(-) commit 27f0f58ff1edac1418ed023dcd4d0be522436ab5 Author: Fabio Tomat Date: Sat Apr 30 14:30:46 2016 +0000 Updated Friulian translation po/fur.po | 63 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 29 deletions(-) commit 11e7c5dfecea49645b23753b0aed9a731251d633 Author: Fabio Tomat Date: Sat Apr 30 14:01:38 2016 +0000 Updated Friulian translation po/fur.po | 60 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 27 deletions(-) commit 4c705c35f6842ca502fc20dd1d958be4f4a4901f Author: Fabio Tomat Date: Sat Apr 30 13:40:45 2016 +0000 Updated Friulian translation po/fur.po | 88 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) commit 72c11e9bcf8474476b2cd356b7b956e8a76bd51c Author: Fabio Tomat Date: Fri Apr 29 14:20:54 2016 +0000 Updated Friulian translation po/fur.po | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) commit c8e280e171831fac945781cbc00f408335f23dda Author: Fabio Tomat Date: Fri Apr 29 12:53:23 2016 +0000 Updated Friulian translation po/fur.po | 119 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 62 insertions(+), 57 deletions(-) commit 3f79960a072c3e7965e0058069296fc4c2f4abbd Author: Fabio Tomat Date: Thu Apr 28 20:08:57 2016 +0000 Updated Friulian translation po/fur.po | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) commit adfab967ecfb072c96195f3b71e051ebcea0d1da Author: Fabio Tomat Date: Thu Apr 28 19:58:52 2016 +0000 Added Friulian translation po/LINGUAS | 1 + po/fur.po | 1598 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1599 insertions(+) commit c01c882f578c580e63e19020bde0a860d6406e90 Author: Jens Georg Date: Wed Apr 27 22:14:05 2016 +0200 tracker: Add option to limit exported files to a set of uris Signed-off-by: Jens Georg data/rygel.conf | 1 + .../tracker/rygel-tracker-selection-query.vala | 58 ++++++++++++++++++++++ 2 files changed, 59 insertions(+)