• 1
  • 75
  • 76
  • 77(current)
  • 78
  • 79
  • 119
RaspBMC Kodi/XBMC test builds
I just realized that when doing a fresh installation using the raspbmc installer you have to run raspbmc setting before doing:

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

If not doing so the /home/pi/.upgrade is not available and you get an error.
Reply
Hello,

I've a problem to change the language-setting.
If I change from USA to German, the xbmc is freeze.

Can anyone tested it. THX
Reply
(2014-04-09, 00:18)RandyOo Wrote: Relevant log snippet:
http://pastebin.com/ck8F5Ewh

Always post full logs. Use xbmclogs.com if too big for pastebin.
Reply
Updated Gotham build, XBMC master from Apr 08 + newclock3 commits + additional commits and changes.

A few fixes in master + the following:

NC3:
• Fix toggle fullscreen during video playback
• [PiSink] Grab resample coefficients by submitting identity samples
• [omxcodec] Clamp video texture at edges to avoid image wrapping
• [PiSink] Remove unneeded header and use CAEChannelInfo directly
• [omxplayer] Remove PCMRemap and handle multichannel mixing like ActiveAE does
• [omxplayer] factor out the omxplayer busy dialog waiting
• [omxplayer] fixed, compiler warning
• [omxplayer] Fix infinite loop if (next) bluray title can not be played
• [omxplayer] Disable menu icon of the VideoOSD if a bluray is played in non nav mode
• [omxplayer] Use startpts as a time reference if no other is available
• [omxplayer] Make the sharpness control act as a sharpness control
• [omxplayer] Add ability to dump out audio/video data for later debugging
• Commit from bavison: Fix font display in stereoscopic modes

Additional:
• Advancedsettings: Added readbufferfactor 4.0
• Advancedsettings: DVD player set to DVDPlayer as default
• Compiled with TLS against OpenSSL rather than GNUTLS (now allows me to include this commit
• DVD playback should be fixed without doing anything extra
NB! Gone back to opdenkamp´s PVR addons repo. To install latest WMC PVR, see here

Firmware from April 07 included:
• image_encode: Fix that works for both buffers and tunneling.
• video_decode: Allow ts fifo to be forced off with avoid_fix_ts=2

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

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-13-20140409-nc3.tar.gz http://goo.gl/kirwZp --no-check-certificate
pv xbmc-13-20140409-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-13-20140409-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-13-20140409-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
Reply
Thank you very much for this! I really looked forward to font fix in stereoscopic modes! Big Grin

Btw, I have a strange problem with Stereoscopic modes... sometimes it can actually "see" the SBS or TAB right and in turn the tv automatically changes mode. But then it does this in regular 2D also.... until I reboot a couple of times.

And the auto-detect mode never works, it always detects 3D even if it does not have anything in name.
Reply
(2014-04-09, 17:33)miappa Wrote: Updated Gotham build, XBMC master from Apr 08 + newclock3 commits + additional commits and changes.

A few fixes in master + the following:

NC3:
• Fix toggle fullscreen during video playback
• [PiSink] Grab resample coefficients by submitting identity samples
• [omxcodec] Clamp video texture at edges to avoid image wrapping
• [PiSink] Remove unneeded header and use CAEChannelInfo directly
• [omxplayer] Remove PCMRemap and handle multichannel mixing like ActiveAE does
• [omxplayer] factor out the omxplayer busy dialog waiting
• [omxplayer] fixed, compiler warning
• [omxplayer] Fix infinite loop if (next) bluray title can not be played
• [omxplayer] Disable menu icon of the VideoOSD if a bluray is played in non nav mode
• [omxplayer] Use startpts as a time reference if no other is available
• [omxplayer] Make the sharpness control act as a sharpness control
• [omxplayer] Add ability to dump out audio/video data for later debugging
• Commit from bavison: Fix font display in stereoscopic modes

Additional:
• Advancedsettings: Added readbufferfactor 4.0
• Advancedsettings: DVD player set to DVDPlayer as default
• Compiled with TLS against OpenSSL rather than GNUTLS (now allows me to include this commit
• DVD playback should be fixed without doing anything extra
NB! Gone back to opdenkamp´s PVR addons repo. To install latest WMC PVR, see here

Firmware from April 07 included:
• image_encode: Fix that works for both buffers and tunneling.
• video_decode: Allow ts fifo to be forced off with avoid_fix_ts=2

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

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-13-20140409-nc3.tar.gz http://goo.gl/kirwZp --no-check-certificate
pv xbmc-13-20140409-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-13-20140409-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-13-20140409-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
Thanks a lot for that! About the advancesettings thing.I am not sure i get what it means? Is it going to overwrite existing one? (i mean it s just a zip...)is there a default one somewhere?

Thanks
Reply
The builds are always shipped with a default advancedsettings.xml (located in .../xbmc-bcm/xbmc-bin/share/xbmc/system).
These settings will be used unless you overwrite settings with your own advancedsettings.xml in your userdata.
Reply
(2014-04-09, 12:46)Heiko123 Wrote: I've a problem to change the language-setting.
If I change from USA to German, the xbmc is freeze.

http://forum.xbmc.org/showthread.php?tid=191921
Reply
Thanks for the new build, but can you say why you gone back to opdenkamp´s PVR addons repo. To install latest WMC PVR
Reply
(2014-04-10, 17:33)Heiko123 Wrote: Thanks for the new build, but can you say why you gone back to opdenkamp´s PVR addons repo. To install latest WMC PVR

The needed files for pvr.wmc have been repackaged so you can install it separately, get them here http://forum.xbmc.org/showthread.php?tid=179960

When a new version of pvr.wmc comes out I will be back asking for a build Smile once it's built then it can be extracted and repackaged again.

Thanks again for doing this miappa.
If I have been of help, please add to my reputation as a way of saying thanks, it's free.
Reply
No problem Dilligaf.

@Heiko123
The addon is now available for you to install yourself, this way you will have it in your userdata and no matter what builds you install you will still have the version you chose yourself.
The reason I switched is just that it is now available for you to install yourself (better), it is somewhat "safer" in case any other official addon is updated, and it is just easier for me to use the standard scripts and not having to look at several repos if everything is is sync (or not).
Reply
I upgraded from frodo to the latest nightly (20140409) and I can't find the subtitle add-ons in the repository. I forced a refresh which didnt work so i then deleted the addon.db file, also no luck.

any tips on what to try next? maybe a way to manually install the scripts?
Reply
Gotham is different, the subtitles addon will no longer work.
The new approach is to use services for each "site". You need to intall the them (available in XBMC repo -> subtitles).
See: http://forum.xbmc.org/showthread.php?tid=180265
More info: http://forum.xbmc.org/forumdisplay.php?fid=143
Reply
yeah, the problem is I dont see the subtitle sites in the xbmc repo.
Reply
Delete /home/pi/.xbmc/userdata/Database/Addons16.db
And reboot. Force refresh as well.
Reply
  • 1
  • 75
  • 76
  • 77(current)
  • 78
  • 79
  • 119

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