XBMC Community Forum
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.sh
chmod +x installIce.sh
./installIce.sh
this is writen in a general why so next time just do
Code:
./installIce.sh



- wthpr0 - 2011-10-11 17:43

Eldorado Wrote:Check out the master branch on github, it is very close

While I was working on the metahandlers module I referenced back to this branch and noticed a few problems, I've made some fixes and will push them in soon

I'm pretty sure the majority of it works, though tv show metadata could use some attention/testing.. and the rest of the addon in general could use some very thorough testing

One of the main items I found which I'm not sure was considered is how to upgrade current users to the new version and convert their existing database, as it has changed quite a bit... or possibly the idea was going to be create a new metadata pack to download and delete the old DB, likely the easiest route to take

Then the merge back with the 'stable' branch might be a bit messy as well..

It would be nice to finally get this version pushed out and eliminate the need for all the different versions some are creating on their own.. my view is any effort spent on Icefilms should be put towards the official repo version rather than confusing users with so many different versions
ok thank you very much for the update, i will see if i could help you out Smile


- Eldorado - 2011-10-11 23:05

wthpr0 Wrote:
Code:
wget http://icefilms.wthpr0.net/xbmc/installIce.sh
chmod +x installIce.sh
./installIce.sh
this is writen in a general why so next time just do
Code:
./installIce.sh

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

Seriously, an hour? Smile

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,

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.

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?

- 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

v1.0.15 pushed out to users with the above fixes