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...
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
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
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
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é" linuxtv@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: rene@voip.hertell.com
_______________________________________________ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr%5Bhttp://www.linuxtv.org...]
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 :-)
Regards,
René
On 21.03.2013 12:33 , Stefan Braun wrote:
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 :-)
On Thu, Mar 21, 2013 at 4:12 PM, René linuxtv@hertell.com wrote:
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 :-)
Why don't you use `apt-file search` to identify the packages which contain the files you're missing?
On 22.03.2013 2:10 , VDR User wrote:
On Thu, Mar 21, 2013 at 4:12 PM, René linuxtv@hertell.com wrote:
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 :-)
Why don't you use `apt-file search` to identify the packages which contain the files you're missing?
I'm running a manually compiled vdr, and the ubuntu-version i run does not have the softhddevice plugin :-(
René
On Thu, Mar 21, 2013 at 6:11 PM, René linuxtv@hertell.com wrote:
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 :-)
Why don't you use `apt-file search` to identify the packages which contain the files you're missing?
I'm running a manually compiled vdr, and the ubuntu-version i run does not have the softhddevice plugin :-(
Are you saying there's some special ubuntu version of the VDR & plugins source?
Anyways, when you try compiling, you likely have errors like some file.pc is missing. So you can do `apt-file search file.pc` to find the package that file belongs to, and then install the package.
On 22.03.2013 3:29 , VDR User wrote:
I'm running a manually compiled vdr, and the ubuntu-version i run
does not
have the softhddevice plugin
Are you saying there's some special ubuntu version of the VDR &
plugins source?
Anyways, when you try compiling, you likely have errors like some file.pc is missing. So you can do `apt-file search file.pc` to find the package that file belongs to, and then install the package.
Fantastic! I did not know about apt-file...! Now it's just to search for what's missing when a compilation fails.. Now i got softhddevice compiled, so next step will bet to try out how that will work
Thanks
René
On 22.03.2013 00:12, René wrote:
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 :-)
These are the build dependencies of the softhddevice plugin:
gettext, pkg-config, libasound2-dev, libx11-dev, libxcb1-dev, libx11-xcb-dev, libxcb-ewmh-dev, libxcb-dpms0-dev, libxcb-glx0-dev, libxcb-icccm4-dev, libxcb-image0-dev, libxcb-randr0-dev, libxcb-screensaver0-dev, libxcb-shm0-dev, libxcb-util0-dev, libxcb-xv0-dev, x11proto-core-dev, mesa-common-dev, libglu1-mesa-dev, libva-dev, libvdpau-dev, libavcodec-dev, libavutil-dev,
If you don't want to use the available packages in e.g. yaVDR, you can at least do a `apt-get build-dep vdr-plugin-softhddevice` to get the build dependencies (assuming you have the appropriate repositories in your sources.list)
Tobias
On 22.03.2013 8:15 , Tobi wrote:
On 22.03.2013 00:12, René wrote:
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
These are the build dependencies of the softhddevice plugin:
gettext, pkg-config, libasound2-dev, libx11-dev, libxcb1-dev, libx11-xcb-dev, libxcb-ewmh-dev, libxcb-dpms0-dev, libxcb-glx0-dev, libxcb-icccm4-dev, libxcb-image0-dev, libxcb-randr0-dev, libxcb-screensaver0-dev, libxcb-shm0-dev, libxcb-util0-dev, libxcb-xv0-dev, x11proto-core-dev, mesa-common-dev, libglu1-mesa-dev, libva-dev, libvdpau-dev, libavcodec-dev, libavutil-dev,
If you don't want to use the available packages in e.g. yaVDR, you can at least do a `apt-get build-dep vdr-plugin-softhddevice` to get the build dependencies (assuming you have the appropriate repositories in your sources.list)
Tobias
hi Toibias,
I did just have the medibuntu-repository for my buntu Precise Pangolin. I assume that for getting the latest vdr-stuff, i should go for the repo mentioned over here: http://www.e-tobi.net/blog/2013/03/14/vdr-1-7-40-2-0-0-eure-hilfe-wird-gebra...
With the help of apt-file search i got now softhddevice compiled. Now I just need to wait that the my familie heads to bed so that i can sit up the whole night tweaking vdr
René
René,
well you could go the hard way and try a mix of repository based VDR plus any self-compiled Plugins, in that case I would rather suggest to do everything by yourself inkl. VDR ...
Or a little easier Debian/Ubuntu way, look here: http://goo.gl/Xz7zm, usage: "sudo apt-add-repository ppa:yavdr/testing-vdr"
Our packages do base closely on Tobi's work.
=== Kind regards fnu
On 23.03.2013 1:20 , fnu wrote:
René,
well you could go the hard way and try a mix of repository based VDR plus any self-compiled Plugins, in that case I would rather suggest to do everything by yourself inkl. VDR ...
Or a little easier Debian/Ubuntu way, look here: http://goo.gl/Xz7zm, usage: "sudo apt-add-repository ppa:yavdr/testing-vdr"
Our packages do base closely on Tobi's work.
=== Kind regards fnu
Hi Fnu,
Thanks for the suggesting your repo. It looks to have an impressive list of plugins :-) I did a small test-ride, but for some reason it did not install an init-script. is it something i'm missing, or shall i use the init-script found under /usr/share/doc/vdr/examples ?
Regards,
René
Hi,
Am 23.03.2013 12:28, schrieb René:
On 23.03.2013 1:20 , fnu wrote:
René,
well you could go the hard way and try a mix of repository based VDR plus any self-compiled Plugins, in that case I would rather suggest to do everything by yourself inkl. VDR ...
Or a little easier Debian/Ubuntu way, look here: http://goo.gl/Xz7zm, usage: "sudo apt-add-repository ppa:yavdr/testing-vdr"
Our packages do base closely on Tobi's work.
=== Kind regards fnu
Hi Fnu,
Thanks for the suggesting your repo. It looks to have an impressive list of plugins :-) I did a small test-ride, but for some reason it did not install an init-script. is it something i'm missing, or shall i use the init-script found under /usr/share/doc/vdr/examples ?
In the final version (coming with vdr 2.0) the package will again install an init.d-Script (or an upstart-job if your system uses that like Ubuntu). For now you have to use the one found in the examples directory.
Lars.
Regards,
René
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
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é
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é" linuxtv@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