Florian Demmer wrote:
> comments below...
> 
> Duncan Webb schrieb:
>> Florian Demmer wrote:
>>   
>>> i do... 
>>> http://demmer.ipax.at/blog/?static=/wiki/&page=ProjectEpiaHtpcNxtvepg
>>>
>>> unfortunately the stopping and restarting does not work that well with 
>>> consecutive recordings, because the start command from the end of the 
>>> first recording happens too late -- when the second recording was 
>>> already started and this causes a channel switch -> the wrong program is 
>>> recorded.
>>>     
>> Do you mean stopping and starting the nxtvepg daemon, of freevo?
>>
>>   
> i mean stopping and starting the nxtvepg daemon using an initscript 
> using VCR_PRE_REC and VCR_POST_REC.
> 
> two programs are scheduled... this is what i think it does:
> 01. VCR_PRE_REC for recording1: nxtvepg stop
> 02. ivtv_record is tuning to channel for recording1
> 03. recording1 starts
> 04. recording1 stopps
> 05. VCR_PRE_REC for recording2: nxtvepg stop <--  useless, because its 
> already stopped
> 06. ivtv_record is tuning to channel for recording2
> 07. recording2 starts
> 08. VCR_POST_REC for recording1: nxtvepg start <-- this is too late and 
> will never be stopped
> 09. nxtvepg is tuning to channel with epg data <-- causes the wrong 
> channel to be recorded
> 10. recording2 stopps
> 11. VCR_POST_REC for recording2: nxtvepg start
> 
>> Consecrative recording are a bit problematic, especially when they are
>> not transmitted at the correct time. The recordserver only starts
>> recordings at the top of the minute, it may be better to shift the
>> timings of the recordserver to the bottom of the minute. Another
>> solution to this is to use the VPS time, which I'm working on at the
>> moment for ivtv cards. Nice thing about the data from nxtvepg is that it
>> has the VPS start times.
>>
>> Do you find that the webserver interface blocks fetching data for some
>> programs?
>>
>>   
> freevo webinterface?
> 
> clicking a program in the epg on the webinterface not always shows the 
> info box with the record button, if that is what you mean? i work around 
> that by searching for the title and click record in the searchresult list...

This is now fixed in svn both in rel-1-6 and rel-1.

I've simply done a replace("\n", "<br/>")

> the reason for this seems to be a linebreak in the program description, 
> like in the following copy/paste from my xmltv data:
> <programme start="20061106182500 +0000" stop="20061106191500 +0000" 
> pdc-start="20061106192500 +0100" channel="CNI0DC2">
>     <title>WISO</title>
>     <desc>ca. 19.50 Uhr: Werbung
> 
> Themen: - Umrüsten - Die Winterreifenpflicht kommt mit Michael 
> Opoczynski</desc>
>     <category>Soziales/Politik/Wirtschaft</category>
>     <category>Nachrichtenmagazin/Berichte</category>
>     <category>Wirtschaft/Ratgeber</category>
>     <video>
>         <aspect>16:9</aspect>
>     </video>
>     <audio>
>         <stereo>stereo</stereo>
>     </audio>
>     <rating system="age">
>         <value>general</value>
>     </rating>
> </programme>
> 
> [...]
> 
> br,
> Florian
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Freevo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to