Re: [Freevo-users] adding composite input to freevo channel menu

2004-10-20 Thread joekewl
I too would like this feature added at some point in time. Although, mine is 
for different reasons.
I have cable TV (used for 90% of my recordings), and Satellite TV (I have to 
set the receiver manually) for the occasional recording. It would be nice to 
be able to goto the web interface (manual record), and in the channel list 
select RCA input or something like that for when I record from the 
satellite dish, or any external tuner for that matter.

--Robert
- Original Message - 
From: Justin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 19, 2004 4:52 AM
Subject: [Freevo-users] adding composite input to freevo channel menu


Hi all,
I would like to add the composite input of my DViCO DVB-T card as a
channel in the TV Menu under freevo.  Is this possible and has someone
managed to do this?
This would make watching home videos from the camera and obviously
recording them to hdd much easier.
Any assistance much appreciated.
Regards,
Stygen

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out 
more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users 

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] crash . Unsupported video format

2004-10-20 Thread Christian Nebl
Hello,

when I enter a  certain directory in my MP3 collection freevo crashes with:

s = image.load(self.coverfiles)
error: Unsupported image format

The directory which causes freevo to crash doesn't have any covers files.
I see freevo tries to open 

/root/.freevo/vfs/Multimedia/MP3/crash-folder/cover.jpg

I already tried to delete the folder '/root/.freevo' and '/var/cache'freevo'
and did a ./freeco cache again. But this didn't solve the problem. 

I'm using freevo-1.5.0 with acivated mplayervis-plugin.

Any ideas ?

BEST REGARDS

Christian

-- 
Programmers never die: They just GOSUB without RETURN. 
--


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: make problem with CVS

2004-10-20 Thread Dirk Meyer
Tanja wrote:
 Hi there,

Hi

 I'd like to test the current CVS-version of freevo.

