twojstaryzdomu

Results 60 comments of twojstaryzdomu

Do you have any clue how it could be implemented? A separate thread for the timer?

Reading through the code, I've just stumbled upon the udisks2 plugin. Does it support any media inserted, by specifying `udisks://`, without the label or name? If the label of the...

It wasn't clear it was MPD internal protocol that you meant. ``` music_directory "/media/" music_directory "/misc/local" ``` lsinfo displays whichever directory is configured last as music_directory. Any earlier directory does...

All of tgis > I just tested the udisks neighbor plugin and it seems to work fine. I guess the only issue related to this is the static nature of...

> I would assume since udisks2 is also available as storage plugin you should be able to set it up in the configuration exactly as you intend to. No, I'm...

> Correct me if I’m wrong, but can’t you just mount all dynamic mountpoints inside the configured music_directory, or alternatively somewhere else and add symlinks inside the music_directory pointing to...

No, it's not the same effect. First of all, you need file system level access in order to be able to do that. Consider working in a limited shell scenario....

Indeed, @zoj603, you're right as rain and I'd thought of your suggestion as a possible solution before raising the issue. MPD provides an impressive set of options that extend quite...

> @twojstaryzdomu have you tried the mount command so far? I suppose you mean the internal `mount` command that for instance is mentioned in #1270? I'm reluctant to use that...

IIRC internal commands are no good match. `mpd.conf` is parsed only when mpd starts. There isn't really any need for `mount`, only the ability to use multiple paths. I think...