Hi,
I've just released VDRAdmin-0.97-am2a at http://andreas.vdr-developer.org which is a bugfix release of 0.97-am2 with the help of some patch submitters. Many thanks to them all!
HISTORY: - fixed Volume+ and Volume- in TV (Reported by Unimatrix0) - fixed missplaced channel name prog_summary (Reported by several people) - added updated English templates (Supplied by C.Y.M) - now VDRAdmin understands timers format from vdr1.3.22- and vdr1.3.23 (Supplied by Stefan Neuwirth) - fixed small display problem in timeline.
Have fun! Andreas
Hello,
just tried it : very nice !!! Thank for this great tool :-)
What has to be done to have a picture screenshot in "Fernseher" ? (I use xine, so my primary device is a pseudo device in case that could change anything).
(There is a small "error" in the INSTALL file : it don't tell to start it before connecting to it with our favorite browser.)
Hi,
just tried it : very nice !!! Thank for this great tool :-)
What has to be done to have a picture screenshot in "Fernseher" ? (I use xine, so my primary device is a pseudo device in case that could change anything).
vdradmin uses VDR's "grab" command which seems to work only with real DVB devices.
(There is a small "error" in the INSTALL file : it don't tell to start it before connecting to it with our favorite browser.)
Really? How can I make _this_ clear to John and Jane Doe that they have to start a program before they can use it? Well, I'll try to fix INSTALL ;-)
Regards, Andreas
On Tue, Mar 22, 2005 at 01:20:04PM +0100, Andreas Mair wrote:
vdradmin uses VDR's "grab" command which seems to work only with real DVB devices.
OK, it's not a big problem for me.
Really? How can I make _this_ clear to John and Jane Doe that they have to start a program before they can use it? Well, I'll try to fix INSTALL ;-)
You have this :
Installation:
Unpack the archive somewhere: $ tar xvf vdradmin-x.y.tar.gz $ cd vdradmin-x.y $ ./vdradmind.pl --config
Some questions about the configuration will asked.
After this, point your browser to the given parameters.
(e.g. http://localhost:8001)
You could put this :
Installation:
Unpack the archive somewhere: $ tar xvf vdradmin-x.y.tar.gz $ cd vdradmin-x.y $ ./vdradmind.pl --config
Some questions about the configuration will asked.
$ ./vdradmind.pl
After this, point your browser to the given parameters.
(e.g. http://localhost:8001)
Or modify vdradmind.pl in such a way that it start itself again in case of a --config mode :-)
But it's really a small issue I agree, I found this vdradmind a really nice and easy to configure daemon !!!
Hi,
On Tuesday 22 March 2005 14:00, Grégoire Favre wrote:
You have this :
Installation:
Unpack the archive somewhere: $ tar xvf vdradmin-x.y.tar.gz $ cd vdradmin-x.y $ ./vdradmind.pl --config
Some questions about the configuration will asked.
After this, point your browser to the given parameters.
(e.g. http://localhost:8001)
You could put this :
Installation:
Unpack the archive somewhere: $ tar xvf vdradmin-x.y.tar.gz $ cd vdradmin-x.y $ ./vdradmind.pl --config
Some questions about the configuration will asked.
$ ./vdradmind.pl
After this, point your browser to the given parameters.
(e.g. http://localhost:8001)
Or modify vdradmind.pl in such a way that it start itself again in case of a --config mode :-)
But it's really a small issue I agree, I found this vdradmind a really nice and easy to configure daemon !!!
Yes, I know, I was only joking.
Regards, Andreas
Grégoire Favre schrieb:
Hello,
just tried it : very nice !!! Thank for this great tool :-)
What has to be done to have a picture screenshot in "Fernseher" ? (I use xine, so my primary device is a pseudo device in case that could change anything).
From the XINE INSTALL file: ... ADDITIONAL SOFTWARE ~~~~~~~~~~~~~~~~~~~ To be able to have VDR grab the image currently displayed in xine, you'll need the programs "y4mscaler", "y4mtoppm", "pnmcut" and "pnmtojpeg".
On my system I use the following versions:
y4mscaler 0.6.1 y4mtoppm part of mjpegtools-1.6.2 pnmcut part of netpbm-10.24 pnmtojpeg part of netpbm-10.24
By default, vdr-xine assumes to find these utilities on your PATH. But you can specify the absolute path to them by setting the Makefile variables VDR_XINE_Y4MSCALER, VDR_XINE_Y4MTOPPM, VDR_XINE_PNMCUT and VDR_XINE_PNMTOJPEG. ...
After installing these programms, you will see a picture in "Fernseher" :)
Frank
hi,
Andreas Mair writes:
Hi,
just tried it : very nice !!! Thank for this great tool :-)
What has to be done to have a picture screenshot in "Fernseher" ? (I use xine, so my primary device is a pseudo device in case that could change anything).
vdradmin uses VDR's "grab" command which seems to work only with real DVB devices.
well, it works with my vdr-xine installation. Please check the INSTALL-file of the xine plugin.
yours, Jouni
On Tue, Mar 22, 2005 at 06:48:25PM +0100, Frank Scherthan wrote:
y4mscaler 0.6.1
Well, then one time I have to find out why it doesn't compil on amd64 once :-)
On Wed, 2005-03-23 at 16:23 +0100, tony wrote:
Le mardi 22 mars 2005 à 18:48 +0100, Frank Scherthan a écrit :
y4mscaler 0.6.1
Can't install on Fedora Core 3 - time to move to ubuntu...
Missing mjpegtools? mjpegtools are in freshrpms. Eiter install this rpm;
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/3/freshrpms- release/freshrpms-release-1-1.fc.fr.noarch.rpm
Or add this file;
[root@africa ~]# cat /etc/yum.repos.d/freshrpms.repo # $Id: freshrpms.repo 2478 2004-11-11 22:44:01Z dude $ [freshrpms] name=Fedora Core $releasever - $basearch - Freshrpms #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/ mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors- freshrpms enabled=1 gpgcheck=1
then
yum install mjpegtools-devel
You might need to import the gpg key for freshrpms;
rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt
You should never have to switch distributions in order to get software installed. After installing mjpegtools y4mscaler should compile flawlessly.
Le mercredi 23 mars 2005 à 15:32 +0000, Torgeir Veimo a écrit :
On Wed, 2005-03-23 at 16:23 +0100, tony wrote:
Le mardi 22 mars 2005 à 18:48 +0100, Frank Scherthan a écrit :
y4mscaler 0.6.1
Can't install on Fedora Core 3 - time to move to ubuntu...
Missing mjpegtools? mjpegtools are in freshrpms. Eiter install this rpm;
Nope... Mine are from dag
You should never have to switch distributions in order to get software installed. After installing mjpegtools y4mscaler should compile flawlessly.
Nope.
I am leaving FC3 because I can no longer get lirc to work and because of various other things: - been using Redhat since 1997, time for a change - played with ubuntu and other live CD distributions and liked the experience (USB pen drive is recognised - not in FC3) - going to built a VIA Epia M specific version of gnopix/ubuntu/... with all HTPC tools
And nagging little things like this - not being able to compile when all the bits are on the machine.
Cheers
Tony
I demand that Grégoire Favre may or may not have written...
On Tue, Mar 22, 2005 at 06:48:25PM +0100, Frank Scherthan wrote:
y4mscaler 0.6.1
Well, then one time I have to find out why it doesn't compil on amd64 once :-)
y4mscaler version? Compiler version? I ask because according to the changelog in 0.6.2, some bugs which prevented compilation using gcc 3.4 (and presumably 4.0-pre) were fixed.
I demand that tony may or may not have written...
Le mardi 22 mars 2005 à 18:48 +0100, Frank Scherthan a écrit :
y4mscaler 0.6.1
Can't install on Fedora Core 3 - time to move to ubuntu...
... in which case you'll be able to use my .deb of it. You'll still need to get mjpegtools from somewhere, though: if it's not in Ubuntu, try
deb ftp://ftp.nerim.net/debian-marillat/ testing main
(If you want, s/testing/unstable/.)
On Thu, Mar 24, 2005 at 05:08:34PM +0000, Darren Salt wrote:
y4mscaler version? Compiler version? I ask because according to the changelog in 0.6.2, some bugs which prevented compilation using gcc 3.4 (and presumably 4.0-pre) were fixed.
I tried at first 8.2 version, but no way, I can't compil it, version 0.6.2 works out of the box (just to set CPU flags) BUT I don't get any picture in Fersehen Mode in vdradmin, even if I know have all tools...
Andreas Mair wrote:
Hi,
I've just released VDRAdmin-0.97-am2a at http://andreas.vdr-developer.org which is a bugfix release of 0.97-am2 with the help of some patch submitters. Many thanks to them all!
In 'Channels' and 'Playing Today' displays the icons for Info and Rec are somewhere outside the monitor, way out. The reason seems to be that the description of of the program is displayed as one long line.
On Fri, 2005-07-01 at 19:28 +0300, Lauri Tischler wrote:
Andreas Mair wrote:
Hi,
I've just released VDRAdmin-0.97-am2a at http://andreas.vdr-developer.org which is a bugfix release of 0.97-am2 with the help of some patch submitters. Many thanks to them all!
In 'Channels' and 'Playing Today' displays the icons for Info and Rec are somewhere outside the monitor, way out. The reason seems to be that the description of of the program is displayed as one long line.
Yep, that's due to use of <nobr> and the "white-space: nowrap" in the templates/CSS. I hear this has already been fixed and will be in the next version (well, at least I've reported it many times and Andreas managed to shut my mouth until now by saying that :))
Ville Skyttä wrote:
On Fri, 2005-07-01 at 19:28 +0300, Lauri Tischler wrote:
Andreas Mair wrote:
Hi,
I've just released VDRAdmin-0.97-am2a at http://andreas.vdr-developer.org which is a bugfix release of 0.97-am2 with the help of some patch submitters. Many thanks to them all!
In 'Channels' and 'Playing Today' displays the icons for Info and Rec are somewhere outside the monitor, way out. The reason seems to be that the description of of the program is displayed as one long line.
Yep, that's due to use of <nobr> and the "white-space: nowrap" in the templates/CSS. I hear this has already been fixed and will be in the next version (well, at least I've reported it many times and Andreas managed to shut my mouth until now by saying that :))
Thanks. replacing line in style.css .einzug_liste { margin: 3px 5px 0px 5px; white-space: nowrap; } with .einzug_liste { margin: 3px 5px 0px 5px; } seems to do the trick.