[GH-ISSUE #112] Question #95

Closed
opened 2026-02-25 20:32:24 +03:00 by kerem · 5 comments
Owner

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:

  1. 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

  2. If the clicking on the cross (x) doesn't delete the file, how do I delete it? Where is it located?

Regards,
Tariq

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: 1. 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 2. If the clicking on the cross (x) doesn't delete the file, how do I delete it? Where is it located? Regards, Tariq
kerem 2026-02-25 20:32:24 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@asapach commented on GitHub (Apr 23, 2017):

  1. Yes, the files should be deleted unless they are locked (this is usually only a problem on windows).
  2. By default the files are stored in /tmp/torrent-stream. If /tmp doesn't exist it will try to find another temp folder. BTW, you can set your own folder: https://github.com/asapach/peerflix-server#configuration
<!-- gh-comment-id:296495803 --> @asapach commented on GitHub (Apr 23, 2017): 1. Yes, the files should be deleted unless they are locked (this is usually only a problem on windows). 2. By default the files are stored in `/tmp/torrent-stream`. If `/tmp` doesn't exist it will try to find another temp folder. BTW, you can set your own folder: https://github.com/asapach/peerflix-server#configuration
Author
Owner

@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.

<!-- gh-comment-id:296556798 --> @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.
Author
Owner

@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-stream volume to your local folder, otherwise it will only be stored inside your container: https://github.com/asapach/peerflix-server/blob/master/Docker.md

<!-- gh-comment-id:296731300 --> @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-stream` volume to your local folder, otherwise it will only be stored inside your container: https://github.com/asapach/peerflix-server/blob/master/Docker.md
Author
Owner

@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

<!-- gh-comment-id:296779096 --> @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
Author
Owner

@asapach commented on GitHub (Apr 24, 2017):

Thanks. I've added more explicit instructions in github.com/asapach/peerflix-server@88047aa705

<!-- gh-comment-id:296784064 --> @asapach commented on GitHub (Apr 24, 2017): Thanks. I've added more explicit instructions in https://github.com/asapach/peerflix-server/commit/88047aa70518ff197646f10c95d6f653a902f066
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#95
No description provided.