-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fileLink template support #26
Comments
I already have implemented this. It was going to be in the next release, but I will see if I can separate it for you now-ish. |
Implemented larger size units and calculation.
@InsideTheVoid Please test and post your feedback here. And if you like it, put a ★ on it. |
Thank you very much for the quick fix.
The example of |
Fixed torrent file link template example.
I missed the folder link while separating and then I figured I could reduce some code by integrating stuff into String. |
Works like a charm. |
The fileLink feature works great if you only use 1 downloadDir.
If you use multiple, it would be great if you could do something like:
In this setup files could be accessed with:
/storageA/torrent1/file.txt --> https://example.com/storageA/torrent1/file.txt
/storageA/torrent2/file.txt --> https://example.com/storageA/torrent2/file.txt
/storageB/torrent3/file.txt --> https://example.com/storageB/torrent3/file.txt
Is this something you would be willing to implement?
The text was updated successfully, but these errors were encountered: