Re: [vdr] EPG not purged if -E- option set

2013-09-01 Thread Dave Pickles

On 31/08/13 14:22, Klaus Schmidinger wrote:


Please try the attached patch. This one does compile ;-).

Klaus


I've confirmed the schedules do now expire with the -E- option set. Many 
thanks again.


Dave


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


[vdr] [ANNOUNCE] VDR developer version 2.0.3

2013-09-01 Thread Klaus Schmidinger

VDR version 2.0.3 is now available at

 ftp://ftp.tvdr.de/vdr/vdr-2.0.3.tar.bz2

A 'diff' against the previous stable version is available at

 ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.2-2.0.3.diff

MD5 checksums:

dd8fb1642bdfa7feb0e9a8ae41e9ef2f  vdr-2.0.3.tar.bz2
77b4785029926e2be2103f9a995ca879  vdr-2.0.2-2.0.3.diff

This version fixes a few minor bugs that came up after the release of
version 2.0.2.


The changes since version 2.0.2:

- Fixed asserting free disk space in the cutter.
- No longer trying to delete old recordings in AssertFreeDiskSpace() if the 
given
  Priority is less than 1.
- Fixed handling LIRC events in case repeated events are lost.
- Fixed a possible crash when shutting down VDR while subtitles are being 
displayed
  (reported by Ville Skyttä).
- cDevice::IsPrimaryDevice() now also checks whether the primary device 
actually has
  a decoder and returns false otherwise. This should improve device allocation 
on
  systems that are only used as a receiver and don't actually display anything.
- Increased the value of MAXRETRIES to 20 to reduce the probability of 
disturbances
  in transfer mode.
- All bonded devices (except for the master) now turn off their LNB power 
completely
  to avoid problems when receiving vertically polarized transponders (suggested 
by
  Manfred Völkel and Oliver Endriss).
- Fixed cleaning up old EPG events in case no epg data file is given (reported 
by
  Dave Pickles).

Have fun!

Klaus

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


Re: [vdr] [ANNOUNCE] VDR version 2.0.3 released [ was: VDR developer version 2.0.3 ]

2013-09-01 Thread Klaus Schmidinger

Sorry, silly copy/paste error...

It's of course a new *stable* version that has been released, not a
developer version.

On 01.09.2013 11:31, Klaus Schmidinger wrote:

VDR version 2.0.3 is now available at

  ftp://ftp.tvdr.de/vdr/vdr-2.0.3.tar.bz2

A 'diff' against the previous stable version is available at

  ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.2-2.0.3.diff

MD5 checksums:

dd8fb1642bdfa7feb0e9a8ae41e9ef2f  vdr-2.0.3.tar.bz2
77b4785029926e2be2103f9a995ca879  vdr-2.0.2-2.0.3.diff

This version fixes a few minor bugs that came up after the release of
version 2.0.2.


The changes since version 2.0.2:

- Fixed asserting free disk space in the cutter.
- No longer trying to delete old recordings in AssertFreeDiskSpace() if the 
given
   Priority is less than 1.
- Fixed handling LIRC events in case repeated events are lost.
- Fixed a possible crash when shutting down VDR while subtitles are being 
displayed
   (reported by Ville Skyttä).
- cDevice::IsPrimaryDevice() now also checks whether the primary device 
actually has
   a decoder and returns false otherwise. This should improve device allocation 
on
   systems that are only used as a receiver and don't actually display anything.
- Increased the value of MAXRETRIES to 20 to reduce the probability of 
disturbances
   in transfer mode.
- All bonded devices (except for the master) now turn off their LNB power 
completely
   to avoid problems when receiving vertically polarized transponders 
(suggested by
   Manfred Völkel and Oliver Endriss).
- Fixed cleaning up old EPG events in case no epg data file is given (reported 
by
   Dave Pickles).

Have fun!

Klaus


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


[vdr] Contribution to VDR - source codes, compiling latest 2.x on raspberry pi

2013-09-01 Thread Martin Stiborský
Hi guys,
I'd like to ask you for a little help, small introduction into how it works
in VDR development.

My goal: I'd like to have latest VDR on my RaspberyPi, I have there
Archlinux ARM installed, so it will be maybe a little bit more complicated,
than just upgrading already existing 1.x debian package, which you can use
on Raspbian.

You know, previously I had Raspbian on the RasPi and installing and
configuring VDR was really simple.
There was webinterface and streaming to my workstation with VLC as a client
was working out-of-box (I have right now only DVB-T USB dongle).
As far as I know there is only 1.x deb package now.

I'd like to create similar package for Archlinux (PKGBUILD).

I'll definitelly use already existing debian package as a starting point
for my work.
There are also already some projects existing on that matter:
http://sourceforge.net/projects/archvdr/
https://aur.archlinux.org/packages/vdr/
(I'm quite confused why there is already existing AUR PKGBUILD and also
another project for the same purpose, Wiki is saying that the other project
should be used instead of AUR package, really don't know why
https://wiki.archlinux.org/index.php/VDR#Installation)

Now I need to get idea about the VDR project in general.
For example, I was not able to find some code repository with your
code...are you using git, hg or svn? Is the repository publicly accessible?

Maybe this? http://projects.vdr-developer.org/git/

I have found also this: http://linuxtv.org/repo/ But VDR is not there,
although there is a lot of links and information about VDR.

What is the main place for dev informations? Is it this wiki?
http://linuxtv.org/vdrwiki/index.php/Main_Page

Btw, what about to put such information on your homepage (
http://www.tvdr.de/) ?
Maybe even consider Github as a VDR development home, that would be awesome
:) But that's completely your things how to keep you project running.

Thank you guys for any information for my thing!

-- 
S pozdravem / Best regards
Martin Stiborský

Jabber: st...@njs.netlab.cz
Twitter: http://www.twitter.com/stibi
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Contribution to VDR - source codes, compiling latest 2.x on raspberry pi

2013-09-01 Thread Christopher Reimer
 

Am 1.9.2013 19:58, schrieb Martin Stiborský: 

 Hi guys, 
 I'd like to ask you for a little help, small introduction into how it works 
 in VDR development. 
 
 My goal: I'd like to have latest VDR on my RaspberyPi, I have there Archlinux 
 ARM installed, so it will be maybe a little bit more complicated, than just 
 upgrading already existing 1.x debian package, which you can use on Raspbian. 
 
 You know, previously I had Raspbian on the RasPi and installing and 
 configuring VDR was really simple. 
 There was webinterface and streaming to my workstation with VLC as a client 
 was working out-of-box (I have right now only DVB-T USB dongle). 
 As far as I know there is only 1.x deb package now. 
 
 I'd like to create similar package for Archlinux (PKGBUILD). 
 
 I'll definitelly use already existing debian package as a starting point for 
 my work.

That's definitely the wrong attempt. You can't use debian packages as
starting point for Arch Linux packages. 

Maybe you want to contribute to vdr4arch --
https://github.com/CReimer/vdr4arch [8] 

 There are also already some projects existing on that matter: 
 http://sourceforge.net/projects/archvdr/ [1] 
 https://aur.archlinux.org/packages/vdr/ [2] 
 (I'm quite confused why there is already existing AUR PKGBUILD and also 
 another project for the same purpose, Wiki is saying that the other project 
 should be used instead of AUR package, really don't know why 
 https://wiki.archlinux.org/index.php/VDR#Installation [3])

ArchVDR is not up-to-date and it doesn't take care of the rules in
Arch's DeveloperWiki. 
AUR is the most chaotic place you which exists in the Arch world. Most
of the PKGBUILDs there are in very bad condition. 

 Now I need to get idea about the VDR project in general. 
 For example, I was not able to find some code repository with your code...are 
 you using git, hg or svn? Is the repository publicly accessible? 
 
 Maybe this? http://projects.vdr-developer.org/git/ [4] 
 
 I have found also this: http://linuxtv.org/repo/ [5] But VDR is not there, 
 although there is a lot of links and information about VDR. 
 
 What is the main place for dev informations? Is it this wiki? 
 http://linuxtv.org/vdrwiki/index.php/Main_Page [6] 
 
 Btw, what about to put such information on your homepage (http://www.tvdr.de/ 
 [7]) ? 
 Maybe even consider Github as a VDR development home, that would be awesome 
 :) But that's completely your things how to keep you project running.

There's no publicly accessible GIT/HG repository for VDR, but you have
the choice between stable versions (2.0.3) and developer versions
(2.1.1) 

Christopher Reimer 

Links:
--
[1] http://sourceforge.net/projects/archvdr/
[2] https://aur.archlinux.org/packages/vdr/
[3] https://wiki.archlinux.org/index.php/VDR#Installation
[4] http://projects.vdr-developer.org/git/
[5] http://linuxtv.org/repo/
[6] http://linuxtv.org/vdrwiki/index.php/Main_Page
[7] http://www.tvdr.de/
[8] https://github.com/CReimer/vdr4arch
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Contribution to VDR - source codes, compiling latest 2.x on raspberry pi

2013-09-01 Thread Martin Stiborský
Hi Christopher,
Thanks a lot for response.

The idea with debian vdr packages was just for getting the idea about build
process, nothing else.

Thanks for mentioning vdr4arch, that's it, I haven't found this so far,
I'll focus there.


On Sun, Sep 1, 2013 at 8:19 PM, Christopher Reimer v...@creimer.net wrote:

 **



 Am 1.9.2013 19:58, schrieb Martin Stiborský:

 Hi guys,
 I'd like to ask you for a little help, small introduction into how it
 works in VDR development.

 My goal: I'd like to have latest VDR on my RaspberyPi, I have there
 Archlinux ARM installed, so it will be maybe a little bit more complicated,
 than just upgrading already existing 1.x debian package, which you can use
 on Raspbian.

 You know, previously I had Raspbian on the RasPi and installing and
 configuring VDR was really simple.
 There was webinterface and streaming to my workstation with VLC as a
 client was working out-of-box (I have right now only DVB-T USB dongle).
 As far as I know there is only 1.x deb package now.

 I'd like to create similar package for Archlinux (PKGBUILD).

 I'll definitelly use already existing debian package as a starting point
 for my work.


  That's definitely the wrong attempt. You can't use debian packages as
 starting point for Arch Linux packages.

 Maybe you want to contribute to vdr4arch --
 https://github.com/CReimer/vdr4arch


 There are also already some projects existing on that matter:
 http://sourceforge.net/projects/archvdr/
 https://aur.archlinux.org/packages/vdr/
 (I'm quite confused why there is already existing AUR PKGBUILD and also
 another project for the same purpose, Wiki is saying that the other project
 should be used instead of AUR package, really don't know why
 https://wiki.archlinux.org/index.php/VDR#Installation)


  ArchVDR is not up-to-date and it doesn't take care of the rules in
 Arch's DeveloperWiki.
 AUR is the most chaotic place you which exists in the Arch world. Most of
 the PKGBUILDs there are in very bad condition.


 Now I need to get idea about the VDR project in general.
 For example, I was not able to find some code repository with your
 code...are you using git, hg or svn? Is the repository publicly accessible?

 Maybe this? http://projects.vdr-developer.org/git/

 I have found also this: http://linuxtv.org/repo/ But VDR is not there,
 although there is a lot of links and information about VDR.

 What is the main place for dev informations? Is it this wiki?
 http://linuxtv.org/vdrwiki/index.php/Main_Page

 Btw, what about to put such information on your homepage (
 http://www.tvdr.de/) ?
 Maybe even consider Github as a VDR development home, that would be
 awesome :) But that's completely your things how to keep you project
 running.


  There's no publicly accessible GIT/HG repository for VDR, but you have
 the choice between stable versions (2.0.3) and developer versions (2.1.1)


 Christopher Reimer

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




-- 
S pozdravem / Best regards
Martin Stiborský

Jabber: st...@njs.netlab.cz
Twitter: http://www.twitter.com/stibi
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr