[Freevo-users] Television Problem: No show, but mplayer command fine

2006-03-25 Thread Michele Ravani

Hi

I cannot get Freevo to show me tv, although if I copy the command from 
trace and run in a shell it works without problems.


It may be clear from the below, but not for me :o)

Michele

main.py (465): clear: True
Video Opened at /dev/video0
USING STANDARD FREQUENCY: chan=S13, freq=246250
Video Opened at /dev/video0
rc.py (425): register callback: bound method ChildApp2.poll of 
childapp.ChildApp2 instance at 0xb3ab208c
rc.py (421): register shutdown callback: bound method ChildApp2.stop of 
childapp.ChildApp2 instance at 0xb3ab208c

childapp.py (320): stdout: No data, stopping (pid 21417)!
childapp.py (320): stderr: No data, stopping (pid 21417)!
self.t1.isAlive()=False, self.t2.isAlive()=False
ChildApp.__init__(), pid=21443, app= /usr/bin/mplayer -vo xv,sdl,x11, 
-fs -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600 -fs 
-slave -cache 8192 /dev/video0, poll=256

main.py (465): clear: True
1143284431.96: started tv app
main.py (289): handling event VIDEO_START
main.py (307): no eventhandler for event VIDEO_START
rc.py (437): unregister callback: bound method ChildApp2.poll of 
childapp.ChildApp2 instance at 0xb3ab208c
rc.py (441): unregister shutdown callback: bound method ChildApp2.stop 
of childapp.ChildApp2 instance at 0xb3ab208c

childapp.py (209): done the easy way
main.py (289): handling event PLAY_END
childapp.py (200): already dead
main.py (289): handling event VIDEO_END
tvguide.py (142): TVGUIDE EVENT is VIDEO_END
menu.py (414): no eventhandler for event VIDEO_END
main.py (289): handling event VIDEO_END
tvguide.py (142): TVGUIDE EVENT is VIDEO_END
menu.py (414): no eventhandler for event VIDEO_END
main.py (289): handling event PLAY_END
tvguide.py (142): TVGUIDE EVENT is PLAY_END



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] dvd art

2006-03-25 Thread Chris Matchett








I have been copying my homemade dvds VIDEO_TS
folders into a freevo directory and find that they list and play well.



I have read the wiki regarding movie art but I cant
figure out how to do covers for my movies using my own pictures?



One of my dvd directories would look like this:



[MY MOVIE]

 [VIDEO_TS]

 VIDEO_TS.VOB

 VTS_01_1.VOB

 etc.

Cheers,



Chris









Chris Matchett
blog: http://theredfleece.blogspotcom/
web: http://chrismatchett.co.uk










[Freevo-users] mingetty --autologin?

2006-03-25 Thread Marc Leesch

Hi,

I´m trying to get my openSuse to boot into freevo. In the 
freevo.org-Wiki is written to edit the /etc/inittab as follows:


''
/1. Put the following in /etc/inittab

id:3:initdefault:

and

1:3:respawn:/sbin/mingetty --autologin USER tty1

After the next boot (in runlevel 3) your USER will be automatically 
logged in on the first console tty1.

2. Put the following in your USER's .bash_profile:

case `tty` in
/dev/tty1) clear  freevo /dev/null;;

esac
This will start freevo automatically, when your USER logs in on tty1.
If you start Freevo with the option -fs, Freevo will start as 
windowmanager, and X is started automatically. Otherwise it will try to 
use the framebuffer device. Thus you should make sure that the 
appropriate output device (X or framebuffer) is working correctly before 
you try this./

''

but in the mingetty-manpages is no option like *--autologin*. The 
boot-output tells me also that it is an unrecognized option. What must 
be the correct --option?


By the way: I cannot find a .bash_profile in my users homedir. Should I 
make one or should I use the .bashrc or the .profile?


Any Ideas?
Marc


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] mingetty --autologin?

2006-03-25 Thread Marc Leesch

Hi,

I´m trying to get my openSuse to boot into freevo. In the
freevo.org-Wiki is written to edit the /etc/inittab as follows:

''
/1. Put the following in /etc/inittab

id:3:initdefault:

and

1:3:respawn:/sbin/mingetty --autologin USER tty1

After the next boot (in runlevel 3) your USER will be automatically
logged in on the first console tty1.
2. Put the following in your USER's .bash_profile:

case `tty` in
/dev/tty1) clear  freevo /dev/null;;

esac
This will start freevo automatically, when your USER logs in on tty1.
If you start Freevo with the option -fs, Freevo will start as
windowmanager, and X is started automatically. Otherwise it will try to
use the framebuffer device. Thus you should make sure that the
appropriate output device (X or framebuffer) is working correctly before
you try this./
''

but in the mingetty-manpages is no option like *--autologin*. The
boot-output tells me also that it is an unrecognized option. What must
be the correct --option?

By the way: I cannot find a .bash_profile in my users homedir. Should I
make one or should I use the .bashrc or the .profile?

Any Ideas?
Marc



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Andre Truter
On Sat, 2006-03-25 at 13:43 +0100, Marc Leesch wrote:
 Hi,
 
 I´m trying to get my openSuse to boot into freevo. In the 
 freevo.org-Wiki is written to edit the /etc/inittab as follows:
 

You have to use gdm to do the auto-login for you. Look  a bit further
down the wiki entry, there are some notes on doing this.

-- 
Andre Truter | Software Engineer | Registered Linux user #185282
ICQ #40935899 | AIM: trusoftzaf | http://www.trusoft.co.za

~ My code is so stable, it keeps on running even after the computer has
been shut down ~



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Marc Leesch

Andre Truter schrieb:

