Media Brazil Forum

Full Version: kodi cartao SD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Boa Tarde

Gostaria de saber como mudar o cache dos filmes online para o cartao SD ext, pois o sdcard e so de 400mb e quero colocar um cartao de 32GB.


Obrigado
Vou supor que é android

passos

Tens que encerrar o Kodi, criar um arquivo de texto xbmc_env.properties na pasta mnt/sdcard.
Neste arquivo que vais criar, coloque o novo caminho
Code:
xbmc.data=/storage/sdcard0/external_sdcard/kodi_data

Por fim mova o conteúdo.

1. Quit Kodi by using the quit option or shutdown menu from within Kodi.

2. In the root directory of the internal storage of your device, usually just mnt/sdcard (not mnt/sdcard/root) create a plain text file called: 

xbmc_env.properties

Note: You must use "xbmc" when noted above for the text and file name, even when using Kodi.

3. In xbmc_env.properties  you need to tell Kodi where it's data will now be stored.This will be done by creating a path statement

like:xbmc.data=/storage/sdcard0/external_sdcard/kodi_data

The path might start with /storage/ as shown above, but it might be different on various Android devices. You can find the correct path by using a file explorer, like "File Browser" or "Root Explorer" to determine the proper path.

For example:
A USB drive location might look like:xbmc.data=/storage/external_storage/sda1/kodi_data/4. Using a file manager program, such as "File Browser" or "Root Explorer", move or copy the  .kodi directory from 

/sdcard/Android/data/org.xbmc.kodi/.kodi

 to the new location you defined in Step 3.

For example:
Move or copy: 

/mnt/sdcard/Android/data/org.xbmc.kodi/.kodi

To: 

/storage/sdcard0/external_sdcard/kodi_data/

ou algo assim

xbmc.data=/storage/sdb1/kodi_data
(10/07/2016, 19:39)Wanilton Wrote: [ -> ]Vou supor que é android

passos

Tens que encerrar o Kodi, criar um arquivo de texto xbmc_env.properties na pasta mnt/sdcard.
Neste arquivo que vais criar, coloque o novo caminho
Code:
xbmc.data=/storage/sdcard0/external_sdcard/kodi_data

Por fim mova o conteúdo.

1. Quit Kodi by using the quit option or shutdown menu from within Kodi.

2. In the root directory of the internal storage of your device, usually just mnt/sdcard (not mnt/sdcard/root) create a plain text file called: 

xbmc_env.properties

Note: You must use "xbmc" when noted above for the text and file name, even when using Kodi.

3. In xbmc_env.properties  you need to tell Kodi where it's data will now be stored.This will be done by creating a path statement

like:xbmc.data=/storage/sdcard0/external_sdcard/kodi_data

The path might start with /storage/ as shown above, but it might be different on various Android devices. You can find the correct path by using a file explorer, like "File Browser" or "Root Explorer" to determine the proper path.

For example:
A USB drive location might look like:xbmc.data=/storage/external_storage/sda1/kodi_data/4. Using a file manager program, such as "File Browser" or "Root Explorer", move or copy the  .kodi directory from 

/sdcard/Android/data/org.xbmc.kodi/.kodi

 to the new location you defined in Step 3.

For example:
Move or copy: 

/mnt/sdcard/Android/data/org.xbmc.kodi/.kodi

To: 

/storage/sdcard0/external_sdcard/kodi_data/

ou algo assim

xbmc.data=/storage/sdb1/kodi_data
Qual e a extensão do arquivo?
extensão é .txt (arquivo de texto).