![]() |
Amazon Fire TV for XBMC - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Amazon Fire TV for XBMC (/showthread.php?tid=191109) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
|
RE: Amazon Fire TV for XBMC - jocala - 2014-04-29 (2014-04-29, 04:16)Japgeisha Wrote: just wondering if firetv update can be controlled . or is it automatic update that can happen . becuz if it happens will loose xbmc , thx god bless amazon updates to firetv shouldn't harm xbmc since amazon specifically allows sideloading. It will wipe out root, if we ever get it, that is. RE: Amazon Fire TV for XBMC - Senaxx - 2014-04-29 (2014-04-29, 00:08)DiegoMejia Wrote:(2014-04-28, 18:06)Senaxx Wrote: I saw the XBMC FireTV installer script in this topic, but those apk names where hardcoded, so I decided to improve the "installer" a bit. Yeah I also looked into bitsadmin.exe, but I read somewhere that bitsadmin is deprecated. But the same can be said from powershell. But it's not very smart anymore to use XP anyway since support stopped and a critical IE flaw is out and never will be patched. But it might be an idea to download the APK and then install it. Same could be done for installing latest nightly from XBMC. RE: Amazon Fire TV for XBMC - Apothis - 2014-04-29 (2014-04-29, 05:16)haikuginger Wrote:(2014-04-28, 20:49)Apothis Wrote: I only have 1 Dolby TrueHD to test just now, but that seemed to be getting passed through as stereo, not sure if TrueHD contains a core 5.1 or 2.0 component, or if it varies. Ahh, thankyou for the clarification. I know DTS-MA includes the core DTS component, but I didnt know that with TrueHD the DD component would be entirely seperate. Explains why a rip with only the TrueHD stream was being decoded to 2.0. RE: Amazon Fire TV for XBMC - quba666 - 2014-04-29 Hello Does anybody know how to change firetv timezone to european? It shows me only us timezones... Or maybe there is possibility, to change it in xbmc itself? RE: Amazon Fire TV for XBMC - Apothis - 2014-04-29 (2014-04-29, 12:04)quba666 Wrote: Hello You cant just yet, as its only available in the US, Amazon has locked timezones down to those only RE: Amazon Fire TV for XBMC - quba666 - 2014-04-29 (2014-04-29, 12:10)Apothis Wrote:(2014-04-29, 12:04)quba666 Wrote: Hello Is there any way to adjust time/timezone with advancedsettings.xml? RE: Amazon Fire TV for XBMC - jbrew - 2014-04-29 For me NAS media playback (with FTV) works better/faster with NFS mount compared to SMB. I had no issues on ATV2 with NFS but with FTV that did not work. Read worked after I added 'insecure' to export file in NAS. Write for Thumbnails did not work even after adding anonuid to NAS exports till I saw Diegomejia's post - http://forum.xbmc.org/showthread.php?tid=191109&pid=1690670#pid1690670 , and it worked after a update (I did not do reinstall). Here is a recap of what I did to make NFS (for linux based NAS) work for FTV. I believe these changes on NFS mount is Android related and not specific to FTV. In this example - 192.168.1.101 is the ip address of FTV and 192.168.1.102 is the NAS. In advancedsettings.xml for Thumbnail cache (write to NAS) add this in substitute. Quote:<to>nfs://192.168.1.102/mnt/path_write/FTV/userdata_spmc/Thumbnails/</to>If you have multiple xbmc installation in FTV, use different folders for Thumbnails in those xmls. Note I tried with userid and password here in path initially. That works in ATV2 (without insecure in NAS exports file) but does not work in FTV. To circumvent I had to update my exports file in NAS and add anonuid/anongid. sources.xml remained same as what I had in ATV2. As mentioned above it worked after adding insecure in NAS exports file. Quote:nfs://192.168.1.102/mnt/path_readAssuming you have a linux based NAS with a directory where you have provided read access and another directory with write access. Edit your exports file (/ffp/etc/exports) with any available editor (vi). By default on my NAS I had this on exports file. Quote:/mnt/path_write 192.168.1.0/24(rw,no_root_squash)I changed exports file to Quote:/mnt/path_write 192.118.1.101(rw,all_squash,insecure,anonuid=501,anongid=502)For starters, you can get anonuid and anongid (group id) by using command like this in NAS command line (use telnet to get into NAS if you have access) and it will vary depending on your NAS set up. Quote:cat /etc/passwdReboot NAS to get the exports in effect. Clear cache, clear data in FTV for XBMC, and then use -r option in desktop to update xbmc installation for NFS write to work in FTV XBMC. Amazon Fire TV for XBMC - ilovemymac - 2014-04-29 anyone run a VPN on here? RE: Amazon Fire TV for XBMC - voip-ninja - 2014-04-29 (2014-04-29, 16:57)ilovemymac Wrote: anyone run a VPN on here? Is that an FTV specific question? Isn't this thread big enough? Maybe start a thread for "FireTV users in other countries who are using VPN to skirt Amazon's policies"... and then the three of you can hang out and chat about it. RE: Amazon Fire TV for XBMC - underworld123 - 2014-04-29 Can anyone please share their Handbrake preset that works well with Fire TV? I am new to Handbrake and it is confusing. What are the optimal settings for movies? RE: Amazon Fire TV for XBMC - Koying - 2014-04-29 This is the last warning: If this thread doesn't refocus on running XBMC on AFTV, I'll close it. Amazon Fire TV for XBMC - ilovemymac - 2014-04-29 (2014-04-29, 17:01)voip-ninja Wrote:(2014-04-29, 16:57)ilovemymac Wrote: anyone run a VPN on here? Has nothing to do with policies but so much more stuff is available on Netflix and other apps in the us then in uk. Nothing wrong with it. But there is addons for Xbmc like hgtv and food and others that are legal addons but still don't work outside the us. RE: Amazon Fire TV for XBMC - DiegoMejia - 2014-04-29 (2014-04-29, 15:10)jbrew Wrote: For me NAS media playback (with FTV) works better/faster with NFS mount compared to SMB. I had no issues on ATV2 with NFS but with FTV that did not work. Read worked after I added 'insecure' to export file in NAS. Write for Thumbnails did not work even after adding anonuid to NAS exports till I saw Diegomejia's post - http://forum.xbmc.org/showthread.php?tid=191109&pid=1690670#pid1690670 , and it worked after a update (I did not do reinstall). NFS is less of a resource hog which is why it performs better then SMB. On my Synology i had to do something simliar.run cat /etc/exports than I changed insecure_locks to insecure Before /volume1/media *(rw,async,no_wdelay,insecure_locks,no_root_squash,sec=sys,anonuid=0,anongid=0) After. /volume1/media *(rw,async,no_wdelay,insecure,no_root_squash,sec=sys,anonuid=0,anongid=0) I would be interested to find out how many people are using smb and suggest they try nfs. I've heard of this being a problem for rasberry pi users. I'll test smb when i get home and see how much of a difference it is using SPMC on the FTV. Amazon Fire TV for XBMC - ilovemymac - 2014-04-29 Why would you use smb over nfs? RE: Amazon Fire TV for XBMC - Methanoid - 2014-04-29 (2014-04-29, 17:26)Koying Wrote: This is the last warning: If this thread doesn't refocus on running XBMC on AFTV, I'll close it. I agree the thread is getting stupid. Could I ask that rather than close it, any post that is off topic is deleted without warning and any post that asks a question asked/answered in thread or in the Wiki is also deleted without warning. That would soon reduce the activity in this thread to real informative debate. |