Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

MXiii running OpenELEC : How to store cache to SD card or USB device

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MXiii running OpenELEC : How to store cache to SD card or USB device

    Hi,

    I understood that reading and writing an awefull lot is bad for the internal storage of the device.
    Now I want to change my cache location to an USB device or SD card.

    I would love to figure out how-to. Could anyone help?

    #2
    I think it would be the same as on wetek so here goes:



    I actually did this from my phone using ConnectBot

    Currently Inactive on Freaktab.com
    I use: MK903V | MELE F10 Deluxe | Roku 3600R
    RIP: MK808b | MK809III | PIPO M9 Pro

    Comment


      #3
      Enable ssh in settings, use connect bot and go to your device address by [email protected]:22 or whatever your network address is, port 22

      Follow the commands from the post but instead of * use spaces. Follow any kodi advancedsettings.xml guide to setup cache options.

      Read on for how to cache to external drive.
      Currently Inactive on Freaktab.com
      I use: MK903V | MELE F10 Deluxe | Roku 3600R
      RIP: MK808b | MK809III | PIPO M9 Pro

      Comment


        #4
        Using the same connect bot, follow this guide for rpi, should work for any openelec machine.

        Currently Inactive on Freaktab.com
        I use: MK903V | MELE F10 Deluxe | Roku 3600R
        RIP: MK808b | MK809III | PIPO M9 Pro

        Comment


          #5
          Originally posted by budgetgeek
          Using the same connect bot, follow this guide for rpi, should work for any openelec machine.

          http://openelec.tv/forum/124-raspber...b-stick#101750
          That pi solution is pre-install wise. At the mxiii there is no command line txt file.

          The advanced xml solution is still writing to storage location on the mxiii itself right or am I mistaken?

          Verstuurd vanaf mijn H30-U10 met Tapatalk

          Comment


            #6
            Originally posted by Dan0r View Post

            That pi solution is pre-install wise. At the mxiii there is no command line txt file.

            The advanced xml solution is still writing to storage location on the mxiii itself right or am I mistaken?

            Verstuurd vanaf mijn H30-U10 met Tapatalk
            If you set the advanced settings xml file to zero cache (http://kodi.wiki/view/HOW-TO:Modify_the_video_cache) it will buffer to the local disk.

            Code:
            <advancedsettings>
              <network>
                <buffermode>2</buffermode>
                <cachemembuffersize>0</cachemembuffersize>
                <readbufferfactor>30</readbufferfactor>
              </network>
            </advancedsettings>
            So once you have that, you need to redirect the storage to external. I'll look into how to change openelec to external storage. In android you use foldermount app or similar.

            .Does the MXIII recognize your external storage in openelec?

            On my android setups I have set SPMC launcher as home and run it on top of android, so I don't have to have all these problems.
            Currently Inactive on Freaktab.com
            I use: MK903V | MELE F10 Deluxe | Roku 3600R
            RIP: MK808b | MK809III | PIPO M9 Pro

            Comment


              #7
              Using putty or connectbot you'll need to enter /etc and edit fstab to swap the drives.

              Currently Inactive on Freaktab.com
              I use: MK903V | MELE F10 Deluxe | Roku 3600R
              RIP: MK808b | MK809III | PIPO M9 Pro

              Comment


                #8
                Originally posted by budgetgeek View Post
                Using putty or connectbot you'll need to enter /etc and edit fstab to swap the drives.

                http://www.linfo.org/etc_fstab.html
                I have created the advancedsettings.xml file and such.
                Just tried to change the fstab file but that file is empty.

                Any other ideas?

                No one else got the regular "not enough space on download path" error in Pulsar for example?

                Comment


                  #9
                  I see after looking up more info that openelec does not use fstab. Most entries on the topic are about how to mount a shared NFS. I think you may need a script that does this for you. Out of my league.
                  Currently Inactive on Freaktab.com
                  I use: MK903V | MELE F10 Deluxe | Roku 3600R
                  RIP: MK808b | MK809III | PIPO M9 Pro

                  Comment


                    #10
                    Anyone know how to Unlock the Boot loader on MX3 2/8 so it can be reflashed with Openelec????

                    Comment


                      #11
                      The following is what i use with spmc, it may work for OP, modify as needed.
                      After you create the file with path substitution move thumbnails to the new folder so old thumbnails folder gets empty, same for temp folder. Finally reboot kodi/openelec or device.





                      Sent from my Moto XT1053 powered by Tapatalk

                      Comment

                      Working...
                      X