[vdr] Small fix for GCC 4.6 issue

2011-05-12 Thread Tobi
gcc once again became a little bit more strict about the C++ standard, so the skincurses plugin will not compile anymore. 8.5/9 of the C++ standard says "If no initializer is specified for an object, and the object is of (possibly cv-qualified) nonPOD class type (or array thereof), the object sha

Re: [vdr] Small fix for GCC 4.6 issue

2011-05-14 Thread Tobi
On 13.05.2011 23:47, Udo Richter wrote: > Am 13.05.2011 07:44, schrieb Tobi: > Interestingly irritating... Since I don't have an GCC4.6 at hand, I > *think* the source of the problem might be that cCursesFont has just an > default constructor. Right. The C++ standard explicitly

Re: [vdr] Searching for a VDR announce feed

2011-05-23 Thread Tobi
> Anyone knows an equivalent of this (now gone) page? Maybe there's a more > modern RSS feed today? Thanks. Not directly from Klaus: http://projects.vdr-developer.org/projects/vdr/news.atom Or from the Git mirror: http://git.gekrumbel.de/vdr.git?p=vdr.git;a=rss http://projects.vdr-developer.or

[vdr] projects.vdr-developer.org moves to a new server

2011-07-26 Thread Tobi
Hi! I'm going to move projects.vdr-developer.org to a new server this week! I'll try to keep the down-time as short as possible, but please be prepared to have no access to the issue tracker and GIT repositories on Thursday and/or Friday (2011-07-28 / 2011-07.29). I'll keep you informed about th

Re: [vdr] projects.vdr-developer.org moves to a new server

2011-07-29 Thread Tobi
The DNS entry has now been switched to the new server. (Thx. Siegmar!) I'll take down the old server, synch the data to the new one, and bring it online. I hope to get this finished in the next couple of hours. Tobias ___ vdr mailing list vdr@linuxtv.

Re: [vdr] projects.vdr-developer.org moves to a new server

2011-07-29 Thread Tobi
The issue tracker and the Git-Repositories should be back online again. I might need to put some services offline for short periods of time over the weekend, so please try again after a while. If you experience any major problems, please contact me at p...@e-tobi.net Tobias ___

[vdr] projects.vdr-developer.org now has a new home

2011-07-29 Thread Tobi
Hello everyone! http://projects.vdr-developer.org/news/135 projects.vdr-developer.org is now hosted on a new server: Opteron™ 1381 Quad-Core, 4 x 2,5 GHz 4 GB RAM 2 x 500 GB (Raid 1) 500 GB FTP Backup Space IP: 85.214.78.111 The server is still fully sponsored by xeatre.tv (http://www

[vdr] ANNOUNCE vdr-osdteletext 0.9.1

2011-08-20 Thread Tobi
It has been a long time since the last release and I wanted to at least get the pending language updates out (Thanks to Diego and Milan!) I haven't found much time to work on this, so if anyone wants to help - just pick a bug and send a patch or request to join for commit access. The changes:

Re: [vdr] epgsearch plugin memory leak

2011-08-21 Thread Tobi
On 21.08.2011 10:26, Christian Wieninger wrote: > But unfortunately valgrind does not give me the information where the leak > is caused. Maybe the reason for this is that a search timer update runs in > a separate thread or because plugins are dynamically loaded shared libraries? > Has anybody an

[vdr] ANNOUNCE vdr-ttxtsubs 0.2.3 for VDR 1.7.20

2011-08-21 Thread Tobi
Catching up with some bug reports/feature requests and supporting VDR 1.7.20. The changes: * Made changes in font settings be applied instantly, without the need to change the channel (patch provided by Rolf Ahrenberg) * Converted *.po to UTF-8 (Thx to Ville Skyttä!) * Updated patch for

[vdr] vdr-checkts + vdrnfofs

