OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1 - 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 15.0) Part 1 (/showthread.php?tid=211501) 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
|
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-01 (2015-03-01, 14:40)steve1977 Wrote: Lastly, I remain to have an issue, which I am not sure what it is related to. Some movie posters do not show properly. Actually, instead of the movie poster, a zoomed in version of the movie poster is being shown. In other words, a small part of it blown up. Not sure whether an error log would be helpful. I initially thought it is because of the texture file, but even after deleting it, it remains the same issue. Happens for around 10% of my movies, so it is quite annoying. This issue was already existent in Helix-stable and now still with Isegard-alpha. I am using mysql and this issue does not exist on my other non-rpi2 clients. I don't remember having the same issue with my RPi1, but I don't have it anymore, so cannot prove whether this is correct. I can only suggest you try re-caching them with texturecache.py (it's included as standard with my builds). Try "texturecache.py @cache.artwork=poster C movies <moviename>" to force the re-caching of your poster artwork for the specified movie (once you're happy with this approach, try it for all your movies by not specifying <moviename>). Unfortunately there's no way for the script to know which of your movie posters are "blown up". If it continues to happen, try uploading the poster artwork somewhere, maybe it's an odd/unusual format. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - evanspae - 2015-03-01 (2015-02-28, 17:59)mylle Wrote:(2015-02-28, 12:22)Milhouse Wrote: @evanspae/@mylle: Any change in PVR behaviour with build #0227? This is a "clean" build (including ccache) which could conceivably make a difference, however build #0215 was also a clean build, so I'm just grasping at straws. Also still crashing ... even tried #0228 back to #0213 RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - steve1977 - 2015-03-01 (2015-03-01, 15:05)popcornmix Wrote:(2015-03-01, 14:40)steve1977 Wrote: Thanks, it worked now. I would think it is much easier to have it as part of the image though. If it requires a 5MB download anyways, why not just download it together with the image?Well, some users update virtually every day, so it's a choice of 5MB every day, or 5MB just once (the current scheme won't download the video if it's already present). That's what I was thinking. It's a 100MB file anyways, so even if I'd update everyday, would it make a difference whether it's 100 or 105? But anyhow, I understand where you are coming from and also makes sense this way. (2015-03-01, 15:05)popcornmix Wrote:Quote:Also, I actually very much like the animation, but the "cut" between the animation and the Isegard screen is quite harsh. Not sure how it can be done better, but maybe some creative minds have some ideas.You probably also want to add: I'd prefer to keep the Kodi splascreeen as well. I think the Kodi folks are doing a nice job with their splashscreen and it also shows the respective version and new color. Any of the config above would allow them to play nicer together? Where would I disable the animation? Have the Kodi devs already included the anomation in their nightlies? At one point, they will need to "merge" the splash screen and splash animation. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - SSC_Jarod - 2015-03-01 Hello, i had loaded the newest build of Kodi 15, and because there is no vpn client anymore in the settings, i wanted to install openvpn on my rasp with jodi, but i got a this message: There is no working 'apt-get'. 'apt-get' is a command to install, update and remove software which is stored in a non local repo. 'apt-get' does nothing then connecting to such repo, downloads the software, unpacks the software, updates a big local database with all filepaths and other informations about the installed software or removes or updates installed Software. With OpenELEC it is not possible to change the system for security and stability reasons so even 'apt-get' would not be able to do this. We also dont have and want to maintain such a repo for various other great reasons. Also Ubuntu or Debian packages are often outdated and not compatible with OpenELEC TIP: use XBMC's addon browser to enhance your OpenELEC system How can i install openvpn now? I find it very sad that i feel i am in the windows/OSX/iOS Corner of software, where i been tied to have no rights to do something ;( thanx for an inspiration to get openvpn. Greetz, J PS: Congrats to this build, nevertheless. It is awesome!!! runs like hell on PI2 ))) RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - steve1977 - 2015-03-01 (2015-03-01, 15:28)Milhouse Wrote:(2015-03-01, 14:40)steve1977 Wrote: Lastly, I remain to have an issue, which I am not sure what it is related to. Some movie posters do not show properly. Actually, instead of the movie poster, a zoomed in version of the movie poster is being shown. In other words, a small part of it blown up. Not sure whether an error log would be helpful. I initially thought it is because of the texture file, but even after deleting it, it remains the same issue. Happens for around 10% of my movies, so it is quite annoying. This issue was already existent in Helix-stable and now still with Isegard-alpha. I am using mysql and this issue does not exist on my other non-rpi2 clients. I don't remember having the same issue with my RPi1, but I don't have it anymore, so cannot prove whether this is correct. Will look later into the python script. Will take me a bit longer as I am not teh best with puty and command line. How would I put the <movie name>? Is that the file name (i.e., moviename (2005).mkv)? Also, I noticed that the poster shows up perfectly well and right when selecting "movie information". When back to the list view, it shows yet again the "blown-up" version. Shoudln't this be the same cache? I implicitly recached by deleting all thumbnails and the texture.db files. And yet again the same issue. Never had this issue with the Win and OSX builts. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-01 The animation is experimental. It works best with the static splash disabled (think of the splash animation as a replacement for the static splash, not an addition). If you want to disable the animation, "touch /storage/.config/splash.disable". RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-01 @SSC_Jarod: VPN has been moved to the OpenELEC Unofficial Repository, install it from there. Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-01 (2015-03-01, 19:43)steve1977 Wrote: Will look later into the python script. Will take me a bit longer as I am not teh best with puty and command line. How would I put the <movie name>? Is that the file name (i.e., moviename (2005).mkv)? No, it's the movie title (partial match, case insensitive). Examples: texturecache.py @cache.artwork=poster C movies avatar texturecache.py @cache.artwork=poster C movies potter The second example will match all Harry Potter movies. (2015-03-01, 19:43)steve1977 Wrote: Also, I noticed that the poster shows up perfectly well and right when selecting "movie information". When back to the list view, it shows yet again the "blown-up" version. Shoudln't this be the same cache? I implicitly recached by deleting all thumbnails and the texture.db files. And yet again the same issue. Never had this issue with the Win and OSX builts. Are you testing with stock Confluence? RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - fightnight - 2015-03-01 (2015-03-01, 15:20)Milhouse Wrote: You probably just want to disable CEC in Settings -> System -> Input devices -> Peripherals -> CEC Adapter -> Enabled Thanks, remote is working and no more CEC timeout logs. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - OurJermain - 2015-03-01 I agree that the splash movie should not be included. It should work like every other addon and download itself on install. 5 mb is a lot on the long run. maybe it's not a lot for the end user, but for the hosting company's and the people paying for the hosting it could add up pretty fast. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - doveman2 - 2015-03-02 Is it normal when upgrading from Gotham to Kodi 15.0 that it loses all the settings? I just helped my brother update and after rebooting he was prompted for Region, IP settings, had to recalibrate the screen, change the audio output, etc, so it seems it couldn't read the existing settings at all. Have they been moved to a different folder/file? I didn't have time to check but will his sources still be OK or will I need to edit/create a new sources.xml as well? RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-02 (2015-03-02, 01:22)doveman2 Wrote: Is it normal when upgrading from Gotham to Kodi 15.0 that it loses all the settings? No. Although upgrading from Gotham to Kodi 15 probably isn't advisable in any case (fresh/clean installs when upgrading to a new major release). RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-02 New OpenELEC Isengard build #0301: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of OpenELEC master (595d0499, changelog) and tip of XBMC master (613593fa, changelog) with the following modifications:
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - steve1977 - 2015-03-02 (2015-03-01, 19:53)Milhouse Wrote:(2015-03-01, 19:43)steve1977 Wrote: Also, I noticed that the poster shows up perfectly well and right when selecting "movie information". When back to the list view, it shows yet again the "blown-up" version. Shoudln't this be the same cache? I implicitly recached by deleting all thumbnails and the texture.db files. And yet again the same issue. Never had this issue with the Win and OSX builts. Good point. I tried with Confluence and don't have the issue. So, it appears to be a skin issue in Conq. I will let the developer know. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - doldi - 2015-03-02 Hi all together ;-) I have make a fresh install from openELEC_5.0.5 and a DVD over network runs very well in DTS5.1. Sorry - have the new build #0301 installed - no way - this "old" Phill Collins - Finally Disk1 (DVD7,3GB) is stuttering and stops after 2 minutes and Pi2 freeze now. splash screen is downloading now without problems. What have i to do? Buffering / an other player ? THX doldi |