[vdr] Problems with cCutter::Active()

2007-07-28 Thread Martin Prochnow
Hi, I call in my plugin in a loop (in a thread) cCutter::Active() every second. If I stop an editing process over the main menu entry, VDR crashes from time to time: - *** glibc detected *** vdr: double free or corrupti

Re: [vdr] Problems with cCutter::Active()

2007-07-28 Thread Martin Prochnow
Udo Richter schrieb: > Martin Prochnow wrote: >> I call in my plugin in a loop (in a thread) cCutter::Active() every >> second. If I stop an editing process over the main menu entry, VDR >> crashes from time to time: > > cCutter::Active is more than a simple query

[vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-07 Thread Martin Prochnow
Hi, I'm proud to announce version 1.0 of my ExtRecMenu-plugin. Here the changes since version 0.13: - it is now possible to cancel a moving-between-filesystems-process - applied changes for MainMenuHooksPatch - added MainMenuHooksPatch to contrib/-dir; removed old one, which is now obsolete - f

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
Hi, I did not mentioned it: the plugin is ment for use with actual stable VDR versions. It does compile with the current developer versions of VDR but it does not support the new font handling or the new translation handling. I am using a function to extend the font with icons. This function

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
Hi Matthias, I only copied VDR's cutting function to the plugin because of the problems with cCutter::Active() You find the function in file tools.c, line 369. Maybe I should implement a setup option to switch of the cutter queue. Greets, Martin ___

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
Matthias Fechner schrieb: > Hi Martin, > > Martin Prochnow wrote: >> I did not mentioned it: the plugin is ment for use with actual stable >> VDR versions. It does compile with the current developer versions of VDR >> but it does not support the new font hand

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-15 Thread Martin Prochnow
Hi Matthias, The icons should be displayed at the left of a list entry. Take a look at the screenshot at plugin's homepage (http://martins-kabuff.de/extrecmenu_en.html). As I mentioned before you need a true type font containing the icons for VDR >= 1.5.3 Greets, Martin

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-16 Thread Martin Prochnow
Here again the location of the ttf containing the icons: http://andreas.vdr-developer.org/enigmang/download.html I'm not the creator of this font! And I don't know, how to configure EnigmaNG or VDR to use it . Greets, Martin ___ vdr mailing list vdr@

[vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.1

2007-10-22 Thread Martin Prochnow
Hi folks, another release of my Extendend Recordings Menu plugin. - fixed an issue with starting an editing process; thank to Andreas Mair for the patch - new marker ('*') is shown despite the setup option 'Show alternative to new marker' is on and 'Patch font' is off; fixed; thanks to Saxman2k

[vdr] How to change font data?

2008-02-22 Thread Martin Prochnow
Hi, My ExtRecMenu-plugin (and even my Nordlicht's EPG-plugin) uses a function to add icons to the used fonts. It changes some of the unused signs ( between 0x80 and 0x9f) by directly changing their data. Since VDR introduced true type fonts, this function doesn't work anymore. I tried to understa

Re: [vdr] How to change font data?

2008-03-01 Thread Martin Prochnow
Nobody there who can help me? > Hi, > > My ExtRecMenu-plugin (and even my Nordlicht's EPG-plugin) uses a function > to add icons to the used fonts. It changes some of the unused signs ( > between 0x80 and 0x9f) by directly changing their data. > > Since VDR introduced true type fonts, this functio

Re: [vdr] How to change font data?

2008-03-02 Thread Martin Prochnow
Is it possible to change font data directly in code or do I have to create my own true type font containing the icons? >> >> the best aproach IMHO would be an API in VDR that allows you to "nail" >> custom glyphs into the glyph cache. though this could lead to problems >> if multiple plug

Re: [vdr] How to change font data?

2008-03-15 Thread Martin Prochnow
> Is it possible to change font data directly in code or do I have to > create my own true type font containing the icons? >>> >>> the best aproach IMHO would be an API in VDR that allows you to "nail" >>> custom glyphs into the glyph cache. though this could lead to problems >>> if multipl

Re: [vdr] Recordings sorting

2006-09-20 Thread Martin Prochnow
Hi Chris, if you use my ExtRecMenu-Plugin (http://martins-kabuff.de/extrecmenu_en.html), you are able to change the type of sorting (by name or by date) for each directory individually. Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 0.12a

2006-09-21 Thread Martin Prochnow
Hi Herbert, just a quick question: I had some problems with VDR + ExtRecmenu when I tried to move recordings across mountpoints (with the rename option), which gave the stranges results ... Moving recordings between different filesystems/partitions isn't implemented yet. Until now renaming an

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 0.12a

2006-09-21 Thread Martin Prochnow
Hi Herbert, why not simply do a call to 'mv' (maybe in a separate thread with low priority)? This is my plan ;) I'm working right now on the plugin but it can take some time for the next release because I rewrite the hole plugin. well, my original plan here was to use it for moving old rec

Re: [vdr] Recordings sorting

2006-11-14 Thread Martin Prochnow
Hi, > problem with the recording menu that pops up annoyingly after end of recording playback this is a feature ;-) > and sometimes in channel switching. and this is a bug. But nobody else complained about it until yet. Are there any other users using my plugin and streamdev together? Greets Mar

Re: [vdr] Replay a recording and return to calling plugin?

2007-01-10 Thread Martin Prochnow
Hi Christian, in my ExtRecMenu-Plugin i start a playback like this: --- myReplayControl::SetRecording(recording->FileName(),recording->Title()); cControl::Shutdown(); // stop running playbacks cControl::Launch(new myRepla

Re: [vdr] play vdr-recordings on a cd/DVD

2007-01-11 Thread Martin Prochnow
Hi Halim; What do I need to play vdr recordings that came from a dvd or cd? Take a look at the vdrcd-plugin: http://linux.kompiliert.net/index.php?view=vdrcd Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailm

[vdr] [ANNOUNCE] ExtRecMenu-plugin 0.13

2007-02-04 Thread Martin Prochnow
Hi folks, here a new release of my ExtRecMenu-plugin. What is new? - added two setup option to adjust the plugin behaviour to whose of VDR's recording menu (jumping to last replayed recording, call plugin after replay ends) - only editing of cutting recordings is prevented now - moving recor

Re: [vdr] [ANNOUNCE] ExtRecMenu-plugin 0.13

2007-02-04 Thread Martin Prochnow
Forgot the link: :-D http://martins-kabuff.de/extrecmenu_en.html ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr