itsToggle/rclone_RD

Rclone_rD mount wont play any media

mophawka opened this issue · 2 comments

I have followed the installation and setup instructions as per the wiki and also searched on Discord. Assuming all software and mounts have been configured correctly, I am encountering an issue where no content on the mounted rclone_RD drive will play.

Steps to Reproduce
Followed the installation guide on the project's wiki.
Set up the mount as described in the wiki, using rclone with the recommended settings found from various users on Discord.
Attempted to play various media files from the mounted drive.

Expected Behavior
Media files should play smoothly without interruption. PD finds them and adds them to configured rclone mount.

Actual Behavior
When attempting to play any media file from the mounted rclone drive, playback does not start, and Emby logs state the file does not exist or folder cannot be found.

Environment
OS: Debian Bullseye
Lastest rclone_rd
Media player being used: Emby

Troubleshooting Steps Taken
Verified that all software is up to date.
Checked the rclone configuration file for errors.
Searched for similar issues on Discord and followed the suggested solutions.
Rebooted the system after setup to ensure all mounts are loaded correctly.
Checked permissions on the mounted drive to ensure the media player has read access.

Rclone_RD mounted systemd:
cat /etc/systemd/system/rclone-debrid.servicece

[Unit]
Description=Rclone Debrid Service
Wants=network-online.target
After=network-online.target


[Service]
User=pduser
#Group=pduser
Type=notify
ExecStartPre=/bin/mkdir -p /home/pduser/tmp/debrid/cache /home/pduser/debrid
ExecStart=/usr/local/bin/rclone_rd mount realdebrid: /home/pduser/debrid \
    --config /home/pduser/.config/rclone_rd/rclone_rd.conf \
    --allow-other \
    --dir-cache-time=1m \
    --max-read-ahead=200M \
    --umask=002 \
    --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' \
    --vfs-cache-max-age=120h \
    --vfs-cache-max-size=200G \
    --vfs-cache-mode=full \
#    --vfs-cache-poll-interval=1m0s \
    --vfs-fast-fingerprint \
    --cache-dir=/home/pduser/tmp/debrid/cache \
    --log-file /home/pduser/.config/rclone_rd/mount.log \
    --log-level DEBUG

#ExecStart=/opt/pduser/rclone_rd/rclone_rd mount realdebrid: /home/pduser/debrid --dir-cache-time 10s --allow-other --vfs-cache-mode full --config /home/user/.config/rclone_rd/rclone_rd.conf
Restart=on-failure
RestartSec=10
ExecStop=/bin/fusermount3 -uz /home/pduser/debrid


[Install]
WantedBy=multi-user.target

The original service file was much simpler. Discord search yielded these commands and switches as "working".
As you can see, some are commented out to test various methods and find a working solution.

I have tried playing different types of media files (e.g., .mkv, .mp4) to rule out format-specific issues. Other local and network drives do not exhibit this problem, and their content plays normally.

I would greatly appreciate any guidance or suggestions on what might be causing this issue and how to resolve it. If additional information or logs are required, please let me know, and I will provide them promptly.

Thank you for your assistance.

I have this exact issue also. Did you ever find a fix?

No help provided. Plus, I walked away from PD for now. Dev appears to be MIA and pre-occupied with RL. Keep watch on this GHi and see what happens.

Thanks for the comment and GL.