On Sat, 2006-03-25 at 13:43 +0100, Marc Leesch wrote:
  

Hi,

I´m trying to get my openSuse to boot into freevo. In the 
freevo.org-Wiki is written to edit the /etc/inittab as follows:





You have to use gdm to do the auto-login for you. Look  a bit further
down the wiki entry, there are some notes on doing this.

  

gdm is for gnome, isn`t it? I use kde..


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Micael Beronius


Marc, 

I don't think this will help you much, but my mingetty does have the 
--autologin.  From the man;

NAME
   mingetty - minimal getty for consoles

SYNOPSIS
   mingetty  [--noclear]  [--nonewline]  [--noissue]  [--nohangup]  
[--nohostname]  [--long-hostname] [--loginprog=/bin/login] [--nice=10] 
[--delay=5] [--chdir=/home] [--chroot=/chroot] [--autologin username] tty


And it works fine, have been using it for many years now. Check out the 
version that you are using for me;

This is on a Gentoo box, emerge -pv gives;
net-dialup/mingetty-1.07.3 


  - Micael

On Saturday 25 March 2006 13:44, Marc Leesch wrote:
 Hi,

 I´m trying to get my openSuse to boot into freevo. In the
 freevo.org-Wiki is written to edit the /etc/inittab as follows:

 ''
 [..]

 ''

 but in the mingetty-manpages is no option like *--autologin*. The
 boot-output tells me also that it is an unrecognized option. What must
 be the correct --option?

 By the way: I cannot find a .bash_profile in my users homedir. Should I
 make one or should I use the .bashrc or the .profile?

 Any Ideas?
 Marc


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Andre Truter
On Sat, 2006-03-25 at 14:18 +0100, Marc Leesch wrote:


 gdm is for gnome, isn`t it? I use kde..
 

Then just the similar thing for kdm.  You basically just need to setup
auto-login in GDM/KDM using thier respective configuration tools/
settings.

There has been a thread on this a few weeks ago, where I asked the same
question.  You will find some pointers there on how to set it up.

You can just set up your additional 'Desktop' setting that will start
Freevo as the wiki suggest.

-- 
Andre Truter | Software Engineer | Registered Linux user #185282
ICQ #40935899 | AIM: trusoftzaf | http://www.trusoft.co.za

~ I am never wrong except when I am not right ~



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Andre Truter
On Sat, 2006-03-25 at 14:35 +0100, Micael Beronius wrote:
 
 And it works fine, have been using it for many years now. Check out the 
 version that you are using for me;
 

Commercial distributions like SuSE, RedHat(Fedora), etc remove that
functionality from mingetty for security reasons.

If you want it you need to download the source and compile it yourself

-- 
Andre Truter | Software Engineer | Registered Linux user #185282
ICQ #40935899 | AIM: trusoftzaf | http://www.trusoft.co.za

~ My Imaginary Friend Thinks You Have Mental Problems. ~



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Jaap Struyk
Op za 25-03-2006, om 13:43 schreef Marc Leesch:

 I´m trying to get my openSuse to boot into freevo. In the 
 freevo.org-Wiki is written to edit the /etc/inittab as follows:

I'am using the following line in an rc script happely:

su - freevo -c freevo -fs 
-- 
Groetjes Japie



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Marc Leesch

Thank you,
it was the old version.in the latest SuSE...(strange)

next problem is, that I can´t find the .bash_profile in /home/user to be 
edited. Is anybody using SuSE 10 and knowing wich file is to be edited 
like recommended in the Wiki?


Marc



Micael Beronius schrieb:
Marc, 

I don't think this will help you much, but my mingetty does have the 
--autologin.  From the man;


NAME
   mingetty - minimal getty for consoles

SYNOPSIS
   mingetty  [--noclear]  [--nonewline]  [--noissue]  [--nohangup]  
[--nohostname]  [--long-hostname] [--loginprog=/bin/login] [--nice=10] 
[--delay=5] [--chdir=/home] [--chroot=/chroot] [--autologin username] tty



And it works fine, have been using it for many years now. Check out the 
version that you are using for me;


This is on a Gentoo box, emerge -pv gives;
net-dialup/mingetty-1.07.3 



  - Micael

On Saturday 25 March 2006 13:44, Marc Leesch wrote:
  

Hi,

I´m trying to get my openSuse to boot into freevo. In the
freevo.org-Wiki is written to edit the /etc/inittab as follows:

''


 [..]

  

''

but in the mingetty-manpages is no option like *--autologin*. The
boot-output tells me also that it is an unrecognized option. What must
be the correct --option?

By the way: I cannot find a .bash_profile in my users homedir. Should I
make one or should I use the .bashrc or the .profile?

Any Ideas?
Marc




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


  




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mingetty --autologin?

2006-03-25 Thread Andre Truter
On Sun, 2006-03-26 at 01:52 +0100, Marc Leesch wrote:
 Thank you,
 it was the old version.in the latest SuSE...(strange)
 
SuSE is a conservative distribution.  They will only use a version of
software if it has been tested properly.

But even if they did include the latest version of mingetty, it would
not include the --autologin option, as SuSE removes that option from
their version of mingetty for security reasons.

 next problem is, that I can´t find the .bash_profile in /home/user to be 
 edited. Is anybody using SuSE 10 and knowing wich file is to be edited 
 like recommended in the Wiki?

SuSE use .profile, instead of .bash_profile

-- 
Andre Truter | Software Engineer | Registered Linux user #185282
ICQ #40935899 | AIM: trusoftzaf | http://www.trusoft.co.za

~ There are 10 types of people in the world: those who understand
binary, and those who don't. ~



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users