Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBMC Frodo RC3 (c47e925)
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBMC Frodo RC3 (c47e925)
3rd Jan, 2013, 11:08 PM
Post: #1
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
XBMC Frodo RC3 (c47e925)
To install
Code:
sudo su     #password = 'raspberry'
/etc/init.d/xbmc stop
mv /usr/local/lib/xbmc /usr/local/lib/xbmc.bak
mv /usr/local/share/xbmc /usr/local/share/xbmc.bak
cd /opt
git clone --depth 5 https://github.com/xbianonpi/xbmc-nightly.git xbmc-nightly
cd /opt/xbmc-nightly
git reset --hard e64c8ac62e42ff711375d671e4a9c457aeccccfe
cp -R usr/* /usr/
chmod +x /usr/local/lib/xbmc/xbmc.bin
/etc/init.d/xbmc start

To restore
Code:
sudo su     #password = 'raspberry'
/etc/init.d/xbmc stop
rm -rf /usr/local/lib/xbmc
mv /usr/local/lib/xbmc.bak /usr/local/lib/xbmc
mv /usr/local/share/xbmc.bak /usr/local/share/xbmc
/etc/init.d/xbmc start

Please leave your experience with this build here.

UPDATE: Right after I compiled XBMC a quite important commit happend: https://github.com/xbmc/xbmc/commit/c47e925c8e044521a9321614882947f03e5754b0. I recompiled XBMC so it now contains this patch.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 12:53 AM
Post: #2
TelosNox Offline
Registered
Posts: 5
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC2 (0a58027)
Is there something wrong with the install guide?

Edit Guide fixed by BartOtten. Tnx for reporting!
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 12:56 AM
Post: #3
BartOtten Offline
Registered
Posts: 815
Joined: Jun 2012
Reputation: 29
RE: XBMC Frodo RC2 (0a58027)
@TelosNox: try again. Fixed it Smile
@Koenkk: First try the commands yourself as we don't want to cause trouble...
@Koenkk: Can you apply the patches for remotes, had to do it myself cause remote support broke

Report: The famous birdscene with 24fps Big Grin Takes a while to load, but once it begins it's smoooooottttthhhh
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 01:02 AM
Post: #4
TelosNox Offline
Registered
Posts: 5
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC2 (0a58027)
cd /opt/xbmc

that one is still not right. Its "/opt/xbmc-nightly" for me.

Now it seems to work. Systeminfo shows 12.0-RC2.

My problem with black screen during playlists is solved. But still no new audio engine -_-
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 03:35 AM
Post: #5
bazza88 Offline
Registered
Posts: 8
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC2 (c47e925)
When installing the latest XBMC nightly the version is now actually RC3.

Using this version causes HD Xvid files to stutter when they played find in RC1.
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 03:44 AM
Post: #6
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: XBMC Frodo RC2 (c47e925)
Lol seem a version bump occurred!:O

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 03:49 AM
Post: #7
bazza88 Offline
Registered
Posts: 8
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC2 (c47e925)
(4th Jan, 2013 03:44 AM)Koenkk Wrote:  Lol seem a version bump occurred!:O

Yeah it looks like they slipped that in on a minor checkin.

Anyway thanks for all your efforts so far, it is much appreciated!

Keep up the good work all.

Big Grin
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 03:54 AM
Post: #8
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: XBMC Frodo RC3 (c47e925)
@baza88, could you provide a sample of the file that is not playing well?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 04:16 AM
Post: #9
bazza88 Offline
Registered
Posts: 8
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC3 (c47e925)
(4th Jan, 2013 03:54 AM)Koenkk Wrote:  @baza88, could you provide a sample of the file that is not playing well?

Yeah no problem.

I have just send you a pm with a link to a sample file.
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 04:36 AM
Post: #10
TelosNox Offline
Registered
Posts: 5
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo RC3 (c47e925)
"Adjust refresh rate to video" doesn't work correct. (I don't know how that option is correct named in english, my system is german - but I think you will find it: settings -> video -> playback).

I was used that my refresh rate changed to 24Hz. Now it changes to 60Hz (the video file has 24Hz). Very bad on this is, that the resolution changes from 1080p to 720p. So the video is cut off at the edges.

I don't know if this appeared with alpha 4 or if it is just in the nightly. I didn't check that before I changed from alpha 4 to the nightly.
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 05:19 AM
Post: #11
Pihkal Offline
Registered
Posts: 37
Joined: Jan 2013
Reputation: 2
RE: XBMC Frodo RC3 (c47e925)
About RC2: When i fastforward a h264 file streamed over upnp the sound becomes psychedelic,it plays a loop of a few 100 milliseconds,repeats it for about 2 seconds and then it will loop another "sample".
When this is happening the video plays normal.
When i disconnected putty from the pi i also got slight audio glitching.
I'll try RC3 tommorow.
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 07:50 PM
Post: #12
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: XBMC Frodo RC3 (c47e925)
(4th Jan, 2013 05:19 AM)Pihkal Wrote:  About RC2: When i fastforward a h264 file streamed over upnp the sound becomes psychedelic,it plays a loop of a few 100 milliseconds,repeats it for about 2 seconds and then it will loop another "sample".

As far as I read it correctly Fast Forward/Fast Rewind aren't supported by XBMC and/or the omxplayer. And it didn't really work well in the past either.
All suggest to use the seek feature to jump in 30sec. or 10min. steps through the video file.

You can adjust those steps in the advancedsettings.xml
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cvideo.3E
Code:
<usetimeseeking>true</usetimeseeking>
<timeseekforward>30</timeseekforward>
<timeseekbackward>-30</timeseekbackward>
<timeseekforwardbig>600</timeseekforwardbig>
<timeseekbackwardbig>-600</timeseekbackwardbig>
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 08:30 PM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC Frodo RC3 (c47e925)
When let me know when to make a deb package out of it...

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 08:57 PM
Post: #14
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: XBMC Frodo RC3 (c47e925)
(4th Jan, 2013 08:30 PM)CurlyMo Wrote:  When let me know when to make a deb package out of it...

Who do you mean? What deb package?
Find all posts by this user
Quote this message in a reply
4th Jan, 2013, 11:42 PM
Post: #15
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC Frodo RC3 (c47e925)
So you guys can install it through xbian-config and apt-get install.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  XBMC Frodo 12.0 Final Koenkk 66 238,367 10th Mar, 2013 07:33 PM
Last Post: tuutsie
  New Raspberry Pi firmware & XBMC Frodo RC3 Koenkk 181 653,747 10th Mar, 2013 03:37 AM
Last Post: CurlyMo
  XBMC Frodo RC1 Koenkk 26 82,038 3rd Jan, 2013 05:23 AM
Last Post: brantje

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 18th May, 2025, 09:44 AM Powered By MyBB, © 2002-2025 MyBB Group.