Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

XBMC cache relocation

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

    XBMC cache relocation

    It seems that the XBMC cache can be relocated on another device with the following option (example):

    Code:
    <advancedsettings>
    ...
      <pathsubstitution>
        <substitute>
          <from>/data/data/org.xbmc.xbmc/cache/temp/</from>
          <to>/mnt/external_sd/data/org.xbmc.xbmc/cache/</to>
        </substitute>
      </pathsubstitution>
    ...
    </advancedsettings>
    With this option the 'cachemembuffersize' option can be safely set to value '0' (i.e. cache to disk without size limit).

    Thanks to Lewy for pointing out this option to me.
    Last edited by Molle; 11-28-2013, 13:20.
    NVidia Shield TV 2015 16 GB || Stock
    NVidia Shield TV 2017 16 GB || Stock
    Buy me a beer?

    #2
    Really nice info , thanks for that
    Last edited by freddy_krueger; 12-17-2013, 19:43.

    Comment


      #3
      Originally posted by Molle View Post
      It seems that the XBMC cache can be relocated on another device with the following option (example):

      Code:
      <advancedsettings>
      ...
        <pathsubstitution>
          <substitute>
            <from>/data/data/org.xbmc.xbmc/cache/temp/</from>
            <to>/mnt/external_sd/data/org.xbmc.xbmc/cache/</to>
          </substitute>
        </pathsubstitution>
      ...
      </advancedsettings>
      With this option the 'cachemembuffersize' option can be safely set to value '0' (i.e. cache to disk without size limit).

      Thanks to Lewy for pointing out this option to me.
      Hi, I implemented this xml mod with cachemembuffersize set to 0 (unlimited caching) and all the movies cached fine, except for when I launch xbmc, I received an annoying error "unable to load common cache", is there a way to get rid of this message??, everything is working great except for this annoying message. Thanks.

      Comment


        #4
        Originally posted by buhohitr View Post
        Hi, I implemented this xml mod with cachemembuffersize set to 0 (unlimited caching) and all the movies cached fine, except for when I launch xbmc, I received an annoying error "unable to load common cache"
        The commoncache plugin used e.g. by IceFilms doesn't seem to like cache relocation.

        NVidia Shield TV 2015 16 GB || Stock
        NVidia Shield TV 2017 16 GB || Stock
        Buy me a beer?

        Comment


          #5
          Originally posted by buhohitr View Post
          Hi, I implemented this xml mod with cachemembuffersize set to 0 (unlimited caching) and all the movies cached fine, except for when I launch xbmc, I received an annoying error "unable to load common cache", is there a way to get rid of this message??, everything is working great except for this annoying message. Thanks.
          hey buho, do you mind sharing your .xml info to see how yours look with pathsub and cachemem, thanks..

          Comment

          Working...
          X