Friday, 18 December 2015

Multiple Fire TV's, Kodi and MySQL setup issue?



Ok, so I'm following -> http://www.aftvnews.com/how-to-parti...l-usb-storage/ to try and setup Kodi to run on my 3 fire TV's, and using Method 1 to move all to external. One is a 1st Gen with USB, other is a 2nd Gen with MicroSD. And a 3rd is just a regular setup on a 1st Gen without USB stick (so not moving anything).

I'm trying to share the database using mysql as per -> http://kodi.wiki/view/MySQL

When pushing the advancedsettings.xml I'm running into a small problem... Its like it doesn't always "stick".. Sometimes when I start Kodi, and go to movies it will be LESS than there was before. And its not remembering where I left off watching a movie.

On the 2nd Gen Fire TV with MicroSD, I've used the following commands to put the advancedsettings.xml

Code:


adb push advancedsettings.xml /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
adb push advancedsettings.xml /storage/sdcard1/Android/data/org.xbmc.kodi/files/userdata


On the 1st Gen Fire TV with USB Stick, I've used the following commands...

Code:


adb push advancedsettings.xml /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
adb push advancedsettings.xml /storage/extUsb/Android/data/org.xbmc.kodi/files/userdata


And on the 1st Gen Fire TV internal memory only...

Code:


adb push advancedsettings.xml /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata

What am I doing wrong?

Download from this link

No comments:

Post a Comment