Vladimir
Vladimir
Is it described in any protocol? I cannot find any info neither [here](http://nmdc.sourceforge.net/NMDC.html) nor [here](http://adc.sourceforge.net/ADC.html) Only one mention of PMCCCC in ADC protocol
Does your clementine version uses mpris v1 or only mpris v2? You can check it via `qdbusviewer` 
Can you check output of this [script](https://github.com/eiskaltdcpp/eiskaltdcpp/blob/master/data/examples/mpris_now_playing.en_US.sh)?
Are you launching it like: `script` or `./script` or `sh script`?
running as a user? U must run it as a user, not as root.
Du you still have this malformed DCPlusPlus.xml file? Can you attach it or specify any deference between old one and new one?
@dko4er are you also using AUR (Arch) build? Or what system do you use?
Are u talking about GTK build?
But `DirFileSystem` is a wrapper. It should pass original call (with modified path) to wrapped file system. `NotImpementedError` must be thrown by wrapped (underling) fs, not by dirfs.
May be we can have sync/async session inside one fs instance?