Re: [vdr] determine within plugin, whether radio or tv station

2016-01-27 Thread Stefan Braun
Hi,

 

i do this in my plugins in the following way (Channel is a cChannel object):

 

bool isRadio = !Channel->Vpid() && Channel->Apid(0);

 


cheers Louis



 

Gesendet: Mittwoch, 27. Januar 2016 um 11:48 Uhr
Von: "Joerg Riechardt" 
An: "vdr@linuxtv.org" 
Betreff: [vdr] determine within plugin, whether radio or tv station

Hi,
what is a safe way to determine within a plugin, whether the stream it
is receiving from VDR is a radio or a tv stream?
There are tv streams with slowly changing still pictures, there are
radio plugins which insert grafical information, so I am not sure if
this could be achived by analysing the stream.
Of cause there is the video pid. Is there a standard way to get that to
the plugin?
Do I think to complicated or am I missing something?
The plugin needs to know within less than 100ms after start of stream.
Joerg

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] skin nOpacity 0.1.0

2013-03-25 Thread Stefan Braun
Hi Rene,

fine that you got the skin running finally ;)

 I can now change to the theme, but i don't get the video resized even if
 that setting is set..

 Any idea what i might have missed?
 
Yes...the output device has to implement the VDR scaling API introduced by 
Klaus in VDR1.7.33. xineliboutput has not been updted for this afaik, so 
scaling is not working with this output device currently. I don't know if the 
developer will implement it.

btw: softhddevice has implemented the scaling API and scaling works fine with 
this output plugin ;)

Cheers Louis
 

Gesendet: Sonntag, 24. März 2013 um 13:01 Uhr
Von: René linu...@hertell.com
An: VDR Mailing List vdr@linuxtv.org
Betreff: Re: [vdr] [ANNOUNCE] skin nOpacity 0.1.0
On 22.03.2013 1:12 , René wrote:
 Hi Louis,

 I start xineliboutput with the following line

 xineliboutput --local=none --remote=37890 --primary --fullscreen

 I tried to add --hud but it did not work. To had to remove first
 --fullscreen because vdr did not start, but to the end i had the same
 problem: no osd :-(

 I tried to install softhddevice, but i could not get it to compile due
 to missing libraries etc. If you know which packages is needed in
 Ubuntu, then it would be great to get help with this :-)

Hi Louis,

Now i got all compoled. I recompiled everything (vdr etc) and i managed
(i think) to get all libraries installed too.

I can now change to the theme, but i don't get the video resized even if
that setting is set..

Any idea what i might have missed?

René

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] 0.1.0

2013-03-21 Thread Stefan Braun

Hi Rene,

how do you start the xineliboutput plugin? To get a true color osd, you have to 
start it with --hud. I think this is your problem...

If this is not working, you could also try to use softhddevice as output 
plugin. softhddevice supports true color anyway, so you could see if you have 
another issue maybe...

Cheers Louis

PS: sorry for the html mail, damn new gmx webinterface :-)


Gesendet: Mittwoch, 20. März 2013 um 23:55 Uhr
Von: René linu...@hertell.com
An: VDR Mailing List vdr@linuxtv.org
Betreff: Re: [vdr] [ANNOUNCE] 0.1.0
Hi Louis,

I tried the plugin on vdr 1.7.41, but i don't get the OSD working (osd
is blank). I run my vdr on Ubuntu, and I use xineliboutput. Could it be
some libraries that i'm missing?

Regards,

René

On 13.03.2013 16:52 , Stefan Braun wrote:
 Hi,

 One additional technical remark: the skin uses intensively the
 eMenuCategory enumeration introduced in VDR 1.7.34 to determinate
 which menu has to be displayed and if this menu should be displayed
 narrowly or in default style.

 So plugins like epgsearch or extrecmenu which replace VDR menus also
 have to set correct MenuCategories to be displayed correctly by the
 skin. In the newest versions of these plugins this is already
 implemented, so you should use always the latest git version of these
 plugins.

 One remaining issue with older plugins which are not already adapted
 to this new behaviour is the following: in plugins with dedicated
 setup menus which inherit from cMenuSetupPage the menu category
 mcSetup is set by the constructor of VDRs cMenuSetupPage, but this
 category should only be used by the main setup menu from VDR (which
 is diplayed narrow by default in the skin). To solve this, in the
 constructors of these plugin menus a different menu category (for
 instance mcSetupPlugins) has to be set via a call to
 SetMenuCategory:

 SetMenuCategory(mcSetupPlugins);

 Cheers Louis

 ___ vdr mailing list
 vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



--

René Hertell
Mäntytie 19
00270 Helsinki
Finland

TEL: +358 (0)9 135 1477
GSM: +358 (0)50 64 447
Fax: +358 (0)9 135 4001
VOIP: r...@voip.hertell.com

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr[http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr]



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] skin nOpacity 0.1.0

2013-03-13 Thread Stefan Braun
Hi list,

version 0.1.0 of the true color skin nOpacity is now available.

