Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
Hi Andreas,

On 15.09.2010 08:01, Andreas Henriksson wrote:
 Hello Simon!

 On tis, 2010-09-14 at 23:26 +0200, Simon Wenner wrote:
   
 Package: rygel
 Version: 0.7.8-1
 Severity: important

 The 'MediaExport' plugin does not export any files. I tried it with
 different paths and accessed rygel with gupnp-av-cp and rhythmpnp
 (http://code.google.com/p/rhythmpnp/).

 The 'MediaExport' plugin worked with Rygel version 0.6.0.
 
 Since 0.7.x only one of the media-export or tracker plugins will be
 active at the same time.
 I see you have rygel-tracker installed. The tracker plugin will be
 preferred over the media-export plugin.
 If you want to use media-export you need to edit your rygel.conf and set
 enabled=false under the tracker section (or simply uninstall the
 rygel-tracker package).


 I'll consider adding a NEWS.Debian entry about this for the next upload
 to make it better known (atleast to people using apt-listchanges).

   
Ok, I see. But the configuration file semantics and rygel-preferences
should reflect this change too. Otherwise its very confusing for the user.

I disabled the tracker-plugin and even uninstalled it but 'Media Export'
does not work. After every change I deleted rygel's configuration and
cache files. The tracker export plugin works, but it's very slow if you
have several thousand songs.

I will continue to use rygel 0.6.0.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
On Wed, Sep 15, 2010 at 02:18:41PM +0200, Simon Wenner wrote:
 Ok, I see. But the configuration file semantics and rygel-preferences
 should reflect this change too. Otherwise its very confusing for the user.

rygel-preferences will go away when the sharing is properly introduced
in gnomes standard share dialog so I don't expect anyone to spend
too much time on that.

 
 I disabled the tracker-plugin and even uninstalled it but 'Media Export'
 does not work. After every change I deleted rygel's configuration and
 cache files. The tracker export plugin works, but it's very slow if you
 have several thousand songs.

Without any information about what might go wrong I have no chance
what so ever to do anything about it.

In case you care about someone looking into your issue please
attach the debug output generated by:
killall rygel ; rygel -g 5  /tmp/rygel.log 21

 
 I will continue to use rygel 0.6.0.

-- 
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner

 Without any information about what might go wrong I have no chance
 what so ever to do anything about it.

 In case you care about someone looking into your issue please
 attach the debug output generated by:
 killall rygel ; rygel -g 5  /tmp/rygel.log 21

   

Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
cache deleted and recreated with rygel-preferences.
The log contains the startup and an access with gupnp-av-cp.
# Configuration file for Rygel
#
# In most cases, you would want to use the rygel-preferences UI rather than
# editing this file by hand.

# General configuration options
[general]
# Set it to 'true' if Rygel should be run as part of user's session.
enabled=true

# Set it to 'false' if you want to disable transcoding support.
enable-transcoding=true

# Set it to 'false' if you want to disable MP3 transcoding support.
enable-mp3-transcoder=true

# Set it to 'false' if you want to disable LPCM transcoding support.
enable-lpcm-transcoder=true

# Set it to 'false' if you want to disable mpeg transport stream
# (mpeg 2 video + audio) transcoding support.
enable-mp2ts-transcoder=true

# Set it to 'false' if you want to disable WMV transcoding support.
enable-wmv-transcoder=true

# The network interface to attach rygel to. Leave it blank for dynamic
# configuration.
interface=
# The port to run HTTP server on. 0 means dynamic.
port=0

# The log level
#
# 1=critical
# 2=error
# 3=warning
# 4=message/info
# 5=debug
#
log-level=4

# Plugin specific sections
#
# Some options are generic and some are specific to each plugin.
# The generic ones are:
#
# * enabled: As the name suggests, to enable or disable the plugin.
# * title: The title of the plugin to advertise to UPnP clients. This can
#  contain the following automatically substituted keywords:
#   * @REALNAME@: The real name of the user as returned by
# g_get_real_name() function of glib library.
#   * @USERNAME@: The user name of the user as returned by
# g_get_user_name() function of glib library.
#   * @HOSTNAME@: The host name of the machine rygel is running on, as
# returned by g_get_host_name() function of glib library.
#

[Tracker]
enabled=false
share-pictures=false
share-videos=false
share-music=false
tit...@realname@'s media

[MediaExport]
enabled=true
tit...@realname@'s media
# List of URIs to export. Following variables are automatically substituted by
# the appropriate XDG standar media folders by Rygel for you.
#
#   * @MUSIC@: The standard music folder (typically ${HOME}/Music).
#   * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).
#   * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
#
uris=/home/simon/traffic/tucan;
include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf
extract-metadata=true

[Playbin]
enabled=true
title=Audio/Video playback on @HOSTNAME@

[ZDFMediathek]
enabled=false
# List of ids of broadcasts
rss=508

[GstLaunch]
enabled=false
launch-items=audiotestsrc;videotestsrc;videotestoverlay
audiotestsrc-title=Audiotestsrc
audiotestsrc-mime=audio/x-wav
audiotestsrc-launch=audiotestsrc ! wavenc
videotestsrc-title=Videotestsrc
videotestsrc-mime=video/mpeg
videotestsrc-launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
videotestoverlay-title=Videotestsrc with timeoverlay 2
videotestoverlay-mime=video/mpeg
videotestoverlay-launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! 
mpegtsmux
** (rygel:10924): DEBUG: rygel-user-config.vala:166: Loaded user configuration from file '/home/simon/.config/rygel.conf'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:89: Searching for modules in folder '/usr/lib/rygel-1.0'.
** (rygel:10924): DEBUG: rygel-main.vala:123: new network context lo (127.0.0.1) available.
** Message: New plugin 'MediaExport' available
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-export.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-external.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:75: Plugin 'Tracker' disabled in user configuration; ignoring..
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-tracker.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:134: Finished searching for modules in folder '/usr/lib/rygel-1.0'
** (rygel:10924): DEBUG: rygel-root-device-factory.vala:231: No icon provided by plugin 'MediaExport'. Using Rygel logo.
** (rygel:10924): DEBUG: rygel-media-export-database.vala:111: Using database file /home/simon/.cache/rygel/media-export.db
** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:383: Could not find schema version; checking for empty database...
** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty database, creating new schema version 10


Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
On Wed, Sep 15, 2010 at 03:17:02PM +0200, Simon Wenner wrote:
 Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
 cache deleted and recreated with rygel-preferences.
 The log contains the startup and an access with gupnp-av-cp.
[...]
 ** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty 
 database, creating new schema version 10
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `replacement != 
 NULL' failed
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' failed
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' failed
 
 (rygel:10924): GLib-GIO-CRITICAL **: g_file_new_for_commandline_arg: 
 assertion `arg != NULL' failed
 
 (rygel:10924): GLib-GIO-CRITICAL **: g_file_query_exists: assertion 
 `G_IS_FILE(file)' failed
 ** (rygel:10924): DEBUG: rygel-media-export-query-container.vala:191: 
 Registering 1ad0c0638ac2e9c06027592f14d12382 for 
 virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
[...]

Could you please also install rygel-dbg and then run it again under gdb
and give me a backtrace when the assertion failure occurs?
You need to set environment variable G_DEBUG=fatal-criticals for gdb to
break at the assertion failure.
(http://library.gnome.org/devel/glib/unstable/glib-running.html)

Regards,
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
Upstream developer Zeeshan Ali (CCed) asked if you could also
run the test program at http://pastebin.com/NjAa9eys (or see attachment).
Check if the directories listed also exists for you.

Feel free to also stop by #gupnp on irc.gnome.org if you have time.

Regards,
Andreas Henriksson
// Build using: valac test.vala

static int main (string[] args) {
print (%s\n%s\n%s\n,
   Environment.get_user_special_dir (UserDirectory.PICTURES),
   Environment.get_user_special_dir (UserDirectory.VIDEOS),
   Environment.get_user_special_dir (UserDirectory.MUSIC));

return 0;
}




Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
On 15.09.2010 16:07, Andreas Henriksson wrote:
 On Wed, Sep 15, 2010 at 03:17:02PM +0200, Simon Wenner wrote:
   
 Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
 cache deleted and recreated with rygel-preferences.
 The log contains the startup and an access with gupnp-av-cp.
 
 [...]
   
 ** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty 
 database, creating new schema version 10

 ** (rygel:10924): CRITICAL **: string_replace: assertion `replacement != 
 NULL' failed

 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' 
 failed

 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' 
 failed

 (rygel:10924): GLib-GIO-CRITICAL **: g_file_new_for_commandline_arg: 
 assertion `arg != NULL' failed

 (rygel:10924): GLib-GIO-CRITICAL **: g_file_query_exists: assertion 
 `G_IS_FILE(file)' failed
 ** (rygel:10924): DEBUG: rygel-media-export-query-container.vala:191: 
 Registering 1ad0c0638ac2e9c06027592f14d12382 for 
 virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
 
 [...]

 Could you please also install rygel-dbg and then run it again under gdb
 and give me a backtrace when the assertion failure occurs?
 You need to set environment variable G_DEBUG=fatal-criticals for gdb to
 break at the assertion failure.
 (http://library.gnome.org/devel/glib/unstable/glib-running.html)

 Regards,
 Andreas Henriksson
   
See attachment.
si...@beutelteufel:~$ gdb /usr/bin/rygel
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/rygel...Reading symbols from 
/usr/lib/debug/usr/bin/rygel...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/rygel 
[Thread debugging using libthread_db enabled]
** (rygel:25302): DEBUG: rygel-user-config.vala:166: Loaded user configuration 
from file '/home/simon/.config/rygel.conf'
[New Thread 0x72142710 (LWP 25305)]
** Message: New plugin 'MediaExport' available

Program received signal SIGTRAP, Trace/breakpoint trap.
g_logv (log_domain=value optimized out, log_level=value optimized out, 
format=value optimized out, args1=0x7fffda60)
at /glib2.0-2.25.15/glib/gmessages.c:554
554 /glib2.0-2.25.15/glib/gmessages.c: Datei oder Verzeichnis nicht 
gefunden.
in /glib2.0-2.25.15/glib/gmessages.c
(gdb) bt full
#0  g_logv (log_domain=value optimized out, log_level=value optimized out, 
format=value optimized out, args1=0x7fffda60)
at /glib2.0-2.25.15/glib/gmessages.c:554
depth = value optimized out
domain = value optimized out
data = 0x6d4f20
log_func = 0x44b0f0 _rygel_log_handler_log_func_glog_func
domain_fatal_mask = value optimized out
test_level = 10
was_recursion = 0
i = value optimized out
#1  0x74fe0953 in g_log (log_domain=0x74f8de40 , log_level=0, 
format=0x1 Address 0x1 out of bounds) at /glib2.0-2.25.15/glib/gmessages.c:568
args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 
0x7fffdb40, reg_save_area = 0x7fffda80}}
#2  0x7172c385 in string_replace (self=0x97cce0 
/home/simon/traffic/tucan, old=value optimized out, replacement=0x0) at 
glib-2.0.vapi:1156
result = value optimized out
_inner_error_ = 0x0
__PRETTY_FUNCTION__ = string_replace
#3  0x7172e6e9 in rygel_media_export_root_container_get_uris () at 
rygel-media-export-root-container.vala:199
_tmp7_ = value optimized out
_tmp6_ = value optimized out
_tmp8_ = 0x7fffec001820 \220\204\215
_uri_it = 0x95dad0
config = 0x6d4f80
_inner_error_ = 0x0
uris = 0x95d260
#4  rygel_media_export_root_container_construct () at 
rygel-media-export-root-container.vala:342
db = value optimized out
_tmp1_ = value optimized out
_inner_error_ = 0x0
_tmp0_ = value optimized out
ids = 0x95d1a0
uris = 0x8e4610
#5  rygel_media_export_root_container_new () at 
rygel-media-export-root-container.vala:308
No locals.
#6  rygel_media_export_root_container_get_instance () at 
rygel-media-export-root-container.vala:57
_tmp0_ = 0x7fffec001820
result = value optimized out
_inner_error_ = 0x0
#7  0x0041d6a2 in rygel_content_directory_real_constructed 
(base=0x8d70b0) at rygel-content-directory.vala:73
_tmp0_ = value optimized out
_tmp1_ = 0x8e43d0
_tmp2_ = 0x8e43d0
_tmp3_ = value optimized out
_tmp5_ = value optimized out
_tmp6_ = value optimized out

Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
On 15.09.2010 16:20, Andreas Henriksson wrote:
 Upstream developer Zeeshan Ali (CCed) asked if you could also
 run the test program at http://pastebin.com/NjAa9eys (or see attachment).
 Check if the directories listed also exists for you.

 Feel free to also stop by #gupnp on irc.gnome.org if you have time.

 Regards,
 Andreas Henriksson
   

