[Freevo-users] Freevo Webserver Search Feature

2007-09-08 Thread tsyko
Good day





I am using Freevo 1.7.3’s webserver feature to stream my
movie collection.





It is working well but I was wondering what the Search
feature was for used for?


I was hoping I Could search my collection but that does not
seem to work.





Can anybody shed some light on this for me?





Thanks





Alan
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo Webserver Search Feature

2007-09-08 Thread Pascal Schirrmann
tsyko a écrit :

 Good day

Hi,

  

 I am using Freevo 1.7.3’s webserver feature to stream my movie 
 collection.

  

 It is working well but I was wondering what the Search feature was for 
 used for?

 I was hoping I Could search my collection but that does not seem to work.

  

As far as I know, the search function permit to do a research into the 
TV program. I don't think that there is another use of this function.

Pascal


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] HVR-1300 and freevo

2007-09-08 Thread Pirlouwi
Hi freevo-users,
It seems that the HVR-1300 is supported, since march of 2007 by the cx8800
driver, and also in newer kernels by ivtv driver, but I don't know how to
use this driver :

I just compiled today the last stock kernel (2.6.22-6), hoping to have a
better support for this board.

Here is what I found in the make menuconfig :
  M   Conexant 2388x (bt878 successor) support
  M Conexant 2388x DMA audio support
  M Blackbird MPEG encoder support (cx2388x + cx23416)
  M DVB/ATSC Support for cx2388x based TV cards
  M   VP-3054 Secondary I2C Bus Support
  M   Conexant cx23416/cx23415 MPEG encoder/decoder support

The help for the 3rd line is:
   CONFIG_VIDEO_CX88_BLACKBIRD:

   This adds support for MPEG encoder cards based on the
   Blackbird reference design, using the Conexant 2388x
   and 23416 chips.

   To compile this driver as a module, choose M here: the
   module will be called cx88-blackbird.

The help of the last line is:
 CONFIG_VIDEO_IVTV:

   This is a video4linux driver for Conexant cx23416 or cx23416 based
   PCI personal video recorder devices.

   This is used in devices such as the Hauppauge PVR-150/250/350/500
   cards.

   To compile this driver as a module, choose M here: the
   module will be called ivtv.

We see the mention of the ivtv kernel module.

I must say that the cx88* modules are loaded automatically at boot. Not the
ivtv one.
I then have done a modprobe ivtv after the end of booting of the
2.6.22-6kernel.

No special info inside dmesg:
[  349.563298] ivtv:   START INIT IVTV

[  349.563298] ivtv:  version 1.0.0 (2.6.22.6 SMP mod_unload VIAC7 ) loading
[  349.563298] ivtv:    END INIT IVTV


The lsmod | grep ivtv shows this information:
# lsmod | grep ivtv
ivtv  135184  0
cx2341x13572  2 ivtv,cx88_blackbird
i2c_algo_bit7684  3 ivtv,cx88_vp3054_i2c,cx88xx
tveeprom   16912  2 ivtv,cx88xx
i2c_core   26240  12
ivtv,i2c_isa,eeprom,cx22702,cx88_dvb,cx88_vp3054_i2c,dvb_pll,i2c_viapro,wm8775,cx88xx,i2c_algo_bit,tveeprom
videodev   29440  4 ivtv,cx88_blackbird,cx8800,cx88xx
v4l1_compat15492  2 ivtv,videodev
v4l2_common18688  7
ivtv,cx88_blackbird,cx2341x,wm8775,cx8800,cx88xx,videodev

My question is the following:
Is the ivtv kernel module only supposed to replace the Blackbird MPEG
encoder support (cx2388x + cx23416) driver?
Or is the ivtv module supposed to replace totally all cx88xx* drivers
(cx88_blackbird, cx88_dvb, ...)
Is a modprobe ivtv enough to make the HVR-1300 working inside freevo?

I am lost among so much information, don't know in which direction to go.
What I want is to use my HVR-1300 with its mp2 encoder inside freevo, with
the ivtv_plugin.

Thx in advance,
_Pirlouwi.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-08 Thread Pirlouwi
Hello Stephen,

I have the same problem at home, and I wrote for that a little patch for
freevo 1.7.1, which I adapted to 1.7.3. Here it is (in attachment). Could
you test it on your configuration?

I think I discovered a little bug, which I already have corrected in my
patch :

in /skins/main/xml_skin.py
 def rect(self, type):
 if type == 'screen':
return (self.x - config.OSD_OVERSCAN_X, self.y -
config.OSD_OVERSCAN_X,

I think that the second occurrence of OSD_OVERSCAN_X should be replaced by
OSD_OVERSCAN_Y, to be coherent with self.y.

_Pirlouwi.

2007/8/14, Stephen Rowles [EMAIL PROTECTED]:


 The problem is this is TV out - not VGA. Its not a simple case of
 tweaking with xvidtune a small fraction and having the monitor re-sync.
 I've tried vid tune and all I get is horribly non-synced output, and the
 danger of damaging my TV ;)


 Rob Shortt wrote:
  Guys, you need to find a way to adjust your modeline in X or framebuffer
  (whichever you use).  The screen positioning is controlled there.  The
  easiest way to do this in X is (was at least) to use xvidtune, tweak it,
  and capture the new parameters to use.
 
  -Rob
 
  P.S. - For some info on overscan see http://scanline.ca/overscan/
 
  P.P.S. - Sorry for top-posting. :)
 
  John Molohan wrote:
 
  Frank [Antispam account] wrote:
 
  Me too!
 
  Anyone got an idea in which file I need to edit to add this
  code/functionality?
 
  Thanks,
  Frank
 
  Not me but a grep for the overscan settings might show you that code
 and
  put you on the right track.
 
  John
 
 
 -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
  
 
 
 -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
  
 
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users



osdoverscan_x1x2y1y2.patch
Description: Binary data
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-08 Thread Pirlouwi
Sorry,
I forgot to mention that the two variables defined inside local_conf.py :
OSD_OVERSCAN_X
OSD_OVERSCAN_Y
have to be replaced by:
OSD_OVERSCAN_X1
OSD_OVERSCAN_X2
OSD_OVERSCAN_Y1
OSD_OVERSCAN_Y2
X1 represents the screen left shift
X2 represents the screen right shift
Y1 represents the screen upside shift
Y2 represents the screen bottom shift.

In my config, the values are:
OSD_OVERSCAN_X1 = 40
OSD_OVERSCAN_X2 = 65
OSD_OVERSCAN_Y1 = 35
OSD_OVERSCAN_Y2 = 35
which places the freevo screen exactly on the right position on my CRT
television, except that it does not work for image viewing. The images are
still cut, and the OSD_OVERSCAN feature do not change this fact.

_Pirlouwi.


2007/9/8, Pirlouwi [EMAIL PROTECTED]:

 Hello Stephen,

 I have the same problem at home, and I wrote for that a little patch for
 freevo 1.7.1, which I adapted to 1.7.3. Here it is (in attachment). Could
 you test it on your configuration?

 I think I discovered a little bug, which I already have corrected in my
 patch :

 in /skins/main/xml_skin.py
  def rect(self, type):
  if type == 'screen':
 return (self.x - config.OSD_OVERSCAN_X, self.y -
 config.OSD_OVERSCAN_X,

 I think that the second occurrence of OSD_OVERSCAN_X should be replaced by
 OSD_OVERSCAN_Y, to be coherent with self.y.

 _Pirlouwi.

 2007/8/14, Stephen Rowles [EMAIL PROTECTED]:
 
 
  The problem is this is TV out - not VGA. Its not a simple case of
  tweaking with xvidtune a small fraction and having the monitor re-sync.
  I've tried vid tune and all I get is horribly non-synced output, and the
 
  danger of damaging my TV ;)
 
 
  Rob Shortt wrote:
   Guys, you need to find a way to adjust your modeline in X or
  framebuffer
   (whichever you use).  The screen positioning is controlled there.  The
   easiest way to do this in X is (was at least) to use xvidtune, tweak
  it,
   and capture the new parameters to use.
  
   -Rob
  
   P.S. - For some info on overscan see http://scanline.ca/overscan/
  
   P.P.S. - Sorry for top-posting. :)
  
   John Molohan wrote:
  
   Frank [Antispam account] wrote:
  
   Me too!
  
   Anyone got an idea in which file I need to edit to add this
   code/functionality?
  
   Thanks,
   Frank
  
   Not me but a grep for the overscan settings might show you that code
  and
   put you on the right track.
  
   John
  
  
  -
   This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and a
  browser.
   Download your FREE copy of Splunk nowhttp://get.splunk.com/
   ___
   Freevo-users mailing list
   Freevo-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/freevo-users
  
  
  
  
  
  
  
  -
   This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and a
  browser.
   Download your FREE copy of Splunk now   http://get.splunk.com/
  
  
  
   ___
   Freevo-users mailing list
   Freevo-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/freevo-users
  
 
 
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] AlbumTree navigation

2007-09-08 Thread Art S R
Hi all,

The AlbumTree plug-in seems to skip a menu level when regressing back to
the main menu with the various AlbumTree choices.  Starting from the
Freevo menu option for Music, when I drill down, the sequence is:

Music  AlbumTree  List of trees (select Artist/Album/Track)  List
of Artists  List of Albums  List of tracks

When I regress by hitting the Escape key, the sequence is:

List Tracks  List of Albums  List of Artists  AlbumTree  Music

The menu level for the list of trees is skipped.  This happens with all
the AlbumTree choices.  Is this a bug?  I'm running Freevo 1.6.5 and
1.7.3 on separate boxes and the problem occurs on both.


Art S R

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] commands.fxd in freevo 1.7.2

2007-09-08 Thread Stephen Rowles
Hi all,

What am I doing wrong? I cannot get a command.fxd file to launch firefox 
properly. I know it will all work as if I launch ratpoison then firefox 
from a SSH shell (with display set) it launches and works just fine.

Initially I had problems because I did not spawn my window manager into 
the background, so it just hung on that, but did correctly launch the 
window manager.

After adding an ampersand it now briefly flashes an X screen then just 
drops straight back to freevo.

My FXD:

# cat firefox.fxd
?xml version=1.0 ?
freevo
command title=Firefox
cmd/usr/bin/firefox/cmd
stoposd /
spawnwm /
info
contentLaunch Firefox/content
/info
/command
/freevo

And my WM commands:

COMMAND_SPAWN_WM = '/usr/bin/ratpoison '
COMMAND_KILL_WM = 'killall ratpoison'

With debug on I get the following logged:

PyLirc suspended!
childapp.py (60): u'/usr/bin/firefox' is a unicode string
childapp.py (64): '/usr/bin/firefox' is a string
childapp.py (281): logging child to /var/log/freevo/command-stdout.log
childapp.py (281): logging child to /var/log/freevo/command-stderr.log
childapp.py (134): self.so.isAlive()=True, self.se.isAlive()=True
childapp.py (302): stderr: No data, stopping (pid 3719)!
childapp.py (302): stdout: No data, stopping (pid 3719)!
childapp.py (139): ChildApp.__init__(), pid=3732, app= 
/usr/bin/firefox, poll=-1
childapp.py (176): kill signal=15
childapp.py (201): killing pid 3732 signal 15
childapp.py (207): Before wait(3732)
childapp.py (222): childapp: After wait()
PyLirc resumed!

Any ideas??


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users