Garry Cook wrote:

I've got an odd issue here. I record the West Wing on Bravo, channel 61 in my market. However, it's the Hallmark channel from some early morning hour until 5:30PM. Usually TWW is shown at 5 & 6PM, but sometimes it is shown for hours at a time (marathon). So, I want to be able to record at any time on any channel, but have this channel only record from 6PM to Midnight. How can I do this?

Try restricting the time and days you allow the recordings to take place, modify this UPDATE to your needs.
use mythconverg

UPDATE record set description="program.title = \"West Wing\" AND channel.chanid = 1036
AND HOUR(program.starttime) >= 17 AND HOUR(program.starttime) <= 02
AND WEEKDAY(program.starttime) < 5", search=1 where title='West Wing';

--
tveeprom: Hauppauge: model = 34132, rev = J158,
tveeprom: tuner = Philips FM1236 MK3 (idx = 58, type = 4)
tveeprom: audio_processor = MSP3416 (type = 14)
(new type Model 401)
model name      : mobile AMD Athlon(tm) XP Processor
cpu MHz         : 2277.214
cache size      : 512 KB
(Plenty o' grunt on an ECS k7s5a MB)
Knoppmyth R5A16 (unmodified)
http://mysettopbox.tv/CHANGELOG.txt
MythTV 0.18.1

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to