2014-05-07, 02:40
Anyone having problems with the keyboard inside xbmc? The AFTV remote works everywhere besides using the keyboard function.
(2014-05-07, 02:24)Lunatixz Wrote:(2014-05-07, 01:34)Migalicious Wrote:(2014-05-07, 01:02)Lunatixz Wrote: Anyone have luck path substituting sources.xml? Every time I try it never takes...
It definitely works. Try restarting XBMC after uploading your changed file.
/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/sources.xml is the correct path, in case you had it wrong.
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://ip/XBMC/userdata/sources.xml</to>
</substitute>
Does this look correct?
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>smb://nas/xbmc/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
(2014-05-07, 02:58)Migalicious Wrote:(2014-05-07, 02:24)Lunatixz Wrote:(2014-05-07, 01:34)Migalicious Wrote: It definitely works. Try restarting XBMC after uploading your changed file.
/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/sources.xml is the correct path, in case you had it wrong.
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://ip/XBMC/userdata/sources.xml</to>
</substitute>
Does this look correct?
Ah, that's not what I thought you were intending to do. The file you want is advancedsettings.xml, same directory. It should look like this:
[/code]Code:<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>smb://nas/xbmc/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
(2014-05-07, 02:24)Lunatixz Wrote:(2014-05-07, 01:34)Migalicious Wrote:(2014-05-07, 01:02)Lunatixz Wrote: Anyone have luck path substituting sources.xml? Every time I try it never takes...
It definitely works. Try restarting XBMC after uploading your changed file.
/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/sources.xml is the correct path, in case you had it wrong.
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://ip/XBMC/userdata/sources.xml</to>
</substitute>
Does this look correct?
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>smb://bignas1/media/Thumbnails/</to>
</substitute>
<substitute>
<from>special://profile/sources.xml/</from>
<to>smb://bignas1/media/xbmc.xml/sources.xml/</to>
</substitute>
</pathsubstitution>
(2014-05-07, 03:03)Lunatixz Wrote: Yes I understand how to, I've been using pathsubs for a long time. But is sources.xml working as a path sub in android?
For whatever reason I can't get it to take the source.xml path sub.
<advancedsettings>
<video>
<timeseekforwardbig>300</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
<timeseekbackwardbig>-90</timeseekbackwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
</video>
<pathsubstitution>
<substitute>
<from>special://thumbnails/</from>
<to>smb://USER:[email protected]/xbmc/Thumbnails</to>
</substitute>
</pathsubstitution>
<network>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
</network>
</advancedsettings>
adb push advancedsettings.xml /sdcard/android/data/org.xbmc.xbmc/files/.xbmc/userdata
(2014-05-07, 04:18)ilovemymac Wrote: So the fire TV is better then the eclipse?
(2014-05-06, 08:58)LRa Wrote: Quick question, if I connect a storage device via NAS, can I copy files from it to the internal storage via xbmc?
(2014-05-06, 20:03)who.is.matt Wrote: Okay guys... Assuming Amazon will let me do it once they finally accept the app into the App Store, I'm thinking of changing the name of my app from "XBMC For Fire TV" to "XBMC On Fire". I'd also change the icons to something like this:
It's less device-specific while still remaining similar to the original idea. Since Fire TV users are the primary audience for the app, what do you guys think?
(2014-05-07, 03:53)GTV17 Wrote: I'm trying to copy a folder into my directory for the Llama app but it says the folder doesn't exist. How do i find the correct path in my fire tv??
step 2.5.1: http://wiki.xbmc.org/index.php?title=Amazon_Fire_TV
adb push downloaded_folder /sdcard/Llama/
(2014-05-07, 04:22)who.is.matt Wrote: So actually, considering I haven't had any problems with the Fire TV so far... Yeah. I guess the Fire TV is better than Eclipse.
(2014-05-07, 05:13)cstark27 Wrote: I fixed the instructions. It should beCode:adb push downloaded_folder /sdcard/Llama/