Skip to content

Commit

Permalink
no more rar loops
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Jun 21, 2024
1 parent dbf44d1 commit 8838fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
# misc configs
retain_folder_name_extension: false # if true, zurg won't modify the filenames from real-debrid
retain_rd_torrent_name: true # if true, it will strictly follow RD API torrent name property w/c should make this more compatible with rdt-client
auto_delete_rar_torrents: true # if true, zurg will delete unstreamable rar files (these torrents will always be compressed in a rar archive no matter what files you select)
auto_delete_rar_torrents: false # if true, zurg will delete unstreamable rar files (these torrents will always be compressed in a rar archive no matter what files you select)
use_download_cache: false # if true, during zurg initialization, it will fetch all downloads to unrestrict links faster
enable_repair: true
Expand Down
3 changes: 3 additions & 0 deletions charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11311,6 +11311,9 @@ zurg: &app_zurg
sed -i "s/^username:/#username/" /config/config.yml
sed -i "s/^password:/#password/" /config/config.yml
# breaks stuff with the rar extraction feature now
sed -i "s/auto_delete_rar_torrents: true/auto_delete_rar_torrents: false/" /config/config.yml
# Ensure download cache is disabled (works better when IPs change)
sed -i "s/use_download_cache: true/use_download_cache: false/" /config/config.yml
Expand Down

0 comments on commit 8838fbd

Please sign in to comment.