Kodi Community Forum
Alaska Original BUGS thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: Alaska Original BUGS thread (/showthread.php?tid=68470)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


- Hitcher - 2010-02-05

Fixed.


- fidoboy - 2010-02-05

Hi Hitcher, only to be sure.... did you noticed my post here?: http://forum.xbmc.org/showpost.php?p=494951&postcount=59

regards,


- Hitcher - 2010-02-05

Yes, fixed it the same day.


- fidoboy - 2010-02-05

Ok, thanks Hitcher. Is there any place where i can download SVN version to test it?


- Hitcher - 2010-02-05

Github; link is in the release thread.


- scrolling - 2010-02-06

Hitcher

I didn't read through the whole thread, so I'm not sure if this has been reported or not. The aired date seems like it belongs under the title.
Image


- Hitcher - 2010-02-06

You're not using an up-to-date enough XBMC build.


- scrolling - 2010-02-06

Hitcher Wrote:You're not using an up-to-date enough XBMC build.

I'm using this XBMCupdate tool and it's saying I have the latest build. Is there someplace else I should be looking?

Image


- succo - 2010-02-06

xbmcupdater doesn't update anymore
you have to use http://mirrors.xbmc.org/nightlies/ to have the latest build available for win
btw, xbmcupdater says you have the latest build available on that server, not the latest build, which is quite noticeable you don't have Smile


- hcopp - 2010-02-06

how does one update to the latest build on xbmclive - from what I can tell they don't do nightly builds for linux - am I out of luck? I am also having the same issue.


- scrolling - 2010-02-06

Thanks yet again.


- calmdown - 2010-02-06

hcopp Wrote:how does one update to the latest build on xbmclive - from what I can tell they don't do nightly builds for linux - am I out of luck? I am also having the same issue.

you'll have to update from the launchpad site i think, something like:

add this to your /etc/apt/sources.list
Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
register the key for the added ppa:
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534
then:
Code:
sudo apt-get update
and at last:
Code:
sudo apt-get install xbmc
or
Code:
sudo apt-get install xbmc-live
don't remember witch of those are right

be aware tho that you might get an unstable version of xbmclive onto your box.


- fidoboy - 2010-02-06

don't use that two last lines, you must use:

Code:
sudo apt-get upgrade

and if that doesn't work, use this:

Code:
sudo apt-get dist-upgrade

regards,


- calmdown - 2010-02-06

well, if you apt-get upgrade you might get other issues, for one I experienced the other week was that my open-gl drivers was updated/changed so that it no longer worked with xbmc. so a complete reinstall was the easiest option for me at that point

however only updating xbmc might also give you problems i suppose..


- hcopp - 2010-02-06

Thanks all,

trying this out - last time I tried this to go from Beta I to RC1 i had to completely reinstall, we will see.