> Adam, > > I was trying your plugin and have had several problems with it. I will be > working on it this weekend but I'll probably send you a patch to the > sources when I fix it. One problem is with the file buffering. The > reader thread tries to open a file before it existed and hung the > application.
Yep, I've seen this too, it was due to seek() not range checking properly and get_available_forward/backward() not being quite right. Once this bit of code is working then it's only the nice bits to do (ie OSD etc) any help you can give is great! The other thing I think the buffer should be doing is sending the events, as it is already checking the time before moving to the next file, and if we ever add move sources (like ivtv or generic mencoder) then there will be less code those buffer fillers will need to do. > I'll work it out soon. Plus, the HDHomeRunController used > to setup was calling hdhomerun_config with strings when integers are > required. I just changed everything to use strings as no convertion is > necessary. I'll attempt to finish up the fixes and get you the files. It > is my first attampt with freevo code so it may take a bit. Great thanks, I'm not surprised there where problems with the HDHomeRun code, lack of sleep and no chance to test it doesn't make for perfect code :-). Cheers Adam ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel