Felix Bünemann
Felix Bünemann
The FUSE filesystem does not have inode notification, so "Scan my library automatically" doesn't work. The partial scan seems to be working, when you use the Plex API to add...
I'm using [watcher](https://github.com/radovskyb/watcher) and a [custom python script](https://gist.github.com/f2314b3b67cbe7d5e22c3c616cfef449) and systemd service to do polling and partial library updates. It's been running since March 2019 without problems.
It looks like your missing the '-pipe=true' command line option for watcher. Also make sure the LD_LIBRARY_PATH in plexwatcher.py is correct or the Plex Media Scanner will crash.
Hmm, it's strange that those files are owned by root and not the plex user. Can you run `ps aux | grep 'Plex Media Server'` and check what user the...
The `plexwatcher.service` i posted already runs as user/group plex. You can put the file in `/lib/systemd/system/plexwatcher.service` and then use `systemctl daemon-reload` and `systemctl start plexwatcher.service`. You can then run `systemctl...
Oh and the `plexwatcher.service` in the gist assumes that your plexdrive is mounted by a systemd unit called `plexdrive.service`, so you need to change that if yours is called differently.
That doesn't matter, both directories work fine.
@j0shii The match for the path does not expect to find square brackets, since those are also used to enclose the path. You could try replacing line 25 (log format)...
@dweidenfeld You hard coded some of the config values in db83bb6c371882ab7633c62f091cb2a0de4af500, which is why this PR has merge conflicts. Could you elaborate why you changed the defaults? The commit message...
Just a short note: I haven't merged this yet, cause I think it's generally useful to have sane defaults for the parameters and if these are mainly i/o bound, there...