<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-extrecmenu, branch v1.2-test1</title>
<subtitle>VDR ExtRecMenu Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/'/>
<entry>
<title>Version 1.2-test1</title>
<updated>2008-03-22T15:45:02+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2008-03-22T15:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=23f4f2114e7d48bb4bbe5e50aa6ddce0f1c21bd2'/>
<id>23f4f2114e7d48bb4bbe5e50aa6ddce0f1c21bd2</id>
<content type='text'>
- added italian translation; thanks to Diego
- added support for GraphTFT-plugin; thanks to Jörg Wendel for the patch
- added support for true type fonts and UTF-8; thanks to Andreas Mair for the true type font and the patch
- removed patch font routine because it is useless now
- added true type font containing the needed icons
- changed i18n support to gettext
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added italian translation; thanks to Diego
- added support for GraphTFT-plugin; thanks to Jörg Wendel for the patch
- added support for true type fonts and UTF-8; thanks to Andreas Mair for the true type font and the patch
- removed patch font routine because it is useless now
- added true type font containing the needed icons
- changed i18n support to gettext
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 1.1</title>
<updated>2007-10-24T17:29:46+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2007-10-24T17:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=3b617b561f901e8f7a5f8991bc1d51e1ee800142'/>
<id>3b617b561f901e8f7a5f8991bc1d51e1ee800142</id>
<content type='text'>
- 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 from vdr-portal.de for reporting
- added option to switch off cutter queue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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 from vdr-portal.de for reporting
- added option to switch off cutter queue
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 1.0</title>
<updated>2007-10-08T18:36:03+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2007-10-08T18:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=57e0533f20b14e208e41e56f80fd15b3d18f90f1'/>
<id>57e0533f20b14e208e41e56f80fd15b3d18f90f1</id>
<content type='text'>
- 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
- free disk space is shown for the filesystem of the current directory (can be switched of in plugin's setup menu)
- added support for hidding PIN-protected recordings in co-work with PIN-Plugin
- added queue for moving recordings between filesystems
- added cutter queue
- added #ifdef's to switch of font patching for vdr &gt;= 1.5.3
- added setup option to switch of font patching
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
- free disk space is shown for the filesystem of the current directory (can be switched of in plugin's setup menu)
- added support for hidding PIN-protected recordings in co-work with PIN-Plugin
- added queue for moving recordings between filesystems
- added cutter queue
- added #ifdef's to switch of font patching for vdr &gt;= 1.5.3
- added setup option to switch of font patching
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.13</title>
<updated>2007-02-04T22:31:11+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2007-02-04T22:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=8adfaaf81b104b8e981026da593e40f9d780c251'/>
<id>8adfaaf81b104b8e981026da593e40f9d780c251</id>
<content type='text'>
- 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 recordings between filesystems is now possible; includes:
  * check for enough free disk space on target filesystem
  * switch to limit bandwith (a.t.m. 2MBytes/sec)
  * prevent editing of recordings that are moved
  * marker for recordings, that are moved
- added marker for cutting and moving recording entries
- added marker to title bar for cutting and moving recordings
- recording info menu shows additional informations (name, path, channel, size, lifetime, priority)
- added setup option to select between plugin's and VDR's recording info menu
- dvd.vdr is ignored, as long as a 001.vdr is present
- fixed following issue (again): if there are more then one recording with the same name, only one of it is shown if all recording details are hidden
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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 recordings between filesystems is now possible; includes:
  * check for enough free disk space on target filesystem
  * switch to limit bandwith (a.t.m. 2MBytes/sec)
  * prevent editing of recordings that are moved
  * marker for recordings, that are moved
- added marker for cutting and moving recording entries
- added marker to title bar for cutting and moving recordings
- recording info menu shows additional informations (name, path, channel, size, lifetime, priority)
- added setup option to select between plugin's and VDR's recording info menu
- dvd.vdr is ignored, as long as a 001.vdr is present
- fixed following issue (again): if there are more then one recording with the same name, only one of it is shown if all recording details are hidden
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.12c</title>
<updated>2007-01-01T18:14:13+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2007-01-01T18:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=074a396ce9f5c5239dd790c6566e0f19dff45f59'/>
<id>074a396ce9f5c5239dd790c6566e0f19dff45f59</id>
<content type='text'>
- dvd id for archive dvd would be first read out when the corresponding entry is selected; this should prevent delays while opening the plugin
- because of this the setup option "show dvd id" is removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- dvd id for archive dvd would be first read out when the corresponding entry is selected; this should prevent delays while opening the plugin
- because of this the setup option "show dvd id" is removed
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.12b</title>
<updated>2006-12-04T10:35:54+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2006-12-04T10:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=01be0f47d4fcfce954f77a037f8ab4d5368c8fe7'/>
<id>01be0f47d4fcfce954f77a037f8ab4d5368c8fe7</id>
<content type='text'>
- type of sorting (ascending/descending) selectable at the setup menu of the plugin
- 'Blue' also closes the info menu for a recording
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- type of sorting (ascending/descending) selectable at the setup menu of the plugin
- 'Blue' also closes the info menu for a recording
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.12a</title>
<updated>2006-06-20T14:18:09+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2006-06-20T14:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=978605b653893d76a6e34f923d74bb64dfb957ca'/>
<id>978605b653893d76a6e34f923d74bb64dfb957ca</id>
<content type='text'>
- fixed a bug if you compiled the plugin with support for the PIN-plugin; thanks to Thiemo Gehrke for reporting
- fixed another bug with editing recordings if VDR is compiled with VFAT=1 or started with the option --vfat; based upon a patch of berndm from vdr-portal.de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed a bug if you compiled the plugin with support for the PIN-plugin; thanks to Thiemo Gehrke for reporting
- fixed another bug with editing recordings if VDR is compiled with VFAT=1 or started with the option --vfat; based upon a patch of berndm from vdr-portal.de
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.12</title>
<updated>2006-06-12T08:10:21+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2006-06-12T08:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=75cebc37f280719c40824a6f76b43018f6c71d16'/>
<id>75cebc37f280719c40824a6f76b43018f6c71d16</id>
<content type='text'>
- reworked layout
- added possibility to set sorting mode for each directory
- if you use the PIN-plugin, ExtRecMenu works together with it to protect recordings
- fixed a very annoying bug which prevent renaming and moving recordings which have special chars in their names if VDR is compiled with VFAT=1 or startet with the option --vfat
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- reworked layout
- added possibility to set sorting mode for each directory
- if you use the PIN-plugin, ExtRecMenu works together with it to protect recordings
- fixed a very annoying bug which prevent renaming and moving recordings which have special chars in their names if VDR is compiled with VFAT=1 or startet with the option --vfat
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.11</title>
<updated>2006-05-29T14:02:12+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2006-05-29T14:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=40d2369b12da350f684f5364a00c3501a6c038e6'/>
<id>40d2369b12da350f684f5364a00c3501a6c038e6</id>
<content type='text'>
- added czech translation; thanks to Vladimír Bárta
- added missing dialog for video dvds
- added more meaningful error messages
- avoid empty names and names starting with . or .. while editing
- free space display in title bar is now updated immediately
- switched off editing of recordings and directories while a cut is in progress
- switched off resume by 'Play' or 'Menu'-&gt;'Blue' for archive dvd recordings
- changed back the behaviour if replay ends; plugin has to open to unmount archive dvds
- removed setup option "While opening jump to last replayed recording"; its implemention interfers with the following one
- after renaming a recording, the selection bar now stays at this renamed list entry
- the parameters 'move' and 'rename' for the '-r'-option of VDR have now the following format: move/rename oldname newname
- fixed hopefully all problems in connection with renaming and moving directories
- plugins closes if there are no recordings - fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added czech translation; thanks to Vladimír Bárta
- added missing dialog for video dvds
- added more meaningful error messages
- avoid empty names and names starting with . or .. while editing
- free space display in title bar is now updated immediately
- switched off editing of recordings and directories while a cut is in progress
- switched off resume by 'Play' or 'Menu'-&gt;'Blue' for archive dvd recordings
- changed back the behaviour if replay ends; plugin has to open to unmount archive dvds
- removed setup option "While opening jump to last replayed recording"; its implemention interfers with the following one
- after renaming a recording, the selection bar now stays at this renamed list entry
- the parameters 'move' and 'rename' for the '-r'-option of VDR have now the following format: move/rename oldname newname
- fixed hopefully all problems in connection with renaming and moving directories
- plugins closes if there are no recordings - fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.10</title>
<updated>2006-05-02T17:11:38+00:00</updated>
<author>
<name>Martin Prochnow</name>
<email>nordlicht@martins-kabuff.de</email>
</author>
<published>2006-05-02T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-extrecmenu/commit/?id=47a981960f1d0b6d0d8cbe3bdc15f2b9e8665731'/>
<id>47a981960f1d0b6d0d8cbe3bdc15f2b9e8665731</id>
<content type='text'>
- made changes to Makefile for APIVERSION (VDR &gt;= 1.3.47)
- changed myReplayControl; suggested by Thomas Günther
- added display of free disk space to the title bar
- fixed adjustments for BigPatch/CmdSubMenu-patch; thanks to Thomas Günther for the patch
- renaming/moving directories is now possible
- fixed escaping of parameters for dvdarchive.sh
- changed behaviour if the replay of a recording ends, plugins will not open
- 'Play' and 'Menu'-&gt;'Blue' for resuming a replay work now; BUT: the replay isn't done with the plugin if you start replaying this way, means if you stop the replay you come to VDR's recordings menu
- switched off editing of details (priority and lifetime) or archive dvd recordings to avoid trouble with the dir name that identifies it on the media
- added option to mark last replayed recording while opening the plugin
- added possibilty to include video dvd's into the recordings hierarchy; see README
- introduced new parameters for the '-r'-option if VDR: move, rename and delete
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- made changes to Makefile for APIVERSION (VDR &gt;= 1.3.47)
- changed myReplayControl; suggested by Thomas Günther
- added display of free disk space to the title bar
- fixed adjustments for BigPatch/CmdSubMenu-patch; thanks to Thomas Günther for the patch
- renaming/moving directories is now possible
- fixed escaping of parameters for dvdarchive.sh
- changed behaviour if the replay of a recording ends, plugins will not open
- 'Play' and 'Menu'-&gt;'Blue' for resuming a replay work now; BUT: the replay isn't done with the plugin if you start replaying this way, means if you stop the replay you come to VDR's recordings menu
- switched off editing of details (priority and lifetime) or archive dvd recordings to avoid trouble with the dir name that identifies it on the media
- added option to mark last replayed recording while opening the plugin
- added possibilty to include video dvd's into the recordings hierarchy; see README
- introduced new parameters for the '-r'-option if VDR: move, rename and delete
</pre>
</div>
</content>
</entry>
</feed>
