![]() |
|
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) |
- rogerthis - 2011-11-30 19:50 Elorado, Are you planning on releasing a separate icefilmsbeta release for general testing? That way it can be updated from the repository, for every quick fixes. You would also know that everyone is on the latest beta release when posting bugs. This metadata folder would be new, so problem with old metadata problems. - Eldorado - 2011-11-30 21:36 rogerthis Wrote:Elorado, Good idea, I should probably do that Once we get the kinks worked out and are ready to beta I'll set it up! - iR0NBiLL - 2011-11-30 21:51 Heads up... Navi-X 3.7.2 for XBMC was released today and now includes IceFilms support!! It will be implemented on our Boxee app very soon as well. For now, check out our XBMC app for working IceFilms.... Can be found on the main playlist > Site Scrapers > IceFilms iRoNBiLL - rogerthis - 2011-11-30 22:11 iR0NBiLL Wrote:Heads up... Nice work, checked it out on Navi-X 3.7.1. It plays without any countdown. Very interesting
- Eldorado - 2011-11-30 22:14 @zpanderson Ran into a small issue with the auto-watch.. something is up with MegaUpload right now, not sure if it's related to the dns issues, but I'm currently testing and getting the old 'failed to open source..... didn't get any data from stream' msg.. this will pop up when sources are deleted, among other reasons What is happening is xbmc.player is reporting back that the totaltime of the video is 1 and currenttime = 1.. so of course % watched = 1 Then in turn it triggers the update watched code Is there any further checks we can use to detect when a stream fails to start? I tried using isplaying() but no luck as it seems to think it actually starts playing.. eventually calls onPlayBackStopped() and flips the watched status For now I put in a quick '... and totalTime > 1', which I'm not too keen on using - Eldorado - 2011-11-30 22:18 rogerthis Wrote:Nice work, checked it out on Navi-X 3.7.1. It plays without any countdown. Very interesting Maybe they should share their secret...?? Edit - ah, I see.. they try for a megavideo link first, which has no counter, then try megaupload.. was wondering if that could be done Edit edit - megavideo has a 72min limit for free accounts, no go - iR0NBiLL - 2011-11-30 22:42 Eldorado Wrote:Edit edit - megavideo has a 72min limit for free accounts, no go Yep... but, we have a MegaVideo Premium login for paid users to fix this. We are looking into bandwidth limitations now for MegaUpload. If you can tell our dev about this, he is looking for details and making adjustments as we speak. Turner3d@gmail.com iRoNBiLL - iR0NBiLL - 2011-11-30 23:10 I stand corrected. To get MegaUpload links, you have to get Navi-X 3.7.2 and it will pull these first by default no problems. Better get 3.7.2 and try again for working results. ![]() iRoNBiLL - Eldorado - 2011-11-30 23:16 iR0NBiLL Wrote:Yep... but, we have a MegaVideo Premium login for paid users to fix this. We are looking into bandwidth limitations now for MegaUpload. If you can tell our dev about this, he is looking for details and making adjustments as we speak. Money fixes everything You should inform users in the Navi-X thread of this limitation, I see some already excited about the no delay.. until their movie stops before the endHonestly I've never hit a limit on megaupload using this addon, played multiple movies and tv shows in the same day.. right after another.. no problems - iR0NBiLL - 2011-11-30 23:19 Eldorado Wrote:Money fixes everything I appreciate the feedback on MegaUpload. Another person told us this as well but no one seems to know for sure from what I'm hearing. I will let Turner know your findings. Navi-X users are aware of the 72-minute limit already for the most part... if they read our forums, or FAQ or recent posts... it's there. We'll be reminding everyone though again I'm sure since it's bound to come up. Did you give 3.7.2 a whirl yet? It's supposed to pull MegaUpload links first by default from my understanding with the new version. Let me know what you discovered if you could please. Thanks! iRoNBiLL |