Hello, I adapted one of my earlier patches for the actual vdr-1.3.24.
If there is a recording played, there is now a new entry in the main menu to get the summary directly.
Runs with vdr-1.3.24, but should also be ok together with the bigpatch (some hunks, but succesfully).
For download see: http://vdrportal.de/board/thread.php?sid=&postid=308467#post308467
have fun. lg, Gerhard
Gerhard Steiner wrote:
I have just tried this patch, but I can not seem to get "Info about played file" to display. At first I thought this was a problem with text2skin, but that did not seem to fix it. Any ideas? I know that text2skin required a patch called "osdbase-maxitems" which allowed the "Stop Replaying" to display.. maybe this is the same issue? Maybe Im just looking in the wrong location.. I assume that when I play back a file, and select "menu", that I should get a new option to show the "summary" of the file Im currently playing (under "Stop Replaying").
Best Regards,
I tried the patch with the original and DeepBlue-Skin. Both worked.
You are right, the new entry should be there, when you are playing a recording (under "Stop...."). But only if there is a summary.
I will have a look on it. Best Regards, Gerhard
I just installed enigma-skin-0.0.2 and everything works fine. Best Regards, Gerhard
Gerhard Steiner wrote:
Strange.. Are you using the "osdbase-maxitems" patch with text2skin? Additionally, there is a second patch for text2skin which allows the icons to be displayed in enigma if the menu items go above 10. I am also using the "natural_menu_cursor" patch to add circular scrolling the vdr menu plus the enAIO patch.
--- text2skin/render.c.orig 2005-04-18 14:52:23.514081534 +0200 +++ text2skin/render.c 2005-04-18 14:52:44.115775906 +0200 @@ -591,7 +591,7 @@ if (n != 0) res = skipspace(end); else - res = ptr; + res = skipspace(ptr); Dprintf("MenuCurrent result: |%s|\n", res.String().c_str()); } else if (Token.Type == tMenuTitle) {
All I use is the bigpatch. No additional patch especially for the skin. And normally I am using the DeepBlue-Skin without problems.
lg, Gerhard