Sometimes the naming of the folder gets too long and the torrent upload fails with the API returning:
{"status":"failure","error":"The torrent contained one or more files with too long a name: [name]"}
A check should be added to see if the path is too long.
I just saw that there is a check in place already, but this one slipped through the cracks. It is an exceptionally long album name with a sub-folder with images.
Sometimes the naming of the folder gets too long and the torrent upload fails with the API returning:
{"status":"failure","error":"The torrent contained one or more files with too long a name: [name]"}
A check should be added to see if the path is too long.