Where does popcorn-time store downloaded movies












0















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?










share|improve this question

























  • 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
















0















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?










share|improve this question

























  • 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














0












0








0








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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, 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

















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










2 Answers
2






active

oldest

votes


















0














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.






share|improve this answer
























  • 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



















0














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer
























    • 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
















    0














    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.






    share|improve this answer
























    • 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














    0












    0








    0







    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.






    share|improve this answer













    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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



















    • 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













    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 16 '18 at 4:45









        Rajesh KannaRajesh Kanna

        1




        1






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg