Re: [Freevo-users] freevo & unichrome SOLVED

2006-11-30 Thread Duncan Webb
Paul Sijben wrote:

Great work Paul, that must have been quite a job.

I have a problem with patches like this because I don't know which
mplayer.py you are taking about. There are three:
./src/tv/plugins/mplayer.py
./src/audio/plugins/mplayer.py
./src/video/plugins/mplayer.py

Would you be so kind and do a patch against the rel-1-6 and report this
as a bug. I will class this as a bug because the old code was horrible.

Duncan

> Ok you have been seeing the problem I (and others had with unichrome and
> freevo). I seem to have got the solution now.
> 
> A good compile of mplayer 1.0rc1 (for a certain definition of good) and
> the attached patch for video/plugins/mplayer.py will do the trick (the
> patch is against freevo 1.6.1). Note I am using a recent unichrome build.
> 
> Actually the attached freevo patch works for all kinds of video outputs
> that require a different vo setting for different classes of movies.
> 
> So if you have a unichrome system (possibly an EPIA board) put this in
> your local_conf.py in the mplayer section and apply the patch. It tells
> freevo to use the vo device "xvmc:deint-bob" with option "-vc
> ffmpeg12mc" when playing mpeg2 (the bob deinterlace option I found to be
> necessary, it will play with less CPU usage without it but the image
> will be flickery sometimes, so you may try simply "xvmc" if you want
> even less CPU usage). For all other movies it will use "xvidix" using a
> different kind of hardware acceleration.
> 
> MPLAYER_VO_DEV_HWACCEL = "xvmc:deint-bob"
> MPLAYER_HWACCEL_SUFFIX=["mpeg","mpg","vob"]
> MPLAYER_VO_DEV = "xvidix"
> MPLAYER_VO_DEV_OPTS_HWACCEL='-vc ffmpeg12mc'
> 
> of course as well as having "mpeg","mpg","vob" in the
> VIDEO_MPLAYER_SUFFIX list.
> 
> and put
> colorkey=0x00
>  in your .mplayer/config (it always failed when I tried to put it on the
> command line but this works too)
> 
> and put
> libviaXvMC.so.1
> in /etc/X11/XvMCConfig
> 
> Now coming to the point of a good build of  mplayer may be simple or
> hard for you. In all cases you will need some patches. Some exchanges
> with  Davin Desborough and myself have resulted in the following recipe.
> The first three lines are relevant if you are on Ubuntu or some other
> debian derivative, of you are on another linux flavour, you need to
> resolve it in another way.
>  
> add deb-src to /etc/apt/sources.list if you don't have it
> sudo apt-get update
> sudo apt-get build-dep mplayer
> #OK so we now have all the dependencies sorted
> wget
> ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
> wget
> http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20061023/6cdd63fd/mplayer.tar.obj
> tar xvf mplayer.tar.obj
> bunzip2 MPlayer-1.0rc1.tar.bz2
> tar xvf MPlayer-1.0rc1.tar
> cd MPlayer-1.0rc1/
> patch -p1 -i ../mplayer/MPlayer-1.0rc1-openchrome_xvmc_vld.patch
> patch -p1 -i ../mplayer/MPlayer-1.0rc1-remove_bobdeint.patch
> patch -p1 -i ../mplayer/MPlayer-1.0rc1-openchrome_bob.patch
> ./configure --prefix=/usr --enable-xvmc --with-xvmclib=XvMCW
> make
> sudo make install
> 
> OK, you now may be set, or you may be not. Try to play some audio with
> mplayer. If it sounds good, you are ready.
> If it sounds horrible you are likely on a VIA C-2 or AMD CPU. There
> appears to be a bug in mp3lib that is triggered on CPUs with MMX or some
> such speedup tech. This is fixed in the svn build of mplayer. so check
> that out in the way indicated on the mplayer site. I tried applying the
> unichrome patches manually to the svn tree but that failed, so I ended
> up configuring that tree too with the same options as I built 1.0rc1.
> When it is configured copy over the mp3lib directory to the 1.0rc1 tree
> as well as mpcommon.mak . Now build your 1.0rc1 tree again (a make clean
> before doing that make might not hurt, I guess). I found that the
> resulting mplayer works just fine.
> 
> At this point I am using just some 25% of total CPU power on my 600Mhz
> EPIA board while playing a recorded TV prog (recorded with ivtv). Using
> mplayer I can stop the show and can resume playback later. Also I found
> that mplayer is far more responsive to input from the remote control
> than xine.
> 
> So after all the hard work I am a happy camper. So I hope this will give
> you what you need to!
> BTW: Davin offered to put all of this in a more verbose version in the
> Wiki so I'll gladly let him have the honor of doing that :-)
> BTW2: I suggest this patch to be included in the main freevo tree as
> many people are running freevo on EPIA and other unichrome setups.
> 
> 
> 
> 
> 
> --- mplayer.py2006-11-30 17:45:33.0 +0100
> +++ mplayer.py-orig   2006-11-28 12:46:11.0 +0100
> @@ -53,8 +53,7 @@
>  def __init__(self):
>  # create plugin structure
>  plugin.Plugin.__init__(self)
> - if not hasattr(config,'MPLAYER_HWACCEL_SUFFIX'):
> -  config.MPLAY

Re: [Freevo-users] Mmpython & lsdvd problem

2006-11-30 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
> Made reemerge and it works now.
> Thanks!

Very strange, never seen anything like this before with gentoo.

I've seen that gentoo sometimes get the sub-dependencies wrong with ~x86
versions, i.e: gtkmm ~x86 requires a pango ~x86 version which is a
dependency of gtk+. but I've never seen an emerge fail to install
something.

Oh well good to hear that it has been resolved.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Dirk Meyer
Duncan Webb wrote:
> Do we have a tools in Freevo that allows us to play with graphics
> without having to run freevo each time, this would speed up development
> of graphics.

No, sorry.


Dischi

-- 
If you can't beat your computer at chess, try kickboxing.


pgpM1UFrRo4RA.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Duncan Webb
Dirk Meyer wrote:
> Duncan Webb wrote:
>> While the bar looks okay on a PC monitor, it looks not-so-good on the TV.
> 
> The problem with white is the contrast. It looks ok next to light gray
> but very bad next to black.
> 
>> The problem with red is NTSC, NTSC doesn't do red well. IIRC This is why
>> PAL was invented to improve on the red and PAL-B was to stop the
>> interference with white.
> 
> Red is bad for tv, even with PAL. Red is a warning color, it gets your
> attention. You don't want such an agressive color as background for
> freevo. So blue is the best, you can also use green. Never use red.

That was the idea, when there only enough disk space to one film then
the colour bar turns red, when the disk space is getting low then it is
orange and when there is plenty of disk space then it is green. I think
the traffic light metaphor is a good one.

What I have now done is to make the levels configurable so that it is
possible to set both DISKFREE_LOW and DISKFREE_VERY_LOW to zero, so that
there is only a green bar. May be I should add some more alpha channel
to the graphics.

Do we have a tools in Freevo that allows us to play with graphics
without having to run freevo each time, this would speed up development
of graphics.

The graphics in blurr are really very good, wish I could do them. :(
> 
> 
> Dischi, who is a bit color blind :)

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Mmpython & lsdvd problem

2006-11-30 Thread mlaba
Made reemerge and it works now.
Thanks!

Line 04 is exactly as you stated:
# $Id: lsdvd.py 1906 2006-09-26 13:18:52Z duncan $
I will try to reemerge mmpython, lsdvd and freevo,
maybe that helps.
Marcin

[EMAIL PROTECTED] wrote:
> Yes,
> I use gentoo. I currently use mmpython version 0.4.10 and lsdvd 0.16 -
latest available.
> Marcin 

>From the stack trace I don>#039;t think your using mmpython-0.4.10.

if len(data) > 2:
File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
148, in lsdvd

Should be line 202.

What is the $Id: at line 4 say? It should say:
# $Id: lsdvd.py 1906 2006-09-26 13:18:52Z duncan $

Duncan

> 
> 
>> Are you using Gentoo? There is a small issue with having to unmask
>> things to get the right lsdvd and mmpython versions
> 
>> Evan
> 
> On 29 Nov 2006 23:19:35 +0100, [EMAIL PROTECTED] >[EMAIL PROTECTED]> wrote:
>> I have a problem with reading some dvds. The below error is from
freevo
> main log:
>> rom_drives.py (554): Undetected DVD, checking again
>> mmpython.create error:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.4/site-packages/mmpython/factory.py", line
250,
> in create
>> if (os.uname()[0] == >#039;FreeBSD>#039; and \
>>   File "/usr/lib/python2.4/site-packages/mmpython/factory.py", line
217,
> in create_from_device
>> """
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 112, in __init__
>> self.languagedesc.encode()
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 202, in isDisc
>> if len(data) > 2:
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 148, in lsdvd
>> self.length   = (int(l[0])*60+int(l[1]))*60+int(l[2])
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 96, in __init__
>> class DVDSubtitle(mediainfo.SubtitleInfo):
>> ValueError: invalid literal for int(): 55.170
>>
>> Please report this bug to the Freevo mailing list
>> *
>> Error detecting the disc
>> Please contact the developers
>> *
>>
>> Any help appreciated,
>> Marcin
>>
>> --
>> PS. >>> http://link.interia.pl/f19a6
>>
>>
>>
>
-
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the
chance to share
> your
>> opinions on IT > business topics through brief surveys - and earn cash
>>
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
> 
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the
chance
to share
> your
> opinions on IT > business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> --
> Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e
> 
> 
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the chance
to share
your
> opinions on IT > business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the chance
to share
your
opinions on IT > business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to 
share
your
opinions on IT > business topics through brief s

[Freevo-users] freevo & unichrome SOLVED

2006-11-30 Thread Paul Sijben
Ok you have been seeing the problem I (and others had with unichrome and
freevo). I seem to have got the solution now.

A good compile of mplayer 1.0rc1 (for a certain definition of good) and
the attached patch for video/plugins/mplayer.py will do the trick (the
patch is against freevo 1.6.1). Note I am using a recent unichrome build.

Actually the attached freevo patch works for all kinds of video outputs
that require a different vo setting for different classes of movies.

So if you have a unichrome system (possibly an EPIA board) put this in
your local_conf.py in the mplayer section and apply the patch. It tells
freevo to use the vo device "xvmc:deint-bob" with option "-vc
ffmpeg12mc" when playing mpeg2 (the bob deinterlace option I found to be
necessary, it will play with less CPU usage without it but the image
will be flickery sometimes, so you may try simply "xvmc" if you want
even less CPU usage). For all other movies it will use "xvidix" using a
different kind of hardware acceleration.

MPLAYER_VO_DEV_HWACCEL = "xvmc:deint-bob"
MPLAYER_HWACCEL_SUFFIX=["mpeg","mpg","vob"]
MPLAYER_VO_DEV = "xvidix"
MPLAYER_VO_DEV_OPTS_HWACCEL='-vc ffmpeg12mc'

of course as well as having "mpeg","mpg","vob" in the
VIDEO_MPLAYER_SUFFIX list.

and put
colorkey=0x00
 in your .mplayer/config (it always failed when I tried to put it on the
command line but this works too)

and put
libviaXvMC.so.1
in /etc/X11/XvMCConfig

Now coming to the point of a good build of  mplayer may be simple or
hard for you. In all cases you will need some patches. Some exchanges
with  Davin Desborough and myself have resulted in the following recipe.
The first three lines are relevant if you are on Ubuntu or some other
debian derivative, of you are on another linux flavour, you need to
resolve it in another way.
 
add deb-src to /etc/apt/sources.list if you don't have it
sudo apt-get update
sudo apt-get build-dep mplayer
#OK so we now have all the dependencies sorted
wget
ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
wget
http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20061023/6cdd63fd/mplayer.tar.obj
tar xvf mplayer.tar.obj
bunzip2 MPlayer-1.0rc1.tar.bz2
tar xvf MPlayer-1.0rc1.tar
cd MPlayer-1.0rc1/
patch -p1 -i ../mplayer/MPlayer-1.0rc1-openchrome_xvmc_vld.patch
patch -p1 -i ../mplayer/MPlayer-1.0rc1-remove_bobdeint.patch
patch -p1 -i ../mplayer/MPlayer-1.0rc1-openchrome_bob.patch
./configure --prefix=/usr --enable-xvmc --with-xvmclib=XvMCW
make
sudo make install

OK, you now may be set, or you may be not. Try to play some audio with
mplayer. If it sounds good, you are ready.
If it sounds horrible you are likely on a VIA C-2 or AMD CPU. There
appears to be a bug in mp3lib that is triggered on CPUs with MMX or some
such speedup tech. This is fixed in the svn build of mplayer. so check
that out in the way indicated on the mplayer site. I tried applying the
unichrome patches manually to the svn tree but that failed, so I ended
up configuring that tree too with the same options as I built 1.0rc1.
When it is configured copy over the mp3lib directory to the 1.0rc1 tree
as well as mpcommon.mak . Now build your 1.0rc1 tree again (a make clean
before doing that make might not hurt, I guess). I found that the
resulting mplayer works just fine.

At this point I am using just some 25% of total CPU power on my 600Mhz
EPIA board while playing a recorded TV prog (recorded with ivtv). Using
mplayer I can stop the show and can resume playback later. Also I found
that mplayer is far more responsive to input from the remote control
than xine.

So after all the hard work I am a happy camper. So I hope this will give
you what you need to!
BTW: Davin offered to put all of this in a more verbose version in the
Wiki so I'll gladly let him have the honor of doing that :-)
BTW2: I suggest this patch to be included in the main freevo tree as
many people are running freevo on EPIA and other unichrome setups.

-- 
Paul Sijben mailto:[EMAIL PROTECTED]
Amersfoort, NL  http://www.sijben.net
tel:+31 334557522   fax:+31 33 4557523

--- mplayer.py  2006-11-30 17:45:33.0 +0100
+++ mplayer.py-orig 2006-11-28 12:46:11.0 +0100
@@ -53,8 +53,7 @@
 def __init__(self):
 # create plugin structure
 plugin.Plugin.__init__(self)
-   if not hasattr(config,'MPLAYER_HWACCEL_SUFFIX'):
-config.MPLAYER_HWACCEL_SUFFIX=[]
+
 # register mplayer as the object to play video
 plugin.register(MPlayer(), plugin.VIDEO_PLAYER, True)
 
@@ -110,13 +109,6 @@
 self.item_length  = -1
 self.item.elapsed = 0
 
-   #XXX PS
-   VODEV=config.MPLAYER_VO_DEV
-   VODEVOPTS=config.MPLAYER_VO_DEV_OPTS
-   if item.mimetype in config.MPLAYER_HWACCEL_SUFFIX:
-   VODEV=config.MPLAYER_VO_DEV_HWACCEL
-   VODEVOPTS=config.MPLAYER_VO_DEV_OPTS_HWACCEL
-
 if mode == 'file':
 url = item.url[

Re: [Freevo-users] Mmpython & lsdvd problem

2006-11-30 Thread mlaba
Line 04 is exactly as you stated:
# $Id: lsdvd.py 1906 2006-09-26 13:18:52Z duncan $
I will try to reemerge mmpython, lsdvd and freevo,
maybe that helps.
Marcin

[EMAIL PROTECTED] wrote:
> Yes,
> I use gentoo. I currently use mmpython version 0.4.10 and lsdvd 0.16 -
latest available.
> Marcin 

>From the stack trace I don't think your using mmpython-0.4.10.

if len(data) > 2:
File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
148, in lsdvd

Should be line 202.

What is the $Id: at line 4 say? It should say:
# $Id: lsdvd.py 1906 2006-09-26 13:18:52Z duncan $

Duncan

> 
> 
>> Are you using Gentoo? There is a small issue with having to unmask
>> things to get the right lsdvd and mmpython versions
> 
>> Evan
> 
> On 29 Nov 2006 23:19:35 +0100, [EMAIL PROTECTED] >[EMAIL PROTECTED]> wrote:
>> I have a problem with reading some dvds. The below error is from
freevo
> main log:
>> rom_drives.py (554): Undetected DVD, checking again
>> mmpython.create error:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.4/site-packages/mmpython/factory.py", line
250,
> in create
>> if (os.uname()[0] == >#039;FreeBSD>#039; and \
>>   File "/usr/lib/python2.4/site-packages/mmpython/factory.py", line
217,
> in create_from_device
>> """
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 112, in __init__
>> self.languagedesc.encode()
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 202, in isDisc
>> if len(data) > 2:
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 148, in lsdvd
>> self.length   = (int(l[0])*60+int(l[1]))*60+int(l[2])
>>   File "/usr/lib/python2.4/site-packages/mmpython/disc/lsdvd.py", line
> 96, in __init__
>> class DVDSubtitle(mediainfo.SubtitleInfo):
>> ValueError: invalid literal for int(): 55.170
>>
>> Please report this bug to the Freevo mailing list
>> *
>> Error detecting the disc
>> Please contact the developers
>> *
>>
>> Any help appreciated,
>> Marcin
>>
>> --
>> PS. >>> http://link.interia.pl/f19a6
>>
>>
>>
>
-
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the
chance to share
> your
>> opinions on IT > business topics through brief surveys - and earn cash
>>
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
> 
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net>#039;s Techsay panel and you>#039;ll get the chance
to share
> your
> opinions on IT > business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> --
> Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e
> 
> 
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to 
> share
your
> opinions on IT > business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to 
share
your
opinions on IT > business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php>p=sourceforge>CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=

Re: [Freevo-users] Perfect motherboard for Freevo (was Re: Freevo box over Compact Flash.)

2006-11-30 Thread Eric Jorgensen
On Thu, 30 Nov 2006 13:30:20 +0800
"mike lewis" <[EMAIL PROTECTED]> wrote:


> Apparantly there are two types of spidf.  One inside the PC runs on 5v
> whereas the one outside the PC aka between amps etc runs at much lower
> voltage.  You "should" use converters when plugging between that
> inside spidf and like a coaxial digital input on a amp.


   Apologies for the brainfart - I actually knew this, but somehow it
didn't come to mind at the moment. fwiw, the biostar board i referenced
was used with a digital-out dongle that had both coax and optical in a
molded connector. 

   But yes, spdif is 0.5v, and the motherboard is probably transmitting
at TTL levels, closer to 5v. You should stick a hex inverter between the
motherboard header and the coax port. 

   For best results, you'd also want to isolate the computer's ground
rail from the signal ground with a good pulse transformer. This
will prevent the s/pdif link from creating a ground loop between the
computer's earth-ground and the receiver's signal-ground, if it turns
out that the s/pdif input on the receiver is not isolated itself. This
is basically the reason why home a/v gear isn't grounded - that's the
easiest way to avoid a nasty ground loop that might insert a 120hz
overlay into every signal. 

   Hobbyists can pull good pulse transformers off of old ethernet cards.

   From an audio perspective, the only advantage of the optical
connection is that it's really, really easy. Optical heads with
integrated-everything are available for a few bucks from mouser,
digikey, etc. 

   Anyhow. Good info here: 

http://www.epanorama.net/documents/audio/spdif.html
http://www.andrewkilpatrick.org/mind/spdif/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Dirk Meyer
Duncan Webb wrote:
> While the bar looks okay on a PC monitor, it looks not-so-good on the TV.

The problem with white is the contrast. It looks ok next to light gray
but very bad next to black.

> The problem with red is NTSC, NTSC doesn't do red well. IIRC This is why
> PAL was invented to improve on the red and PAL-B was to stop the
> interference with white.

Red is bad for tv, even with PAL. Red is a warning color, it gets your
attention. You don't want such an agressive color as background for
freevo. So blue is the best, you can also use green. Never use red.


Dischi, who is a bit color blind :)

-- 
/dev/brain0 was not cleanly unmounted, check forced:
e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
e2fsck: Attempt to read block from filesystem resulted in short read 
while trying to open /dev/brain0
Could this be a zero-length partition?


pgprgZgps7eUJ.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Duncan Webb
Elizabeth Dodd wrote:
> On Thursday 30 November 2006 15:26, mike lewis wrote:
>> Commision a commitee to design a solution ;-).  Just kidding.  My
>> opinion is drop red altogether for anything on a TV.  TV's just don't
>> do bright red well.  At least the ones in my price range.
> don't use bright red - consider those blokes who are incapable of seeing 
> bright red for what it is and use another colour.
> (note, i do not have a Y chromosome and do not have red-green colour 
> discrimination problems)
> 

This is really the subject of the message, is anybody good at graphics?

While the bar looks okay on a PC monitor, it looks not-so-good on the TV.

The problem with red is NTSC, NTSC doesn't do red well. IIRC This is why
PAL was invented to improve on the red and PAL-B was to stop the
interference with white.

I'm more than happy to receive and deploy any designs for this bar.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Home Automation Plugin

2006-11-30 Thread Dirk Meyer
"Antispam" wrote:
> I have tried svn co svn://svn.freevo.org/freevo/trunk freevo_svn but I can't
> find it there...
>
> Looking at http://freevo.sourceforge.net/cgi-bin/doc/Contributing, I see svn
> co svn://svn.freevo.org/freevo/trunk freevo
> But I can't find it there.

trunk is freevo 2.0
svn list svn://svn.freevo.org/freevo/branches
svn co svn://svn.freevo.org/freevo/branches/rel-1 freevo


Dischi

-- 
I say no to drugs, They just don't listen...


pgp5X9JHkJ5ZA.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Home Automation Plugin

2006-11-30 Thread Duncan Webb
Antispam wrote:
> I have tried svn co svn://svn.freevo.org/freevo/trunk freevo_svn but I can't
> find it there...
> 
> Looking at http://freevo.sourceforge.net/cgi-bin/doc/Contributing, I see svn
> co svn://svn.freevo.org/freevo/trunk freevo
> But I can't find it there.
> 
> 
> BTW: svn co svn://svn.freevo.org/freevo/trunk/testing testing gives: svn:
> URL 'svn://svn.freevo.org/freevo/trunk/testing' doesn't exist

You will find it in the rel-1 branch, the trunk is freevo2.
svn://svn.freevo.org/freevo/branches/rel-1/freevo/

Duncan

> 
> 
> 
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens Ryan Roth
> Verzonden: donderdag 30 november 2006 5:31
> Aan: freevo-users@lists.sourceforge.net
> Onderwerp: Re: [Freevo-users] Home Automation Plugin
> 
> You should grab the plugin from SVN there will be updates to mistakes I
> made.
> 
> Antispam wrote:
>> Can you give me some tips howto install, so I can test it and give you 
>> some feedback!
>>
>> Thanks for this (long awaited) plugin! 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Question about support for pausing live tv

2006-11-30 Thread Duncan Webb
Francisco Eduardo Álvarez Solano wrote:
> Is it possible to pause tv with any card? I have a USB DVB-T (Redbell
> TDT2Go) card that works perfectly (both for watching and recording) but
> i cannot manage to pause live tv within freevo (it does function in
> kaffeine, by example).
> 
> I'm using freevo.1.6.0, though i have downloaded and installed 1.6.1 and
> 1.7.0rc-1.

It only works with ivtv cards. I think that this is because they have
hardware mpeg encoders built in so it's easy to pause and play back the
recording.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Home Automation Plugin

2006-11-30 Thread Antispam
I have tried svn co svn://svn.freevo.org/freevo/trunk freevo_svn but I can't
find it there...

Looking at http://freevo.sourceforge.net/cgi-bin/doc/Contributing, I see svn
co svn://svn.freevo.org/freevo/trunk freevo
But I can't find it there.


BTW: svn co svn://svn.freevo.org/freevo/trunk/testing testing gives: svn:
URL 'svn://svn.freevo.org/freevo/trunk/testing' doesn't exist



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Ryan Roth
Verzonden: donderdag 30 november 2006 5:31
Aan: freevo-users@lists.sourceforge.net
Onderwerp: Re: [Freevo-users] Home Automation Plugin

You should grab the plugin from SVN there will be updates to mistakes I
made.

Antispam wrote:
> Can you give me some tips howto install, so I can test it and give you 
> some feedback!
>
> Thanks for this (long awaited) plugin! 
>
>
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens Ryan Roth
> Verzonden: 29 November 2006 03:57
> Aan: freevo-users@lists.sourceforge.net
> Onderwerp: Re: [Freevo-users] Home Automation Plugin
>
> Fixed some typos
>
>
> --
> --- Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to share 
> your opinions on IT & business topics through brief surveys - and earn 
> cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
> DEV ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Question about support for pausing live tv

2006-11-30 Thread Francisco Eduardo Álvarez Solano

Is it possible to pause tv with any card? I have a USB DVB-T (Redbell
TDT2Go) card that works perfectly (both for watching and recording) but i
cannot manage to pause live tv within freevo (it does function in kaffeine,
by example).

I'm using freevo.1.6.0, though i have downloaded and installed 1.6.1 and
1.7.0rc-1.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Elizabeth Dodd
On Thursday 30 November 2006 15:26, mike lewis wrote:
> Commision a commitee to design a solution ;-).  Just kidding.  My
> opinion is drop red altogether for anything on a TV.  TV's just don't
> do bright red well.  At least the ones in my price range.
don't use bright red - consider those blokes who are incapable of seeing 
bright red for what it is and use another colour.
(note, i do not have a Y chromosome and do not have red-green colour 
discrimination problems)

-- 
Give me a Plumber's friend the size of the Pittsburgh dome, and a place
to stand, and I will drain the world.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Idlebar Clock and Freevo 1.6

2006-11-30 Thread Duncan Webb
Florian Demmer wrote:
> Kevin Gottsman schrieb:
>> On Mon, 13 Nov 2006 16:02:58 -0600, Evan Hisey wrote:
>>
>>   
>>>   I suspect what you did was add a second clock plguin to the idlebar.
>>> I think you need to remove the clokc before you add the clock back in.
>>> 
>> That fixed the problem. I do think that this is somewhat
>> counter-intuitive. One could argue that its somewhat like Start-Shutdown in
>> Windows. 
>>   
> 
> i guess changing the time format argument to a variable in local_conf is 
> not that hard, you could try and simply request this feature using the 
> sourceforge trackersystem... with luck someone will then submit a patch :)

I've changed Freevo svn rel-1 (not rel-1-6) to allow the clock format to
be specified. Oddly using the variable CLOCK_FORMAT

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Anybody good at graphics?

2006-11-30 Thread Duncan Webb
mike lewis wrote:
> On 11/29/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
>> mike lewis wrote:
>>> On 11/16/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
 Hi all,

 Is any body here good at graphics?

 I thought I would update Tanja's great plug-in diskfree so that it would
 show a bar, similar to volume plug-in, of the amount of disk space that
 is free, instead of the pie chart.

 Attached is the updated plug-in and the original photoshop graphic.

>>> At one stage I copied the volume plugins graphic and tried to do the
>>> same.  But, I couddn't work out how to get rid of the speaker behind
>>> the bar..
>> There are two graphics, one for the background and one for the bar. The
>> bar is blitted onto the background. Only part of the bar is blitted into
>> the background, in fact a ratio of the percentage used (0.0-1.0). In the
>> case of the free disk space there are three colour bars, green, orange
>> and red.
>>
>>> However, it's not so self explanatory when you have both plugins
>>> activated. Having two bars that look the same but one with a speaker
>>> behind it.  What does the other bar mean??  This needs to be thought
>>> about.  Also, NO RED PLEASE.  Sorry for the shouting.
>> The bar only goes red when you really need to do something about your
>> disk space, red when there are only 8GB left and orange when there are
>> 20GB left. What I should do is make this configurable.
>>
> Commision a commitee to design a solution ;-).  Just kidding.  My
> opinion is drop red altogether for anything on a TV.  TV's just don't
> do bright red well.  At least the ones in my price range.
> 
> Also, i'm currently using vdr for my recordserver.  vdr keeps the disc
> full, and only deletes old stuff when space is required (like I notice
> freevo can now do).  Which means many users will keep the disc full
> and just let freevo take care of making new space for itself.
> 
> Which means constant red for my usage patterns.  I *really* like the
> idea of a percentage bar..  But I still can't see how to differenciate
> well from the volume bar.  Even if you make them look different it's
> still hard to infer the function of the HD space.  I still really also
> like the idea of when its full, it flashes instead of going red...
> 
> Having a disc full isn't something to alarm on..  Having a disc fail..
> no thats a different story.
> 
> But your doing the work so i'm happy with anythin that looks nicer
> than what we have now.

I've applied some changes to freevo svn rel-1 that will allow the levels
to be specified in Gigabytes. (Not is rel-1-6 as it's not a bug)

You can specify DISKFREE_VERY_LOW = 0 in local_conf.py

HTH
Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users