2011-10-02 Thread Tobi
Hi, Just in case someone finds them useful, I've just put two tiny tools online: vdr-checkts: checks VDR recordings for continuity errors http://projects.vdr-developer.org/git/vdr-checkts.git http://projects.vdr-developer.org/git/vdr-checkts.git/tree/README http://projects.vdr-developer.org/git/

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-03 Thread Tobi
On 03.10.2011 11:39, Stuart Morris wrote: > vdr-nfofs looks interesting. Can it be used in conjunction with a DLNA server > like MiniDLNA? Should work. Just make MiniDLNA's config point to the vdrnfofs file system. But I have no idea, if the *.nfo files are of any use to DLNA devices. And it mi

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-03 Thread Tobi
On 03.10.2011 18:08, Ed Hein wrote: > Looks like my patches haven't been accepted for 0.7. No they haven't. Sorry! But it's on the todo list. Just need to fix the merge conflicts first, because the patch doesn't apply to 0.7. Tobias ___ vdr mailing li

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-03 Thread Tobi
On 03.10.2011 20:12, Manfred Schmidt-Voigt wrote: > Is it possible to include this in one of the next versions? Good suggestion! Added to the todo list. Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-04 Thread Tobi
On 04.10.2011 17:35, Holger Altenburg wrote: > Just for your readme-file. I had to install python-setuptools and not only > python-fuse. (Debian Squeeze/e-tobi.net) and I had to set the allow_other > option in the mount-command in order to get permission to the files for > non-root-users. It was n

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-04 Thread Tobi
On 04.10.2011 18:02, Dominic Evans wrote: > Is is possible for you to add a page under > http://projects.vdr-developer.org/projects for vdr-nfofs so that we > can raise bugs, request features and submit patches on a tracker? Ok. http://projects.vdr-developer.org/projects ___

Re: [vdr] ttxtsub plugin under vdr-1.7.21

2011-10-07 Thread Tobi
On 07.10.2011 13:37, Arturo Martinez wrote: > Does somebody have a working vdr-ttxtsubs-0.2.3 patch for vdr-1.7.21? > The one for 1.7.20 produces some .rej files under 1.7.21 I have - just haven't pushed it yet, I'll do so sometime this evening. Tobias __

[vdr] ANNOUNCE vdr-ttxtsubs 0.2.4 for VDR 1.7.21

2011-10-08 Thread Tobi
The changes: * Updated patch for VDR 1.7.21 (Closes #745) !!! With this release the channels.conf format has changed !!! !!! You may need to manually update your channels.conf !!! With VDR 1.7.21 the subtitle PIDs are stored in the channels.conf as an extension to the telete

Re: [vdr] vdr-checkts + vdrnfofs

2011-10-10 Thread Tobi
On 03.10.2011 19:26, Tobi wrote: >> Looks like my patches haven't been accepted for 0.7. > > No they haven't. Sorry! But it's on the todo list. Just need to fix the > merge conflicts first, because the patch doesn't apply to 0.7. I have a new version 0.8 out w

Re: [vdr] shouldn't a vdr recording pause during status 3 flag?

2012-01-14 Thread Tobi
On 13.01.2012 23:14, Dieter Hametner wrote: > You can clone a git repository of all released versions of VDR: > $ git clone git://projects.vdr-developer.org/vdr.git > > There used to be a Web-Access to that repository too, but currently it > doesn't > seem to work any more. It works, but I cha

Re: [vdr] shouldn't a vdr recording pause during status 3 flag?

2012-01-14 Thread Tobi
On 14.01.2012 13:22, Ville Skyttä wrote: > The Redmine repo browser is broken though ("Repository" tab at the top Thanks. Fixed! Sometimes heavy bot-traffic can cause a memory leak - haven't figured out yet where this happens. Tobias ___ vdr mailing

[vdr] Weird frame rate issue (VDR 1.6 recording, VDR 1.7 playback)

2012-01-23 Thread Tobi
Hi! Several recordings recorded from JSC Sports (S13.0E-318-500-8440) seem to have a weird framerate. The recordings were done in PES format with VDR 1.6, so there's no framerate setting in the info file and VDR will use 25 fps by default. This leads to a wrong recording length display (30 minutes

Re: [vdr] Weird frame rate issue (VDR 1.6 recording, VDR 1.7 playback)

2012-01-24 Thread Tobi
Am 24.01.2012 10:40, schrieb Klaus Schmidinger: This channel is encrypted, so I can't run any test on it. Is there an FTA channel that shows the same behavior? Not that I'm aware of. And the behaviour on this channel changed only recently. Does this also happen if you make a recording dire

Re: [vdr] Weird frame rate issue (VDR 1.6 recording, VDR 1.7 playback)

2012-01-25 Thread Tobi
On 24.01.2012 10:40, Klaus Schmidinger wrote: > Does this also happen if you make a recording directly with VDR 1.7.22? Did this now. The info file says 25 fps, the index files is 179512 bytes big, VDR says the recording is 15min long, but the recording was 10 minutes. The raughly calculated fram

Re: [vdr] Weird frame rate issue (VDR 1.6 recording, VDR 1.7 playback)

2012-01-25 Thread Tobi
On 25.01.2012 13:24, Tobi wrote: > Did this now. The info file says 25 fps, the index files is 179512 bytes > big, VDR says the recording is 15min long, but the recording was 10 > minutes. TSDoctor says 25fps interlaced and gives a length of 09:4

[vdr] Cleaner TS/h264 cutting possible?

2012-01-25 Thread Tobi
Hello, cutting a TS recording, where two cut points are joined, always leads to some artifacts at this join when playing the cutted result. When VDR cuts only at I-Frames, shouldn't the cut point be unnoticeable in the output? Checking the cutted result with TS-Doctor shows a bunch of errors, wh

Re: [vdr] xineliboutput and xine-ui not fitting together

2012-02-03 Thread Tobi
On 03.02.2012 16:22, Manfred Schmidt-Voigt wrote: > working xineplugin (xineplug_inp_xvdr.so) for the xine-ui. xine-ui now ist > based on libxine2 but the libxine1-xvdr plugin is based on libxine1 (as > the name allready states). Are there any plans to create a debian package > of the plugin which

Re: [vdr] xineliboutput and xine-ui not fitting together

2012-02-07 Thread Tobi
On 08.02.2012 01:31, Darren Salt wrote: > I see that that's been uploaded. Which just leaves vdr-plugin-xine... Coming soon. I'm trying to backport libxine to Squeeze, but I'll probably give up and go ahead switching my VDR to Wheezy so I'm able to at least test it before uploading. Tobias

[vdr] [ANNOUNCE] vdr-osdpip 0.1.1

2012-02-12 Thread Tobi
Im catching up with some of the bug reports / patches that were lying around for months (Thanks guys). The changes: - Fixed compile error with newer ffmpeg versions >= svn 20100426 (closes #345) - Replaced deprected ffmpeg calls (Patch provided by mnival) (closes #690) - Updated french translat

[vdr] projects.vdr-developer.org

2012-02-12 Thread Tobi
Hello folks! There were a lot of gmail/hotmail accounts that left some SPAM comments. I've deleted them all, so if I accidentally deleted a valid user, please let me know and I'll restore your account! Besides this: You can always report SPAM to me, and I'll try my best to kick it out of this pro

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.24

2012-02-29 Thread Tobi
On 29.02.2012 08:24, Dave wrote: > And the Linux distributions will generally only package 'stable' versions. For Debian I'm already packaging 1.7.x, because 1.6 became pretty much useless nowadays. Wheezy is going to freeze in June and I hope that VDR becomes stable until then. Tobias _

[vdr] locale issue with --edit

2012-03-13 Thread Tobi
This was driving me mad! I have a NTSC TS-recording with 29.97002997 fps. When I set cut marks via the VDR-OSD and cut the recording, this works fine. But when I cut the same recording with the same cut marks with `vdr --edit`, the cut points are offset by some seconds e.g. the beginning of the

Re: [vdr] locale issue with --edit

2012-03-14 Thread Tobi
On 14.03.2012 10:10, Klaus Schmidinger wrote: > Can you please verify that this works? It does! Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] ANNOUNCE vdr-osdteletext 0.9.2

2012-03-25 Thread Tobi
Catching up with the recent changes in the Git, I've released a new version 0.9.2. Please note that this version does not yet work with the TT6400 high level OSD. This is beeing worked on. See: http://projects.vdr-developer.org/issues/899 The changes: * Some code refactorings (Thx to Ville Sk

[vdr] [ANNOUNCE] vdr-osdteletext 0.9.3

2012-04-03 Thread Tobi
The new version should compile with VDR 1.7.27 and fix the issues with the TT6400 OSD. Special thanks in random order to Udo Richter, gda and nox from vdrportal.de, Andreas 'powARman' Regel, Rolf Ahrenberg and Uwe The changes: * VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda

Re: [vdr] [ANNOUNCE] vdr-osdteletext 0.9.3

2012-04-04 Thread Tobi
On 04.04.2012 20:54, Joerg Bornkessel wrote: > is there a reason why the CXXFLAGS ( Makefile ) are hardcoded? No. I simply haven't touched this since I moved the plugin to projects.vdr-developer.org. Fixed in the Git repo, thx for the hint. Tobias

Re: [vdr] [PATCH] vdr-plugin-ttxtsubs - Sync subtitles using PTS

2012-05-07 Thread Tobi
On 06.05.2012 19:28, Matti Horila wrote: Attached patch removes PES and TS delay settings and uses PTS to sync subtitles. Thanks! I'll take a closer look at this: Added it here: http://projects.vdr-developer.org/issues/119 Tobias ___ vdr mailing

Re: [vdr] VDR form packages

2012-05-08 Thread Tobi
On 08.05.2012 18:34, Marx wrote I didn't know and that's why his repository isn't updated. In fact I use lately Debian's version (and I was quite suprised that so new version is available in Debian). Hovewer number of available plugins in Debian is pretty low. Do you know if he plans to migrate

Re: [vdr] VDR form packages

2012-05-09 Thread Tobi
On 08.05.2012 21:18, VDR User wrote: If you haven't added it already, you should consider adding softhddevice. I'll take a look at this. Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR form packages

2012-05-09 Thread Tobi
On 09.05.2012 18:16, Tony Houghton wrote: That sounds like a good idea. Tobias, would you be willing to add this patch if enabling it is made optional? Not if this can be done with a plugin as well. Where can I find the most recent version of the patch? Tobias __

Re: [vdr] vdr-plugin-dvd fails to build

2012-05-26 Thread Tobi
On 25.05.2012 21:25, cedric.dew...@telfort.nl wrote: > I am trying to build vdr-plugin-dvd, but it failes with the following message: Please see the patches from the Debian package: http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/vdr-plugin-dvd.git;a=tree;f=debian/patches;h=f3dae4dcb42969764c9bf

Re: [vdr] Force VDR to save channels.conf

2012-05-26 Thread Tobi
On 26.05.2012 20:56, Artem Makhutov wrote: > How ever - when I restart VDR the changes are not getting saved to > channels.conf. Check the syslog. There might be a plugin not cleanly shutting down, making the vdr abort it's shutdown sequence causing it's settings to not be saved. Tobias ___

Re: [vdr] who is the actual Maintainer of vdr-plugin-yaepg?

2012-07-08 Thread Tobi
On 08.07.2012 21:11, VDR User wrote: > Hard to commit changes when you don't have the password. He never > abandoned it, regardless of the long time since last changes. Anyone who looses his password to projects.vdr-developer.org can just use the "Lost password" link at the logon screen, And if

Re: [vdr] [PATCH] Make RGYB buttons customizable (attempt 2)

2012-08-14 Thread Tobi
On 12.08.2012 14:32, Klaus Schmidinger wrote: > Do you actually *have* a remote control with "non-standard" color keys? I use an UR-2400 - R/Y/B/G. ...but I got used to it. Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/ma

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.30

2012-09-12 Thread Tobi
On 11.09.2012 11:30, Anssi Hannula wrote: > Hmm, I'm the original author of the patch, not sure why Tobias Grimm is > credited here Sorry, that's probably because I maintained this in the Debian package since 2008 and the patch tools added my name to the patch header. I think Manuel sent the pa

[vdr] projects.vdr-developer.org - scheduled maintenance on Saturday/Sunday

2013-01-10 Thread Tobi
Hi everyone! On Saturday/Sunday (2013-01-12 / 2013-01-13) I will run a lot of upgrades on the server. The Redmine projects might be offline for some hours but the Git repositories will still be accessible. Sorry for any inconveniences! I'll try to keep the downtime as short as possible. bye, T

[vdr] RFC: Adding CPPFLAGS to Makefile

2013-02-23 Thread Tobi
Hello! Klaus asked me to put this up for discussion: At least Debian and Debian derivatives provide standard values for CFLAGS/CXXFLAGS/LDFLAGS/CPPFLAGS/FFLAGS. VDR's Makefile does not use CPPFLAGS (C-Pre-Processor flags) right now. Not a big deal and easy to work-around, but for the sake of pro

[vdr] ANNOUNCE vdr-ttxtsubs 0.3.0

2013-03-10 Thread Tobi
It has been far too long since the last ttxtsubs release, so I thought it's time for a new one. A million thanks to all contributors: Ville Skyttä, Jussi Tepponen, Matti Horila, Dimitri Petrovski (Please let me know, if I missed someone here..) The changes: * Removed obsolete (unused since 0.2

[vdr] [ANNOUNCE] vdr-osdteletext 0.9.4

2013-03-10 Thread Tobi
With version support for VDR 1.6.x has been dropped and some improvements for the Czech teletext have been done (Thx to Marek Hajduk!). As always: Any help is welcome! Development site: http://projects.vdr-developer.org/projects/plg-osdteletext Downloads: http://projects.vdr-developer.org/pr

[vdr] [ANNOUNCE] vdr-menuorg 0.5.0

2013-03-16 Thread Tobi
I wanted to completely drop this plugin, but it seems, some folks really like it. Maybe Klaus can add this feature in 2.1+. I've basically only updated the Makefile and the patch for VDR 1.7.40. As always: Any help is welcome! Development site: http://projects.vdr-developer.org/projects/plg-m

Re: [vdr] [ANNOUNCE] vdr-menuorg 0.5.0

2013-03-17 Thread Tobi
On 17.03.2013 11:32, Lars Hanisch wrote: > Found an error in the Makefile. The LIBS are missing, patch attached. Thx! Looks like I was in a hurry :-) Fixed in 0.5.1! Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/

Re: [vdr] VDR form packages

2013-03-18 Thread Tobi
On 18.03.2013 15:43, Dominic Evans wrote: > I noticed that > http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/vdr-plugin-markad.git > is actively maintained, but no deb has been uploaded to debian > archive. Do you plan to upload one whenever vdr 1.7.41 / vdr 2.0.0 > gets uploaded to unstable/expe

Re: [vdr] VDR form packages

2013-03-19 Thread Tobi
On 19.03.2013 08:51, Marx wrote: > what about softhddevice? As i saw vdr running script in Debian doesn't > play well with softhddevice (restart vdr while softhddevice is initializing) > Marx I've already packaged softhddevice, but I need to test it before I decide to upload it to Debian. http:/

Re: [vdr] VDR form packages

2013-03-19 Thread Tobi
On 19.03.2013 15:13, Marx wrote: > what about: > - vdr-plugin-vnsiserver - seems outdated: 0.0.1~svn20100428+frodo-1. would > be nice to have version corresponding with stable frodo VNSI plugin Can you point me to the upstream sources? Is there an official version of the VNSI plugin for Frodo? >

Re: [vdr] VDR form packages

2013-03-21 Thread Tobi
> There is somewhere repo of developer, FernetMenta, but I think those > source should perfectly fit XBMC plugin I've updated the plugin: http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/vdr-plugin-vnsiserver.git;a=summary But I this is still considered unstable, so right now this is no candida

Re: [vdr] [ANNOUNCE] 0.1.0

2013-03-21 Thread Tobi
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: g

Re: [vdr] New Makefile system

2013-03-24 Thread Tobi
On 24.03.2013 13:51, Lucian Muresan wrote: I searched for the segfault in the code but the reason was the make, and that costs me some days. There's not very much which go wrong. As long as the plugins are compiled with -fPIC and -D_FILE_OFFSET_BITS=64 there should be no ABI incompatibilitie

[vdr] Inserting still images into VDR recordings

2013-05-26 Thread Tobi
Hi! Does anybody know a tool which allows to insert still images at a specific position for a specific duration in a VDR TS recording? e.g. I would like to fill in missing frames that happened due to recording errors. bye, Tobias ___ vdr mailing lis

Re: [vdr] Documentation and thoughts on ARGSDIR (first draft)

2015-02-18 Thread Tobi
Just a quick thumbs for the whole ARGSDIR feature! Most likely I'll start migrating the Debian VDR package to this with the 2.2.0 release. Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] VDR version 2.2.0 released - Celebrating 15 years of VDR!

2015-02-19 Thread Tobi
Woohoo! Congratulations! Thank you so much for all your time, creativity and effort that went into making this fine piece of software! Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] VDR version 2.2.0 released - Celebrating 15 years of VDR!

