Re: [vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-09-11 Thread Jouni Karvo

On 27.08.2010 20:44, Antti Ajanki wrote:
New version of the Webvideo plugin is available at 
http://users.tkk.fi/~aajanki/vdr/webvideo/




Tried compiling with vdr 1.7.15.  Does not work, because the vdr 
include directory is under include, not where the sources are.


May I suggest adding a VDRINCLUDEDIR variable, and -I option, and 
removing the vdr/ from the #include statements in the future versions.


yours,
Jouni

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


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-09-11 Thread Antti Ajanki

On 09/11/2010 01:44 PM, Jouni Karvo wrote:

On 27.08.2010 20:44, Antti Ajanki wrote:

New version of the Webvideo plugin is available at
http://users.tkk.fi/~aajanki/vdr/webvideo/



Tried compiling with vdr 1.7.15. Does not work, because the vdr
include directory is under include, not where the sources are.

May I suggest adding a VDRINCLUDEDIR variable, and -I option, and
removing the vdr/ from the #include statements in the future versions.


Thanks for the suggestion. I will add variable for the include dir as 
you proposed.


I have tested it only in 1.6.0. Does it compile after changing the 
include path or are other modifications needed?


Antti

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


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-09-11 Thread Rolf Ahrenberg

On Sat, 11 Sep 2010, Antti Ajanki wrote:


On 09/11/2010 01:44 PM, Jouni Karvo wrote:

May I suggest adding a VDRINCLUDEDIR variable, and -I option, and
removing the vdr/ from the #include statements in the future versions.


Thanks for the suggestion. I will add variable for the include dir as you 
proposed.


I'd rather suggest to use the VDR standard to compose the Makefile:

VDRDIR = ../../..
...
-include $(VDRDIR)/Make.global
-include $(VDRDIR)/Make.config
...
INCLUDES += -I$(VDRDIR)/include

BR,
--
rofa

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


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-09-11 Thread Jouni Karvo

On 11.09.2010 18:45, Rolf Ahrenberg wrote:

On Sat, 11 Sep 2010, Antti Ajanki wrote:


On 09/11/2010 01:44 PM, Jouni Karvo wrote:

May I suggest adding a VDRINCLUDEDIR variable, and -I option, and
removing the vdr/ from the #include statements in the future 
versions.


Thanks for the suggestion. I will add variable for the include dir as 
you proposed.


I'd rather suggest to use the VDR standard to compose the Makefile:

VDRDIR = ../../..
...
-include $(VDRDIR)/Make.global
-include $(VDRDIR)/Make.config
...
INCLUDES += -I$(VDRDIR)/include

I followed Rofa's suggestion, and this way it compiles nicely for 1.7.15 
(and seems to work, too).


Thanks!

yours,
Jouni


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


[vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-08-27 Thread Antti Ajanki
New version of the Webvideo plugin is available at 
http://users.tkk.fi/~aajanki/vdr/webvideo/


Webvideo is a VDR plugin for downloading videos from popular video 
sharing webvites such as YouTube. With the help of xineliboutput plugin 
the videos can be played directly in VDR without downloading them first.


Changes:

2010-08-26: Version 0.3.2

- Plugin: Possibility to run a script after downloading.
- New video service: MoonTV (contributed by Matti Lehtimäki).
- ruutu.fi uses rtmpe for some videos.
- Stream low bandwidth Youtube videos by default (configurable in
  /etc/webvi.conf)
- Fixed Google video module.
- Disabled ruutu.fi search which is not working.

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