[vdr] how to save the setup.conf
Hi, Is there a way, from a plugin, to save immediately the setup.conf instead of waiting a proper VDR shutdown? I a word how to call Setup.Save() from a plugin method ? Thanks Béranger ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] pvrinput multiple cards, recording and epg
ok, so I'm an idiot. I've set up VDR with the pvrinput plugin, and think I've worked out the answer to my question below regarding how to support multiple devices. Is this achieved by having channels.conf entries with duplicate transport stream IDs? Channels.conf: KOMO:67250:I999C0:C:0:301:300:0:A1:12003:1:1089:0 KOMO:67250:I999C12:C:0:301:300:0:A1:12003:1:1089:0 KING:77250:I999C0:C:0:301:300:0:A1:12003:1:1090:0 KING:77250:I999C12:C:0:301:300:0:A1:12003:1:1090:0 correct? This is exactly how it's supposed to work. The same stream ID is given, so the channel is only listed once, but is available from 2 different devices. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] how to save the setup.conf
BRUNETON Béranger wrote: Is there a way, from a plugin, to save immediately the setup.conf instead of waiting a proper VDR shutdown? I a word how to call Setup.Save() from a plugin method ? Calling Setup.Save() should be fine, unless you do it from a background thread. VDR does call it too for its own setup pages in cMenuSetupBase::Store(). Cheers, Udo ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] pvrinput and radio channels
Hi. I can play radio channels with my PVR-500 with the following: ivtv-radio -f 102.5 but when I try to do it within VDR with: FM 102.5:102500:C0:C:0:0:300:0:A1:12003:1:1091:0 I get nothing. Also, I then can't do the ivtv-radio thing until ivtv's been unloaded/loaded again. Can someone send me a snippit of a working channels.conf with pvrinput radio??? Thanks!! ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr