Re: [Freevo-users] lowercase input for TextEntryScreen

2010-01-13 Thread Duncan Webb
XiouXin Huang wrote:
 Hi List,

 I'm trying to utilize the TextEntryScreen widget,
 this interface is elegant and easy to use for remote,
 but I cannot find a way to input lowercased alphas,
 can anyone show me the tips?
 thx!
   

Not possible without changing the code.

Duncan

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver not working ..

2010-01-13 Thread Duncan Webb
Adam Charrett wrote:
 On Thu, 2009-11-26 at 08:41 +1300, Bernard Mentink wrote:


 I have found the issue. I am using the latest svn freevo.1.x source
 tree ..itt has the new OSD stuff.


 When you do a recording that is in the future you get an OK CANCEL
 dialog. The button labels are reversed, i.e cancel selects it for
 recording.


 I guess this should be reported as a bug ..
 
 Yep it might remind me to put the patch I've had in my tree for a while
 on the bug tracker :-P


Did you get round to doing this?

Duncan

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Generating thumbnails

2010-01-13 Thread Duncan Webb
Ruben wrote:

 Thanks Evan, I could finally put the right command line arguments 
 checking the source.
  
 I'll try to use what you say.

Did you mean the following?
freevo cache --video-thumbs --recursive /home/freevo/video

All helpers have help but getting it is not that obvious the trick is to 
tell freevo not to process the --help option but to pass it on; This is 
archived by using a double-dash so:
# freevo cache -- --help

You will see similar command line options with X.

Duncan


 2009/11/17 Evan Hisey ehi...@gmail.com mailto:ehi...@gmail.com

 2009/11/12 Ruben rtmo...@gmail.com mailto:rtmo...@gmail.com:
  Hi there,
 
  I just installed freevo and I have a basic question:
 
  Does freevo generates the video thumbnails from a screenshot
 of the video
  file or it just does displays an image stored in the folder?
 
  I'm can't get it done by:
 
  $ freevo cache --rebuild --thumbnail --recursive /home/freevo/video
 
  ---
  You can also set freevo to automatically build thumbnails when
 entering a directory. I believe the setting is CACHE_IMAGES = 1. You
 can also set this from inside the Freevo GUI from the display options.

 Evan

 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports
 2008 30-Day
 trial. Simplify your report design, integration and deployment -
 and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 mailto:Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




 -- 
 Ruben Tato
 --
 

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 

 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] PyLirc problem

2010-01-13 Thread Duncan Webb
ilan barak wrote:
 I need some help:
 
 PyLirc error
 
 I get this message when launching Freevo
 
 Error: VIDEO_SHOW_DATA_DIR not found
 freevo: could not connect to socket
 freevo: Connection refused
 WARNING: Could not initialize PyLirc!
 version: 1.8.4 r11622
 app=class menu.MenuWidget at 0x86105fc context='menu'
 Freevo 1.8.4 r11622 ready
 
 The system is Suse 11.1, compiled from source
 uname -a
 Linux HTPC 2.6.31.5-ilancomp3 #1 SMP Fri Nov 6 16:45:17 IST 2009 i686 
 athlon i386 GNU/Linux
 
 ls /dev/lirc*
 /dev/lirc  /dev/lirc0  /dev/lirc1  /dev/lircd  /dev/lircd1  /dev/lircm
 
 irw /dev/lircd work flawlessly
 
 any suggestions?

I guess that the lirc daemon is not running. It the daemon is not 
running you will get: connect: Connection refused.

An easy test that can be used for all sort of simple problems is to use 
python in the freevo environment, like

# freevo prompt
Python 2.6.1 (r261:67515, Jan 24 2009, 14:48:40)
[GCC 4.1.1] on linux2
Type help, copyright, credits or license for more information.
  import pylirc
  import config
  pylirc.init('freevo', config.LIRCRC)
freevo: could not connect to socket
freevo: Connection refused
Traceback (most recent call last):
   File stdin, line 1, in module
