StuffAnThings / qbit_manage

This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
MIT License
649 stars 42 forks source link

[Bug]: Recyclebin filename can be too long for the filesystem #604

Open m-wynn opened 3 weeks ago

m-wynn commented 3 weeks ago

Describe the Bug

I'm on btrfs which, like many linux filesystems, has a max filename length of 255 bytes. When trying to save torrents with long names to the recyclebin, it often fails opening the file with "Filename too long"

Config

recyclebin:
  enabled: true
  empty_after_x_days: 60
  save_torrents: true
  split_by_category: false

Logs

https://gist.github.com/m-wynn/1cd66a98564f9f54fc083b676461a7dc

Screenshots

No response

Installation

Docker

Version Number

4.1.7

What branch are you on?

master