Direct download: 
http://projects.vdr-developer.org/attachments/download/1287/vdr-skinnopacity-0.1.0.tgz

nOpacity needs at least VDR 1.7.34 and runs with every true color capable 
output device (softhddevice, xine, xineliboutput, FF S2-6400). For more 
information see the Wiki at vdr-developer.org: 
http://projects.vdr-developer.org/projects/skin-nopacity/wiki

Feature requests or bug reports can be posted at 
http://projects.vdr-developer.org/projects/skin-nopacity/issues/new

You're welcome to to provide a translation for your language. Just provide an 
appropriate po file in the ticket system.

Cheers Louis


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] skin nOpacity 0.1.0

2013-03-13 Thread Stefan Braun
Hi,

One additional technical remark: the skin uses intensively the eMenuCategory 
enumeration introduced in VDR 1.7.34 to determinate which menu has to be 
displayed and if this menu should be displayed narrowly or in default style. 

So plugins like epgsearch or extrecmenu which replace VDR menus also have to 
set correct MenuCategories to be displayed correctly by the skin. In the newest 
versions of these plugins this is already implemented, so you should use always 
the latest git version of these plugins.

One remaining issue with older plugins which are not already adapted to this 
new behaviour is the following: in plugins with dedicated setup menus which 
inherit from cMenuSetupPage the menu category mcSetup is set by the constructor 
of VDRs cMenuSetupPage, but this category should only be used by the main setup 
menu from VDR (which is diplayed narrow by default in the skin). To solve this, 
in the constructors of these plugin menus a different menu category (for 
instance mcSetupPlugins) has to be set via a call to SetMenuCategory:

SetMenuCategory(mcSetupPlugins);

Cheers Louis

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] tvguide 0.0.1

2013-01-14 Thread Stefan Braun
Hi,

 is there a public repo for tvguide btw ?

not yet, only the download area on 
http://projects.vdr-developer.org/projects/plg-tvguide/files.

For further development (next step will be to adapt tvguide to the look of 
skin nOpacity, usage of common design, channel logos, ...) i'll put it in a git 
repo on the vdr developers project site the next weeks.

Cheers Louis

 Original-Nachricht 
 Datum: Mon, 14 Jan 2013 11:32:50 +0100
 Von: syrius...@no-log.org
 An: VDR Mailing List vdr@linuxtv.org
 CC: Michal mic...@lightcomp.cz, louis.br...@gmx.de
 Betreff: Re: [vdr] tvguide 0.0.1

 louis.br...@gmx.de writes:
 
  Hi,
 
  I'm the author of the plugin. You have to use a true color capable
 output device (i 'm using softhddevice,  but it should also work with xine, or
 xineliboutput with HUD enabled) to run the plugin. 
 
 Ok.
 Thanks for the information guys.
 I don't know if my gfx card supports xrender/composite, i'll give it a
 try this evening.
 
 is there a public repo for tvguide btw ?
 
 -- 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] tvguide 0.0.1

2013-01-14 Thread Stefan Braun
Hi,

 Is this a plugin similar to yaepghd? 

More or less...the view is mirrored, the channels are displayed horizontally, 
time vertically.

 Can users create their own themes/skins? 

Yes, all colors can be influenced by own themes.

 So it _will_ support truecolor? 

Yes :-)

 When you add logo support, PLEASE add jpg logo support. 
 I can't imagine anyone actually cares if a logo has transparency, and nearly
 all of the high color/high res logos I've found are jpg. 

Jpeg support for logos is already included, you can select between image 
extensions jpeg and png in setup.

 Lastly, do you have any screenshots you can provide?

See this posts in the announce thread on vdr portal for some screenshots:

http://www.vdr-portal.de/board1-news/board2-vdr-news/p1089917-announce-plugin-tvguide/#post1089917

http://www.vdr-portal.de/board1-news/board2-vdr-news/p1090305-announce-plugin-tvguide/#post1090305

Cheers Louis

 Original-Nachricht 
 Datum: Mon, 14 Jan 2013 15:52:05 -0800
 Von: VDR User user@gmail.com
 An: VDR Mailing List vdr@linuxtv.org
 Betreff: Re: [vdr] tvguide 0.0.1

 On Mon, Jan 14, 2013 at 3:02 AM, Stefan Braun louis.br...@gmx.de wrote:
  Hi,
 
  is there a public repo for tvguide btw ?
 
  not yet, only the download area on
 http://projects.vdr-developer.org/projects/plg-tvguide/files.
 
  For further development (next step will be to adapt tvguide to the
 look of skin nOpacity, usage of common design, channel logos, ...) i'll put 
 it
 in a git repo on the vdr developers project site the next weeks.
 
  Cheers Louis
 
 Is this a plugin similar to yaepghd? Can users create their own
 themes/skins? So it _will_ support truecolor? When you add logo
 support, PLEASE add jpg logo support. I can't imagine anyone actually
 cares if a logo has transparency, and nearly all of the high
 color/high res logos I've found are jpg. Lastly, do you have any
 screenshots you can provide?
 
 Thanks,
 Derek
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr