Re: [Freevo-users] Freevo install problems - can't find imlib2

2008-11-12 Thread Tommy Killander



Duncan Webb skrev:

Tommy Killander wrote:
  

Hi again,

Got some more info to share on this topic. I tried to install the 
kaa-base, kaa-imlib2 and kaa-metadata packages again and it seems that 
there is some problem the build of the kaa.imlib2 module thing.


[EMAIL PROTECTED] kaa-imlib2-0.2.3]# python setup.py install --record 
installed_files

POSIX shared memory enabled
running install
running build
running build_py
running build_ext
building 'kaa.imlib2._Imlib2module' extension
gcc -pthread -shared build/temp.linux-i686-2.5/src/imlib2.o 
build/temp.linux-i686-2.5/src/image.o 
build/temp.linux-i686-2.5/src/font.o 
build/temp.linux-i686-2.5/src/rawformats.o -L/usr/lib -lpng -lrt 
-lImlib2 -lfreetype -lX11 -lXext -ldl -lm -lpython2.5  -o  
build/lib.linux-i686-2.5/kaa/imlib2/_Imlib2module.so

/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
[EMAIL PROTECTED] kaa-imlib2-0.2.3]#

Now, what does that error message mean ?
The linker can't find the library file "png" or does the linker think 
that "-lpng" is a file path...



-lpng means it is looking for a file called libpng.so or libpng.a. which 
should be in /usr/lib (from -L/usr/lib).


This means that you need to install png development package. I would 
expect just about all distributions to include these libraries out of 
the box.
  


After adding the "libpng-devel" package, the build of kaa-imlib2 
completed normally and I was able to reinstall Freevo without problems:-)


Installation of Freevo has really been difficult this time, compared to 
the previous HTPC projects (for example the one before this when I 
installed version Freevo 1.5.4). I believe that much of the trouble I'm 
experiencing comes out of the fact that I didn't install Fedora as a 
"Development workstation", for some reason I instead selected 
"web-server" since I thought that it would give me a smaller "footprint".


Many thanks for the quick and accurate help.
/Tommy

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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 Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo install problems - can't find imlib2

2008-11-12 Thread Tommy Killander
Hi again,

Got some more info to share on this topic. I tried to install the 
kaa-base, kaa-imlib2 and kaa-metadata packages again and it seems that 
there is some problem the build of the kaa.imlib2 module thing.

[EMAIL PROTECTED] kaa-imlib2-0.2.3]# python setup.py install --record 
installed_files
POSIX shared memory enabled
running install
running build
running build_py
running build_ext
building 'kaa.imlib2._Imlib2module' extension
gcc -pthread -shared build/temp.linux-i686-2.5/src/imlib2.o 
build/temp.linux-i686-2.5/src/image.o 
build/temp.linux-i686-2.5/src/font.o 
build/temp.linux-i686-2.5/src/rawformats.o -L/usr/lib -lpng -lrt 
-lImlib2 -lfreetype -lX11 -lXext -ldl -lm -lpython2.5  -o  
build/lib.linux-i686-2.5/kaa/imlib2/_Imlib2module.so
/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
[EMAIL PROTECTED] kaa-imlib2-0.2.3]#

Now, what does that error message mean ?
The linker can't find the library file "png" or does the linker think 
that "-lpng" is a file path...

Tommy Killander skrev:
> Hi list
>
> I'm trying to make an upgrade of my Freevo box. In practice it is more 
> than a upgrade since I had issues with the old DVB card and the 
> stability of the system...
>
> Anyway the newly installed system is a Fedora 9 based Antec Fusion HTPC 
> box with two Hauppauge DVB-cards. All hardware have been tested and I 
> have brought up the DVBs, iMon VFD, remote control and mplayer - so it's 
> time to install Freevo.
>
> First of all, I can't get the kwizart(?) repos running and the related 
> links on Freevo page is dead, so I have tried to load all the 
> dependencies by hand.
>
> After that I tried to load all the kaa stuff. I hope not 100 % that it 
> works, is it possible to check this in a log or something?
>
>
> Finally I have unpacked the Freevo 1.8.2 tar-ball and executed "./freevo 
> setup". When I try to start Freevo just to see if is starts it complains 
> about a Imlib2 that is missing. It is not missing. The INSTALL file does 
> not give much help
>
> [EMAIL PROTECTED] freevo-1.8.2]# ./freevo
> Can't find all Python dependencies:
> No module named imlib2
> Not all requirements of Freevo are installed on your system.
> Please check the INSTALL file for more information.
> [EMAIL PROTECTED] freevo-1.8.2]#
> [EMAIL PROTECTED] freevo-1.8.2]#
> [EMAIL PROTECTED] freevo-1.8.2]# yum list imlib2
> Loaded plugins: refresh-packagekit
> Installed Packages
> imlib2.i386  1.4.2-1.fc9
> installed  
> [EMAIL PROTECTED] freevo-1.8.2]#
>
> Anyone got any ideas where to start looking for the problem ?
> I saw a previous post about a problem related to imlib2, which where 
> solved by adding imlib2-devel. I tried that, but still no joy...
>
> Any help is appreciated
> /Tommy
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> 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 Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo install problems - can't find imlib2

2008-11-12 Thread Tommy Killander
Hi list

I'm trying to make an upgrade of my Freevo box. In practice it is more 
than a upgrade since I had issues with the old DVB card and the 
stability of the system...

Anyway the newly installed system is a Fedora 9 based Antec Fusion HTPC 
box with two Hauppauge DVB-cards. All hardware have been tested and I 
have brought up the DVBs, iMon VFD, remote control and mplayer - so it's 
time to install Freevo.

First of all, I can't get the kwizart(?) repos running and the related 
links on Freevo page is dead, so I have tried to load all the 
dependencies by hand.

After that I tried to load all the kaa stuff. I hope not 100 % that it 
works, is it possible to check this in a log or something?


Finally I have unpacked the Freevo 1.8.2 tar-ball and executed "./freevo 
setup". When I try to start Freevo just to see if is starts it complains 
about a Imlib2 that is missing. It is not missing. The INSTALL file does 
not give much help

[EMAIL PROTECTED] freevo-1.8.2]# ./freevo
Can't find all Python dependencies:
No module named imlib2
Not all requirements of Freevo are installed on your system.
Please check the INSTALL file for more information.
[EMAIL PROTECTED] freevo-1.8.2]#
[EMAIL PROTECTED] freevo-1.8.2]#
[EMAIL PROTECTED] freevo-1.8.2]# yum list imlib2
Loaded plugins: refresh-packagekit
Installed Packages
imlib2.i386  1.4.2-1.fc9
installed  
[EMAIL PROTECTED] freevo-1.8.2]#

Anyone got any ideas where to start looking for the problem ?
I saw a previous post about a problem related to imlib2, which where 
solved by adding imlib2-devel. I tried that, but still no joy...

Any help is appreciated
/Tommy

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Fedora 9 a good choice for Freevo?

2008-10-03 Thread Tommy Killander
Hello Sigurður,

Thanks for your answer, I'll give F9 a try, since it seems worthwile.

BR
/Tommy

Sigurður J. skrev:
> Hi Tommy
>
> I have to say that Fedora 9 for Freevo is a sure thing. At least it was for 
> me.
>
> I've been using Freevo with Fedora 9 for many months now and it's been
> a very hazzle-free experience.
> You can get all dependencies through the official repos, livna and/or
> freshrpms.
>
> (I don't think you need packages from both of the alternative repos
> thou. Either one should do, can't remember for sure, is very long time
> since the original install and all has been smooth since then and it
> hasn't needed much manual maintenance)
>
>
>   
>> Hi list,
>>
>> A quick question, bit off-topic (sorry about that) but I don't know any
>> other place to turn with this question. Wiki-pages are not 100% clear
>> about this...
>>
>> Is Fedora 9 OK to use with Freevo ?
>>
>> /Tommy
>>
>> 
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> 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 Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Fedora 9 a good choice for Freevo?

2008-09-25 Thread Tommy Killander
Hi list,

A quick question, bit off-topic (sorry about that) but I don't know any 
other place to turn with this question. Wiki-pages are not 100% clear 
about this...

Is Fedora 9 OK to use with Freevo ?

/Tommy

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Broken XMLTV blocks TV viewing

2007-10-07 Thread Tommy Killander
Hi,

I did what Michel suggested and it works fine as a temporary workaround. 
I have commented out the crontab entry for now, but will turn it on 
again when the site is up.

Stephen; What you suggests seems like a good solution; I'll try to free 
some time myself to make a script that checks the file before it 
overwrites the existing one...:-)

Thanks for your help
/Tommy

Stephen Rowles skrev:
> I've had this problem before, it is rather frustrating isn't it!
>
> The real solution is to have a more intelligent xml downloader, that 
> downloads the new XML data to a temporary file, checks this download to 
> be valid / useable, then replaces freevo's TV.xml with the new data.
>
> I had intended to write something that did exactly that, but as with 
> most things I just never find the time!
>
> Deleting the TV.xml will work though.
>
> Michel Hoogervorst wrote:
>   
>> You could delete the corrupt xml file, then Freevo would just say
>> "channel has no data loaded", but it would still let you watch (and
>> manually record) tv.
>>
>> 2007/10/6, Tommy Killander <[EMAIL PROTECTED]>:
>>   
>> 
>>> Hi all,
>>>
>>> Yesterday the swedish XMLTV grabber stopped (due to a hacker attack of
>>> the swedb site - http://tv.swedb.se).
>>>
>>> This is obviously not a Freevo problem, but is has a bad secondary
>>> effect on my system; when I try to enter the TV Guide I get a error message
>>>
>>>TV Guide is corrupt!
>>>   [OK]
>>>
>>>
>>> Pressing Enter will only get me back to the Watch TV meny - i.e. I can't
>>> watch TV anymore.
>>>
>>>
>>> Is there any easy way of disabling the XMLTV until the site is fixed ?
>>>
>>> Best Regards,
>>> /Tommy
>>>
>>> -
>>> 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
>   

-
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


[Freevo-users] Broken XMLTV blocks TV viewing

2007-10-06 Thread Tommy Killander
Hi all,

Yesterday the swedish XMLTV grabber stopped (due to a hacker attack of 
the swedb site - http://tv.swedb.se).

This is obviously not a Freevo problem, but is has a bad secondary 
effect on my system; when I try to enter the TV Guide I get a error message

   TV Guide is corrupt!
  [OK]


Pressing Enter will only get me back to the Watch TV meny - i.e. I can't 
watch TV anymore.


Is there any easy way of disabling the XMLTV until the site is fixed ?

Best Regards,
/Tommy

-
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


RE: [Freevo-users] power supplies

2003-09-04 Thread Tommy Killander



Hi,
 
How 
much power do you need fo your setup ?
 
I have 
a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be bought 
separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
 
This 
solution is fanless, but have the power limit of 55W which makes suitable only 
for small configurations (like mine):
 
EPIA-M9000 M/B
3.5", 
40GB, 5400 RPM Harddrive
Slimline CD/DVDROM (laptop style)
PCI TV 
tuner card
LIRC 
IR-receiver

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  skeeterskipSent: den 4 september 2003 20:52To: 
  [EMAIL PROTECTED]Subject: [Freevo-users] power 
  supplies
  I recently go a Via mini itx case. Inside is a 
  small powers supply that says "super noise killer." It is supposed to have 
  variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
  "noise killer." My Antec Sonata system is much quieter. I'm looking to find a 
  replacement power supply or way of fixing this one. I thought some of you 
  might have suggestions on particular 
hardware.


RE: [Freevo-users] epia 1000 drivers

2003-09-04 Thread Tommy Killander



Hi,
 
I'm using VIA_CLE266_40024a-2D_03212003.zip with 
RH80 on my EPIA-M9000 (933 MHz C3). It works fine for me, this is a 
snapshot of the workload during DivX playback (medium quality 700 MByte 
movie). Follow the attached (PDF and README) 
installation instructions and you will be 
fine...
 10:32am  up 4 days, 20:14,  1 user,  load 
average: 0.90, 0.30, 0.1053 processes: 49 sleeping, 4 running, 0 zombie, 0 
stoppedCPU states: 28.4% user,  1.1% system,  0.0% nice, 70.3% 
idleMem:   449580K av,  310788K used,  138792K 
free,   0K shrd,  114192K 
buffSwap:  457844K av,   0K 
used,  457844K 
free  
126684K cached
 
  PID 
USER PRI  NI  SIZE  RSS SHARE STAT %CPU 
%MEM   TIME COMMAND 4293 
root   0 -20 16076  15M  8468 S 
<  18.3  3.5   0:11 mplayer  743 
root  14  -1 75064 9236  4084 S 
<   9.8  2.0   4:16 X 4276 
root  15   0  1012 1012   
820 R 0.7  0.2   0:00 top  767 
root  15   0 27184  26M  6848 
S 0.1  6.0   1:13 
freevo_loader    1 root  
15   0   460  460   408 
S 0.0  0.1   0:06 
init    2 root  15   
0 0    0 0 
SW    0.0  0.0   0:00 
keventd    3 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kapmd    4 root  34  
19 0    0 0 
SWN   0.0  0.0   0:00 
ksoftirqd_CPU0    5 root  
15   0 0    
0 0 SW    0.0  0.0   0:07 
kswapd    6 root  25   
0 0    0 0 
SW    0.0  0.0   0:00 
bdflush    7 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kupdated    8 root  
25   0 0    
0 0 SW    0.0  0.0   0:00 
mdrecoveryd   12 root  15   
0 0    0 0 
SW    0.0  0.0   0:12 kjournald   73 
root  15   0 
0    0 0 SW    0.0  
0.0   0:00 khubd  268 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kjournald  351 root  16   
0  1316 1316  1028 S 0.0  0.2   
0:00 rc  513 root  15   
0   568  568   484 S 0.0  
0.1   0:02 syslogd
As you 
can see I use X (mplayer runs in Xv) and "twm" as windowmanager and 
autostart Freevo after boot. A look a my XF86config shows this - the driver 
used should be "via" when you use the drivers mentioned 
above.
 
Section 
"Device"    # no known 
options    Identifier   
"VIA CLE266 driver"    
Driver   
"via"    VendorName   "VIA 
CLE266 driver"    
BoardName "VIA CLE266 driver"
 
    #BusID
 
    Option "ActiveDevice" 
"CRT,TV"    Option "TVType" 
"PAL"    Option "TVOutput" 
"S-video"    Option "TVVScan" 
"over"    Option 
"TVDotCrawl"
 
EndSection
(sorry 
for the HTMLized format)
 
Besides; have you tried this: http://www.viaarena.com/?PageID=325 . 
I havent had the opportunity to try it out myself yet (I'm still 2 releases 
behind on Freevo too... :-) .
 
Hopes 
this help you!
/Tommy

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  skeeterskipSent: den 3 september 2003 12:38To: 
  [EMAIL PROTECTED]Subject: [Freevo-users] epia 1000 
  drivers
  I want to improve video quality on my EPIA 1Ghz 
  board. I've tested videos while in KDE and it looses frames and gets out of 
  syn with audio after a short time. I looked at X86-Config-4 file and see 
  driver being used is fpdev. I found linux driver on internet http://www.viaarena.com/?PageID=287 and 
  am wondering if this might be better. Has anyone tried this 
one?


RE: [Freevo-users] idlebar plugin idea

2003-08-21 Thread Tommy Killander
Hi,

Here is something I had tested with my old freevo-1.3.2-pre4, I haven't
ported it to the latest release yet (but the maintainer of "idlebar.py"
might be interested of doing that ?).

Installation:

1) You need to make sure that your DIR_RECORD path is pointing to your
recording media.



2) Add the following lines to your "local_conf.py". Activate the idlebar
items you find useful.

# Set the number om Megabytes consumed for each minute of recorded video
here.
# This is used by the 'disk_usage' plugin to calculate recording time left
# on your recoding media, which is pointed out by DIR_RECORD.
MB_PER_MIN = 10

#
# Use the plugin interface to activate or remove plugins.
#
plugin.activate('idlebar.interface')
plugin.activate('idlebar.tv',  level=10)
plugin.activate('idlebar.clock',   level=10)
#plugin.activate('idlebar.mail',level=10, args=('/var/spool/mail',))
plugin.activate('idlebar.weather', level=10, args=('ESGP', ))
plugin.activate('idlebar.disk_usage', level=10)



3) Add the following lines of code to your ./src/plugins/idlebar.py

class disk_usage(IdleBarPlugin):
def __init__(self):
IdleBarPlugin.__init__(self)
self.DF_CACHE = config.FREEVO_CACHEDIR + '/disk_usage'
# Check that Recording is configured
if os.path.exists(config.DIR_RECORD):
self.DF_CMD = ('df -m ' + config.DIR_RECORD + " | tail -1 | awk
'{print $3 ; print $4}' > " + self.DF_CACHE)

self.CLOCKFONT = 'skins/fonts/Trebuchet_MS.ttf'
if not os.path.isfile(self.CLOCKFONT):
# XXX Get this from the skin, but for now this will allow it to
work
self.CLOCKFONT = config.OSD_DEFAULT_FONTNAME

def checkdisk(self):

#
# Get disk usage info from OS

os.system(self.DF_CMD)

def draw(self):

#
# Make sure that Recording is configured
if os.path.exists(config.DIR_RECORD):

self.checkdisk()

#
# Read result from DF_CACHE.
# First line is MBytes used, second line is MB left

cachefile = open(self.DF_CACHE,'r')
newlist = map(string.rstrip, cachefile.readlines())
used,left = newlist
cachefile.close()

mbytes_used = int(used)
mbytes_left = int(left)

#
# Report recording time left in a user friendly way.

if (mbytes_left / config.MB_PER_MIN) > 100:
# Convert time to Hours
time_left = '%d Hrs' % (mbytes_left / (config.MB_PER_MIN *
60))
else:
# Keep time as Minutes
time_left = '%d Mins' % mbytes_left / config.MB_PER_MIN

#
# Report disk usage with bargraph

bar = (mbytes_used * 100 / (mbytes_used + mbytes_left))

#
# Draw everything now.

cent = 28

osd.drawbox(210,cent,264,cent+22,color=0x8077,width=-1)

if bar > 80:

osd.drawbox(212,cent+4,212+(bar/2),cent+18,color=0x00CC2200,width=-1)
else:

osd.drawbox(212,cent+4,212+(bar/2),cent+18,color=0x8855,width=-1)

osd.drawstring('%02d' % bar +
'%',228,cent+4,fgcolor=0xdd,font=self.CLOCKFONT,ptsize=12)

osd.drawstring(time_left,215,cent+27,fgcolor=0xbb,font=self.CLOCKFONT,pt
size=14)


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gray, Tim
> Sent: den 19 augusti 2003 14:32
> To: '[EMAIL PROTECTED]'
> Subject: [Freevo-users] idlebar plugin idea
>
>
> I have a simple idea for an idlebar plugin.
>
> parse the output of the df command to display the % of the disk used.
>
> Or has someone already made a disk-useage indicator plugin?
>
>
> thanks.
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072
> 303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] idlebar plugin idea

2003-08-20 Thread Tommy Killander
Hi,

Here is something I had up and running with my freevo-1.3.2-pre4, I haven't
ported it to the latest release yet (but the maintainer of "idlebar.py"
might be interested of doing that ?).

Good luck!

1) You need to make sure that your DIR_RECORD path is set and add the
following lines to your "local_conf.py":


# Set the number om Megabytes consumed for each minute of recorded video
here.
# This is used by the 'disk_usage' plugin to calculate recording time left
# on your recoding media, which is pointed out by DIR_RECORD.
MB_PER_MIN = 10

#
# Use the plugin interface to activate or remove plugins.
#
plugin.activate('idlebar.interface')
plugin.activate('idlebar.tv',  level=10)
plugin.activate('idlebar.clock',   level=10)
#plugin.activate('idlebar.mail',level=10, args=('/var/spool/mail',))
plugin.activate('idlebar.weather', level=10, args=('ESGP', ))
plugin.activate('idlebar.disk_usage', level=10)



2) Add the following lines of code to your ./src/plugins/idlebar.py



class disk_usage(IdleBarPlugin):
def __init__(self):
IdleBarPlugin.__init__(self)
self.DF_CACHE = config.FREEVO_CACHEDIR + '/disk_usage'
# Check that Recording is configured
if os.path.exists(config.DIR_RECORD):
self.DF_CMD = ('df -m ' + config.DIR_RECORD + " | tail -1 | awk
'{print $3 ; print $4}' > " + self.DF_CACHE)

self.CLOCKFONT = 'skins/fonts/Trebuchet_MS.ttf'
if not os.path.isfile(self.CLOCKFONT):
# XXX Get this from the skin, but for now this will allow it to
work
self.CLOCKFONT = config.OSD_DEFAULT_FONTNAME

def checkdisk(self):

#
# Get disk usage info from OS

os.system(self.DF_CMD)

def draw(self):

#
# Make sure that Recording is configured
if os.path.exists(config.DIR_RECORD):

self.checkdisk()

#
# Read result from DF_CACHE.
# First line is MBytes used, second line is MB left

cachefile = open(self.DF_CACHE,'r')
newlist = map(string.rstrip, cachefile.readlines())
used,left = newlist
cachefile.close()

mbytes_used = int(used)
mbytes_left = int(left)

#
# Report recording time left in a user friendly way.

if (mbytes_left / config.MB_PER_MIN) > 100:
# Convert time to Hours
time_left = '%d Hrs' % (mbytes_left / (config.MB_PER_MIN *
60))
else:
# Keep time as Minutes
time_left = '%d Mins' % mbytes_left / config.MB_PER_MIN

#
# Report disk usage with bargraph

bar = (mbytes_used * 100 / (mbytes_used + mbytes_left))

#
# Draw everything now.

cent = 28

osd.drawbox(210,cent,264,cent+22,color=0x8077,width=-1)

if bar > 80:

osd.drawbox(212,cent+4,212+(bar/2),cent+18,color=0x00CC2200,width=-1)
else:

osd.drawbox(212,cent+4,212+(bar/2),cent+18,color=0x8855,width=-1)

osd.drawstring('%02d' % bar +
'%',228,cent+4,fgcolor=0xdd,font=self.CLOCKFONT,ptsize=12)

osd.drawstring(time_left,215,cent+27,fgcolor=0xbb,font=self.CLOCKFONT,pt
size=14)




> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gray, Tim
> Sent: den 19 augusti 2003 14:32
> To: '[EMAIL PROTECTED]'
> Subject: [Freevo-users] idlebar plugin idea
>
>
> I have a simple idea for an idlebar plugin.
>
> parse the output of the df command to display the % of the disk used.
>
> Or has someone already made a disk-useage indicator plugin?
>
>
> thanks.
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072
> 303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] webradio support

2003-08-18 Thread Tommy Killander
Hi,

Been away for a while...

Checkout http://www.somafm.com/ . Top-notch Quality!

...back to my back-log of 500 unread posts in this list. Phew! :-)

/Tommy

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Dirk Meyer
> Sent: den 17 augusti 2003 19:30
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] webradio support
> 
> 
> Hi,
> 
> I added a web radio plugin to freevo. The problem is: what should be
> in it? I used the gxine mediamarks, but most of the urls are not
> working and I want more information of the stream. So everone: please
> send me (or the list) _good_ urls (stuff you listen to) and descibe
> them:
> 
> o Name
> o URL
> o genre (e.g. pop, clasic, info if it's mostly talking, ..),
> o language (of the talking between the songs)
> o homepage (if the station has one)
> o maybe a small description
> o player info (does it play only with mplayer, only with xine or
>   both). 
> 
> If you have some nice web tv urls, send them, too, but mark them as
> video, so they will be placed inside the movies directory.
> 
> 
> Dischi
> 
> -- 
> Drag me, drop me, treat me like an object!
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072
> 303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Freevoweb

2003-07-06 Thread Tommy Killander
Hi,

I noted that the "record_server_init" script had a line mentioning a
"boot_config" file also. I had to copy that file from
/usr/local/freevo/boot/boot_config to /etc/freevo/boot_config to get both
the webserver and record_server up and running.

However, I stumbled in to a problem with the webserver:

1. Give Freevo a fresh restart and leave it in the main menu.

2. Start your web-browser an click the TV-Guide button. The browser hangs
and waits for "Opening page http://your_Freevo_host/guide.rpy"; to
respond

3. Freevo has crashed leaving a blank screen (but the processes seems to be
there):

 1331 tty1 00:00:00 xinit
 1332 ?00:00:03 X
 1334 tty1 00:00:00 freevo.xinitrc
 1352 tty1 00:00:00 webserver_init
 1353 tty1 00:00:00 record_server_i
 1354 tty1 00:00:00 freevo
 1371 tty1 00:00:02 freevo_loader
 1375 tty1 00:00:00 freevo
 1377 tty1 00:00:00 freevo
 1391 tty1 00:00:01 freevo_loader
 1393 tty1 00:00:01 freevo_loader
 1418 ?00:00:00 sshd
 1420 pts/000:00:00 bash
 1628 pts/000:00:00 ps

The last lines of the web-server log gives the following clues(?):

[EMAIL PROTECTED] root]# tail /var/log/freevo/internal-webserver-0.log
Cfg file data: "tvtime = ./runtime/apps/tvtime/tvtime"
Cfg file data: "version = 2.0"
Cfg file data: "xmame = /usr/local/bin/xmame.SDL"
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /etc/freevo/local_conf.py
2003/07/07 00:44 CEST [-] Log opened.
2003/07/07 00:44 CEST [*web*] twisted.web.server.Site starting on 80
2003/07/07 00:44 CEST [*web*] Starting factory 
2003/07/07 00:44 CEST [HTTPChannel,0,10.1.16.1] XMLTV, reading cached file
(/var/cache/freevo/TV.xml-0.pickled)
[EMAIL PROTECTED] root]#

There is no crash-info or backtrace in the other logfiles.

I have checked that the "TV.xml-0.pickled" file exists. I have also deleted
it so freevo can create a new one.

The TV-Guide works fine in Freevo itself.

...wierd!
/Tommy K

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Rob Shortt
> Sent: den 6 juli 2003 16:55
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Freevoweb
>
>
> j wetherell wrote:
> > I figured out my problem, just for future reference... To use
> > freevoweb, I did these changes.
> >
> > Added these two lines to me /etc/rc.d/rc.local" (Slackware)
> > /usr/local/freevo/helpers/webserver_init &
> > /usr/local/freevo/helpers/record_server_init &
>
> The *_init scripts are meant to run from the init process
> (/etc/inittab), however the way you are calling them from rc.local is
> acceptable, those scripts have no 'stop' argument though.
>
> > The order seems to matter.
> >
> > Uncommented these three lines"
> > plugin.activate('www')
>
> If you start webserver on system startup then you don't need to run it
> as a plugin, so you can comment this line again.  If you try to start it
> as a plugin as well as on system startup the plugin one will fail
> because the port (8080) will be in use.
>
> > WWW_PORT = 8080
> > WWW_USERS = { "login_name" : "login_password" }
> > #Change the name and pass in the quotes to anything you would like.
> >
> > Created these directories:
> > /var/log/freevo/
> > /var/cache/freevo/
>
> Ahh, yes, those directories are important.  I will have to check if I
> hardcoded those values somewhere (I hope not!) and if so use the one
> that the config module provides.
>
> >>P.S. Any way to play a start a recorded program from the web-
> >>interface?
>
> Sorry, not yet.  It would be nice if in the future the web interface has
> much of the same functions as the TV interface so you could start videos
> or music from another machine like this, or even use a browser plugin to
> watch a video that way.  Related to that there is now an icecast plugin
> to play music remotely.
>
> I have been meaning to make some documentation on the webserver and
> record server and will get to that soon.
>
> -Rob
>
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] digital audio with via onboard sound?

2003-06-29 Thread Tommy Killander
Eric,

see answer below.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Eric
> Jorgensen
> Sent: den 29 juni 2003 19:20
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] digital audio with via onboard sound?
>
>
>
>   Thought I'd ask here - because the mini-itx boards use via audio,
> someone might have researched this already, or even tried something.
>
>   My freevo system, mostly used to play back preencoded
> media, is based
> on a microatx motherboard that has integrated via audio. To date, I've
> been using the analog output from an SB Audigy card, and I've never
> tried the via sound - though i know the drivers at least load.
>
>   My motherboard - Biostar M7VIG-Pro - has an undocumented
> s/pdif header.
> I got to thinking about that last night, and discovered that the M7VIG-D
> board has it *documented, and that there's a dongle available for the
> board with optical and coaxial output.
>
>   And furthermore, that NewEgg has said dongle offered at
> $8usd with free
> shipping and a free "$6" translucent yellow Biostar pen. Clutching my
> already prized translucent yellow Biostar pen in my hands, I pecked out
> some orders, and expect my dongle and a cheap toslink cable off ebay to
> arrive some time this week. And another pen.
>
>   Has anybody tried using the digital-out of some of the miniitx C3
> boards? Should be the same setup as my board.
>

Yes. You have to use ALSA drivers, check out the installation details at
http://www.viaarena.com/?PageID=294#md . There are issues with some of the
newer releases of ALSA (stuttering sound), but if you go for the exact
release in the README - you will be safe.  I use ALSA 0.9.0rc6 myself...

Disclaimer: I haven't tested AC3 support yet. It's somewhere at the bottom
of my To-Do-list :-)

>   I can't find much information about this at all. Also, more
> importantly, is it possible to simply transmit an AC3 stream through the
> digital output of the via audio system? and, how? I'm already using alsa
> for pretty much everything.
>

It should be possible to simply "relay" the AC3 stream over the SPDIF (IEC
958). I haven't done it myself but I have seen posts about it at the VIA
Arena forum...

>   Thanks.
>
>  - eric
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Re: Documentation (again)

2003-06-27 Thread Tommy Killander
Guys,

I volunteer for the documentation effort. I have been writing loads of
technical documentation (descriptions, requirement specs, project management
docs etc.) for the last 10 years. It goes hand in hand with my occupation as
a Project Manager/System Architect consultant working with embedded systems
design :-)

If you find this interesting; Please reply to me directly so we can spare
the rest of the list our conversation about the details.

/Tommy Killander

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Eduardo
> Roldan
> Sent: den 26 juni 2003 17:01
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Re: Documentation (again)
>
>
> Seems that the next steps are:
>
> 1)Polish the proccess you described with the devel list. Publish in the
> developers wiki page.
> 2)Open a request to get some document mantainers.
>
> What you think guys?
>
> On Thu, 2003-06-26 at 08:20, Dirk Meyer wrote:
> > "Tommy Killander" wrote:
> > >> -Original Message-
> > >> From: [EMAIL PROTECTED]
> > >> [mailto:[EMAIL PROTECTED] Behalf Of Eduardo
> > >> Roldan
> > >> Sent: den 25 juni 2003 19:02
> > >> To: [EMAIL PROTECTED]
> > >> Subject: Re: [Freevo-users] Re: Documentation (again)
> > >>
> > >>
> > >> I like the wiki and the idea of a real document.
> > >>
> > >> See the php manual at: http://www.php.net/manual/en/
> > >> I think that freevo needs that type of 'knowledge base'. Standard
> > >> documentation updated not so regularly with the posibility that users
> > >> add coments in any place. When the comments grow up the documentation
> > >> editor push them to the standard documentation and deletes
> the outdated
> > >> ones. In this way developers can dump his ideas, users his
> experiences &
> > >> frustrations.
> > >>
> > >
> > > I agree.
> >
> > Me, too
> >
> > > In order to make the information both valid and possible to
> find I believe
> > > that a well structured Wiki should be possible to use for
> user comments,
> > > hints and experiences.
> > > I also believe that a snapshot of the Wiki user documentation
> should be
> > > moderated and packaged together with each stable release (as
> a bundle of
> > > HTML-docs or PDF).
> > >
> > > Documentation should be labeled and released using the same
> baselines as the
> > > binary releases. The documentation for freevo-1.3.2-pre5
> should be valid for
> > > that release - not containing outdated stuff from
> freevo-1.3.1 or untested
> > > stuff targeted for freevo-1.3.3-pre1 :-)
> >
> > Again agreed: if the docs are in the Freevo package, you will always
> > have the right doc for you.
> >
> > >  - Users Guide (end-user documentation). How Freevo operates
> from the users
> > > point of view (could be a HTML, PDF or why not an embedded
> documentation
> > > system in Freevo itself!?).
> >
> > I would prefer docbook. It's easy to write (take a look at
> > Docs/freevo_howto.sgml) and you can tranform it into html, txt and
> > pdf.
> >
> > >  - Installation Guide. Something like a HOWTO. What do I
> need, how do I get
> > > this bugger up and running. FAQs, Hardware/Software
> compatibility guide.
> > > Some basic info on the system architecture and minor customisations of
> > > Freevo. All definitions in "freevo_config.py" should be
> documented here!
> >
> > We have a start for that (again: Docs/freevo_howto.sgml). The problem
> > is that we developer like to code, not to document. What I would like
> > to have:
> >
> > Some people (two or three) working on the docs. They convert the stuff
> > from the WiKi into the document. The WiKi itself will be for small
> > tips, hardware ideas and stuff like that. Users could add some doc to
> > the WiKi, the doc writers move that into the real doc. They also read
> > the devel list to be up-to-date. If a developer creates something new,
> > he sends a small description to the doc maintainer and they add it.
> >
> > >  - Design Documentation. Code Style Guide, Software structure, API
> > > documentation. TODO lists. There shouldn't be millions of pages of
> > > documentation - but there should be enough to make sure that
> developers and
> > > contributors are aligned in terms som code style, use of
> objects and APIs.
> > > Proper

RE: [Freevo-users] Re: Documentation (again)

2003-06-25 Thread Tommy Killander


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Eduardo
> Roldan
> Sent: den 25 juni 2003 19:02
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Re: Documentation (again)
>
>
> I like the wiki and the idea of a real document.
>
> See the php manual at: http://www.php.net/manual/en/
> I think that freevo needs that type of 'knowledge base'. Standard
> documentation updated not so regularly with the posibility that users
> add coments in any place. When the comments grow up the documentation
> editor push them to the standard documentation and deletes the outdated
> ones. In this way developers can dump his ideas, users his experiences &
> frustrations.
>

I agree.

In order to make the information both valid and possible to find I believe
that a well structured Wiki should be possible to use for user comments,
hints and experiences.
I also believe that a snapshot of the Wiki user documentation should be
moderated and packaged together with each stable release (as a bundle of
HTML-docs or PDF).

Documentation should be labeled and released using the same baselines as the
binary releases. The documentation for freevo-1.3.2-pre5 should be valid for
that release - not containing outdated stuff from freevo-1.3.1 or untested
stuff targeted for freevo-1.3.3-pre1 :-)



In general I see the need for three types of documentation, targetet to
different types of individuals.

 - Users Guide (end-user documentation). How Freevo operates from the users
point of view (could be a HTML, PDF or why not an embedded documentation
system in Freevo itself!?).

 - Installation Guide. Something like a HOWTO. What do I need, how do I get
this bugger up and running. FAQs, Hardware/Software compatibility guide.
Some basic info on the system architecture and minor customisations of
Freevo. All definitions in "freevo_config.py" should be documented here!

 - Design Documentation. Code Style Guide, Software structure, API
documentation. TODO lists. There shouldn't be millions of pages of
documentation - but there should be enough to make sure that developers and
contributors are aligned in terms som code style, use of objects and APIs.
Properly designed code is easier to integrate in the existing software and
contains less bugs...
I think that the documentation found at http://www.directfb.org/ is good.
Look at the Overview document
http://www.directfb.org/documentation/DirectFB_overview_V0.1.pdf for an
example of high level documentation to give newcomers an introduction on how
the pieces fits together.


/Tommy

> I'am alone?
>
>
> On Tue, 2003-06-24 at 12:18, Dirk Meyer wrote:
> > Shawn Powers wrote:
> > > Hey, [EMAIL PROTECTED] remember when you typed:
> > >> That is our biggest problem. We like to code. We add something,
> > >> announce it to the list. Some stuff big enough finds it's way to the
> > >> WiKi. But we are missing some _real_ documentation, with all features
> > >
> > > In a large "foot in the mouth" venture, I now see the virtue
> of the wiki.
> > > :)  I have never liked wikis, but darn it -- it sure is good in this
> > > situation.  Here are my current thoughts:
> > >
> > > I have started reading some python books.  Realize my mind
> often doesn't
> > > work like a programmer, but I want to be able to read some code and
> > > follow what's happening.  I had no idea what *happened* when
> freevo ran.
> > > I've been looking in the code and trying to figure stuff out.  (I've
> > > added a few minimal things to the wiki, and will continue to
> add more as
> > > I figure stuff out)
> >
> > That's great. But even with the WiKi online, I still want structured
> > documentation, online and offline. The 'Freevo Installation HOWTO'
> > from Joseph C. Stump is a very good start, I will add it to the next
> > release (the CVS only contains the sgml file)
> >
> > I also would like to have a plugin document: what plugins exists in
> > Freevo and how to use them. And a plugin HOWTO for developer how to
> > write a plugin. The first needs some Framework and evey plugin
> > developer could add some small description, the later needs to be
> > written by a developer.
> >
> > > To be honest, I don't *want* you guys to document stuff.  Code, code,
> > > code, code!!!  I am trying to learn enough to understand what is
> > > happening.  I'm going to try to look at some more freevo code, and
> > > document the particularly thin parts.  What needs
> documentation the most
> > > right now?
> >
> > Very basic stuff. Mostly the new stuff from CVS. How do plugins work?
> > What is the new event system and how to change it? What keys are
> > there? All about fxd files, etc.
> >
> > > (Oh, and please keep commenting code when possible, especially if
> > > I'll be perusing it to try wikiing out some documentation)
> >
> > Sure. I hate it when there is a bug and I don't know what this
> > function does. So basic doc inside the code is necessary.
> >
> >
> > Dischi
>
>
>
> --

RE: [Freevo-users] Streaming Internet Radio

2003-06-25 Thread Tommy Killander
Hi Paul(s),

Following Mr Hamptons instructions worked just fine. Just got streaming
Internet Radio up and running, after a minor struggle with Python. Lessons
learned for today is that Python is pretty unforgiving about sloppy
indentation... :)

Many thanks for your help.

Best Regards,
/Tommy Killander

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Paul
> Hampton
> Sent: den 24 juni 2003 15:23
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Streaming Internet Radio
>
>
> Opps yep sorry forgot about that idea :)
>
> If you need a hand with that Tommy, feel free to send me a mail.
>
> Cheers
> Paul
>
> Aubin Paul wrote:
>
> >If you're comfortable with using cvsweb, you could also generate a
> >diff if you look at the files mentioned below.
> >
> >
>
>
>
>
> ---
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Streaming Internet Radio

2003-06-24 Thread Tommy Killander
Hi,

I'm having trouble getting Internet Radio to work. Sorry to bother you guys
but and I think I need some pointers in the right direction :)

Freevo shows the Internet Radio directory in the Audio menu, but it says
that "The directory is empty" when I enter it. I use freevo-1.3.2-pre4 on
top of RH8.0

I have created a directory where I want to put my server URLs called
"/mnt/iradio".

[EMAIL PROTECTED] iradio]# pwd
/mnt/iradio
[EMAIL PROTECTED] iradio]# ls -la
total 52
drwxr-xr-x2 root root 4096 Jun 24 13:42 .
drwxr-xr-x7 root root 4096 Jun 24 12:04 ..
-rw-r--r--1 root root  404 Jun 24 13:42 Classic Techno.fxd
-rwxr-xr-x1 root root10945 Jun 24 12:14 Classic Techno.png
-rw-r--r--1 root root  382 Jun 24 12:28 Groove Salad.fxd
-rwxr-xr-x1 root root24053 Jun 24 13:23 Groove Salad.png
[EMAIL PROTECTED] iradio]#

My local_conf.py contains:

DIR_AUDIO = [ ('My Audio Files', '/mnt/common/Music'),
  ('Internet Radio', '/mnt/iradio') ]

One of my .fxd files look like:

[EMAIL PROTECTED] iradio]# cat Classic\ Techno.fxd


Classic Techno



http://205.188.234.65:8020


Techno
D I G I T A L L Y - I M P O R T E D - Classic Techno &
Trance - old school techno, trance & rave!




/Tommy Killander

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Aubin Paul
> Sent: den 23 juni 2003 16:23
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Streaming Internet Radio
>
>
> All you need to do is add a fxd file like this example to your Music
> directories.
>
> 
> 
> Mostly Classical
> 
> 
> 
> http://205.188.209.193:80/stream/1006
> 
> 
> Classical
> 
> 
> 
>
>
> On Mon, Jun 23, 2003 at 06:50:28AM -0700, Jay Herrick wrote:
> > Hello List,
> >
> > I'm sure I've seen this at least mentioned before on this list, but I
> > can't find it in the archives.  Is there any way to have Freevo play
> > streaming internet radio, or any icecast style stream.  I can play them
> > through mplayer by providing a URL on the command line.  So how can I
> > automate this through Freevo.  There's got to be an XML tag
> somewhere! ;)
> >
> > Thanks for any help,
> >
> > -Jay Herrick
> >
> >
> >
> >
> > ---
> > This SF.Net email is sponsored by: INetU
> > Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> ---
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] ffwd changes

2003-06-16 Thread Tommy Killander
Ok.

I have only used Freevo with lircrc support myself.

Still, my guess is that Freevo needs to be modified to get repeat to work.
The wierd thing is that if I hold down the Fast Forward button on my remote
when I'm in Freevo main menue, Freevo seems to get multiple events (see
excerpt of internal-main-0.log below) - but FFWD repeat doesn't work when
mplayer is running :-)

start logfile 
Inserting CD/DVD ROM
Volume = 70
Building the xml hash database... done
MEDIA: Status=2
Posting IDENTIFY_MEDIA event
Main loop starting...
no eventhandler for event PLUGIN_EVENT IDENTIFY_MEDIA
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD
no eventhandler for event FFWD

--- end logfile 

So my question to the dev-team is:
Is repeated event forwarded to mplayer ([Yes, its in the CVS:-)] / No ) ?

/Tommy K

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> skeeterskip
> Sent: den 16 juni 2003 11:47
> To: [EMAIL PROTECTED]
> Subject: RE: [Freevo-users] ffwd changes
>
>
> I think I remember 1.3.2 pre2 and earlier being
> normal. This was about time when freevo switched to
> lircrc format. Then after that, ffwd problem.
>
>
> --- Tommy Killander <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have noticed this too and have done some
> > experimenting with my LIRC config
> > file. However, I came to the conclusion that this a
> > Freevo issue and dropped
> > the case. I use lirc0.6.6 and freevo.1.3.2-pre4.
> > I'll recreate my experiments below:
> >
> > First, I created a small LIRC config file (lirctest)
> > to check that LIRC
> > sends repeated events.
> >
> > [EMAIL PROTECTED] root]#
> > [EMAIL PROTECTED] root]# more lirctest
> > begin
> > button = VCR_1
> > prog   = irexec
> > repeat = 3
> > config = echo "Hello world!"
> > end
> > [EMAIL PROTECTED] root]#
> > [EMAIL PROTECTED] root]# irexec lirctest
> > Hello world! (<- The VCR_1 button is held down
> > for 3 seconds approx. )
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > Hello world!
> > [EMAIL PROTECTED] root]#
> >
> > LIRC handles key repeat as expected.
> >
> > I have also tested that mplayer handles key repeats
> > OK.
> > I created another testfile (lirctest_mp) for LIRC
> > and launched Mplayer in
> > console mode, using it:
> >
> > [EMAIL PROTECTED] root]#
> > [EMAIL PROTECTED] root]# more lirctest_mp
> > begin
> > button = VCR_Forward
> > prog   = mplayer
> > repeat = 3
> > config = seek 60
> > end
> > [EMAIL PROTECTED] root]#
> > [EMAIL PROTECTED] root]# mplayer -lircconf lirctest_mp
> > -vo vesa
> > /mnt/common/Movies/Action/The_Boondock_Saints.avi
> >
> > Mplayer handles Fast Forward as expected. If I keep
> > the VCR_Forward button
> > pressed down the movie skips forward.
> >
> > Finally, after doing this I tried to add a "repeat =
> > 3" line to FFWD and REW
> > in my /etc/freevo/lircrc . I restarted Freevo but
> > FFWD nor REW seemed to
> > handle the repeated events. No Joy
> >
> > So my guess is that Freevo/pylirc filters out the
> > repeated events (or hasn't
> > implemented repeat at all). Is this assumption
> > correct ?
> >
> >
> > /Tommy
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > >
> > [mailto:[EMAIL PROTECTED]
> > Behalf Of
> > > skeeterskip
> > > Sent: den 15 juni 2003 07:55
> > > To: [EMAIL PROTECTED]
> > > Subject: [Freevo-users] ffwd changes
> > >
> > >
> > > I have latest freevo release and noticed that ffwd
> > in
> > > movies only works if continously pressing ffwd
> > button.
> > > A while back i had it so that i could just hold
> > down
> > > ffwd button and have it continously ffwd. Anyone
> > know
> > > how to do this?
> > >
> > > skeeter
> > >
> > > __
> > > Do you Yahoo!?
> > > SBC Yahoo! DSL - Now only $29.95 per month!
> > > http://sbc.yahoo.com
> > >
> > >
> > >
> >
> --

RE: [Freevo-users] ffwd changes

2003-06-15 Thread Tommy Killander
Hi,

I have noticed this too and have done some experimenting with my LIRC config
file. However, I came to the conclusion that this a Freevo issue and dropped
the case. I use lirc0.6.6 and freevo.1.3.2-pre4.
I'll recreate my experiments below:

First, I created a small LIRC config file (lirctest) to check that LIRC
sends repeated events.

[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] root]# more lirctest
begin
button = VCR_1
prog   = irexec
repeat = 3
config = echo "Hello world!"
end
[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] root]# irexec lirctest
Hello world! (<- The VCR_1 button is held down for 3 seconds approx. )
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
[EMAIL PROTECTED] root]#

LIRC handles key repeat as expected.

I have also tested that mplayer handles key repeats OK.
I created another testfile (lirctest_mp) for LIRC and launched Mplayer in
console mode, using it:

[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] root]# more lirctest_mp
begin
button = VCR_Forward
prog   = mplayer
repeat = 3
config = seek 60
end
[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] root]# mplayer -lircconf lirctest_mp -vo vesa
/mnt/common/Movies/Action/The_Boondock_Saints.avi

Mplayer handles Fast Forward as expected. If I keep the VCR_Forward button
pressed down the movie skips forward.

Finally, after doing this I tried to add a "repeat = 3" line to FFWD and REW
in my /etc/freevo/lircrc . I restarted Freevo but FFWD nor REW seemed to
handle the repeated events. No Joy

So my guess is that Freevo/pylirc filters out the repeated events (or hasn't
implemented repeat at all). Is this assumption correct ?


/Tommy
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> skeeterskip
> Sent: den 15 juni 2003 07:55
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] ffwd changes
>
>
> I have latest freevo release and noticed that ffwd in
> movies only works if continously pressing ffwd button.
> A while back i had it so that i could just hold down
> ffwd button and have it continously ffwd. Anyone know
> how to do this?
>
> skeeter
>
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
>
> ---
> This SF.NET email is sponsored by: eBay
> Great deals on office technology -- on eBay now! Click here:
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Partition type for Freevo?

2003-06-11 Thread Tommy Killander
Hi,

I use ext3
(http://www.redhat.com/support/wpapers/redhat/ext3/index.html#toc). My
filesystem has survived hundreds of "un-clean" system restarts with power
cycling without any failure.

UPS is supported by most Linux distros nowadays - check out the "UPS How To"
for more info.

Best Regards,
/Tomym Killander

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Mike
> Payson
> Sent: den 11 juni 2003 07:26
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] Partition type for Freevo?
>
>
> What is the recommended partition type for Freevo? I've been
> using ReiserFS,
> but after a accidentally tripped circiut breaker, my system won't
> reboot. I'm
> working to recover it, but since the electrical is flaky in my
> current house,
> I want to move to something a bit more robust (I know, I should
> just buy a
> UPS...). What partition type provides the best mix of performance
> for Freevo
> use, balanced with robust crash recovery?
>
> Thanks,
> Mike
>
>
> ---
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Questions about the OSD - possible improvements?

2003-06-10 Thread Tommy Killander
Paul,

Got the Idlebar up and running in zerotime (many thanks for your example!)
and I got so carried away that I hacked  myself a plugin for checking the
disk usage!
It's not beautifully engineered Pyhton, but it sort of does the job for me
:-)

I'm happy to submit it if anyone wants it... I can post it here (the class
is something like 50 lines of code that goes into the src/plugins/idlebar.py
somewhere), or I can post it to someone who have access (and knowledge) in
CVS.
Please advice.

/Tommy K

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Aubin Paul
> Sent: den 10 juni 2003 18:41
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Questions about the OSD - possible
> improvements?
>
>
> On Tue, Jun 10, 2003 at 12:44:47PM +0200, Tommy Killander wrote:
> > Great!
>
> What I need to know to figure it out, is what are the resolutions
> people use? For example, NTSC standard is 720x480, pal is 720x576 I
> think, etc.
>
> > Ok. If that means that the code for reading
> /tmp/freevo_record.lst is there
> > already, the "skin job" might not be such a big effort ?
>
> Well, it's pretty trivial to do. We load in the freevo_record.lst and
> compare the list to the guide when we're generating the TV guide. I
> did it once before, and will probably do it again when my new box
> arrives.
>
> > I switched to the same skin as the screenshot (blue_round2) but the
> > statusbar didn't show up - I'll have a look at the src/ and see if I can
> > kick it into action myself. I haven't done any programming for years and
> > have zero knowledge about python, but I give it a try before I
> start to cry
> > for help... :-)
>
> You need to activate the plugins, add to your local_conf.py,
> something like this:
>
> plugin.activate('idlebar.interface')
> plugin.activate('idlebar.mail',level=10,
> args=('/var/spool/mail/aubin', ))
> plugin.activate('idlebar.tv',  level=20)
> plugin.activate('idlebar.clock',   level=50)
>
> Probably should change the spool to your own mail spool :)
>
> > B.t.w, I saw the thread about the CD/(DVD?) ripping plugin: It
> would be nice
> > to have som kind of status/progress information for that in the
> status bar
> > too :)
>
> Working on it... :)
>
>
>
> ---
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Questions about the OSD - possible improvements?

2003-06-10 Thread Tommy Killander
Hi Paul,

See answers below.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Aubin Paul
> Sent: den 9 juni 2003 17:51
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Questions about the OSD - possible
> improvements?
>
>
> On Mon, Jun 09, 2003 at 12:03:01AM +0200, Tommy Killander wrote:
> > 1.OSD for 16:9 TVs:
> > Is there any easy way of changing the OSD for use with a Widescreen (or
> > 16:9) TV ? Is there maybe a skin already out there somewhere for this ?
> > The default skin of Freevo is good for a 4:3 aspect ratio, but
> the menues
> > get "letter-boxed" in different Widescreen modes. It's not an
> major issue,
> > but still quite annoying.
> > I have tried to change the resolution of X11 and Freevo in
> different ways,
> > but when I find a setting where the OSD looks good; mplayer
> misaligns the
> > output :-(
> > Is it possible to make a 16:9 Skin to fix this, maybe I should give it a
> > shot ?
>
> That's something we should add to the config.
>

Great!

> > 2.Show scheduled recordings in the TV-Guide:
> > It would be nice to see which programs that are scheduled for
> recording (box
> > or text marked in different color?). To avoide questions like "Did I
> > schedule this recording or not the last time I surfed the
> TV-Guide ?" :-)
>
> This existed a while ago, but hasn't been ported to the new skin yet.
>

Ok. If that means that the code for reading /tmp/freevo_record.lst is there
already, the "skin job" might not be such a big effort ?

> > 3.Status-bar
> > It would be nice to have a Status-bar at the botton (or top?)
> of the screen
> > with Time, Harddisk Usage (MBytes left or Recordning time left - given a
> > specified recording ratio), Recording Status (Idle or
> Recording). There are
> > probably atleast 1024 other items that might be useful too:)
>
> The status bar does exist (check freevo.sf.net for a screenshot)
> though no one has written an applet for monitoriing disk usage inside
> of it, but it shouldn't be too hard.
>

I switched to the same skin as the screenshot (blue_round2) but the
statusbar didn't show up - I'll have a look at the src/ and see if I can
kick it into action myself. I haven't done any programming for years and
have zero knowledge about python, but I give it a try before I start to cry
for help... :-)

B.t.w, I saw the thread about the CD/(DVD?) ripping plugin: It would be nice
to have som kind of status/progress information for that in the status bar
too :)

> > 4.Show Date in TV-Guide
> > I miss the date in the TV-Guide timeline. It's easy to lose
> track of days
> > after pushing the "Arrow Right" button for the 50'th time... By
> putting the
> > Date and separator between each 24-hour period its easier to keep
> > orientation.
>
> Also coule be done pretty easily... anyone? :)
>
> Aubin
>
>
> ---
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Questions about the OSD - possible improvements?

2003-06-08 Thread Tommy Killander
Hi guys,

I have been using Freevo for a while now; and have lately been putting
myself in the position of a Dumb and Ignorant User - by asking myself
questions about usability; comparing Freevo with other consumer electronics
equipment in my livingroom and without worrying too much about
implementation issues.
The biggest issues I think is Startup time (Power On -> Freevo ready to
accept command input) and the reaction time for the remote control (delay
between button pressed on the remote to OSD is updated). The Startup time is
not much to do about - expect keeping the box up and running around the
clock (which is what I do). The second issue is mentioned in the bug report
so I guess that someone is working on that one...

In general I'm very happy with my Freevo box. The best thing is that Freevo
is evolving all the time, so I guess that I will be happier and happier :-)


However, I have the following small suggestions to enhance usability. If
it's in the CVS already I'm looking forward to see it as a documented
"local_conf.py" configurable item (or plugin) in a stable release :-)

1.OSD for 16:9 TVs:
Is there any easy way of changing the OSD for use with a Widescreen (or
16:9) TV ? Is there maybe a skin already out there somewhere for this ?
The default skin of Freevo is good for a 4:3 aspect ratio, but the menues
get "letter-boxed" in different Widescreen modes. It's not an major issue,
but still quite annoying.
I have tried to change the resolution of X11 and Freevo in different ways,
but when I find a setting where the OSD looks good; mplayer misaligns the
output :-(
Is it possible to make a 16:9 Skin to fix this, maybe I should give it a
shot ?


2.Show scheduled recordings in the TV-Guide:
It would be nice to see which programs that are scheduled for recording (box
or text marked in different color?). To avoide questions like "Did I
schedule this recording or not the last time I surfed the TV-Guide ?" :-)


3.Status-bar
It would be nice to have a Status-bar at the botton (or top?) of the screen
with Time, Harddisk Usage (MBytes left or Recordning time left - given a
specified recording ratio), Recording Status (Idle or Recording). There are
probably atleast 1024 other items that might be useful too:)


4.Show Date in TV-Guide
I miss the date in the TV-Guide timeline. It's easy to lose track of days
after pushing the "Arrow Right" button for the 50'th time... By putting the
Date and separator between each 24-hour period its easier to keep
orientation.

Regards,
/Tommy K



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] OT: case for mini-itx

2003-06-06 Thread Tommy Killander
Hi again,

Just wanted to mention a couple of mods I made to the 2699R make it work for
me.

 - The 55W ATX power supply is a bit weak at startup. The power-block
doesn't deliver enough power when you hit the POWER button. I had to add an
4700uF/16V reservoir electrolythic capacitor in parallell with the DC-input
terminals.

 - I soldered 100 ohm resistors in series with the +12VDC leads to the fans
to lower their speed (and noise level). My Freevo is up 24-7. I haven't
experienced any temperature problems (yet:).

 - The COM2 port is excellent for connecting your LIRC receiver hardware.

 - The USB connectors on the front is perfect for connecting your USB
Gamepads (for XMAME or SNES emulators).

/Tommy K

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Bo Rosén
> Sent: den 5 juni 2003 23:04
> To: [EMAIL PROTECTED]
> Subject: RE: [Freevo-users] OT: case for mini-itx
>
>
> tor 2003-06-05 klockan 22.32 skrev Tommy Killander:
>
> More Swedes to the rescue,
>
> > This is The One you Want (I suspect) -
> http://www.hushtechnologies.net/ .
> > Click-and-Drool...
>
> Yes, it's truly sweet amd I wish I could afford it too.
>
> > Myself, I couldn't afford it :-( I had to go for the Morex Cubid 2699R,
>
> After looking around a bit, this is the one I've settled on as well.
> It's not particularly good looking, but it'll do ;-)
>
> > since I also wanted to buy everything from Dustin AB.
>
> Hm, better check them out as well for prices.
>
> > full of DIY solutions like this. You need to have your thumbs properly
> > aligned, time, patience and access to some tools to do that though :-)
>
> I usually have my thumbs in the right places, but I don't really have
> any experience in doing this kind of stuff, nor any tools. It *is*
> tempting though, I confess.
>
> > Good Luck with your project!
>
> Tack!
>
> Bo
> --
> Bo Rosén <[EMAIL PROTECTED]>
>
>
>
> ---
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] OT: case for mini-itx

2003-06-06 Thread Tommy Killander
Bo,

This is The One you Want (I suspect) - http://www.hushtechnologies.net/ .
Click-and-Drool...

Myself, I couldn't afford it :-( I had to go for the Morex Cubid 2699R,
since I also wanted to buy everything from Dustin AB.

See also:

Cubid - http://www.casetronic.com/PC_cases.htm#miniitx
Ice Cube - http://www.joujye-computer.com/Product/mini.htm


Another suggestion is to reuse some old HiFi-equipment and put your EPIA
there instead of the old electronics. The http://www.mini-itx.com site is
full of DIY solutions like this. You need to have your thumbs properly
aligned, time, patience and access to some tools to do that though :-)


Good Luck with your project!

/Tommy K

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Bo Rosén
> Sent: den 5 juni 2003 21:32
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] OT: case for mini-itx
>
>
> Hi,
>   I know this is somewhat OT, but I plan to build a htpc in a
> few months
> based on the eden m1 board.
> Any good suggestions for a case that won't be embarrasing beside my
> stereo? From someone who ships to Sweden?
> The closest thing I've found would be something from Morex, except I
> think they look terrible ;-)
> --
> Bo Rosén <[EMAIL PROTECTED]>
>
>
>
> ---
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] X11 and TV Out

2003-06-03 Thread Tommy Killander
Hi Alan,

Have tried VIAs drivers (http://www.viaarena.com/?PageID=296#KPLE) yet ?
Check out the the item marked New (Mandrake 9.0), maybe this can help you...
Anyway, there is a README in that package that might be helpfull.

Maybe you will have to use them in order to get the "Device" parameters to
work.

/TK

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Alan
> Murrell
> Sent: den 2 juni 2003 16:29
> To: [EMAIL PROTECTED]
> Subject: RE: [Freevo-users] X11 and TV Out
>
>
> Hi Tommy,
>
> > will be of little use since you are using an EPIA
> > board, right ?
>
> Correct.
>
> > You should probably use KLE133 drivers for EPIA
>
> Hrm, Mandrake 9.1 detected them as "Trident Cyberblade
> (generic)", which runs well on my monitor.  Perhaps I
> will give that a try first, but with the ModeLines you
> suggest, and see how that works (i.e., I'll with the
> same XF86Config file as you posted, but replacing your
> board with the generic Trident Cyberblade)
>
> > Anyway here it is:
>
> Thank you; I will let you know how it goes.
>
> Alan
>
>
> __
> Post your free ad now! http://personals.yahoo.ca
>
>
> ---
> This SF.net email is sponsored by: eBay
> Get office equipment for less on eBay!
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] X11 and TV Out

2003-06-02 Thread Tommy Killander
Alan,

I think that your problem with the TV output might be related to vertical
and horisontal sync frequencies.

My first first attempt to use mplayer in VESA mode (before I got X11 and
Freevo up and running) I could watch all of my DivX movies at my monitor,
but only a few of them worked at my TV-set.

I found out that mplayer (in fullscreen VESA mode!) changed HS/VS
frequencies depending on the content resolution - VS frequencies which where
multiples of 25 Hz (50, 75 and 100 Hz where OK - 85 Hz where not) - the 25
Hz comes from the PAL standard.
After this I decided to use X11 and select a ModeLine combination that would
give me 75 or 100 Hz VS rate.

Hope this helps you!

I have an XF86Config for an EPIA-M that works for me. But I guess that it
will be of little use since you are using an EPIA board, right ?
In practice its the same config as the one for Freevix (I didn't know of
that project back then so I hacked on by myself :)

I use the VIA supplied display drivers for CLE266. You should probably use
KLE133 drivers for EPIA (they might even be part of the RH9 distro).

Anyway here it is:

- XF86Config 
# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.


FontPath   "unix/:7100"

EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "dri"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"

#   Option  "AutoRepeat""500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#   Option  "Protocol"  "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant""nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions""ctrl:swapcaps"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc102"
Option  "XkbLayout" "se"
#Option "XkbVariant"""
#Option "XkbOptions"""
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/psaux"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "IMPS/2"
Option  "Emulate3Buttons"   "no"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
HorizSync   31.5-48.5
VertRefresh 75
Option "dpms"

#Refresh Rate 60Hz
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
#Refresh Rate 75Hz
ModeLine "720x480" 34.9 720 752 824 928 480 481 484 502
ModeLine "720x576" 42.6 720 720 792 944 576 577 580 602
ModeLine "848x480" 41.0 848 880 968 1088 480 481 484 502
Mo

RE: [Freevo-users] X11 and TV Out

2003-06-01 Thread Tommy Killander


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Alan
> Murrell
> Sent: den 1 juni 2003 08:49
> To: Freevo Users List
> Subject: [Freevo-users] X11 and TV Out
>
>
> Hello,
>
> I am playing with using an EPIA board (800MHz), which
> has built in TV out, etc.
>
> I have Freevo setup to run under X11, and it works
> great when the outputis to a monitor.  However, when I
> plug the composite TV cable from the TV to the TV Out
> on the board, and restart, all I get is a blank screen
> on my TV when I start X.
>
> I am thinking that there is something I need to put
> into my XFree86 config file to handle the TV, but I am
> unsure as to what I need to enter.  WOuld someone be
> able to provide some assistance?
>

Is the BIOS screen showing up on your TV, or is the TV-out completly "dead"
?
Check that TV out is set to Enabled in your BIOS - you might want to enable
both TV and VGA output to make it easier to move the EPIA between the TV-set
and the Monitor.
Tip: Optimize the X11 settings for your TV-set; modern monitors are more
forgiving than TVs :)

> Thank you.
>
> Alan
>
>
> __
> Post your free ad now! http://personals.yahoo.ca
>
>
> ---
> This SF.net email is sponsored by: eBay
> Get office equipment for less on eBay!
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] good remote?

2003-05-29 Thread Tommy Killander


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Robert
> Wohleb
> Sent: den 28 maj 2003 19:58
> To: Freevo Listserv (E-mail) (E-mail 2)
> Subject: [Freevo-users] good remote?
>
>
> Hi all,
>
> Now that I have my spiffy new Lirc receiver, I'm shopping around
> for a nice remote. I've played around with the ones I have around
> the house, but I don't have one that supports all/most buttons
> under any unused mode. Some don't/partially support the
> directional buttons, while others don't support the play/stop
> keys. I could just map any working key to do stuff, but I want
> keys that are marked for what they'll actually do. What are other
> people using?

I fiddled around quite alot with my system "syste,-renmote" and a remote for
an old broken down Panasonic VCR (had every button I could think of for
Freevo, but I had to keep track of another remote in my livingroom). It
already had an working .lircrc-file so all I had to do was to figure out
which function Freevo where using - and select the wanted event-name for
that function.

Right now I use the same remote as I use for my TV-set, since it has a
remote with three modes (TV, VCR and DVD). I have created a special
.lircrc-file for the VCR mode of that remote using the "irrecord" command,
but it was easy...

It's very handy to use the same remote for the TV-set as for Freevo, I
think.

> I've heard people talking about using universal
> remotes, but how did you know which device code to program into
> it so you would have the buttons you needed? Trial and error?
>

My "system-remote" had the drawback that the arrow-keyes used for menu
stuff, where used for tape transport functions (Play/STop/Ffwd/Rec etc), so
in the end I ditched that solution. The system remote has damn too many
modes to keep track of - so I always end up using 2 or 3 remotes at the same
time anyway :-)

When I programmed the remote and LIRC I used a sort of
semi-trial-and-error:-) :

 - I surfed a couple of well-known VCR brands (Sony, Panasonic, Philips) and
selected one of their "top-of-the-line" VCRs, ignoring the newest models.
They would probably have an advanced OSD and a remote crammed with
buttons:-) ...and they would have support in LIRC hopefully.

 - I took the .lircrc configs for that brand and selected the config with
the most functions (tape transport, OSD etc).

 - After that I used trial and error for program my System remote with the
matching code.

> ~Rob
>
>
>
> ---
> This SF.net email is sponsored by: ObjectStore.
> If flattening out C++ or Java code to make your application fit in a
> relational database is painful, don't do it! Check out ObjectStore.
> Now part of Progress Software. http://www.objectstore.net/sourceforge
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users