![]() |
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) (/showthread.php?tid=231092) 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
|
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - J_E_F_F - 2015-11-29 is it possible to update (search for new content/scan to library) library folders such as music/videos/tv shows via SSH? I use SSH a lot since I update testbuilds and add content and listen remotely more often than I use the GUI, if there is a way to do that, it would be beneficial to me. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-29, 00:25)polo_joe Wrote: tvheadend is not starting any more with latest build! back to 1127 The tvheadend support forum is here. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-29, 00:41)J_E_F_F Wrote: is it possible to update (search for new content/scan to library) library folders such as music/videos/tv shows via SSH? texturecache.py - I even include the latest texturecache.py in my own builds, so there is nothing for you to install. "texturecache.py ascan" will scan your music (audio) library, while "texturecache.py vscan" will do the same for videos. Or you can roll your own queries using JSON. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - J_E_F_F - 2015-11-29 awesome, thank you What is the path in #1125? Code: # ./texturecache.py ascan RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - menakite - 2015-11-29 Should be in the default path, just run "texturecache.py ascan". May be missing in some builds due to random GitHub glitches when building. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - J_E_F_F - 2015-11-29 updated to #1128, worked on that build, thanks for the build glitches heads up RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - gendo - 2015-11-29 getting this error when starting tvheadend. tvheadend: error while loading shared libraries: libssl.so.32: cannot open shared object file: No such file or directory RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - envagyok - 2015-11-29 How can I set up dolby hd passthrough? I see at latest release information this option. I can't make it. Or how can I set up dts-hd and dolby hd convert to 5.1 multichannel pcm @96kHz? For me always make it 48kHz. Thanks. Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-29, 07:40)gendo Wrote: getting this error when starting tvheadend. Use the latest #1128 tvheadend from the addons folder. The last #1128 build bumped libressl and now includes libssl.so.35 so any add-ons linking against a shared libssl will need to be updated. Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-29, 08:50)envagyok Wrote: How can I set up dolby hd passthrough? I see at latest release information this option. The Dolby TrueHD bug fix in the #1127 build isn't particularly relevant to the RPi platform, however it's a bug fix in shared code and is mentioned for completeness. The Pi itself doesn't support TrueHD (or DTS-HD MA) passthrough, you either passthrough the lossy version or enable 8 channel PCM and listen to the lossless HD audio in PCM format. (2015-11-29, 08:50)envagyok Wrote: Or how can I set up dts-hd and dolby hd convert to 5.1 multichannel pcm @96kHz? (2014-05-09, 22:07)popcornmix Wrote: The hardware can support: Fortunately the vast majority of HD multichannel audio is produced at 48KHz. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Pienoet - 2015-11-29 (2015-11-29, 00:25)polo_joe Wrote: tvheadend is not starting any more with latest build! back to 1127 I have the same tvheadend server is not starting with 1128 anymore. Went back to 1127 and tvheadend starting fine. Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-29, 02:28)menakite Wrote: Should be in the default path, just run "texturecache.py ascan". May be missing in some builds due to random GitHub glitches when building. Yeah, I don't know why that happens - I noticed bcmstat.sh missing from a build a few nights ago. Will bump up the retry attempts on curl, but need to make it more reliable. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - polo_joe - 2015-11-29 (2015-11-29, 09:11)Milhouse Wrote:(2015-11-29, 07:40)gendo Wrote: getting this error when starting tvheadend. tvheadend working again! thanks much RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - envagyok - 2015-11-29 (2015-11-29, 09:32)Milhouse Wrote:(2015-11-29, 08:50)envagyok Wrote: How can I set up dolby hd passthrough? I see at latest release information this option. My pi 2 capable [email protected] multichannel output, when I play music [email protected] flac. Maybe possible somehow set dolby hd and DTS hd convert to multichannel pcm [email protected] when I have only 5.1 speaker configuration? I don't need 7.1 output because I don't have 7.1, but converting without resample gave me better experience. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-11-29 (2015-11-28, 18:39)T_Dubs Wrote: I have tried both and it seems to be a login issue, though I can log in/out/back in on my phone? Can you determine the last build that is working with Pandora? Also, can you upload a debug log (wiki) as it might be a certificate error but need to confirm that. |