Here's the Wiki XBMC Users Manual ... Happy Reading
http://wiki.xbmc.org/
Casty wrote:Has anyone here got xboxdrv working with a wireless Xbox 360 Controller on an Xbian install? I've spent over 6 hours googling and reading every thread known to man and I cannot for the life of me get it to work. I'm desperate here for any guidance.
Where I'm at:
With a start command for xboxdrv in my rc.local, the xboxdrv will freeze at "ctrl+c to quit" unless I put a "&" at the end of the .sh line. However, if I do that, xboxdrv tries to initialize twice, once when it should, then another time right before it kicks into XBMC, thus removing the initialization. If anyone wants more specifics I'll be glad to help...
Casty wrote:Nice, that will work great. Also works if you put it in the /etc/profile file as well! Thanks!
voltron81 wrote:Hello,
I'm having some problems with Xbian 1.0 alpha 4.
If I want to add a subtitle on a movie, I can't do it. Basically I'm going to the icon for subtitles, I can see that there are no subs provider yet, so I try to add some, but the application just close herself...
any suggestion?
Then sometimes happen that a movie that just 1 hour before was reproduced perfectly, now is just with audio!
sudo /etc/init.d/xbmc stop #default password = 'raspberry'
sudo chown xbian:xbian .xbmc/userdata/sources.xml
sudo /etc/init.d/xbmc start
Pihkal wrote:This is a known and fixed issue.
From the bugfix-thread on the Xbian-forums:
(http://forum.xbian.org/thread-168-post-1498.html#pid1498)
#2 - Incorrect permission on sources.xml
Symptoms: XBMC not saving media sources.
Fix: SSH in and execute these commands:
- Code: Select all
sudo /etc/init.d/xbmc stop #default password = 'raspberry'
sudo chown xbian:xbian .xbmc/userdata/sources.xml
sudo /etc/init.d/xbmc start