2015-02-19 Thread Tobi
http://www.heise.de/newsticker/meldung/Seiner-Zeit-voraus-Klaus-Schmidingers-Video-Disk-Recorder-VDR-2552972.html ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr on arch linux, and on debian wiki

2015-08-06 Thread Tobi
I'm not aware that VDR is in any way "sensitive" for Debian. As the currently only (more or less) active maintainer of the Debian VDR package I very much appreciate your efforts to take care of the Debian-Wiki page for VDR! I think there's simply not very much interest in VDR among the Debian use

Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-18 Thread Tobi
On 18.10.2015 10:16, Thomas Reufer wrote: > rpihddevice-1.0.0 is now available! Great! Thanks! One minor wish: Please be more specific about the license by including the GPL notice in each source file or at least the README. See the "How to Apply These Terms to Your New Programs" section of the

Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-19 Thread Tobi
I have the package in my private repository for Debian/Jessie which should work for OSMC and guess also for the current raspbian. deb http://e-tobi.net/vdr-experimental jessie vdr-multipatch Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linux

[vdr] projects.vdr-developer.org maintenance

2015-12-09 Thread Tobi
Hello! Most likely during the weekend, I will do some maintenance work on projects.vdr-developer.org (mainly software updates and installing letsencrypt certificates). This may cause some downtime, so please be patient. bye, Tobias ___ vdr mailing li

