Upload and stream media from the cloud with or without encryption. Cache all new and recently streamed media locally to access quickly and reduce API calls
MIT License
100
stars
34
forks
source link
[Enhancement] Folder for plexdrive on non encrypted mount #42
Please, modify plexdrive upload script to allow / fix mount the folder specified in RCLONE_CLOUD_ENDPOINT if encryption are disabled.
Actually:
plexdrive $mongo $plexdrive_options "${cloud_dir}" &
Fixed:
We need to determine folder id or use another environment like PLEXDRIVE_CLOUD_ENDPOINT
plexdrive $mongo $plexdrive_options "${cloud_dir}" --root-node-id $folder_id_to_mount &
Please, modify plexdrive upload script to allow / fix mount the folder specified in RCLONE_CLOUD_ENDPOINT if encryption are disabled. Actually: plexdrive $mongo $plexdrive_options "${cloud_dir}" & Fixed: We need to determine folder id or use another environment like PLEXDRIVE_CLOUD_ENDPOINT plexdrive $mongo $plexdrive_options "${cloud_dir}" --root-node-id $folder_id_to_mount &