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 plugins overwrite the

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 function

[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

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

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-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
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 handling or the new translation handling. I

[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 -

[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

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 function. It also does the cleanup

[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

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

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

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

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

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