XBMC for Linux - Tips and Tricks

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
althekiller Offline
Team-XBMC Developer
Posts: 4,710
Joined: May 2004
Reputation: 12
Post: #21
While they're at it...replace that direct apt-get line with a link to the README.
find quote
Harry Muscle Offline
Fan
Posts: 505
Joined: Nov 2006
Reputation: 0
Post: #22
wattazoum Wrote:This was only for Gusty. Hardy is not officially supported yet.

But I have created a package for Hardy (which is highly instable) .
For this, use the same trick with the information at:

https://edge.launchpad.net/~team-xbmc-hardy/+archive/

Just to clarify, are you saying that XBMC is highly instable under Hardy, or that the package is unstable under Hardy ... or in other words, is the package a straight compile of the SVN or has it been modified in some way to cause the instability? Cause it looks like SVN compiles seems to be quite stable under Hardy.

Thanks,
Harry
find quote
wattazoum Offline
Team-XBMC Linux Packager
Posts: 315
Joined: Mar 2008
Reputation: 0
Location: Antibes, France
Post: #23
well, actually I modified it to be able to package but that doesn't cause any instability at all.

My problem is, on the 2 computers that I have under hardy, I can't play a video with XBMC (even compiled from svn, so I didn't understand.
It didn't stopped me from packaging it. So you can install and try . It won't break your system. And you can tell me if it works for you.
find quote
wattazoum Offline
Team-XBMC Linux Packager
Posts: 315
Joined: Mar 2008
Reputation: 0
Location: Antibes, France
Post: #24
I wiped my account out and now it's working . So I apologize for this ,it was my fault for having the account from gutsy to hardy.
find quote
wattazoum Offline
Team-XBMC Linux Packager
Posts: 315
Joined: Mar 2008
Reputation: 0
Location: Antibes, France
Post: #25
I have pinpointed the problem. It was due to pulseaudio which I had activated on my accounts.
find quote
teddy Offline
Junior Member
Posts: 21
Joined: May 2008
Reputation: 0
Post: #26
Her is a little howto on how to enable suspend/resume in XBMC.

http://pmaster.no/howto/lirc_suspend_resume.txt
find quote
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #27
Apparently I'm not the only person who this has happened to, so:

Ubuntu has a bug where certain crashes will screw up your audio so only analog audio will play. Unfortunately XBMC causes these crashes frequently. If this happens, rename /etc/init.d/alsa-utils (to alsa-utils.BAK or something) and reboot. Once you boot, name it back to alsa-utils, run alsamixer to set up your audio again, and you should be good to go.
find quote
JackieBrown Offline
Member+
Posts: 228
Joined: Jan 2008
Reputation: 0
Location: San Antonio, TX
Post: #28
For the initial scripts, change XboxMediaCenter to xbmc.bin if using the repos.
find quote
jonte511 Offline
Member
Posts: 71
Joined: May 2008
Reputation: 0
Post: #29
This seems like a great script, and I would love to get it to work. But I dont... Sad

(Of course I make the personalization changes)

My guess is that the script is outdated. Could you, or someone else, please update it?

rodalpho Wrote:Here are some simple shell scripts that you may find useful. I'm not a particularly strong scripter, so I'm sure these can be greatly improved.

...........................................
find quote
netbrain Offline
mymediadb.org admin
Posts: 28
Joined: Oct 2008
Reputation: 10
Post: #30
I created a script to enable shutdown and restart functionality visible in xbmc ui. so when you click shutdown, the box issues the command shutdown -h now and if you click restart the box issues the command shutdown -r now.

I dont know if anyone else have made a script like this, but anyways, here's my version of it.

http://pastebin.com/f473813a4

cheers.
find quote