![]() |
|
Icefilms (Icefilms.info) Addon Development Thread - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Icefilms (Icefilms.info) Addon Development Thread (/showthread.php?tid=90315) |
easy way to update to latest nightly build - wthpr0 - 2011-10-11 17:35 Code: wget http://icefilms.wthpr0.net/xbmc/installIce.shCode: ./installIce.sh- wthpr0 - 2011-10-11 17:43 Eldorado Wrote:Check out the master branch on github, it is very closeok thank you very much for the update, i will see if i could help you out
- Eldorado - 2011-10-11 23:05 wthpr0 Wrote: Or just get the updates from the repository? I should note that github may be where the source is stored, but the official releases are hosted on googlecode, a zip file is created and uploaded there once the code is ready to release If you run a script like this to grab from git you could pick up code that isn't ready to be released yet - Eldorado - 2011-10-12 00:54 Just pushed in my quick changes to the master branch Anyone else want to jump in to do some testing/bug fixing? - k1m0s - 2011-10-12 04:19 I assume Its the version here: https://github.com/icefilms-xbmc/icefilms-addon I have tried it out. I went to TV - B Than after probibly an hour or more it finished retrieving. The end result the shows all had thumbs however the the shows were empty. Very glad to see the thumbs coming along tho - Eldorado - 2011-10-12 16:38 k1m0s Wrote:I assume Its the version here: Seriously, an hour? ![]() I'm assuming the tvshow seasons fix needs to be applied here as well HTTP GZIP Compression - donutface - 2011-10-13 23:27 Hi guys, I've got other projects I'm currently working on and do not have much time to learn the ins and outs of GitHub I've patched Icefilms to support HTTP gzip compression, this should make the menus slightly more performant. If somebody can add this to the main repository it would be great. The file being modified is default.py http://pastebin.com/x6bvkshw Regards, Paul. - wthpr0 - 2011-10-15 17:18 donutface Wrote:Hi guys, Confirmed working on ATV2 - Eldorado - 2011-10-17 02:12 Pushed in some quick changes, can others test from the stable branch? - TV Shows download fix due to extra space in season name - Fix for invalid characters in folder/filename when downloading on windows - put a try/except block over a small portion of code that was throwing a script error when no sources were found - not a fix but stops the nasty script error msgs - Eldorado - 2011-10-19 18:23 Eldorado Wrote:Pushed in some quick changes, can others test from the stable branch? v1.0.15 pushed out to users with the above fixes |