Skip to content

Filesystem service discovery for linux

Liz de Sartiges requested to merge jill/vlc:filesystem_discovery into master

The objective with this new service discovery is to allow browsing file on linux within the vlc interface instead of using the Qt file picker.

It uses udisks2 to retrieve information on mounted partitions as well as relevent XDG directories (Videos, Music, Home directory).

it is planned to add custom controls so that drives can be mounted and unmounted from vlc itself for better usability.

Edited by Liz de Sartiges

Merge request reports