Where does popcorn-time store downloaded movies
I'm currently using Ubuntu 16.04 LTS but I can't find folder where Popcorn-Time stores movies I've watched.
I would like to free some space that is occupied by this app.
I have checked advanced settings -> Cache Directory (/tmp/Butter) and it's empty. Can someone help me solve this problem?
disk-usage
add a comment |
I'm currently using Ubuntu 16.04 LTS but I can't find folder where Popcorn-Time stores movies I've watched.
I would like to free some space that is occupied by this app.
I have checked advanced settings -> Cache Directory (/tmp/Butter) and it's empty. Can someone help me solve this problem?
disk-usage
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, trybaobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)
– Xen2050
Dec 27 '17 at 23:03
add a comment |
I'm currently using Ubuntu 16.04 LTS but I can't find folder where Popcorn-Time stores movies I've watched.
I would like to free some space that is occupied by this app.
I have checked advanced settings -> Cache Directory (/tmp/Butter) and it's empty. Can someone help me solve this problem?
disk-usage
I'm currently using Ubuntu 16.04 LTS but I can't find folder where Popcorn-Time stores movies I've watched.
I would like to free some space that is occupied by this app.
I have checked advanced settings -> Cache Directory (/tmp/Butter) and it's empty. Can someone help me solve this problem?
disk-usage
disk-usage
edited Apr 16 '18 at 6:54
dsSTORM
578116
578116
asked Dec 27 '17 at 22:59
mk1024mk1024
182316
182316
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, trybaobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)
– Xen2050
Dec 27 '17 at 23:03
add a comment |
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, trybaobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)
– Xen2050
Dec 27 '17 at 23:03
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, try
baobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)– Xen2050
Dec 27 '17 at 23:03
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, try
baobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)– Xen2050
Dec 27 '17 at 23:03
add a comment |
2 Answers
2
active
oldest
votes
From the source code:
Settings.tmpLocation = path.join(os.tmpDir(), Settings.projectName);
So on Linux it would be:
/tmp/Popcorn-Time/TorrentCache/
Note that it gets deleted when you close the application.
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
add a comment |
In Ubuntu 16.04, I found it to be under
/tmp/Butter
Popcorn time deletes the files when you close it. In advanced settings you can enable the setting(Clear Tmp folder after closing app?) if you have accidentally disabled it.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f990050%2fwhere-does-popcorn-time-store-downloaded-movies%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
From the source code:
Settings.tmpLocation = path.join(os.tmpDir(), Settings.projectName);
So on Linux it would be:
/tmp/Popcorn-Time/TorrentCache/
Note that it gets deleted when you close the application.
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
add a comment |
From the source code:
Settings.tmpLocation = path.join(os.tmpDir(), Settings.projectName);
So on Linux it would be:
/tmp/Popcorn-Time/TorrentCache/
Note that it gets deleted when you close the application.
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
add a comment |
From the source code:
Settings.tmpLocation = path.join(os.tmpDir(), Settings.projectName);
So on Linux it would be:
/tmp/Popcorn-Time/TorrentCache/
Note that it gets deleted when you close the application.
From the source code:
Settings.tmpLocation = path.join(os.tmpDir(), Settings.projectName);
So on Linux it would be:
/tmp/Popcorn-Time/TorrentCache/
Note that it gets deleted when you close the application.
answered Dec 28 '17 at 1:30
jdwolfjdwolf
686210
686210
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
add a comment |
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
Yes, it's true.That folder ir really empty. But, I'd like to free space which is occupied after watching movie.
– mk1024
Dec 28 '17 at 16:11
add a comment |
In Ubuntu 16.04, I found it to be under
/tmp/Butter
Popcorn time deletes the files when you close it. In advanced settings you can enable the setting(Clear Tmp folder after closing app?) if you have accidentally disabled it.
add a comment |
In Ubuntu 16.04, I found it to be under
/tmp/Butter
Popcorn time deletes the files when you close it. In advanced settings you can enable the setting(Clear Tmp folder after closing app?) if you have accidentally disabled it.
add a comment |
In Ubuntu 16.04, I found it to be under
/tmp/Butter
Popcorn time deletes the files when you close it. In advanced settings you can enable the setting(Clear Tmp folder after closing app?) if you have accidentally disabled it.
In Ubuntu 16.04, I found it to be under
/tmp/Butter
Popcorn time deletes the files when you close it. In advanced settings you can enable the setting(Clear Tmp folder after closing app?) if you have accidentally disabled it.
answered Apr 16 '18 at 4:45
Rajesh KannaRajesh Kanna
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f990050%2fwhere-does-popcorn-time-store-downloaded-movies%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How do you know it doesn't delete them after you've watched them? That would probably be a smart decision for a streaming program, I could see gigs and gigs of space being filled up fast. Anyway, try
baobab
/ Disk Usage Analyzer (run as root) to see what's taking up all your disk space, it could be something else. (ps. I thought Popcorn time wasn't going to work anymore, it's still ok? Like it?)– Xen2050
Dec 27 '17 at 23:03