OSMC Test Builds for Kodi 17
#61
@hdmkv OSMC Still is still not working with the nightlies. Best is to keep using Estuary until this has been fixed.
@TheRookie. DVD playback has been disabled due to build issues.
#62
For the latest build see the first post.

16.8-042, 04 March 2016: Based off OSMC commit (92f47ce27e3) and newclock5 commit (6dcbf2af)


Build Highlights
  • Confluence skin has now been retired and replaced with (Estuary) This is now the default skin in the nightlies.
  • For current builds DVD playback remains temporarily disabled
  • Estuary updates (additional colour themes)
  • Include pkg (patch): # Quick fix for libdvd build issues


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-04032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-04032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#63
Hello ,
What is the myvideos schema number in latest version ? 103 or 104 ?
Thanks.
#64
Latest kodi master version:
https://github.com/xbmc/xbmc/blob/master....cpp#L4938

Latest build from first page of this thread:
https://github.com/popcornmix/xbmc/blob/....cpp#L4910

So, looks like 103 currently, but will probably be 104 in next build.
#65
16.8-043, 19 March 2016: Based off OSMC commit (7d2f65c) and newclock5 commit (188ff0eeb)


Update libbluray library

For this build you will need to install libbluray version 0.9.2-1

RPi1:
Code:
wget http://download.osmc.tv/dev/gmc/armv6l-libbluray-osmc-0.9.2-1.deb   -O /tmp/armv6l-libbluray-osmc-0.9.2-1.deb && sudo dpkg -i /tmp/armv6l-libbluray-osmc-0.9.2-1.deb



RPi2:
Code:
wget http://download.osmc.tv/dev/gmc/armv7-libbluray-osmc-0.9.2-1.deb   -O /tmp/armv7-libbluray-osmc-0.9.2-1.deb && sudo dpkg -i /tmp/armv7-libbluray-osmc-0.9.2-1.deb


To confirm the libbruray version installed:

Code:
sudo dpkg -l | grep libbluray-osmc | awk '{ print $3 }'


Build Highlights

Confluence skin has now been retired and replaced with [Estuary](https://github.com/xbmc/xbmc/commit/034a...702cf75c55). This is now the default skin in the nightlies.
For current builds DVD playback remains temporarily disabled
Updated libbluray library

New commits in this build:

Add missing dependencies to cpluff (7c5551ec)
Build addon libs (0d6528a9)
Fix addon installation (74d3d77b)
cmake: Add patches for ffmpeg (188ff0ee)
[VideoPlayer] Fix display time of bluray multi-part titles. (9aba1949)
[DebugInfo] Add cpu usage info. (fa5ddbf5)
fixup! [omxplayer] Add ability to dump out audio/video data for later debugging (09ab0ecd)
mmalrender: Remove control port (5bc1a74a)
[Stereo3D] Added mvc modes. (abcec408)
[VideoPlayer] Fix possible wrong aspect. (5aaab042)
[BaseRenderer] Fix aspect for TAB/SBS (need more testing) (e7be56c3)
ssif: Disable debug (e7bd9fe0)
stereoscopicmanager: remove hardwarebased for rbp (1c80f50d)
Fix Blu-ray playback in menu mode after changes to streamid. (4104f7e3)

Updated commits in this build:

debug: Add mouse pointer logging (2defbda7)

Commits no longer in build:

fixup! [omxplayer] Add ability to dump out audio/video data for later debugging (7d0ec112)
touch panel to display adjustment - support multitouch (345dc334)
[StereoscopicsManager] Added mvc modes. (66735209)
squash: new modes (268e2879)
[BaseRenderer] Fix aspect for TAB/SBS (28ff630)
fixup! 3dbd: keep mvc queue as full as possible (2e380556)
fixup: Fix missing return value (16ca44db)
fixup! wip: fix playback multi-part titles (27a0648c)
fixup: mvc build (02dad4c0)
squash! optimizations for DVDInputStreamBluray (f6b7baff)
- fix channel switch on guide (61ef56b5)
VideoPlayer: fix font for debug screen (44161958)
Revert "VideoPlayer: update selectionstreams when stream parameters changes" (cbf23d29)
VideoPLayer: fix DisplayAfterSeek (3756c27d)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-19032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-19032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#66
Thread now closed as we have moved to updates via APT.
See http://forum.kodi.tv/showthread.php?tid=265306

Logout Mark Read Team Forum Stats Members Help
OSMC Test Builds for Kodi 172