RuntimeError: Unable to initialize lirc!

# start the lircd and try again.
  pylirc.init('freevo', config.LIRCRC)
3
 


Duncan

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] lowercase input for TextEntryScreen

2010-01-13 Thread XiouXin Huang
 Not possible without changing the code.

 Duncan


I've done that exactly as you said, it worked!
thanks for assuring this workarround.

XX

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Generating thumbnails

2010-01-13 Thread John Molohan
Duncan Webb wrote:
 Ruben wrote:

   
 Thanks Evan, I could finally put the right command line arguments 
 checking the source.
  
 I'll try to use what you say.
 

 Did you mean the following?
 freevo cache --video-thumbs --recursive /home/freevo/video

 All helpers have help but getting it is not that obvious the trick is to 
 tell freevo not to process the --help option but to pass it on; This is 
 archived by using a double-dash so:
 # freevo cache -- --help

 You will see similar command line options with X.

 Duncan
   
This seems like really bizarre behaviour and I doubt anyone would work 
that out. Is there no easy way around it?

John

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Generating thumbnails

2010-01-13 Thread Ruben
Yes, that's the way I do it. It works ok for me. I have set up a crontab to
keep it up to date.

Thanks.

2010/1/13 Duncan Webb dun...@freevo.org

 Ruben wrote:

  Thanks Evan, I could finally put the right command line arguments
  checking the source.
 
  I'll try to use what you say.

 Did you mean the following?
 freevo cache --video-thumbs --recursive /home/freevo/video

 All helpers have help but getting it is not that obvious the trick is to
 tell freevo not to process the --help option but to pass it on; This is
 archived by using a double-dash so:
 # freevo cache -- --help

 You will see similar command line options with X.

 Duncan


  2009/11/17 Evan Hisey ehi...@gmail.com mailto:ehi...@gmail.com
 
  2009/11/12 Ruben rtmo...@gmail.com mailto:rtmo...@gmail.com:
   Hi there,
  
   I just installed freevo and I have a basic question:
  
   Does freevo generates the video thumbnails from a screenshot
  of the video
   file or it just does displays an image stored in the folder?
  
   I'm can't get it done by:
  
   $ freevo cache --rebuild --thumbnail --recursive /home/freevo/video
  
   ---
   You can also set freevo to automatically build thumbnails when
  entering a directory. I believe the setting is CACHE_IMAGES = 1. You
  can also set this from inside the Freevo GUI from the display
 options.
 
  Evan
 
 
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports
  2008 30-Day
  trial. Simplify your report design, integration and deployment -
  and focus on
  what you do best, core application coding. Discover what's new with
  Crystal Reports now.  http://p.sf.net/sfu/bobj-july
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  mailto:Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 
  --
  Ruben Tato
  --
  
 
 
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008
 30-Day
  trial. Simplify your report design, integration and deployment - and
 focus on
  what you do best, core application coding. Discover what's new with
  Crystal Reports now.  http://p.sf.net/sfu/bobj-july
  
 
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 



 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




-- 
Ruben Tato
--
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver not working ..

2010-01-13 Thread Adam Charrett
On Wed, 2010-01-13 at 17:38 +0100, Duncan Webb wrote:
 Adam Charrett wrote:
  On Thu, 2009-11-26 at 08:41 +1300, Bernard Mentink wrote:
 
 
  I have found the issue. I am using the latest svn freevo.1.x source
  tree ..itt has the new OSD stuff.
 
 
  When you do a recording that is in the future you get an OK CANCEL
  dialog. The button labels are reversed, i.e cancel selects it for
  recording.
 
 
  I guess this should be reported as a bug ..
  
  Yep it might remind me to put the patch I've had in my tree for a while
  on the bug tracker :-P
 
 
 Did you get round to doing this?
 
 Duncan
Lol, nope forgot (again) I've added it as a comment to Bernard's bug
report as I could add a file, it was only a very small patch.

Does this mean you've now got more time to look at freevo again?

Cheers

Adam


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users