[vdr] Xineliboutput and vdr-1.5.3 compile problems
Hi. Great to see that there's UTF-8 support now, but I'm having problems compiling my necessary plugin xineliboutput-1.0.0rc2 with vdr >= 1.5.3: g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='"1.0.0rc2"' -DUSE_ICONV=1 -Wall -I../../../include -o media_player.o media_player.c tools/iconv.h: In constructor ‘cIConv::cIConv(const char*, const char*)’: tools/iconv.h:43: error: ‘I18nCharSets’ was not declared in this scope make[1]: *** [media_player.o] Error 1 make[1]: Leaving directory `/home/magho/vdr-1.5.4/PLUGINS/src/xineliboutput-1.0.0rc2' *** failed plugins: xineliboutput g++ (GCC) 4.1.2 20070302 (prerelease) (4.1.2-1mdv2007.1) Any ideas? /Magnus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Xineliboutput and vdr-1.5.3 compile problems
Comment a USE_ICONV=1 in Makefile Regards Oleg Roitburd Am Freitag, 22. Juni 2007 10:10 schrieb Magnus Hörlin: > Hi. > Great to see that there's UTF-8 support now, but I'm having problems > compiling my necessary plugin xineliboutput-1.0.0rc2 with vdr >= 1.5.3: > > g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g -c -D_GNU_SOURCE > -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='"1.0.0rc2"' > -DUSE_ICONV=1 -Wall -I../../../include -o media_player.o media_player.c > tools/iconv.h: In constructor ‘cIConv::cIConv(const char*, const char*)’: > tools/iconv.h:43: error: ‘I18nCharSets’ was not declared in this scope > make[1]: *** [media_player.o] Error 1 > make[1]: Leaving directory > `/home/magho/vdr-1.5.4/PLUGINS/src/xineliboutput-1.0.0rc2' > > *** failed plugins: xineliboutput > > > g++ (GCC) 4.1.2 20070302 (prerelease) (4.1.2-1mdv2007.1) > > > Any ideas? > /Magnus > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] Request: Extension of menu button
Hello all, hello Klaus, I'm going to buy a new remote, the URC 7240 Big Easy 4. http://www.oneforall.de/?pag=40&prodnr=37 It has basically every button one needs, only the Exit button is missing. Would it be possible to extend the functionality of the menu button in a way that it acts like the exit button in case the OSD is currently active? Something like this maybe: < no OSD > press menu button < OSD menu opens > press 1 < program info opens > press menu < OSD drops back to menu > press menu < OSD vanishes > I know some people like to use the menu key to close the OSD instantly. So maybe an option to change between the two different behaviours would be nice. I think it would be cool. Even for people who have an exit button this could be helpful. Maybe their menu and exit buttons are a little far apart or their exit button is hard to fumble for. Regards Sebastian ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Splited recordings problem
Adrian C. wrote: > Anything I record get's splited into numerous > pieces (like VDR is recording every frame into diffrent file)... so when > I try to playback a recording I don't get smooth playback but something > like slow motion. VDR does split files, but usually after 2gb, or at least 100mb. If you get very small fragments, then VDR was stopping and restarting the recording permanently, and the syslog probably gives more hints whats going on. > I have changed Setup - Recordings: Default Priority value, it was 50 I > have increased it and now everything works ok. This has nothing to do with file splitting, and has probably nothing to do with the problem disappearing. This priority only decides what to record if several recordings at the same time are not possible. Cheers, Udo ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Request: Extension of menu button
That's usually what the 'back' button is for. I would suggest just getting a better remote. :) ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Request: Extension of menu button
On Fri, Jun 22, 2007 at 10:11:54AM -0700, VDR User wrote: > That's usually what the 'back' button is for. I know that. Sorry, when I was talking about the 'exit' button I actually meant the 'back' button. S. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Request: Extension of menu button
On 06/22/07 22:23, Sebastian Kemper wrote: > On Fri, Jun 22, 2007 at 10:11:54AM -0700, VDR User wrote: >> That's usually what the 'back' button is for. > > I know that. Sorry, when I was talking about the 'exit' button I > actually meant the 'back' button. Without a "Back" button you won't be able to end a replay and jump directly into the Recordings menu and to the recording you've just seen, so that you can delete it. This is a very important function, at least IMHO. So I'd also suggest you get a better RC. Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Request: Extension of menu button
On Fri, Jun 22, 2007 at 10:43:58PM +0200, Klaus Schmidinger wrote: > Without a "Back" button you won't be able to end a replay > and jump directly into the Recordings menu and to the > recording you've just seen, so that you can delete it. This > is a very important function, at least IMHO. > > So I'd also suggest you get a better RC. You're right, it's a fancy button indeed. Fortunately I found a code that makes every button work. I now have two excess buttons, one of them I'm going to use as the 'Back' button. Thanks for your help! Regards Sebastian ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr