2004-12-13, 04:33 PM
Hi Sub,
I'm writing a small software for german pay-tv (premiere) users.
Here I have a external box connected to my tv-card.
In my XMLTV I've all stations and can switch the channels with an infrared-sender.
This works fine, BUT:
When a movie is not approved for childreen, you must enter a pin-code. For example: The movie at 14:00 is FSK 16 (you must 16 years old), you need a pin. If the same movie comes at 23:00, you need no pin.
My program should change the channel AND send the pin to active the movie.
In the xmltv-file you can find this:
<rating system="FSK">
<value>16</value>
</rating>
(means 16 years)
Is it possible to use this values like fsk or channel-name from xmtlv as a channel-changer-parameter ?
This would be very nice.
Thanks.
Sebastian
I'm writing a small software for german pay-tv (premiere) users.
Here I have a external box connected to my tv-card.
In my XMLTV I've all stations and can switch the channels with an infrared-sender.
This works fine, BUT:
When a movie is not approved for childreen, you must enter a pin-code. For example: The movie at 14:00 is FSK 16 (you must 16 years old), you need a pin. If the same movie comes at 23:00, you need no pin.
My program should change the channel AND send the pin to active the movie.
In the xmltv-file you can find this:
<rating system="FSK">
<value>16</value>
</rating>
(means 16 years)
Is it possible to use this values like fsk or channel-name from xmtlv as a channel-changer-parameter ?
This would be very nice.
Thanks.
Sebastian