si...@beutelteufel:~/Desktop$ valac test.vala -o test
si...@beutelteufel:~/Desktop$ ./test
(null)
(null)
(null)
si...@beutelteufel:~/Desktop$ valac --version
Vala 0.9.8


But I removed these entries anyway, as you can see in my rygel.conf.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Zeeshan Ali (Khattak)
 si...@beutelteufel:~/Desktop$ ./test
 (null)
 (null)
 (null)
 But I removed these entries anyway, as you can see in my rygel.conf.

From IRC:

fatal zeenix: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596902
fatal backtrace available...
fatal he has set the uri for where media-export should look for
files so the xdg special directories shouldn't really be a concern
then, should it?
zeenix it should
zeenix fatal: the string replacement call would then not do anything
but it'll still be called

   So the issue is not exactly in Rygel. I'm sure many other apps will
assume these to work so please fix that.

-- 
Regards,

Zeeshan Ali (Khattak)
FSF member#5124



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-14 Thread Simon Wenner
Package: rygel
Version: 0.7.8-1
Severity: important

The 'MediaExport' plugin does not export any files. I tried it with
different paths and accessed rygel with gupnp-av-cp and rhythmpnp
(http://code.google.com/p/rhythmpnp/).

The 'MediaExport' plugin worked with Rygel version 0.6.0.

I attached Rygels debug log of its start and an access with gupnp-av-cp.


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
900 testing security.debian.org
900 testing ftp.at.debian.org
800 unstable ftp.at.debian.org
700 experimental ftp.at.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-=
libatk1.0-0 (= 1.29.3) | 1.30.0-1
libc6 (= 2.7) | 2.11.2-5
libcairo2 (= 1.2.4) | 1.8.10-5
libdbus-1-3 (= 1.0.2) | 1.2.24-3
libdbus-glib-1-2 (= 0.78) | 0.88-2
libfontconfig1 (= 2.8.0) | 2.8.0-2.1
libfreetype6 (= 2.2.1) | 2.4.2-1
libgee2 | 0.5.2-1
libglib2.0-0 (= 2.24.0) | 2.25.15-1
libgssdp-1.0-2 (= 0.7.2) | 0.7.2-2
libgstreamer-plugins-base0.10-0 (= 0.10.22) | 0.10.30-1
libgstreamer0.10-0 (= 0.10.28) | 0.10.30-1
libgtk2.0-0 (= 2.20) | 2.20.1-1+b1
libgupnp-1.0-3 (= 0.13.4) | 0.13.4-1
libgupnp-av-1.0-2 (= 0.5.9) | 0.5.9-1
libgupnp-dlna-1.0-0 (= 0.3.1) | 0.3.1-1
libpango1.0-0 (= 1.14.0) | 1.28.1-1
libsoup2.4-1 (= 2.26.1) | 2.30.2-1
libsqlite3-0 (= 3.7.2) | 3.7.2-1
libuuid1 (= 2.16) | 2.17.2-3.1
libxml2 (= 2.7.4) | 2.7.7.dfsg-4


Recommends (Version) | Installed
=-+-===
gstreamer0.10-plugins-base | 0.10.30-1
gstreamer0.10-plugins-ugly | 0.10.15-1
gstreamer0.10-ffmpeg | 0.10.10-1


Suggests (Version) | Installed
==-+-===
rygel-tracker | 0.7.8-1
rygel-mediathek |




rygel --log-level=5
** (rygel:10419): DEBUG: rygel-user-config.vala:166: Loaded user configuration from file '/home/simon/.config/rygel.conf'
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:89: Searching for modules in folder '/usr/lib/rygel-1.0'.
** (rygel:10419): DEBUG: rygel-main.vala:123: new network context lo (127.0.0.1) available.
** (rygel:10419): DEBUG: rygel-main.vala:145: Ignoring network context lo (127.0.0.1).
** Message: New plugin 'MediaExport' available
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-export.so'
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-external.so'
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:75: Plugin 'Tracker' disabled in user configuration; ignoring..
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-tracker.so'
** (rygel:10419): DEBUG: rygel-plugin-loader.vala:134: Finished searching for modules in folder '/usr/lib/rygel-1.0'
** (rygel:10419): DEBUG: rygel-main.vala:123: new network context eth0 (192.168.0.77) available.
** (rygel:10419): DEBUG: rygel-root-device-factory.vala:231: No icon provided by plugin 'MediaExport'. Using Rygel logo.
** (rygel:10419): DEBUG: rygel-media-export-database.vala:111: Using database file /home/simon/.cache/rygel/media-export.db

** (rygel:10419): CRITICAL **: string_replace: assertion `replacement != NULL' failed

** (rygel:10419): CRITICAL **: string_replace: assertion `self != NULL' failed

** (rygel:10419): CRITICAL **: string_replace: assertion `self != NULL' failed

(rygel:10419): GLib-GIO-CRITICAL **: g_file_new_for_commandline_arg: assertion `arg != NULL' failed

(rygel:10419): GLib-GIO-CRITICAL **: g_file_query_exists: assertion `G_IS_FILE(file)' failed
** (rygel:10419): DEBUG: rygel-media-export-query-container.vala:191: Registering 1ad0c0638ac2e9c06027592f14d12382 for virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
** (rygel:10419): DEBUG: rygel-media-export-query-container.vala:57: plaintext ID is: virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
** (rygel:10419): DEBUG: rygel-media-export-media-cache.vala:826: Parsed filter:  AND (m.class = ? )
** (rygel:10419): DEBUG: rygel-media-export-query-container.vala:191: Registering d62b16c1951debeb97d8df3e8aac458e for virtual-container:upnp:class,object.item.audioItem.musicTrack
** (rygel:10419): DEBUG: rygel-media-export-query-container.vala:57: plaintext ID is: virtual-container:upnp:class,object.item.audioItem.musicTrack
** (rygel:10419): DEBUG: rygel-media-export-media-cache.vala:254: Original search: upnp:class 271 object.item.audioItem.musicTrack
** (rygel:10419): DEBUG: rygel-media-export-media-cache.vala:255: Parsed search expression:  WHERE (m.class = ? )
** (rygel:10419): DEBUG: rygel-media-export-media-cache.vala:259: Arg 0: object.item.audioItem.musicTrack
** (rygel:10419): DEBUG: rygel-media-export-media-cache.vala:276: Parameters to bind: 2
** (rygel:10419): DEBUG: rygel-media-export-query-container.vala:191: Registering 03175772d86e56ec01957cbcd43066cf for 

Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-14 Thread Andreas Henriksson
Hello Simon!

On tis, 2010-09-14 at 23:26 +0200, Simon Wenner wrote:
 Package: rygel
 Version: 0.7.8-1
 Severity: important
 
 The 'MediaExport' plugin does not export any files. I tried it with
 different paths and accessed rygel with gupnp-av-cp and rhythmpnp
 (http://code.google.com/p/rhythmpnp/).
 
 The 'MediaExport' plugin worked with Rygel version 0.6.0.

Since 0.7.x only one of the media-export or tracker plugins will be
active at the same time.
I see you have rygel-tracker installed. The tracker plugin will be
preferred over the media-export plugin.
If you want to use media-export you need to edit your rygel.conf and set
enabled=false under the tracker section (or simply uninstall the
rygel-tracker package).


I'll consider adding a NEWS.Debian entry about this for the next upload
to make it better known (atleast to people using apt-listchanges).

 
 I attached Rygels debug log of its start and an access with gupnp-av-cp.
 
 
 --- System information. ---
 Architecture: amd64
 Kernel: Linux 2.6.32-5-amd64
 
 Debian Release: squeeze/sid
 900 testing security.debian.org
 900 testing ftp.at.debian.org
 800 unstable ftp.at.debian.org
 700 experimental ftp.at.debian.org
 
 --- Package information. ---
 Depends (Version) | Installed
 -+-=
 libatk1.0-0 (= 1.29.3) | 1.30.0-1
 libc6 (= 2.7) | 2.11.2-5
 libcairo2 (= 1.2.4) | 1.8.10-5
 libdbus-1-3 (= 1.0.2) | 1.2.24-3
 libdbus-glib-1-2 (= 0.78) | 0.88-2
 libfontconfig1 (= 2.8.0) | 2.8.0-2.1
 libfreetype6 (= 2.2.1) | 2.4.2-1
 libgee2 | 0.5.2-1
 libglib2.0-0 (= 2.24.0) | 2.25.15-1
 libgssdp-1.0-2 (= 0.7.2) | 0.7.2-2
 libgstreamer-plugins-base0.10-0 (= 0.10.22) | 0.10.30-1
 libgstreamer0.10-0 (= 0.10.28) | 0.10.30-1
 libgtk2.0-0 (= 2.20) | 2.20.1-1+b1
 libgupnp-1.0-3 (= 0.13.4) | 0.13.4-1
 libgupnp-av-1.0-2 (= 0.5.9) | 0.5.9-1
 libgupnp-dlna-1.0-0 (= 0.3.1) | 0.3.1-1
 libpango1.0-0 (= 1.14.0) | 1.28.1-1
 libsoup2.4-1 (= 2.26.1) | 2.30.2-1
 libsqlite3-0 (= 3.7.2) | 3.7.2-1
 libuuid1 (= 2.16) | 2.17.2-3.1
 libxml2 (= 2.7.4) | 2.7.7.dfsg-4
 
 
 Recommends (Version) | Installed
 =-+-===
 gstreamer0.10-plugins-base | 0.10.30-1
 gstreamer0.10-plugins-ugly | 0.10.15-1
 gstreamer0.10-ffmpeg | 0.10.10-1
 
 
 Suggests (Version) | Installed
 ==-+-===
 rygel-tracker | 0.7.8-1
 rygel-mediathek |
 
 
 
 





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org