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)



- kalel90 - 2011-03-19 03:55

ajnicho Wrote:What happens for partially watched streams? If I came back to watch the remainder of the film the following day would it start over? And if I was to skip forward to say 30 mins in to the film, would the cached file start from there?

Also, I would have a box pop up and the end of the movie or when backing out of the movie to ask the user if they would prefer to store the file or delete it, you could also have a check box to confirm action for all future movies

Just my two cents

It would start all over. Too the second point the auto. way is a lot simpler and easier and generally solves that problem by deleting the ones you don't want if you don't move them to the library according to one of the 3 options i laid out.

But! All of this hinges on the xbmc team accepting the buffer patch then we have to find someone willing to code this and also have it accepted by the xbmc team which is a long process.


- CrashX - 2011-03-19 07:29

anarchintosh Wrote:also, testers, here is a windows binary:
http://www.megaupload.com/?d=V13F2HOF

Tested the binary with your version 1.6 using free megaupload:

- Progress bar doesn't show cached amount
- FF/RW still doesn't work even if 100% downloaded ..

Otherwise it works quite well so far no buffering issues.


- kalel90 - 2011-03-19 19:41

CrashX Wrote:Tested the binary with your version 1.6:

- Progress bar doesn't show cached amount
- FF/RW still doesn't work even if 100% downloaded ..

Otherwise it works quite well so far no buffering issues.

FF/RW does work im not sure why it isn't for you. Maybe a log would be useful to the dev whos working on it?


- CrashX - 2011-03-19 20:30

kalel90 Wrote:FF/RW does work im not sure why it isn't for you. Maybe a log would be useful to the dev whos working on it?

My mistake ff/rw works ... I was referring to skip forward and skip back by using arrow keys ..


- kalel90 - 2011-03-20 10:16

CrashX Wrote:My mistake ff/rw works ... I was referring to skip forward and skip back by using arrow keys ..
I assume your using megaupload free then? I can confirm skipping does work on premium.


- anarchintosh - 2011-03-20 12:49

thanks for the reports guys, i'll ask tiben to read them if hes got time
kalel90 Wrote:I assume your using megaupload free then? I can confirm skipping does work on premium.

yeah but one of the points of the patch is to enable skipping on free (apart from skipping forward ahead of what is already downloaded), so CrashX, your not mistaken


- CrashX - 2011-03-21 22:12

westcoast13
- Any updates on the merge ?


- westcoast13 - 2011-03-22 00:39

CrashX Wrote:westcoast13
- Any updates on the merge ?

Hi CrashX, I've done the merging, but there are a few things to do before the official release. One of these things, is the testing, an official version must be bug-free (as much as possible), to make sure that we won't mess it up for all the people that use the plugin in the current version.

If you or anyone else that knows how to manually install a plugin and wants to help, you can download it from the git (https://github.com/icefilms-xbmc/icefilms-addon), try it for a while & tell us if you find any problems.


- Ilia - 2011-03-22 03:21

Just downloaded,

deleted icefilms addons and userdata addon dir, on Mac, running 10.1

PHP Code:
12:19:31 T:2958823424 M58232832 WARNINGPrevious line repeats 1 times.
12:19:31 T:2958823424 M58232832  NOTICE: -->Python Interpreter Initialized<--
12:19:32 T:2958823424 M56381440  NOTICE: ==========================PARAMS:
                                            
URLNone
                                            NAME
None
                                            MODE
None
                                            IMDBNUM
None
                                            MYHANDLE
0
                                            PARAMS
: []
12:19:32 T:2958823424 M56307712  NOTICEAccountno account set
12
:19:32 T:2958823424 M56307712  NOTICEdeleted unnecessary zip.
12:19:32 T:2958823424 M56303616   ERRORError Typeexceptions.NameError
12
:19:32 T:2958823424 M56307712   ERRORError Contents: global name 'date' is not defined
12
:19:32 T:2958823424 M56299520   ERRORTraceback (most recent call last):
                                              
File "/Users/ilia/Library/Application Support/XBMC/addons/plugin.video.icefilms/default.py"line 2387in ?
                                                
CATEGORIES()
                                              
File "/Users/ilia/Library/Application Support/XBMC/addons/plugin.video.icefilms/default.py"line 371in CATEGORIES
                                                Startup_Routines
(selfAddon)
                                              
File "/Users/ilia/Library/Application Support/XBMC/addons/plugin.video.icefilms/default.py"line 364in Startup_Routines
                                                ContainerStartup
(selfAddon)
                                              
File "/Users/ilia/Library/Application Support/XBMC/addons/plugin.video.icefilms/default.py"line 280in ContainerStartup
                                                containers 
container_urls.get()
                                              
File "/Users/ilia/Library/Application Support/XBMC/addons/plugin.video.icefilms/container_urls.py"line 10in get
                                                containers 
= {
                                            
NameError: global name 'date' is not defined
12
:19:32 T:2684446016 M56287232   ERRORGetDirectory Error getting plugin://plugin.video.icefilms/
12:19:32 T:2684446016 M56287232   ERRORCGUIMediaWindow::GetDirectory(plugin://plugin.video.icefilms/) failed 



- CrashX - 2011-03-22 09:39

Works fine here on Windows and Linux.

Are you sure that you copied the necessary database in userdata ?