Re: [vdr] projects.vdr-developer.org maintenance

2015-12-12 Thread Tobi
Just a small status update: After updating from Squeeze to Wheezy to Jessie, the OS is up-to-date. The GIT repositories and the git repository browser should be up and running. The project management site (Redmine) will take a little bit longer. Tobias On 09.12.2015 22:44, Tobi wrote: > He

Re: [vdr] projects.vdr-developer.org maintenance

2015-12-12 Thread Tobi
Everything should be up and running and shiny new now! I've upgraded the server OS from Debian/Squeeze to Debian/Jessie and Redmine from 1.2.1 to 3.2.0. Besides this, the site now uses a Letsencrypt SSL certificate and any non-SSL requests get redirected to https://. Please let me know, if you e

Re: [vdr] projects.vdr-developer.org maintenance

2015-12-15 Thread Tobi
Are there any Debian packages hosted on projects.vdr-developer.org? I can't change to http for just the Downloads. I think having to do an "apt-get install apt-transport-https" isn't much of a problem. Tobias On 15.12.2015 18:25, Peer Oliver Schmidt wrote: > Hello Tob

Re: [vdr] VDR + SatIP + Octopus Net - no more data on SD channels

2016-01-06 Thread Tobi
I've uploaded 2.2.3-1 to Debian and e-tobi.net now as well. Tobias On 05.01.2016 23:47, Patrick Boettcher wrote: > On Sun, 3 Jan 2016 22:29:20 +0100 > Patrick Boettcher wrote: >> Everything works fine. Except that after some time streaming on >> SD-channels seems to stop. Zapping to a HD-channe

