0

I have Rygel installed and configured on my home server, and have nothing in the default /user/Music;Videos;Pictures folders, so I would like to stop Rygel from searching and displaying them. I've deleted the default uris and set Tracker to enabled=false in both /etc/rygel.conf and ~/.config/rygel.conf, but my DLNA devices still show Files & Folders, Music, Videos, and Pictures. Is there anything else I can try so that only Files & Folders shows?

alex_d
  • 405

1 Answers1

1

In your ~/.config/rygel.conf in the MediaExport section add a line for virtual-folders and restart:

[MediaExport]
virtual-folders=false
meuh
  • 3,444