YuYu's XBMC CVS download-build-rar batch file

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
YuYu Offline
Member
Posts: 90
Joined: Sep 2004
Reputation: 0
Post: #121
ok updated to reflect changes to weather images for xbmc skins, hopefully it works? i forgot to test... oops Rolleyes

[Image: xbmcxssig.png]
find quote
YuYu Offline
Member
Posts: 90
Joined: Sep 2004
Reputation: 0
Post: #122
ok well apparently i uploaded a non-working file in with the xbmcdbr, so give me about 10 minutes and everything should work as stated in last post ...

[Image: xbmcxssig.png]
find quote
pike Offline
Project Manager
Posts: 4,820
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #123
heads up, link on page to xbmcdbr does not work

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
YuYu Offline
Member
Posts: 90
Joined: Sep 2004
Reputation: 0
Post: #124
(pike @ june 18 2005,21:05 Wrote:heads up, link on page to xbmcdbr does not work
ok... link should work in about 8 minutes or so. had to fix some things that i accidentally screwed up...

[Image: xbmcxssig.png]
find quote
pike Offline
Project Manager
Posts: 4,820
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #125
time to update again (glory to everchanging cvs Tongue) we decided weather gxf change so rarely, that we now have put it prerarred in media

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
Mental Block Offline
Senior Member
Posts: 107
Joined: Oct 2003
Reputation: 0
Location: Kent, UK
Post: #126
i use this batch file and it works great!

have noticed that the weather icons now don't exist, for the reason pike said.

i was just wondering how i can use this batch file and then add the icons manually.

thanks
find quote
zkx Offline
Junior Member
Posts: 4
Joined: Aug 2005
Reputation: 0
Post: #127
dunno if the batch is still updated (or if you have gone with the c# version instead), but i thought i'd post my workaround for the non-updated xbe build bug/thingy.

after the batch updates from cvs and before it starts compiling:
Quote:xcopy "%home%\xbmc" "%home%\xbmc_tmpdir" /e /q /i /y
and somewhere at the end:
Quote:rmdir /s /q "%home%\xbmc"
ren "%home%\xbmc_tmpdir" xbmc

also unrelated to the previous fix:
xcopy "%home%\xbmc\media" "%home%\upload\xbmc\media" /e /q /i /y /exclude:exclude.txt
needed the /e so it'll copy the fonts dir.
find quote
Post Reply