Re: [vdr] Device power saving feature - power measurements

2016-06-12 Thread Tobi
Hi, I've tried this as well now. I have two Cine S2 dual-tuner cards (an older 5.5 running on ngene driver and a 6.5 running with the ddbridge driver) attached to a cascadable multiswitch. The VDR (2.2) runs as a headless server with the vnsi plugin to allow to connect Kodi clients to the VDR.

[vdr] projects.vdr-developer.org spam cleanup

2017-03-01 Thread Tobi
I did some spam cleanup on projects.vdr-developer.org today. There was a lot of spam in news-comments. I hope I've catched all spam, if not, please let me know. All spam-users and inactive users which haven't created any kind content have been deleted as well. I might have deleted some "false pos

[vdr] projects.vdr-develper.org down

2017-06-18 Thread Tobi
Hi! Right now the server seems to have some trouble. I'm working on this, but it might take a while. bye, Tobias ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] projects.vdr-develper.org down

2017-06-18 Thread Tobi
On 18.06.2017 20:29, VDR User wrote: > Thanks for the update. Explains why I haven't been able to connect > just now. Hopefully the repos are ok! Right now it seems this will take longer. A reset doesn't help, the serial remote console doesn't show anything and I can't access the FTP server with

Re: [vdr] projects.vdr-develper.org down

2017-06-21 Thread Tobi
Hello Jasmin, On 21.06.2017 09:16, Jasmin J. wrote: >> Right now it seems this will take longer. > Do you have a rough idea when it will be up and running again? It's a hardware issue and I hope they will change the chassis today. I don't have a super-duper-premium-SLA, so communication with the

[vdr] projects.vdr-developer.org back online!

2017-06-21 Thread Tobi
Sorry if this has taken so long! The server hardware was broken and the complete chassis had to be replaced. The server drives were OK, so I only had to change the MAC address and it was up and running again. Thanks for your patience! Tobias ___ v

Re: [vdr] projects.vdr-developer.org back online!

2017-06-21 Thread Tobi
PS: Und besten Dank auch an die Open Source Factory, welche den Server jetzt schon seit fast 9 Jahren sponsert! ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Translation question en -> fr