First of all a warning: current cvs is only for testing, not for daily
use. The tv part is still broken, the rest should work. 

 The CVS-snapshot that is linked from the home page seems to be
 outdated, so I decided to load the code directly from CVS.

 When doing make, I got the following error:

 (cd lib/pyimlib2 ; make )
 make[1]: Entering directory
 `/home/tanja/Zeug/FreevoWork/CVS/freevo/lib/pyimlib2' python setup.py
  ^^ :)
 build Traceback (most recent call last):
   File setup.py, line 1, in ?
 from distutils.core import setup, Extension
 ImportError: No module named distutils.core

The distutils are part of Python. So maybe you use SuSE or RedHat and
there is an extra package python-devel or so?



Dischi

-- 
Ignore reality. There's nothing you can do about it. - Natalie
Imbruglia


pgpP3UoDf06oc.pgp
Description: PGP signature


[Freevo-users] ERROR: Unable to get channel list for europe-west.

2004-10-20 Thread Markus Schneider
Does anybody know how to get analogue TV viewing in freevo to work?
I am using freevo 1.5.1 (on Gentoo). I can watch TV with mplayer/tvtime 
standalone (using my BT878 based grabber card).

When I try to watch a TV channel (XMLTV is working fine, by the way) I 
get nothing to see, just some flashing (I use DirectFB) and then the 
channel list again.

This is what freevo executes as mplayer command:
/usr/bin/mplayer -vo dfbmga -fs -autosync 100 -nolirc -autoq 100 -fs 
-slave -nocache tv:// -tv 
driver=v4l2:freq=0.000:device=/dev/video0:input=0:norm=PAL:width=720:height=576:outfmt=yuy2

To me, there seem to be two problems:
- freq=0.000
This sounds not very reasonable, does it? Does this have to do with the 
message ERROR: Unable to get channel list for europe-west I get? What 
is the channel list and how do I provide it?
Here is a part from local_conf.py: TV_CHANNELS = [('ard.de', 'ARD', 
'K05'), ('prosieben.de', 'PRO7', 'S11')]. Is this correctly specified? I 
got that 'K05' information from the cable provider's brochure...

- device=/dev/video0
I want to use /dev/video1, cause /dev/video0 is my USB webcam. I have  
TV_DEVICE = '/dev/video1' in my local_conf.py, but it obviously does not 
work...

I already searched the mailing list, and I found something about 
explicit frequency specification: FREQUENCY_TABLE = {'ard.de' : 175250, 
'prosieben.de' : 231250}. I tried this as well (with both tvtime and 
mplayer), but I still get the error message ERROR: Unable to get 
channel list for europe-west, and TV watching did not work.

Any hints are desperately appreciated,
Markus
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Freevo 1.5.1 crash

2004-10-20 Thread Dirk Meyer
Justin Wetherell wrote:
 Traceback (most recent call last):
   File /usr/local/src/freevo-1.5.1/src/main.py, line 315, in eventhandler
 app.eventhandler(event)
   File /usr/local/src/freevo-1.5.1/src/gui/ConfirmBox.py, line 98,
 in eventhandler
 self.destroy()
   File /usr/local/src/freevo-1.5.1/src/gui/GUIObject.py, line 427,
 in destroy
 self.parent.refresh()
   File /usr/local/src/freevo-1.5.1/src/menu.py, line 326, in refresh
 skin.draw('menu', self, self.menustack[-1])
   File /usr/local/src/freevo-1.5.1/src/skins/main/main.py, line 537,
 in draw
 a.draw(settings, object, menu, style, type, self.force_redraw)
   File /usr/local/src/freevo-1.5.1/src/skins/main/area.py, line 201,
 in draw
 self.update_content()
   File /usr/local/src/freevo-1.5.1/src/skins/main/default_areas.py,
 line 183, in update_content
 p.draw((self.widget_type, self.menuw), self)
   File /usr/local/src/freevo-1.5.1/src/plugins/lcd.py, line 769, in draw
 info = get_info( menu.selected, menu_info[ menu.selected.type ] )
   File /usr/local/src/freevo-1.5.1/src/plugins/lcd.py, line 630, in
 get_info
 v = item.getattr( l[ 0 ] )
   File /usr/local/src/freevo-1.5.1/src/item.py, line 440, in getattr
 r = self.__getitem__(attr)
   File /usr/local/src/freevo-1.5.1/src/video/videoitem.py, line 229,
 in __getitem__
 return aspect[:aspect.find(' ')].replace('/', ':')
 AttributeError: 'float' object has no attribute 'find'

Sorry for the late answer: fixed in cvs


Dischi

-- 
The light at the end of the tunnel is the headlight of an approaching train.


pgpjCmJQSDxnQ.pgp
Description: PGP signature


[Freevo-users] Re: crash . Unsupported video format

2004-10-20 Thread Dirk Meyer
Christian Nebl wrote:
 Hello,

 when I enter a  certain directory in my MP3 collection freevo crashes with:

 s = image.load(self.coverfiles)
 error: Unsupported image format

 The directory which causes freevo to crash doesn't have any covers files.
 I see freevo tries to open 

 /root/.freevo/vfs/Multimedia/MP3/crash-folder/cover.jpg

 I already tried to delete the folder '/root/.freevo' and '/var/cache'freevo'
 and did a ./freeco cache again. But this didn't solve the problem. 

 I'm using freevo-1.5.0 with acivated mplayervis-plugin.

 Any ideas ?

Fixed in CVS


Dischi

-- 
PCMCIA - People Can't Memorise Computer Industry Acronyms


pgpib6EiDOWsv.pgp
Description: PGP signature


[Freevo-users] 1.5.2 release schedule

2004-10-20 Thread Dirk Meyer
Hi,

I just made some smaller bugfixes in the 1.5.1 release and will
release 1.5.2 on Sunday. Please check out cvs with the rel-1-5 tag
(wait 12 hours because of the sf delay) and report bugs.

Last chance for translation updates, too!


Dischi

-- 
Drag me, drop me, treat me like an object!


pgpAyW2ap6WRi.pgp
Description: PGP signature


[Freevo-users] Gentoo Bootsplash on TV out with Matrox G450?

2004-10-20 Thread Nicholas Ruddick
Anybody been able to get the bootsplash logo of Gentoo to output to on 
the TV-out. I'd like to be able to see gentoo booting and shutting down 
on my G450. It should be possible to get my framebuffer console to 
output to TV, just can't quite get it, only a fuzzy screen :-(

Thanks,
Nick
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Gentoo Bootsplash on TV out with Matrox G450?

2004-10-20 Thread mike lewis
On Wed, 20 Oct 2004 21:45:50 +0100, Nicholas Ruddick
[EMAIL PROTECTED] wrote:
 Anybody been able to get the bootsplash logo of Gentoo to output to on
 the TV-out. I'd like to be able to see gentoo booting and shutting down
 on my G450. It should be possible to get my framebuffer console to
 output to TV, just can't quite get it, only a fuzzy screen :-(

I have not, but I'd like to..   I have a G400.  Let me know if you
ever fifure it out, it would make a good wiki item...

Mick


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users