Closed Veepas closed 6 years ago
I am having the same issue, using union-fs and docker for my PMS. Could it have something to do with the way the volumes used by docker don't match the paths used in the script?
Example: Docker Plex Moves Path = /moves -> System Path = /home/plex/media/moves
I would expect the symlinks to still get created and then possibly have to change the path in the plex app.
I have not tried to run the script from within the container but will give that a try tomorrow.
Hi,
Union-FS shouldn’t be the issue, but rather the writeable filesystem layers beneath. Make sure you’re trying to write to a file system that supports creating symlinks.
Preferably just write to your local disk, no need to keep the links in the same place as the media files.
As for docker there should probably be a way to do it with shared volumes, but I haven’t tried.
Hi,
Union-FS shouldn’t be the issue, but rather the writeable filesystem layers beneath. Make sure you’re trying to write to a file system that supports creating symlinks.
Preferably just write to your local disk, no need to keep the links in the same place as the media files.
As for docker there should probably be a way to do it with shared volumes, but I haven’t tried.
I am having the same issue, using union-fs and docker for my PMS. Could it have something to do with the way the volumes used by docker don't match the paths used in the script?
Example: Docker Plex Moves Path = /moves -> System Path = /home/plex/media/moves
I would expect the symlinks to still get created and then possibly have to change the path in the plex app.
I have not tried to run the script from within the container but will give that a try tomorrow.
Did you manage to accomplish to change the docker image appropriate?
I am not quite sure what to do to get this script to work flawless
Hello there,
i was using the script which worked flawless as far as i can tell. But it says:
Creating symlinks for 4 matching items in the library... Created symlinks for 0 new items:
I do use unionfs if it has to do something about it ?
Please help me use this wonderful little piece of script :)
Greetings