debridmediamanager / zurg-testing

A self-hosted Real-Debrid webdav server you can use with Infuse. Together with rclone it can mount your Real-Debrid torrent library into your filesystem and load it to Plex or Jellyfin.
416 stars 30 forks source link

Bug: rar files handling #91

Closed Friday13th87 closed 1 week ago

Friday13th87 commented 6 months ago

Expected Behavior Having the *.rar files in one folder

Actual Behavior the packed files are in "unplayable" but they are displayed as unpacked folders now and i am getting an i/o access error when trying to copy/open them

Detailed Steps mount real-debrid with zurg webdav, with the option not to delete rars, while having non video files in your real-debrid client

Operating System fedora

Environment Setup zurg hotfix 11

Logs nothing to see in the logs, as there is no new entry while getting the i/o error in the mount logs this error is logged: ERROR : IO error: File is temporarily unavailable: 423 Locked

Rclone Configuration

[zurg]
type = webdav
url = http://localhost:9999/dav
vendor = other
pacer_min_sleep = 0

Zurg Configuration

zurg: v1
concurrent_workers: 20
check_for_changes_every_secs: 15
ignore_renames: false
retain_rd_torrent_name: false
retain_folder_name_extension: false
auto_delete_rar_torrents: false
use_download_cache: true
enable_repair: true
network_buffer_size: 5242880
serve_from_rclone: false
verify_download_link: true

would it be possible to just leave the rars in a normal folder like "archives"? that in the new config file the "delete rars" option is set to true as default is not really great if people just copy/paste them and use there real-debrid for more than streaming media.

are you using rar2fs now, as the rars seems to show unpacked? normal RD webdav stills shows the packed archives and not the unpacked files.