Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Andrew Flegg
On 7/22/07, Justin Wetherell [EMAIL PROTECTED] wrote: I don't think priorities are used unless you used the CONFLICT_RESOLUTION = True property in your local_conf. Which should never schedule two programs at the same time but it will try and resolve the conflict by rescheduling either

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread John Molohan
Andrew Flegg wrote: On 7/22/07, Justin Wetherell [EMAIL PROTECTED] wrote: I don't think priorities are used unless you used the CONFLICT_RESOLUTION = True property in your local_conf. Which should never schedule two programs at the same time but it will try and resolve the conflict by

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Justin Wetherell
DUPLICATE_DETECTION = True (Don't record the same episode twice) ONLY_NEW_DETECTION = True (If your listings support original air dates) CONFLICT_RESOLUTION = True I added all those in 1.7.0, I believe. On 7/23/07, Andrew Flegg [EMAIL PROTECTED] wrote: On 7/22/07, Justin Wetherell [EMAIL

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Duncan Webb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Flegg wrote: Hi, Is Freevo 1.x supposed to resolve duplicate recordings properly? I've noticed recently that a lower priority favourite will terminate the recording of a higher priority favourite. This seems very broken to me. AFAIK no,

Re: [Freevo-devel] program description scroll

2007-07-23 Thread John Molohan
John Molohan wrote: Adam Charrett wrote: On Mon, 2007-06-25 at 11:47 +0300, Koval Valery wrote: In my tv guide I see video with program description for 7-10 lines. But in freevo I can see only 4 lines (in TV Guide at the top of screen). Other lines are hidden from me by

[Freevo-devel] freevo2.0: TVguide

2007-07-23 Thread Joost
Hi there, Recently I have been looking into the TVGuide menu. It responds very slow, so I took a look and see if I could make it faster. I saw that the real work of the menu is done in the tvlisting_area.py. It even does all the epg acces. Not really gui area stuff! So in stead of making it

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Andrew Flegg
On 7/23/07, Duncan Webb [EMAIL PROTECTED] wrote: Is Freevo 1.x supposed to resolve duplicate recordings properly? I've noticed recently that a lower priority favourite will terminate the recording of a higher priority favourite. This seems very broken to me. AFAIK no, this is something

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Justin Wetherell
I've been using conflict resolution for about 6 months (I wrote the code also) and have yet to see that happen; there should be a lot of DEBUG in the code, if you can post what's happening. On 7/23/07, Andrew Flegg [EMAIL PROTECTED] wrote: On 7/23/07, Duncan Webb [EMAIL PROTECTED] wrote: Is

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Andrew Flegg
On 7/23/07, Justin Wetherell [EMAIL PROTECTED] wrote: I've been using conflict resolution for about 6 months (I wrote the code also) and have yet to see that happen; there should be a lot of DEBUG in the code, if you can post what's happening. Will do. Thinking about it, presumably it's only

Re: [Freevo-devel] Conflicting recordings, priorities etc.

2007-07-23 Thread Justin Wetherell
If you adjust the priority of one favorites (and adjust back to it's original priority), it should reschedule everything. Also, every time you get new listings, it should reschedule everything. Check the logs, make sure it is enabled, you should NEVER have two things recorded at the same time