mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #112] Question #95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @next2non on GitHub (Apr 23, 2017).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/112
Hi
I have just couple of questions:
When I click at the cross (x) after the file finishes downloading, does it delete the file as well from my device? Currently running it on Synology
If the clicking on the cross (x) doesn't delete the file, how do I delete it? Where is it located?
Regards,
Tariq
@asapach commented on GitHub (Apr 23, 2017):
/tmp/torrent-stream. If/tmpdoesn't exist it will try to find another temp folder. BTW, you can set your own folder: https://github.com/asapach/peerflix-server#configuration@next2non commented on GitHub (Apr 24, 2017):
Hi
Thanks for the reply.
I created a /tmp folder in synology and "torrent-stream" folder appears in it, but when the torrent download is completes the folder is empty. Any reasons you could think of? By the way I'm running the package from docker m.
@asapach commented on GitHub (Apr 24, 2017):
I haven't used docker in a while, but as far as I remember, you need to map the
/tmp/torrent-streamvolume to your local folder, otherwise it will only be stored inside your container: https://github.com/asapach/peerflix-server/blob/master/Docker.md@next2non commented on GitHub (Apr 24, 2017):
Now it's working, I was mapping "/tmp" to my local drive whereas I need to map "/tmp/torrent-stream". Thanks for the help and you time
@asapach commented on GitHub (Apr 24, 2017):
Thanks. I've added more explicit instructions in
github.com/asapach/peerflix-server@88047aa705