by275 / plex_autoscan

A maintained fork of Plex Autoscan
GNU General Public License v3.0
13 stars 2 forks source link

feat: checking file existence remotely #32

Closed by275 closed 1 year ago

by275 commented 1 year ago

Plex media server provides an API for browsing media files.

Related:

Due to a bug in the PMS system, we were unable to implement this feature. However, the bug has now been fixed, so we should reconsider implementing this feature, as it would allow autoscan logic to work remotely.

CLHatch commented 1 year ago

Plex media server provides an API for browsing media files.

Related:

Due to a bug in the PMS system, we were unable to implement this feature. However, the bug has now been fixed, so we should reconsider implementing this feature, as it would allow autoscan logic to work remotely.

So am I correct in assuming that until this is done, we can't currently have Plex in one Docker container, and plex_autoscan in another? I had previously used an old container that had the original plex_autoscan "embedded" in a Plex container, and it worked great, but I'm having trouble getting the Docker container from here to work with the LSIO Plex container.

by275 commented 1 year ago

So am I correct in assuming that until this is done, we can't currently have Plex in one Docker container, and plex_autoscan in another?

No, Plex Autoscan container should work if it can access the same media files as Plex. In other words, volume mapping to Plex Autoscan container and proper configuration for SERVER_FILE_EXIST_PATH_MAPPINGS are required.

If this feature is done, Plex Autoscan container can be deployed on any physical server.

CLHatch commented 1 year ago

So am I correct in assuming that until this is done, we can't currently have Plex in one Docker container, and plex_autoscan in another?

No, Plex Autoscan container should work if it can access the same media files as Plex. In other words, volume mapping to Plex Autoscan container and proper configuration for SERVER_FILE_EXIST_PATH_MAPPINGS are required.

If this feature is done, Plex Autoscan container can be deployed on any physical server.

Do you happen to have a Discord server or similar so I could get some help? I would open an "issue" here, but it sounds like it's not a bug, it's me misconfiguring things, and I don't want to hijack your own FR here to get help. :)

by275 commented 1 year ago

I was wrong. The bug is still there so we close this issue until it is resolved.