2017-07-02 Thread Tobi
See changes of 2.3.7: - The option "Setup/Miscellaneous/Show channel names with source" can now be set to "type" or "full" to show either the type or the full name of the source (thanks to Martin Wache). On 02.07.2017 12:44, Bernard Jaulin wrote: > Hello Franck, > > Thank you, but when thi

[vdr] [ANNOUNCE] vdr-osdteletext 0.9.6

2018-01-28 Thread Tobi
I've just prepared a new vdr-osdteletext release containing the changes from 'kandakruemel' and Rolf Ahrenberg to make it work with VDR 2.3.8. Patches are always welcome! Development site: http://projects.vdr-developer.org/projects/plg-osdteletext Downloads: http://projects.vdr-developer.org

[vdr] VDR packages in Debian and e-tobi.net

2021-12-06 Thread Tobi
Hi! To my shame, I have rather neglected the maintenance of the VDR and VDR plugin packages for Debian and e-tobi.net over the last 2 years. I am in the process of catching up. However, I would like to get rid of some plugins where nothing is happening upstream anymore. Which plugins do you consid

Re: [vdr] VDR packages in Debian and e-tobi.net

2021-12-12 Thread Tobi
Thanks for your suggesstions! I hope to have at least have the top 20 plugin packages updated by the end of the year. Packages will be updated in debian/unstable first. BR, Tobias ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/m

Re: [vdr] VDR packages in Debian and e-tobi.net

2021-12-21 Thread Tobi
So far, I've updated the following packages in debian/sid, which soon will migrate to debian/testing: ∙ vdr 2.4.7 ∙ vdr-plugin-dvd 0.3.6~b03+git20211216 ∙ vdr-plugin-dvbhddevice 2.2.0 ∙ vdr-plugin-dvbsddevice 2.2.0 ∙ vdr-plugin-epgsearch 2.4.1 ∙ vdr-plugin-epgsync 1.0.1 ∙ vdr-plugin-femon 2.4.0 ∙

Re: [vdr] VDR packages in Debian and e-tobi.net

2022-01-15 Thread Tobi
Many thanks to Klaus for version 2.6.0! For the state of the Debian packages see: https://qa.debian.org/developer.php?email=pkg-vdr-dvb-devel%40lists.alioth.debian.org Besides this I have in my private repository: deb https://packages.e-tobi.net/vdr-experimental bullseye base vdr-multipatch add

[vdr] projects.vdr-developer.org might come to an end

2022-05-24 Thread Tobi
Hi! Over the last years, the projects.vdr-developer.org site was hosted on a server sponsored by Xeatre.tv. This server will now go offline on June, 7'th. Currently there are about 10 projects with activity in the last 12 months. I haven't made a final decision on how to proceed, but I'm leaning

Re: [vdr] projects.vdr-developer.org might come to an end

2022-07-06 Thread Tobi
Hello! The projects.vdr-developer.org server has been shut down tonight. RIP! I will provide a readonly-mirror of the Redmine projects, tickets and downloads as well as all the git repositories on: https://vdr-projects.e-tobi.net https://vdr-projects.e-tobi.net/git This is still work in progres

Re: [vdr] projects.vdr-developer.org might come to an end

2022-07-07 Thread Tobi
I'm actually > still maintaining vdr-convert for my own use + using it quite a lot. I > plan to recover the wiki pages which represented quite a lot of work.  Has > code been copied to github ?  Who's owning / maintaining it there ? > > Thanks > > On 7/07/2022 0:5

Re: [vdr] Building debain plugin packages

2007-07-31 Thread Tobi
Hello! Rainer Zocholl wrote: > How should a compile all these tons of plugins? > > Is there somewhere a list (like patches) or script or have i to download > each plugin, complie it, install it and than do the next > as shown in the script? > > The easiest way to go might be: Do this once:

Re: [vdr] vdr with control plugin and osd

2008-01-27 Thread Tobi
Sebastian Dellit wrote: > The options for the control plugin are correct but the > Are you sure? The control plug-in must be configured to use the same tty as VDR. See the KEYB_TTY setting in /etc/default/vdr and the -t option in /etc/vdr/plugins/plugin.control.conf. Tobias _

Re: [vdr] Straw poll: stable version 1.6.0 now?

2008-02-03 Thread Tobi
Klaus Schmidinger wrote: >Should there be a stable version 1.6.0 now, based on what's in >version 1.5.14, but without DVB-S2 or even H.264 support? > >From my point of view as a Debian maintainer: YES Tobias ___ vdr mailing list vdr@linuxt

