T! Svn r260

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #11
steve1977 Wrote:Any way to download to download the SVN R260 without compiling it myself from SVN? Any built readily available of the R260 version?

Thanks!!!

there's really not much to compile.
you can just download r260 from svn and use it right away.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #12
ronie Wrote:there's really not much to compile.
you can just download r260 from svn and use it right away.

Thanks. Can you please let me know how to. In Ubuntu directly over terminal would be perfect. Thanks!!!

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #13
steve1977 Wrote:Thanks. Can you please let me know how to. In Ubuntu directly over terminal would be perfect. Thanks!!!

svn checkout http://transparency-xbmc.googlecode.com/svn/trunk/ Transparency!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #14
ronie Wrote:svn checkout http://transparency-xbmc.googlecode.com/svn/trunk/ Transparency!

Thanks. Shouldn't that give me the very latest built instead of R260?

Btw, is it as easy to get the very latest (unstable, not recommended) XBMC built? What would be the command? After downloading, would I still need to install it?

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #15
steve1977 Wrote:Thanks. Shouldn't that give me the very latest built instead of R260?
oops, yeah...

svn checkout --revision 260 http://transparency-xbmc.googlecode.com/svn/trunk/ Transparency!


steve1977 Wrote:Btw, is it as easy to get the very latest (unstable, not recommended) XBMC built? What would be the command? After downloading, would I still need to install it?

downloading the xbmc source would be just as easy, but you'll have to compile it yourself.
download instructions for the xbmc source here:
http://xbmc.org/download/

compile instructions are included in the source (see the README.ubuntu file)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #16
ronie Wrote:oops, yeah...

svn checkout --revision 260 http://transparency-xbmc.googlecode.com/svn/trunk/ Transparency!




downloading the xbmc source would be just as easy, but you'll have to compile it yourself.
download instructions for the xbmc source here:
http://xbmc.org/download/

compile instructions are included in the source (see the README.ubuntu file)

Brilliant, thanks a lot!!! Worked out very well. Just a couple of (new) questions. Your help is appreciated:

1) What should the right location for the skin? I now have /home/user/xbmc folder, but also /home/user/xbmc/xbmc, /home/user/.xbmc, and /usr/share/xbmc.

2) Is the "add-on" folder now the right one to copy the skins to? Any naming convention?

3) Any idea where plugins go with the latest built?


Thanks for your help!!!

Daniel

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #17
steve1977 Wrote:Brilliant, thanks a lot!!! Worked out very well. Just a couple of (new) questions. Your help is appreciated:

1) What should the right location for the skin? I now have /home/user/xbmc folder, but also /home/user/xbmc/xbmc, /home/user/.xbmc, and /usr/share/xbmc.

2) Is the "add-on" folder now the right one to copy the skins to? Any naming convention?

3) Any idea where plugins go with the latest built?


Thanks for your help!!!

Daniel


it depends on what version of xbmc and transparency! you are using.
if you run the latest available of both (post add-on merge) this is how it should be:

1) on linux, the right location for skins is /home/user/.xbmc/addons
2) there's no "official" naming convention, but skin.transparency is what you should be using.
3) plugins should also be installed in the same directory. (/home/user/.xbmc/addons)


but...since you explicitly asked for T! svn r260 i assume you are running a pre-addon version of xbmc.
if that's the case the above doesn't apply.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2010-05-04 11:37 by ronie.)
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #18
ronie Wrote:it depends on what version of xbmc and transparency! you are using.
if you run the latest available of both (post add-on merge) this is how it should be:

1) on linux, the right location for skins is /home/user/.xbmc/addons
2) there's no "official" naming convention, but skin.transparency is what you should be using.
3) plugins should also be installed in the same directory. (/home/user/.xbmc/addons)


but...since you explicitly asked for T! svn r260 i assume you are running a pre-addon version of xbmc.
if that's the case the above doesn't apply.

Thanks for your quick message. Got everything working with pre-addon, but now actually compiled from SVN to get my hands on the very latest T! skin as well. Love to see how the new DVD covers look like.

So, I compiled successfully XBMC from SVN (built R29769) and it runs. However, I don't get T!. It downloaded well and I have added to "/home/user/.xbmc/addons". I don't know why, but it doesnt show up in XBMC. Also; I am confused aobut the "/home/user/xbmc/" folder and not sure whether I had this one before?

Any thoughts?

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #19
steve1977 Wrote:Thanks for your quick message. Got everything working with pre-addon, but now actually compiled from SVN to get my hands on the very latest T! skin as well. Love to see how the new DVD covers look like.

So, I compiled successfully XBMC from SVN (built R29769) and it runs. However, I don't get T!. It downloaded well and I have added to "/home/user/.xbmc/addons". I don't know why, but it doesnt show up in XBMC. Also; I am confused aobut the "/home/user/xbmc/" folder and not sure whether I had this one before?

Any thoughts?

standard procedure: enable debug log & restart xbmc. post the debug log to pastebin. ;-)

oh, i don't have a "/home/user/xbmc/" folder, so no clue as to why you have one.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #20
ronie Wrote:oh, i don't have a "/home/user/xbmc/" folder, so no clue as to why you have one.

I am doing a full new install now from scratch. Will take a bit, but should have everything worked out then. Will keep a debug log if the issue remains. I guess that I must have screwed up something when I compiled XBMC from SVN. Can you take a brief look at below whether this looks right? Compared to the one in the WIKI, I had to add "sudo" before "make install" and also had to change directory to "/home/user" before running "./bootstrap".

Thanks for your help!!!


sudo aptitude update
sudo aptitude install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libwavpack-dev libmpeg2-4-dev libmicrohttpd-dev libmodplug-dev libssh-2-dev gettext cvscd xbmc
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/ xbmc

cd /home/user
./bootstrap
./configure

make

sudo make install

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote