Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread Yugandhar G.V
Hi Michel,

 Thanks for your reply. You mean to say that I have to made
frequencies list provided by cable operator. If I am using the antenna to
tune the card how can I go about it. I am from India so what I have to put
in the chanlist my card is for PAL i.e in the place of us-cable what I have
to edit. Is there is any way to scan the channels. Please reply me.

 

Regards,

Yugandhar.

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michel
Hoogervorst
Sent: Wednesday, June 06, 2007 8:19 PM
To: freevo-users@lists.sourceforge.net
Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf

 

Hi,

The frequency tables are set in
/usr/lib/python-2.x/site-packages/freevo/tv/freq.py.
Myself I made a new entry for the specific frequencies of my cable provider
in this, and configured chanlist=mycalbeprovider in my freevo.conf.


Michel




2007/6/6, Yugandhar G.V [EMAIL PROTECTED]:

Hi ,

I am from India I have Hauppauge PVR-350 and installed freevo
successfully. I am using Fedora Core 4.As from the documentation of
configuring freevo for analog TV you have given the following to be edited
in freevo.conf file

 

Chanlist=IRELAND

TV=pal

I want to know what I have to put here I am using freevo with
Hauppauge PVR-350 in India and also I want to know how to scan the channels
using freevo.

Finally am I required to install XMLTV too for watching TV.

 

Regards,

Yugandhar G.V.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now. 
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list 
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread Michel Hoogervorst
Yugandhar,

In the freq.py file of Freevo 1.7 I see this:

CHANLIST = {
 us-bcast : dict(NTSC_BCAST),
 us-cable : dict(NTSC_CABLE),
 us-cable-hrc : dict(NTSC_HRC),
 japan-bcast  : dict(NTSC_BCAST_JP),
 japan-cable  : dict(NTSC_CABLE_JP),
 europe-west  : dict(PAL_EUROPE),
 europe-east  : dict(PAL_EUROPE_EAST),
 italy: dict(PAL_ITALY),
 newzealand   : dict(PAL_NEWZEALAND),
 australia: dict(PAL_AUSTRALIA),
 ireland  : dict(PAL_IRELAND),
 france   : dict(SECAM_FRANCE),
 china-bcast  : dict(PAL_CHINA),
 canada-cable : dict(NTSC_CABLE_CAN),
 southafrica  : dict(PAL_BCAST_ZA),
 argentina: dict(ARGENTINA),
 russia   : dict(RUSSIA),
 switzerland  : dict(PAL_SWITZERLAND),
}

As you can see, India is not in this list, so you will have to add the
frequencies for all channels in India yourself in this file.  As far
as I know, there is no easier way to do this...

Then again, editing the freq.py file is not that hard, you just have
to know at which frequencies your channels are.



Michel


2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:




 Hi Michel,

  Thanks for your reply. You mean to say that I have to made
 frequencies list provided by cable operator. If I am using the antenna to
 tune the card how can I go about it. I am from India so what I have to put
 in the chanlist my card is for PAL i.e in the place of us-cable what I have
 to edit. Is there is any way to scan the channels. Please reply me.



 Regards,

 Yugandhar.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread John Molohan
Michel Hoogervorst wrote:
 Yugandhar,

 In the freq.py file of Freevo 1.7 I see this:

 CHANLIST = {
  us-bcast : dict(NTSC_BCAST),
  us-cable : dict(NTSC_CABLE),
  us-cable-hrc : dict(NTSC_HRC),
  japan-bcast  : dict(NTSC_BCAST_JP),
  japan-cable  : dict(NTSC_CABLE_JP),
  europe-west  : dict(PAL_EUROPE),
  europe-east  : dict(PAL_EUROPE_EAST),
  italy: dict(PAL_ITALY),
  newzealand   : dict(PAL_NEWZEALAND),
  australia: dict(PAL_AUSTRALIA),
  ireland  : dict(PAL_IRELAND),
  france   : dict(SECAM_FRANCE),
  china-bcast  : dict(PAL_CHINA),
  canada-cable : dict(NTSC_CABLE_CAN),
  southafrica  : dict(PAL_BCAST_ZA),
  argentina: dict(ARGENTINA),
  russia   : dict(RUSSIA),
  switzerland  : dict(PAL_SWITZERLAND),
 }

 As you can see, India is not in this list, so you will have to add the
 frequencies for all channels in India yourself in this file.  As far
 as I know, there is no easier way to do this...

 Then again, editing the freq.py file is not that hard, you just have
 to know at which frequencies your channels are.



 Michel


 2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:
   


 Hi Michel,

  Thanks for your reply. You mean to say that I have to made
 frequencies list provided by cable operator. If I am using the antenna to
 tune the card how can I go about it. I am from India so what I have to put
 in the chanlist my card is for PAL i.e in the place of us-cable what I have
 to edit. Is there is any way to scan the channels. Please reply me.



 Regards,

 Yugandhar.
 
Hi Yugandbar,

I think you will have to do this. There's a program that comes with 
xawtv called scantv that might help. If you run this it should report 
back the channel id and frequency which you can then use to edit freq.py 
When you do get it running it would be great if you could submit a patch 
to freq.py with the channels for India so others won't have to go 
through this again.

John

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver 1.7.3-svn r9661 Traceback

2007-06-07 Thread John Molohan
Duncan Webb wrote:
 Just updated svn and now get the following traceback from the
 recordserver.
 

 Oops, I fix this this evening. I copied the debug function from config and
 didn't have any unicode strings when I was testing. A quick and dirty fix
 is to change line 104 so:
 -except UnicodeEncodeError:
 +except UnicodeEncodeError, NameError:
 or turn off debugging.

 Duncan
   
Looks good now, thanks.
   
 Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/twisted/web/http.py, line 601,
 in requestReceived
 self.process()
   File /usr/lib/python2.4/site-packages/twisted/web/server.py, line
 160, in process
 self.render(resrc)
   File /usr/lib/python2.4/site-packages/twisted/web/server.py, line
 167, in render
 body = resrc.render(self)
   File /usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py, line
 117, in render
 defer.maybeDeferred(function, *args).addErrback(
 --- exception caught here ---
   File /usr/lib/python2.4/site-packages/twisted/internet/defer.py,
 line 107, in maybeDeferred
 result = f(*args, **kw)
   File
 /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, line
 1251, in xmlrpc_findNextProgram
 response = self.findNextProgram()
   File
 /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, line
 207, in findNextProgram
 _debug_('%s is recording %s stopping at %s' % (prog.title, recording
 and 'yes' or 'no', endtime), 3)
   File
 /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, line
 90, in _debug_function_
 s = s.encode(encoding, 'replace')
 exceptions.NameError: global name 'encoding' is not defined
 


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread Jody Gugelhupf
hi ppl,
well used scan-tv to get the chans for the netherlands, as actually the 
frequencies are different
here in the regions of the netherlands, the same is true for e.g. turkey, and 
of course i added
some channels which i broadcast myself in the dorm, and a vcr chan, camera chan 
etc... so u can
just better add the stuff manually in the local_conf.py also tvtime has a 
scanner for frequencies,
which you can use... or of course most TV providers have a list of available 
chans with
frequencies online, which you can just enter manually, u might have to convert 
them though... good
luck 
:)

--- John Molohan [EMAIL PROTECTED] wrote:

 Michel Hoogervorst wrote:
  Yugandhar,
 
  In the freq.py file of Freevo 1.7 I see this:
 
  CHANLIST = {
   us-bcast : dict(NTSC_BCAST),
   us-cable : dict(NTSC_CABLE),
   us-cable-hrc : dict(NTSC_HRC),
   japan-bcast  : dict(NTSC_BCAST_JP),
   japan-cable  : dict(NTSC_CABLE_JP),
   europe-west  : dict(PAL_EUROPE),
   europe-east  : dict(PAL_EUROPE_EAST),
   italy: dict(PAL_ITALY),
   newzealand   : dict(PAL_NEWZEALAND),
   australia: dict(PAL_AUSTRALIA),
   ireland  : dict(PAL_IRELAND),
   france   : dict(SECAM_FRANCE),
   china-bcast  : dict(PAL_CHINA),
   canada-cable : dict(NTSC_CABLE_CAN),
   southafrica  : dict(PAL_BCAST_ZA),
   argentina: dict(ARGENTINA),
   russia   : dict(RUSSIA),
   switzerland  : dict(PAL_SWITZERLAND),
  }
 
  As you can see, India is not in this list, so you will have to add the
  frequencies for all channels in India yourself in this file.  As far
  as I know, there is no easier way to do this...
 
  Then again, editing the freq.py file is not that hard, you just have
  to know at which frequencies your channels are.
 
 
 
  Michel
 
 
  2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:

 
 
  Hi Michel,
 
   Thanks for your reply. You mean to say that I have to made
  frequencies list provided by cable operator. If I am using the antenna to
  tune the card how can I go about it. I am from India so what I have to put
  in the chanlist my card is for PAL i.e in the place of us-cable what I have
  to edit. Is there is any way to scan the channels. Please reply me.
 
 
 
  Regards,
 
  Yugandhar.
  
 Hi Yugandbar,
 
 I think you will have to do this. There's a program that comes with 
 xawtv called scantv that might help. If you run this it should report 
 back the channel id and frequency which you can then use to edit freq.py 
 When you do get it running it would be great if you could submit a patch 
 to freq.py with the channels for India so others won't have to go 
 through this again.
 
 John
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 



  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] freevo website access permissions to user and tab loading

