![]() |
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: RE: Amazon Fire TV for XBMC - nickr - 2014-04-17 (2014-04-17, 10:46)herds Wrote: amazing work guys. Add it to the wiki entry. RE: Amazon Fire TV for XBMC - hdmkv - 2014-04-17 Quote:I wanted to find out whether DTS and Dolby (not hd) will downmix as I just have plans to plug it directly into a tele via hdmi.That's what I'm doing. Everything downmixes fine (DD, DTS, TrueHD, DTS-MA). (2014-04-17, 12:24)eskro Wrote: Oh thats sweet!!! nightlies it shall be!!Benefits over Frodo SPMC 12.4.2? RE: Amazon Fire TV for XBMC - Natedawg87 - 2014-04-17 I have followed this thread pretty closely, and I have a question that I don't remember seeing a clear answer for. I am currently using the SPMC build in the wiki (which I am pretty sure is based on Frodo). I want to try moving to Gotham to test out the new features that are being worked on/discussed here. If I create a backup in SPMC (Frodo) can I restore that backup once I install a Gotham build? I tried a Google search because I realize this is probably not limited to the Fire TV, but didn't find anything solid. RE: Amazon Fire TV for XBMC - sangman - 2014-04-17 (2014-04-06, 00:36)forestrat Wrote: Logitech K750 and K800 both work as well... My K750 won't allow me to type anything that I need to shift key with. For example I can't type a : or a ?. Maybe I have a defective keyboard? RE: Amazon Fire TV for XBMC - haikuginger - 2014-04-17 (2014-04-17, 15:42)sangman Wrote:(2014-04-06, 00:36)forestrat Wrote: Logitech K750 and K800 both work as well... This is known to happen in Frodo derivatives. It should be fixed in any Gotham build you use. RE: Amazon Fire TV for XBMC - denmalley - 2014-04-17 (2014-04-17, 08:06)Tinwarble Wrote:(2014-04-17, 06:29)denmalley Wrote: I am very into this idea and downloaded mkvtoolnix to give it a whirl but I'm kind of lost. Is there a guide you can point me to? The program suggests a few guis to try but they both seem geared toward using an mkv file as input. I am on windows 7. Once the installer completes, it displays an info window that says "if you would like to access mkvtoolnix via a gui, try one of these" and links you to MXVextractGUI and MKVcleaver. Trying mmg.exe, looks like it is working great, thanks. Wow, 10 seconds to complete a video. RE: Amazon Fire TV for XBMC - underworld123 - 2014-04-17 (2014-04-17, 15:06)Natedawg87 Wrote: I have followed this thread pretty closely, and I have a question that I don't remember seeing a clear answer for. I am currently using the SPMC build in the wiki (which I am pretty sure is based on Frodo). I want to try moving to Gotham to test out the new features that are being worked on/discussed here. If I create a backup in SPMC (Frodo) can I restore that backup once I install a Gotham build? I tried a Google search because I realize this is probably not limited to the Fire TV, but didn't find anything solid. I am currently using both. I use XBMCBackup to move settings across and it works very well. BTW, Gotham is very stable and almost ready for primetime. RE: Amazon Fire TV for XBMC - jtr2006 - 2014-04-17 I don't know what platform you are on, but assuming it is linux or os x I just ran this as a quick test as i'm in a similar situation to you and it seems to work just fine: Code: find /media/raid/testconvert/ -name "*.avi" | while read i; do mkvmerge -o "${i%avi}mkv" "${i}"; done Replace "/media/raid/testconvert/" with the path to your Movies. That command will find all .avi files and convert them to .mkv Thanks for the tip. This batch process works great! RE: Amazon Fire TV for XBMC - jsp1 - 2014-04-17 I would like to ask once again since the answer was not clear and there has been time for it to have been looked at a bit. Any chance of HD audio on this thing at all? Everything is awfully quiet on XDA on the development side which doesn't seem hopeful, so it looks like if a sideloaded version can't deliver HD passthrough then I need to be returning the box. Is anyone even working on it any longer? Please, don't take offense and I'm not looking to persuade anyone to work on this if it isn't a priority, I just don't want to keep the box if it isn't in the cards. In this case I need a frank answer about the probability of it ever happening, please. RE: Amazon Fire TV for XBMC - Natedawg87 - 2014-04-17 (2014-04-17, 17:21)underworld123 Wrote:Thank you for the confirmation. I agree that Gotham sounds pretty stable. I'll give it a try.(2014-04-17, 15:06)Natedawg87 Wrote: I have followed this thread pretty closely, and I have a question that I don't remember seeing a clear answer for. I am currently using the SPMC build in the wiki (which I am pretty sure is based on Frodo). I want to try moving to Gotham to test out the new features that are being worked on/discussed here. If I create a backup in SPMC (Frodo) can I restore that backup once I install a Gotham build? I tried a Google search because I realize this is probably not limited to the Fire TV, but didn't find anything solid. RE: Amazon Fire TV for XBMC - doublea - 2014-04-17 (2014-04-17, 06:54)touser Wrote:(2014-04-17, 06:29)denmalley Wrote:(2014-04-16, 19:51)Tinwarble Wrote: Again, those are just containers. Most likely they are MPEG 4 (codec), which is supported by the Fire TV, but that does not mean that divx/xvid/MPEG 4 is supported, Amazon doesn't make the distinction. Nice script! For those that want to keep their original timestamps, you can run this after you do the conversion. It will copy the original date over from the avi file: Code: find /media/raid/testconvert/ -name "*.avi" | while read i; do touch -d `stat -c %y "${i}" |cut -d ' ' -f1` "${i%avi}mkv" ; done RE: Amazon Fire TV for XBMC - denmalley - 2014-04-17 (2014-04-17, 18:12)doublea Wrote:(2014-04-17, 06:54)touser Wrote:(2014-04-17, 06:29)denmalley Wrote: I am very into this idea and downloaded mkvtoolnix to give it a whirl but I'm kind of lost. Is there a guide you can point me to? The program suggests a few guis to try but they both seem geared toward using an mkv file as input. Is a windows equivalent script possible? RE: Amazon Fire TV for XBMC - elmerohueso - 2014-04-17 (2014-04-17, 11:10)JenkNZ Wrote: im doing the android adb connect, my fire tv tells me its ip is 10.1.1.4, but i can't seem to connect.. Your issue isn't the IP, it's the "adb not found", so ADB likely wasn't setup correctly. See the wiki for setup instructions. If on Windows, remember to add the full path of adb.exe to your Windows PATH environmental directory. RE: Amazon Fire TV for XBMC - kalikid021 - 2014-04-17 I actually have a douche question. I have been using the stable Frodo android version from day 1. I want to move to gotham, if I copy the contents of the userdata folder to gotham after the first run, should I be good to go as far as database, artwork, settings? I have a large collection, and it takes forever to scan, and then go through and make identification fixes, etc. RE: Amazon Fire TV for XBMC - mcdady73 - 2014-04-17 That is amazing. Should I get apple TV for XBMC. |