Update to icefilms plugin

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
Floydthebarber
Posts: 47
Joined: Wed Jul 18, 2012 7:00 am
Has thanked: 8 times
Been thanked: 3 times

Update to icefilms plugin

Post by Floydthebarber »

Have you guys tried the icefilms plugin that Kozz modified lately? I think it needs an update, most links do not work. Before it was pretty much just movies, but now it is tv shows as well. I know 2share links still work though. I wish I could do it myself but I know nothing of python script.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Update to icefilms plugin

Post by skatulskijean »

That original Icefilms addon is on Jans'englishxbmc4xboxV2.1 its's works without changes then i have adapted the dependencies
Version is the actual 1.1.12 from main Xbmc Eden.
Look Here http://www.xbmc4xbox.org.uk/forum/viewt ... p?f=9&t=72
and make the correct settings!


Regards Jan
Floydthebarber
Posts: 47
Joined: Wed Jul 18, 2012 7:00 am
Has thanked: 8 times
Been thanked: 3 times

Re: Update to icefilms plugin

Post by Floydthebarber »

Thanks Jan, but icefilms runs just as badly as it did before for me with that version of XBMC. There is definitely a nice selection of plugins, I like that, but this version also seems to freeze up my Xbox quite frequently. I changed over to a less ram intensive skin but it didn't fix the problem.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Update to icefilms plugin

Post by skatulskijean »

I look what is wrong but please post a debug log - go to settings enable Debug log.
Go to scripts XBMC Log Uploader and make the settings for your Email.
Run Icefilms and when it have a Problem run Xbmc Log Uploader and you have the link to the Debug Log on your Email!
Please than write what is wrong and post the Debug Log here!


Thanks that you Post your Problem then without that i can not make the next build better!!


Regards Jan
whufclee
Posts: 922
Joined: Tue Jul 17, 2012 5:42 pm
Location: Essex, UK
Has thanked: 18 times
Been thanked: 109 times
Contact:

Re: Update to icefilms plugin

Post by whufclee »

@FloydTheBarber: It could well be it's a problem with the hosts themselves. Do you have another platform you can run XBMC on to try out the mainbranch version, maybe ATV or PC? To be honest Icefilms has never quite been the same since the demise of MU and most folkes have now switched to the [removed] plugin - even those on mainbranch XBMC. When it's working it's a fabulous addon but currently it seems to be more grief than it's worth.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Update to icefilms plugin

Post by skatulskijean »

Thanks Lee !

i have make a fresh look on Icefilms and 1 Channel on Main Xbmc (Eden) and she have the same Problem!
It is not the Problem on Jan'sEnglishXBMC4XBOX V2.1 is the Problem on Original addons (Main Xbmc Eden) to
When The Developers from Icefilms update here Addon (Icefilms) , and when she update most ulresolver Links then i update for Xbmc4xbox to But on moment ist is not a Good solution to watch Movies!
Please Have a Look on my Last adapted XBMCHub addon (What The Furk) is on Jan'sEnglishXBMC4XBOX V2.1 to.
It Is Very light to test is a issue from addon (1 Channel )self or from Dependencies Urlresolver!
Go to The Site and look for The Videolink z.B http://www.rapidvideo.com/view/iq0hqw26
Then make a Default.py with this code!
And when The Urlresolver works it's play the Video! when not is that urlresolver Plugin for this Hoster defect
IMPORTANT This Code Works on Jan'sEnglishXBMC4XBOXV2.1 but not on other builds!

Code: Select all

import xbmc
import urlresolver

hostUrl = "http://www.rapidvideo.com/view/iq0hqw26"
videoLink = urlresolver.resolve(hostUrl)
# videoLink = decode_htmlentities(videoLink)
# videoLink -> http://46.4.78.201/f0/c47edb45c7b17ea101322ba531817485/50067006/6/mp4/5ryzwM1309081242.mp4
xbmc.Player().play(videoLink)
Floydthebarber
Posts: 47
Joined: Wed Jul 18, 2012 7:00 am
Has thanked: 8 times
Been thanked: 3 times

Re: Update to icefilms plugin

Post by Floydthebarber »

Thank you Lee. I think you are right. Icefilms' hosts are the problem. Channel 1 works great for both movies and tv shows :D Thanks again
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: Update to icefilms plugin

Post by Kozz »

I have finally decided to start porting a "Standalone" version of icefilms again, I just tested it on the current Stable xbmc4xbox and it works, I will post the download in its own thread and link it here as soon as I type it out

Get it here http://www.xbmc4xbox.org.uk/forum/viewt ... ?f=7&t=726
Image
Post Reply