You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimistically , your path might be slightly shorter, which likely requires a container with the base torrent destination directory mounted to a subdir of /, eg /dl/.
In this instance,
Even if this prefix is not common across most torrents, usually "categories"/groups of torrents will have common prefixes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On desktop, in expanded view of torrents, "location" (/ save path) doesn't get enough space to render meaningfully
The
.torrent--is-expanded .torrent__detail
css rule dictateswidth: 100px
for each item. On my browsers, this truncates after 15 charactersIn practice, (typically) almost every torrent on a system will likely have a common prefix. This prefix probably exceeds 15 characters.
/data/my_mountp.../
Optimistically , your path might be slightly shorter, which likely requires a container with the base torrent destination directory mounted to a subdir of
/
, eg/dl/
.In this instance,
Even if this prefix is not common across most torrents, usually "categories"/groups of torrents will have common prefixes.
Beta Was this translation helpful? Give feedback.
All reactions