Kodi Community Forum
YuYu's XBMC CVS download-build-rar batch file - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: YuYu's XBMC CVS download-build-rar batch file (/showthread.php?tid=7365)

Pages: 1 2 3 4 5 6 7 8 9


- YuYu - 2005-06-18

ok updated to reflect changes to weather images for xbmc skins, hopefully it works? i forgot to test... oops Rolleyes


- YuYu - 2005-06-19

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 ...


- pike - 2005-06-19

heads up, link on page to xbmcdbr does not work


- YuYu - 2005-06-19

(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...


- pike - 2005-06-25

time to update again (glory to everchanging cvs :p) we decided weather gxf change so rarely, that we now have put it prerarred in media


- Mental Block - 2005-07-11

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


- zkx - 2005-08-06

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.