2007-06-07 Thread Jody Gugelhupf
hi there again, 
i was wondering is there a way to enable or disable the loading of certain 
tabs, according to
access permissions, i mean when i enable the login optin in the local_conf.py 
can i then also
specify somehow that certain users only get certain tabs loaded when they login 
and others get all
or something like that? is it clear enough what i mean? thx in advance
katie :)




  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] HOWTO: Sensors on via EPIA systems and idlebar plugin

2007-06-07 Thread Stephen Rowles
Using 2.6.21 I can finally get reliable data from my via EPIA system 
about temperature - yay!

I've updated the Sensors section of the idlebar wiki:

http://freevo.sourceforge.net/cgi-bin/doc/IdlebarPlugins

to include a mini howto with the plugin line you need. Anyone wanting 
this to work will need this bug fixed in their freevo distribution:

http://sourceforge.net/tracker/index.php?func=detailaid=1731892group_id=46652atid=446895

(thanks Duncan!)

It also seems that the via driver returns data at a different scale for 
the CPU than the other data - sigh, so as described in the wiki link 
above, you will need to scale the original temp up by a factor of 10 
before then scaling.

e.g.

plugin.activate('idlebar.system.sensors', level=30, args=(('temp1','((@ * 10) - 
73.869) / 0.9528'), 'temp2', None))


Posting here to ensure people find out about it :)


Cheers all, loving freevo :D

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread John Molohan
Hi Jody,

If you submit a patch for freq.py and/or update the wiki entry at 
http://freevo.sourceforge.net/cgi-bin/doc/AnalogueGen that'd help.

Thanks,

John

Jody Gugelhupf wrote:
 hi ppl,
 well used scan-tv to get the chans for the netherlands, as actually the 
 frequencies are different
 here in the regions of the netherlands, the same is true for e.g. turkey, and 
 of course i added
 some channels which i broadcast myself in the dorm, and a vcr chan, camera 
 chan etc... so u can
 just better add the stuff manually in the local_conf.py also tvtime has a 
 scanner for frequencies,
 which you can use... or of course most TV providers have a list of available 
 chans with
 frequencies online, which you can just enter manually, u might have to 
 convert them though... good
 luck 
 :)

 --- John Molohan [EMAIL PROTECTED] wrote:

   
 Michel Hoogervorst wrote:
 
 Yugandhar,

 In the freq.py file of Freevo 1.7 I see this:

 CHANLIST = {
  us-bcast : dict(NTSC_BCAST),
  us-cable : dict(NTSC_CABLE),
  us-cable-hrc : dict(NTSC_HRC),
  japan-bcast  : dict(NTSC_BCAST_JP),
  japan-cable  : dict(NTSC_CABLE_JP),
  europe-west  : dict(PAL_EUROPE),
  europe-east  : dict(PAL_EUROPE_EAST),
  italy: dict(PAL_ITALY),
  newzealand   : dict(PAL_NEWZEALAND),
  australia: dict(PAL_AUSTRALIA),
  ireland  : dict(PAL_IRELAND),
  france   : dict(SECAM_FRANCE),
  china-bcast  : dict(PAL_CHINA),
  canada-cable : dict(NTSC_CABLE_CAN),
  southafrica  : dict(PAL_BCAST_ZA),
  argentina: dict(ARGENTINA),
  russia   : dict(RUSSIA),
  switzerland  : dict(PAL_SWITZERLAND),
 }

 As you can see, India is not in this list, so you will have to add the
 frequencies for all channels in India yourself in this file.  As far
 as I know, there is no easier way to do this...

 Then again, editing the freq.py file is not that hard, you just have
 to know at which frequencies your channels are.



 Michel


 2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:
   
   
 Hi Michel,

  Thanks for your reply. You mean to say that I have to made
 frequencies list provided by cable operator. If I am using the antenna to
 tune the card how can I go about it. I am from India so what I have to put
 in the chanlist my card is for PAL i.e in the place of us-cable what I have
 to edit. Is there is any way to scan the channels. Please reply me.



 Regards,

 Yugandhar.
 
 
 Hi Yugandbar,

 I think you will have to do this. There's a program that comes with 
 xawtv called scantv that might help. If you run this it should report 
 back the channel id and frequency which you can then use to edit freq.py 
 When you do get it running it would be great if you could submit a patch 
 to freq.py with the channels for India so others won't have to go 
 through this again.

 John

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

 



   Be smarter than spam. See how smart SpamGuard is at giving junk email 
 the boot with the All-new Yahoo! Mail at 
 http://mrd.mail.yahoo.com/try_beta?.intl=ca


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   


-- 
John Molohan

IT Manager
Griffith College Dublin
South Circular Road
Dublin 8
Ireland

Phone:  +353 1 4163366
Web:www.it.gcd.ie 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread Jody Gugelhupf
will do, though atm i'm still working on the vlc live tv stream wiki, after 
that i will get to
that :)
--- John Molohan [EMAIL PROTECTED] wrote:

 Hi Jody,
 
 If you submit a patch for freq.py and/or update the wiki entry at 
 http://freevo.sourceforge.net/cgi-bin/doc/AnalogueGen that'd help.
 
 Thanks,
 
 John
 
 Jody Gugelhupf wrote:
  hi ppl,
  well used scan-tv to get the chans for the netherlands, as actually the 
  frequencies are
 different
  here in the regions of the netherlands, the same is true for e.g. turkey, 
  and of course i
 added
  some channels which i broadcast myself in the dorm, and a vcr chan, camera 
  chan etc... so u
 can
  just better add the stuff manually in the local_conf.py also tvtime has a 
  scanner for
 frequencies,
  which you can use... or of course most TV providers have a list of 
  available chans with
  frequencies online, which you can just enter manually, u might have to 
  convert them though...
 good
  luck 
  :)
 
  --- John Molohan [EMAIL PROTECTED] wrote:
 

  Michel Hoogervorst wrote:
  
  Yugandhar,
 
  In the freq.py file of Freevo 1.7 I see this:
 
  CHANLIST = {
   us-bcast : dict(NTSC_BCAST),
   us-cable : dict(NTSC_CABLE),
   us-cable-hrc : dict(NTSC_HRC),
   japan-bcast  : dict(NTSC_BCAST_JP),
   japan-cable  : dict(NTSC_CABLE_JP),
   europe-west  : dict(PAL_EUROPE),
   europe-east  : dict(PAL_EUROPE_EAST),
   italy: dict(PAL_ITALY),
   newzealand   : dict(PAL_NEWZEALAND),
   australia: dict(PAL_AUSTRALIA),
   ireland  : dict(PAL_IRELAND),
   france   : dict(SECAM_FRANCE),
   china-bcast  : dict(PAL_CHINA),
   canada-cable : dict(NTSC_CABLE_CAN),
   southafrica  : dict(PAL_BCAST_ZA),
   argentina: dict(ARGENTINA),
   russia   : dict(RUSSIA),
   switzerland  : dict(PAL_SWITZERLAND),
  }
 
  As you can see, India is not in this list, so you will have to add the
  frequencies for all channels in India yourself in this file.  As far
  as I know, there is no easier way to do this...
 
  Then again, editing the freq.py file is not that hard, you just have
  to know at which frequencies your channels are.
 
 
 
  Michel
 
 
  2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:


  Hi Michel,
 
   Thanks for your reply. You mean to say that I have to made
  frequencies list provided by cable operator. If I am using the antenna to
  tune the card how can I go about it. I am from India so what I have to 
  put
  in the chanlist my card is for PAL i.e in the place of us-cable what I 
  have
  to edit. Is there is any way to scan the channels. Please reply me.
 
 
 
  Regards,
 
  Yugandhar.
  
  
  Hi Yugandbar,
 
  I think you will have to do this. There's a program that comes with 
  xawtv called scantv that might help. If you run this it should report 
  back the channel id and frequency which you can then use to edit freq.py 
  When you do get it running it would be great if you could submit a patch 
  to freq.py with the channels for India so others won't have to go 
  through this again.
 
  John
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 
  
 
 
 
Be smarter than spam. See how smart SpamGuard is at giving junk email 
  the boot with the
 All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
 
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users

 
 
 -- 
 John Molohan
 
 IT Manager
 Griffith College Dublin
 South Circular Road
 Dublin 8
 Ireland
 
 Phone:  +353 1 4163366
 Web:www.it.gcd.ie 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 



  Be smarter than 

Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread John Molohan
:) Sorry Jody I didn't realise at a glance that it was you.

Jody Gugelhupf wrote:
 will do, though atm i'm still working on the vlc live tv stream wiki, after 
 that i will get to
 that :)
 --- John Molohan [EMAIL PROTECTED] wrote:

   
 Hi Jody,

 If you submit a patch for freq.py and/or update the wiki entry at 
 http://freevo.sourceforge.net/cgi-bin/doc/AnalogueGen that'd help.

 Thanks,

 John

 Jody Gugelhupf wrote:
 
 hi ppl,
 well used scan-tv to get the chans for the netherlands, as actually the 
 frequencies are
   
 different
 
 here in the regions of the netherlands, the same is true for e.g. turkey, 
 and of course i
   
 added
 
 some channels which i broadcast myself in the dorm, and a vcr chan, camera 
 chan etc... so u
   
 can
 
 just better add the stuff manually in the local_conf.py also tvtime has a 
 scanner for
   
 frequencies,
 
 which you can use... or of course most TV providers have a list of 
 available chans with
 frequencies online, which you can just enter manually, u might have to 
 convert them though...
   
 good
 
 luck 
 :)

 --- John Molohan [EMAIL PROTECTED] wrote:

   
   
 Michel Hoogervorst wrote:
 
 
 Yugandhar,

 In the freq.py file of Freevo 1.7 I see this:

 CHANLIST = {
  us-bcast : dict(NTSC_BCAST),
  us-cable : dict(NTSC_CABLE),
  us-cable-hrc : dict(NTSC_HRC),
  japan-bcast  : dict(NTSC_BCAST_JP),
  japan-cable  : dict(NTSC_CABLE_JP),
  europe-west  : dict(PAL_EUROPE),
  europe-east  : dict(PAL_EUROPE_EAST),
  italy: dict(PAL_ITALY),
  newzealand   : dict(PAL_NEWZEALAND),
  australia: dict(PAL_AUSTRALIA),
  ireland  : dict(PAL_IRELAND),
  france   : dict(SECAM_FRANCE),
  china-bcast  : dict(PAL_CHINA),
  canada-cable : dict(NTSC_CABLE_CAN),
  southafrica  : dict(PAL_BCAST_ZA),
  argentina: dict(ARGENTINA),
  russia   : dict(RUSSIA),
  switzerland  : dict(PAL_SWITZERLAND),
 }

 As you can see, India is not in this list, so you will have to add the
 frequencies for all channels in India yourself in this file.  As far
 as I know, there is no easier way to do this...

 Then again, editing the freq.py file is not that hard, you just have
 to know at which frequencies your channels are.



 Michel


 2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:
   
   
   
 Hi Michel,

  Thanks for your reply. You mean to say that I have to made
 frequencies list provided by cable operator. If I am using the antenna to
 tune the card how can I go about it. I am from India so what I have to 
 put
 in the chanlist my card is for PAL i.e in the place of us-cable what I 
 have
 to edit. Is there is any way to scan the channels. Please reply me.



 Regards,

 Yugandhar.
 
 
 
 Hi Yugandbar,

 I think you will have to do this. There's a program that comes with 
 xawtv called scantv that might help. If you run this it should report 
 back the channel id and frequency which you can then use to edit freq.py 
 When you do get it running it would be great if you could submit a patch 
 to freq.py with the channels for India so others won't have to go 
 through this again.

 John

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

 
 

   Be smarter than spam. See how smart SpamGuard is at giving junk email 
 the boot with the
   
 All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   
   
 -- 
 John Molohan

 IT Manager
 Griffith College Dublin
 South Circular Road
 Dublin 8
 Ireland

 Phone:  +353 1 4163366
 Web:www.it.gcd.ie 


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 

Re: [Freevo-users] HOWTO: Sensors on via EPIA systems and idlebar plugin

2007-06-07 Thread Juerg Haefliger
Hi Stephen,

On 6/7/07, Stephen Rowles [EMAIL PROTECTED] wrote:
 Using 2.6.21 I can finally get reliable data from my via EPIA system
 about temperature - yay!

 I've updated the Sensors section of the idlebar wiki:

 http://freevo.sourceforge.net/cgi-bin/doc/IdlebarPlugins

 to include a mini howto with the plugin line you need. Anyone wanting
 this to work will need this bug fixed in their freevo distribution:

 http://sourceforge.net/tracker/index.php?func=detailaid=1731892group_id=46652atid=446895

 (thanks Duncan!)

 It also seems that the via driver returns data at a different scale for
 the CPU than the other data - sigh, so as described in the wiki link
 above, you will need to scale the original temp up by a factor of 10
 before then scaling.

I'm the author of said driver. No need to sigh, that behavior is by
design for good reasons :-) The driver returns what the chip reads at
its inputs. For temp1, this value depends on the implementation of the
board (value of external scaling resistors). The driver can't possibly
know what does values are so scaling is left to the user. Temp2 is
different since it's the chips internal temperature which is always
identical for all boards and thus the driver does the correct scaling.

Check out Documentation/hwmon/vt1211 in the kernel source tree for a
detailed description of the driver.

...juerg


 e.g.

 plugin.activate('idlebar.system.sensors', level=30, args=(('temp1','((@ * 10) 
 - 73.869) / 0.9528'), 'temp2', None))


 Posting here to ensure people find out about it :)


 Cheers all, loving freevo :D

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] HOWTO: Sensors on via EPIA systems and idlebar plugin

2007-06-07 Thread Stephen Rowles
Juerg Haefliger wrote:
 It also seems that the via driver returns data at a different scale for
 the CPU than the other data - sigh, so as described in the wiki link
 above, you will need to scale the original temp up by a factor of 10
 before then scaling.
 

 I'm the author of said driver. No need to sigh, that behavior is by
 design for good reasons :-) The driver returns what the chip reads at
 its inputs. For temp1, this value depends on the implementation of the
 board (value of external scaling resistors). The driver can't possibly
 know what does values are so scaling is left to the user. Temp2 is
 different since it's the chips internal temperature which is always
 identical for all boards and thus the driver does the correct scaling.

 Check out Documentation/hwmon/vt1211 in the kernel source tree for a
 detailed description of the driver.

 ...juerg
My sigh wasn't about the driver, more the slightly strange behaviour 
difference between the sensors config and the config needed in freevo. I 
understand that scaling has to be done outside the driver :)

In /etc/sensors.conf there is the following for temp1:

compute temp1  (@ - 73.869) / 0.9528,  (@ * 0.9528) + 73.869

For most sensors using freevo idlebar plugin all you do is copy and past 
the section (@ - 73.869) / 0.9528 and let it do its stuff. However for 
some reason to get this to work correctly you need to add the extra *10, 
as I documented:

((@ * 10) - 73.869) / 0.9528')

Just seems a bit weird and inconsistent, I don't know whats going on 
here and why sensors.conf doesn't need the *10 scale but freevo does.

And thanks for the driver! Finally with 2.6.21 I have sensors that work, 
I've been worrying about my board as I've squeezed it into a small case, 
now I can rest easy that the temps are in range :D

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver 1.7.3-svn r9661 Traceback

2007-06-07 Thread Duncan Webb
John Molohan wrote:
 Duncan Webb wrote:
 Just updated svn and now get the following traceback from the
 recordserver.
 
 Oops, I fix this this evening. I copied the debug function from config and
 didn't have any unicode strings when I was testing. A quick and dirty fix
 is to change line 104 so:
 -except UnicodeEncodeError:
 +except UnicodeEncodeError, NameError:
 or turn off debugging.

 Looks good now, thanks.

The correct fix is to change encoding to config.encoding, well at least
I hope it is. This change is now in svn at r9666

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-07 Thread Duncan Webb
John Molohan wrote:
 :) Sorry Jody I didn't realise at a glance that it was you.
 
 Jody Gugelhupf wrote:
 will do, though atm i'm still working on the vlc live tv stream wiki, after 
 that i will get to
 that :)
 --- John Molohan [EMAIL PROTECTED] wrote:

   
 Hi Jody,

 If you submit a patch for freq.py and/or update the wiki entry at 
 http://freevo.sourceforge.net/cgi-bin/doc/AnalogueGen that'd help.

There is another way to set-up you channels, see
http://freevo.sourceforge.net/cgi-bin/doc/ATVCHANNELSCH for an example.

But IIRC mplayer needs the channel list

Duncan


 Thanks,

 John

 Jody Gugelhupf wrote:
 
 hi ppl,
 well used scan-tv to get the chans for the netherlands, as actually the 
 frequencies are
   
 different
 
 here in the regions of the netherlands, the same is true for e.g. turkey, 
 and of course i
   
 added
 
 some channels which i broadcast myself in the dorm, and a vcr chan, camera 
 chan etc... so u
   
 can
 
 just better add the stuff manually in the local_conf.py also tvtime has a 
 scanner for
   
 frequencies,
 
 which you can use... or of course most TV providers have a list of 
 available chans with
 frequencies online, which you can just enter manually, u might have to 
 convert them though...
   
 good
 
 luck 
 :)

 --- John Molohan [EMAIL PROTECTED] wrote:

   
   
 Michel Hoogervorst wrote:
 
 
 Yugandhar,

 In the freq.py file of Freevo 1.7 I see this:

 CHANLIST = {
  us-bcast : dict(NTSC_BCAST),
  us-cable : dict(NTSC_CABLE),
  us-cable-hrc : dict(NTSC_HRC),
  japan-bcast  : dict(NTSC_BCAST_JP),
  japan-cable  : dict(NTSC_CABLE_JP),
  europe-west  : dict(PAL_EUROPE),
  europe-east  : dict(PAL_EUROPE_EAST),
  italy: dict(PAL_ITALY),
  newzealand   : dict(PAL_NEWZEALAND),
  australia: dict(PAL_AUSTRALIA),
  ireland  : dict(PAL_IRELAND),
  france   : dict(SECAM_FRANCE),
  china-bcast  : dict(PAL_CHINA),
  canada-cable : dict(NTSC_CABLE_CAN),
  southafrica  : dict(PAL_BCAST_ZA),
  argentina: dict(ARGENTINA),
  russia   : dict(RUSSIA),
  switzerland  : dict(PAL_SWITZERLAND),
 }

 As you can see, India is not in this list, so you will have to add the
 frequencies for all channels in India yourself in this file.  As far
 as I know, there is no easier way to do this...

 Then again, editing the freq.py file is not that hard, you just have
 to know at which frequencies your channels are.



 Michel


 2007/6/7, Yugandhar G.V [EMAIL PROTECTED]:
   
   
   
 Hi Michel,

  Thanks for your reply. You mean to say that I have to made
 frequencies list provided by cable operator. If I am using the antenna 
 to
 tune the card how can I go about it. I am from India so what I have to 
 put
 in the chanlist my card is for PAL i.e in the place of us-cable what I 
 have
 to edit. Is there is any way to scan the channels. Please reply me.



 Regards,

 Yugandhar.
 
 
 
 Hi Yugandbar,

 I think you will have to do this. There's a program that comes with 
 xawtv called scantv that might help. If you run this it should report 
 back the channel id and frequency which you can then use to edit freq.py 
 When you do get it running it would be great if you could submit a patch 
 to freq.py with the channels for India so others won't have to go 
 through this again.

 John

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

 
 
   Be smarter than spam. See how smart SpamGuard is at giving junk 
 email the boot with the
   
 All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   
   
 -- 
 John Molohan

 IT Manager
 Griffith College Dublin
 South Circular Road
 Dublin 8
 Ireland

 Phone:  +353 1 4163366
 Web:www.it.gcd.ie 


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and 

Re: [Freevo-users] Album Art

2007-06-07 Thread Michel Hoogervorst
Hi,

I think I'm having the same problem, with the latest kaa release
(downloaded 2 weeks ago), so no svn version.
When I enter a directory I see the cover image, when I go out of it,
and return later the cover image is gone... and doesn't return after
restarting Freevo.

I tried removing the cache, and do a 'freevo cache', and started
Freevo again... still no covers...

Most of my covers are named 'front.jpg/png', and some of them are
named 'cover.jpg/png'.
(DEBUG=1 and CHILDAPP_DEBUG=1 are allready set).

Another system seems to have no problem at all, with the same versions
of Kaa and Freevo (Freevo 1.7.2).  The only real difference I see, is
that that system has python 2.5 (Mandriva 2007.1), and my main system,
which is giving this problem runs Mandriva 2007.0 with python 2.4.3...
could that have something to do with it?


Michel

2007/6/6, Ryan Roth [EMAIL PROTECTED]:


 Dirk Meyer wrote:
  Ryan Roth wrote:
 
  Dirk Meyer wrote:
 
  Ryan Roth wrote:
 
 
  svn trunk a.k.a. 2.0? In that case that bug is new to me.
 
 
 
  Sorry, 1.7.x branch
 
 
  Don't be sorry, one bug less for me :)
 
  Dischi
 
 
  I think the bug has crept up with the recent changes made to kaa.  My
  other box is running a couple moth old version of kaa, whereas the
  trouble box is running current svn.
 
 
  I updated directory folder.jpg detection in kaa.metadata. Maybe this
  is related somehow. Can you use the kaa.metadata from the working
  machine and try?
 
 
  Dischi
 
 
 I can't get the kaa.metadata from the old version running on my new
 box.  Have you tried reproducing this problem, or is anyone else seeing
 this issue with the latest SVN?

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Album Art

2007-06-07 Thread Michel Hoogervorst
Having said this... funny to see that the damn ugly cd front of
Extreme - Pornograffiti just won't seem to go away :-P
It just stays visible...

This is a 'cover.jpg' file, with chmod 744
Another album, also with a 'cover.jpg', also with chmod 744, is not shown :-(


2007/6/7, Michel Hoogervorst [EMAIL PROTECTED]:
 Hi,

 I think I'm having the same problem, with the latest kaa release
 (downloaded 2 weeks ago), so no svn version.
 When I enter a directory I see the cover image, when I go out of it,
 and return later the cover image is gone... and doesn't return after
 restarting Freevo.

 I tried removing the cache, and do a 'freevo cache', and started
 Freevo again... still no covers...

 Most of my covers are named 'front.jpg/png', and some of them are
 named 'cover.jpg/png'.
 (DEBUG=1 and CHILDAPP_DEBUG=1 are allready set).

 Another system seems to have no problem at all, with the same versions
 of Kaa and Freevo (Freevo 1.7.2).  The only real difference I see, is
 that that system has python 2.5 (Mandriva 2007.1), and my main system,
 which is giving this problem runs Mandriva 2007.0 with python 2.4.3...
 could that have something to do with it?


 Michel

 2007/6/6, Ryan Roth [EMAIL PROTECTED]:
 
 
  Dirk Meyer wrote:
   Ryan Roth wrote:
  
   Dirk Meyer wrote:
  
   Ryan Roth wrote:
  
  
   svn trunk a.k.a. 2.0? In that case that bug is new to me.
  
  
  
   Sorry, 1.7.x branch
  
  
   Don't be sorry, one bug less for me :)
  
   Dischi
  
  
   I think the bug has crept up with the recent changes made to kaa.  My
   other box is running a couple moth old version of kaa, whereas the
   trouble box is running current svn.
  
  
   I updated directory folder.jpg detection in kaa.metadata. Maybe this
   is related somehow. Can you use the kaa.metadata from the working
   machine and try?
  
  
   Dischi
  
  
  I can't get the kaa.metadata from the old version running on my new
  box.  Have you tried reproducing this problem, or is anyone else seeing
  this issue with the latest SVN?
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] HOWTO: Sensors on via EPIA systems and idlebar plugin

2007-06-07 Thread Juerg Haefliger
On 6/7/07, Stephen Rowles [EMAIL PROTECTED] wrote:
 Juerg Haefliger wrote:
  It also seems that the via driver returns data at a different scale for
  the CPU than the other data - sigh, so as described in the wiki link
  above, you will need to scale the original temp up by a factor of 10
  before then scaling.
 
 
  I'm the author of said driver. No need to sigh, that behavior is by
  design for good reasons :-) The driver returns what the chip reads at
  its inputs. For temp1, this value depends on the implementation of the
  board (value of external scaling resistors). The driver can't possibly
  know what does values are so scaling is left to the user. Temp2 is
  different since it's the chips internal temperature which is always
  identical for all boards and thus the driver does the correct scaling.
 
  Check out Documentation/hwmon/vt1211 in the kernel source tree for a
  detailed description of the driver.
 
  ...juerg
 My sigh wasn't about the driver, more the slightly strange behaviour
 difference between the sensors config and the config needed in freevo. I
 understand that scaling has to be done outside the driver :)

 In /etc/sensors.conf there is the following for temp1:

 compute temp1  (@ - 73.869) / 0.9528,  (@ * 0.9528) + 73.869

 For most sensors using freevo idlebar plugin all you do is copy and past
 the section (@ - 73.869) / 0.9528 and let it do its stuff. However for
 some reason to get this to work correctly you need to add the extra *10,
 as I documented:

 ((@ * 10) - 73.869) / 0.9528')

 Just seems a bit weird and inconsistent, I don't know whats going on
 here and why sensors.conf doesn't need the *10 scale but freevo does.

Err, no, don't blame this on the driver, the driver works just fine.
The raw value reported via the sysfs interface is in 'millivolts' and
needs to be adjusted according to the formula in sensors.conf:

jabba:~# echo (`cat /sys/devices/platform/vt1211.24576/temp1_input` /
1000 - 73.869) / 0.9528 | bc
41

The idlebar plugin must be doing something funny.


 And thanks for the driver! Finally with 2.6.21 I have sensors that work,
 I've been worrying about my board as I've squeezed it into a small case,
 now I can rest easy that the temps are in range :D

Assuming you trust the values? :-)

Out of curiosity, what VIA board do you have? Can you control fan
speeds on your board?

...juerg



 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver 1.7.3-svn r9661 Traceback

2007-06-07 Thread John Molohan
Duncan Webb wrote:
 John Molohan wrote:
   
 Duncan Webb wrote:
 
 Just updated svn and now get the following traceback from the
 recordserver.
 
 
 Oops, I fix this this evening. I copied the debug function from config and
 didn't have any unicode strings when I was testing. A quick and dirty fix
 is to change line 104 so:
 -except UnicodeEncodeError:
 +except UnicodeEncodeError, NameError:
 or turn off debugging.
   
 Looks good now, thanks.
 

 The correct fix is to change encoding to config.encoding, well at least
 I hope it is. This change is now in svn at r9666

 Duncan

   
One recording done, seems fine thanks.

John

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users