• 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 119
RaspBMC Kodi/XBMC test builds
(2014-03-22, 16:44)miappa Wrote: @mcgyver83
Nope... different OS´s.
But have a look at the link in my last post, Dom has made an instruction to actually use these builds with sort of a hack, but it should work.
But as I said, keeo to that thread or make your own for support, it would be to confusing to discuss that here.

@jolle1
Well, depends. Only XBMC builds here, it will support it if your Raspbmc supports it, however since there has been no standard update for this yet you are on your own (see previously in this thread, people got it working).

Ok, many thanks!
Reply
Updated Gotham build, XBMC master from Mar 23 + newclock3 commits.

Some info:
• Master: Many fixes etc. (changelog compared to last build)
• NC3: [players] Increase timeout to 60 seconds (fix for large wtv files)
• NC3: Enable PYTHONOPTIMIZE for Pi

Firmware from March 19 included

Additional info and testing (DVDPlayer, additional libraries etc.), see post #1

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-13-20140323-nc3.tar.gz http://goo.gl/bKymec --no-check-certificate
pv xbmc-13-20140323-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-13-20140323-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-13-20140323-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot

I have changed the installation instruction and added a line to the library installation in post 1 instead.
If something isn´t working, let me know.
Reply
There's an extra H in http on the first line. Other than that worked well thanks.
Reply
Thanks, fixed.
Reply
(2014-03-23, 20:12)miappa Wrote: Updated Gotham build, XBMC master from Mar 23 + newclock3 commits.

Some info:
• Master: Many fixes etc. (changelog compared to last build)
• NC3: [players] Increase timeout to 60 seconds (fix for large wtv files)
• NC3: Enable PYTHONOPTIMIZE for Pi

Firmware from March 19 included

Additional info and testing (DVDPlayer, additional libraries etc.), see post #1

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-13-20140323-nc3.tar.gz http://goo.gl/bKymec --no-check-certificate
pv xbmc-13-20140323-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-13-20140323-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-13-20140323-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot

I have changed the installation instruction and added a line to the library installation in post 1 instead.
If something isn´t working, let me know.

Thanks for the new build! So if I installed the previous build, do I have to do anything again with the dvdcss libs? Not sure what was added to the instructions?

Thanks!
Reply
I recommend that you test without doing anything, but if you have problems run the following:
Code:
sudo cp /usr/local/lib/libdvdcss* /lib

Still problems, run the following:
Code:
cd /home/pi/xbmc-13-20140323-nc3/xbmc-bcm/xbmc-bin/lib/xbmc/system
cp /usr/local/lib/libdvdcss.so.2.1.0 .
ln -sf libdvdcss.so.2.1.0 libdvdcss.so.2
ln -sf libdvdcss.so.2 libdvdcss.so
Reply
Thanks, will do! I don't normally play DVDs but it's nice to be able to... Smile

...and btw thanks for RaspBMC!

(will the automated nightlies be back soon?)
Reply
Thanks for the builds. Working fine here.
Reply
@ajp2k14

I´m not RaspBMC. Wink
But I have heard that nightlies will resume shortly and also that builds (not every day though) from newclock3 will be provided too.
The firmware thing is another thing though, perhaps Raspbmc Settings addon will be updated to include it when necessary, I don´t know.
Reply
(2014-03-24, 11:05)miappa Wrote: @ajp2k14

I´m not RaspBMC. Wink
But I have heard that nightlies will resume shortly and also that builds (not every day though) from newclock3 will be provided too.
The firmware thing is another thing though, perhaps Raspbmc Settings addon will be updated to include it when necessary, I don´t know.

Oops, sorry....just assumed since you seem to know so much about it! Wink

Thanks for the builds then... Smile
Reply
(2014-03-24, 09:53)miappa Wrote: I recommend that you test without doing anything, but if you have problems run the following:
Code:
sudo cp /usr/local/lib/libdvdcss* /lib

Thanks for all the builds, miappa!

I did this but I noticed two things.
1. There were some uneeded files copied (ending in .a and .la)
2. The links for .so.2.10 and .so.2 will be copied as files.

I would suggest to use something like this instead:

Code:
sudo cp -a /usr/local/lib/libdvdcss.so* /lib
Reply
Yes, of course... I´ll change post#1 as well.
Reply
Miappa,

This is my first time installing one of these builds, previously I only installed xbmc 13 via the settings addon.

I followed the guide on your first post and the guide for the latest release 23rd March.

I compiled libdvdcss with no issues.

To ensure i had a clean system I removed /home/pi/.upgrade

then
wget -O xbmc-13-20140323-nc3.tar.gz http://goo.gl/bKymec --no-check-certificate
pv xbmc-13-20140323-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-13-20140323-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-13-20140323-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot

After reboot all PVR Clients were enabled. SO I disabled live TV and then uninstalled all PVR addons except MythTV
Then enabled Live TV again. Seemed to work fine and brought up all channels and recordings.

Reboot via menu

After reboot. No PVR Clients were enabled and MythTV was Disabled in the addon information dialog.
After enabling addon (all settings were intact) all was well.

Reboot via menu.

After reboot all seemed ok. MythTV client loaded and all channels and recordings were working fine.

However, the biggest problem is that my screensaver is not working. And seems to be playing random trailers instead of slideshow. I cannot seem to disble this behaviour, even when turning screensaver off in appearance menu by setting it to none.

I have checked in addons enabled screensaver and I have only Black, dim and slideshow.
I do not have the random trailers addon installed anywhere.

How can I disable this invisible addon and restore my screensaver to its normal slideshow setting?

Cheers
Spart
6 x Raspberry Pi Model B & B+ Pi2 & 3 Zotac Mag Ubuntu 14.04.1 - Ubuntu 14.04.1 Test Machine Kodi Nightly - RocketNAS 8TB Usable Raid 6 Ubuntu 14.04.1 RocketNAS Build
Reply
(2014-03-24, 17:27)sparticle Wrote: To ensure i had a clean system I removed /home/pi/.upgrade

That doesn´t ensure a "clean" install, only that .upgrade is emptied which doesn´t really do anything.
To have a fresh install I recommend that you start with a fresh .xbmc folder.
That way you will have proper guisettings.xml, proper db files (addon*.db specifically) and you will get rid of any addons not working properly on Gotham.
And in your case, whatever addon causing your issue will be deleted.

Rename .xbmc if you want to keep a backup.
Reply
Miappa,

Many thanks for the reply. I finally found a setting in services for random trailers service. After disabling it. My screensaver is now working.

Cheers
Spart
6 x Raspberry Pi Model B & B+ Pi2 & 3 Zotac Mag Ubuntu 14.04.1 - Ubuntu 14.04.1 Test Machine Kodi Nightly - RocketNAS 8TB Usable Raid 6 Ubuntu 14.04.1 RocketNAS Build
Reply
  • 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 119

Logout Mark Read Team Forum Stats Members Help
RaspBMC Kodi/XBMC test builds15