Re: [vdr] SetPlayMode() on radio channels

2007-01-31 Thread Thiemo
Am Mittwoch, 31. Januar 2007 17:05 schrieb Laz: > > currently its realy a pain finding out if a stream is audio-only or not > > in the mpeg-player (where it does not belong imho). > > What would be nice is something like bool cRecording::IsRadio(). Why reinventing the wheel if pmAudioOnly is alread

Re: [vdr] SetPlayMode() on radio channels

2007-01-31 Thread Laz
On Wednesday 31 January 2007 14:13, Thiemo wrote: > Am Freitag, 26. Januar 2007 15:32 schrieb Klaus Schmidinger: > > Thiemo wrote: > > > Hi, > > > > > > is there a special reason that SetPlayMode() is always called with > > > "pmAudioVideo" even on radio channels instead of pmAudioOnly or > > > pmA

Re: [vdr] SetPlayMode() on radio channels

2007-01-31 Thread Thiemo
Am Freitag, 26. Januar 2007 15:32 schrieb Klaus Schmidinger: > Thiemo wrote: > > Hi, > > > > is there a special reason that SetPlayMode() is always called with > > "pmAudioVideo" even on radio channels instead of pmAudioOnly or > > pmAudioOnlyBlack? It would make things much easier if it would do s

Re: [vdr] SetPlayMode() on radio channels

2007-01-27 Thread Reinhard Nissl
Hi, Klaus Schmidinger wrote: > When replaying a recording, VDR sets up a cDvbPlayerControl in > cReplayControl::cReplayControl(), which in turn creates a cDvbPlayer. > If you want to use a different play mode for radio recordings, > you'll need to first know in cReplayControl::cReplayControl() th

Re: [vdr] SetPlayMode() on radio channels

2007-01-26 Thread Klaus Schmidinger
Thiemo wrote: > Hi, > > is there a special reason that SetPlayMode() is always called with > "pmAudioVideo" even on radio channels instead of pmAudioOnly or > pmAudioOnlyBlack? It would make things much easier if it would do so (for > displaying a background image). > Can you give me a hint whe

[vdr] SetPlayMode() on radio channels

2007-01-09 Thread Thiemo
Hi, is there a special reason that SetPlayMode() is always called with "pmAudioVideo" even on radio channels instead of pmAudioOnly or pmAudioOnlyBlack? It would make things much easier if it would do so (for displaying a background image). Can you give me a hint where I could change this? che