Re: [vdr] Straw poll: stable version 1.6.0 now?

2008-02-04 Thread Tobi
Klaus Schmidinger wrote: > I believe there is a patch for that, but that's not the way I want to > implement it. Yes we have this patch in the (unofficial!) Debian package to support the ttxtsubs plug-in. The Patch is maintained by Rolf Ahrenberg. http://www.saunalahti.fi/~rahrenbe/vdr/patches/

[vdr] vdr 1.5.16 - minor problem in font.c

2008-02-28 Thread Tobi
Hello, DrawText() in font.c uses the method Glyph() which may return a null pointer, but doesn't check the returned pointer. I came across this bug, when checking a bug report from Sven Mueller: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467512 When info.vdr contains an invalid character

Re: [vdr] vdr 1.5.16 - minor problem in font.c

2008-02-29 Thread Tobi
Klaus Schmidinger wrote: >> Can you please verify if the attached patch does this correctly? > Maybe the attached version is even better, because there are also other > places where Glyph() is called. The patch works, but you should also pass the AntiAliased parameter when recursivly calling Glyp

Re: [vdr] vdr 1.5.16 - minor problem in font.c

2008-03-01 Thread Tobi
Klaus Schmidinger wrote: > Attached is the complete patch, please verify. I'm in Chemnitz at the "Linux-Tage" right now, so I can' test it, but the patch looks fine to me. bye, Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bi

Re: [vdr] [ANNOUNCE] extb-0.3.0

2008-03-28 Thread Tobi
Hello! Andreas Brachold wrote: > Project's homepage: http://www.deltab.de/content/view/74/76/ > http://www.deltab.de/content/view/24/63 Some small problems: - The po dir in your tarball is missing the chmod +x Flag! - Your COPYRIGHT file contains an old version of the

Re: [vdr] HELP, no text in OSD anymore

2008-03-31 Thread Tobi
C.Scheeder wrote: > i have a BIG Problem since this morning. > ithought before i install vdr-1.6 it would be wise to update my debian-sid to > the aktual packages. > But thta was a BAD Idea, after it all texts in VDR's OSD vanished. Please check, if you have installed any fonts in /usr/share/fon

[vdr] VDR Plugin Survey 2008

2008-08-31 Thread Tobi
Hello dear VDR users and developers! I've started a small survey about VDR and the VDR plug-ins and kindly ask you to participate. http://e-tobi.net/survey/ The main reason for this survey is, that there are currently more than 300 plug-ins available for VDR (according to the English and German

Re: [vdr] e-tobi Debian VDR-Repository and lenny

2008-11-23 Thread Tobi
Hello, Nicolas Huillard wrote: > I was wondering what was the plan regarding the upcoming Debian lenny in > e-tobi repo ? I'm going to "freeze" the Etch repository soon and then will start with a new Lenny Repository. All packages should already build and run on Lenny w

Re: [vdr] VDR Plugin Survey 2008

2008-12-01 Thread Tobi
Thanks for your patience! It took quite a while, but the results are now online: http://e-tobi.net/blog/2008/11/18/vdr-plugin-survey-2008-results-part-1 http://e-tobi.net/blog/2008/12/02/vdr-plugin-survey-2008-results-part-2 http://www.e-tobi.net/blog/2008/11/16/vd...swertung-teil-1 http

[vdr] projects.vdr-developer.org launched

2008-12-11 Thread Tobi
Hello! projects.vdr-developer.org is a place for community maintained VDR projects. The idea for this was born out of a survey conducted among VDR users, where it turned out, that even some VDR plug-ins that haven't been updated for years are still very popular. The main goal for this is, to be a

Re: [vdr] projects.vdr-developer.org launched

2008-12-12 Thread Tobi
Ville-Pekka Vainio wrote: > tvonscreen has not had any releases for quite a while. I've contacted the > developer via e-mail, in case he's not interested in tvonscreen development > anymore (or too busy or something), maybe we could set up a project for > tvonscreen as well. Of course, you're

Re: [vdr] projects.vdr-developer.org launched

2008-12-12 Thread Tobi
Rolf Ahrenberg wrote: > Could you start a new project for ttxtsubs-plugin? The patch is huge and > the original plugin author has abandoned the whole VDR thing as far as > know. Of course. ttxtsubs hasn't been updated for 4 years. I'll try to get an OK from Ragnar, but will meanwhile create the

  1   2   >