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)



- Eldorado - 2011-11-21 17:21

k_zeon - I tried to reproduce but megaupload streams are working fine for me on all sources with my free user login

It's possible your installs might be conflicting with each other.. can you verify that your megaupload login details are entered in 1.1.0?

I did throw in a fail safe check that really wasn't there before, they were checking for specific keywords on the account name to know how long to delay, but no catch all that would trap any errors and load with no account

I'll push in my latest updates later on today


- meh1965 - 2011-11-21 19:34

I've just installed the Icefilms plug-in for XBMC (v10.1) on my Mac Mini. Both TV Shows and Movies work great. Only thing is I get a plugin.video.icefilms script error when playing any Music videos.

Any clues how to solve this?

Thx!


- Eldorado - 2011-11-21 21:14

meh1965 Wrote:I've just installed the Icefilms plug-in for XBMC (v10.1) on my Mac Mini. Both TV Shows and Movies work great. Only thing is I get a plugin.video.icefilms script error when playing any Music videos.

Any clues how to solve this?

Thx!


Will be fixed in the next release, 1.0.17

Please take further questions like this to the main support thread - http://forum.xbmc.org/showthread.php?tid=87703

edit - just released 1.0.17


- Eldorado - 2011-11-21 23:39

Pushed out my latest updates to git.. lots of stuff done

Main amount of work went around the container startup code within Icefilms and in metahandlers.. code is now in place to download, extract, select from downloaded DB and insert records into main cache DB, this is the functionality needed to allow multiple addons use metahandlers

I've also done some work to create and handle in the end 4 image zips - movie covers, tv covers, movie backdrops, tv backdrops

Movie & TV covers must be installed when metadata is enabled
Movie & TV backdrops must be installed when fanart is enabled

None of this is forced yet - for now just keep ignoring the download zips prompt, it will always prompt and currently meta data is forced on

Update metahandlers as well as Icefilms - also delete your metahandlers userdata folder to allow the new DB to be created (slight mod in the season table)

Next up I want to implement zpandersons auto-watched code, some pretty cool work!


- backlash666 - 2011-11-22 04:02

Is it possible to add support for the XBMC watched tick to show on icefilms items that have been viewed or is that too strenuous to maintain for it?


- mikey1234 - 2011-11-22 11:43

its still wanting me to download old metadata 9th feb

how do i get round this.....


and where do i download the metahandler to overwrite old one looked on your git and could not see it


thanks mike


- mikey1234 - 2011-11-22 12:08

i thought i solved it by adding your repo but for some reason cant install from zip


found your meta_utils SmileSmile


- spoyser - 2011-11-22 13:44

@Eldorado

All issues I have previously raised now working correctly.

New issue(s)

Home Page link doesn't appear to use the meta_data routines, the 3 lists (Recently Added, Latest Release, Being Watched Now) are populated as in 1.0.17, but clicking links then gives script error.


- Eldorado - 2011-11-22 17:00

spoyser Wrote:@Eldorado

All issues I have previously raised now working correctly.

New issue(s)

Home Page link doesn't appear to use the meta_data routines, the 3 lists (Recently Added, Latest Release, Being Watched Now) are populated as in 1.0.17, but clicking links then gives script error.

Can you post a log with the errors? I can click in them and play no problems..

There's also another bug dealing with the contextmenu and favorites, same as before.. if you add multiple items to your favorites, then go into favorites I get a TypeError 'must be of type list' on adding the contextmenu items.. very annoying as we now know that the error is actually somewhere else..


- Eldorado - 2011-11-22 17:04

backlash666 Wrote:Is it possible to add support for the XBMC watched tick to show on icefilms items that have been viewed or is that too strenuous to maintain for it?

It's done in the upcoming 1.1.0 release

mikey1234 Wrote:its still wanting me to download old metadata 9th feb

how do i get round this.....


and where do i download the metahandler to overwrite old one looked on your git and could not see it


thanks mike


Eldorado Wrote:None of this is forced yet - for now just keep ignoring the download zips prompt, it will always prompt and currently meta data is forced on

Just click 'remind me later'

The metahandlers is not apart of my repository via xbmc, you need to grab it from git and install manually.. if you do install from zip, you won't see any type of confirmation msg in xbmc