[Freevo-users] Freevo/Mplayer/TVTime/DirectFB

2004-02-07 Thread Patrick M Geahan
Folks - 

I recently upgraded my Freevo rig to an Epia M1.  Because of the 
change, I've decided to switch from X11 to DirectFB.  

I recompiled SDL and mplayer to take advantage of directfb.  The freevo 
interface works just fine.  If I run the following command:

mplayer -vo directfb -dr FILENAME

from a command line, the file plays just fine.   However, I'm having the 
darnedest time configuring freevo to run mplayer with these options.

Running with the defaults led to a tiny picture in the middle of the 
window.  So, I added this line to local_conf.py:

MPLAYER_VO_DEV = 'directfb'

I also changed MPLAYER_ARGS DEF:

MPLAYER_ARGS_DEF = (('-ac mad, -autosync 100 -autoq 100 -screenw %s '
 + '-screenh %s -dr') % (CONF.width, CONF.height))

However, when I try to play any videos, the screen merely goes blank.

I have a similiar issue with tvtime.  When I execute tvtime with the -D 
DirectFB option, I get this error:

(!) [25906:2.557] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:2.557] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call


Does anyone have any ideas on either of these?  

---Patrick M [EMAIL PROTECTED]:3784715--
"You know, this is how the sum total of human knowledge is increased. 
Not with idle speculation and meaningless chatter, but with a 
medium-sized hammer and some free time." - [EMAIL PROTECTED], a.f.c-a


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Caching TV guide--how?

2004-02-07 Thread Victor Putz
Right now, I have a cron job that fetches TV listings at 3am and updates 
the channel logos.

What I can't abide is how long it takes to look at the new schedule the 
next time I use the freevo to watch TV--it takes quite a while to use the 
new listings (you open the TV guide and get a lovely dialog while it 
parses things for several seconds... I'm using an old PII-450, so speed is 
not really much...)

I checked the wiki, but maybe my skills at wikisearching are low.  I tried 
running "freevo cache" but the TV guide wasn't among the directories 
cached.  Any suggestions on how to 'cache' the TV listing?

Thanks-->VPutz



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver problem

2004-02-07 Thread Josh Peck
it appears I missed one or two dependecies sorry guys :+)


On Sat, 2004-01-31 at 21:04, Josh Peck wrote:
> I've been wrestling with this for awhile
> 
> I go to schedule a recording and i get an record_client.py unable to
> connect error in the OSD.
> 
> through the web interface I get a page full of traceback data.
> 
> here's my recordserver log (sorry about the length):
> 
> 2004/01/31 20:56 EST [-] Log opened.
> 2004/01/31 20:56 EST [-] Record_Thread::run: mode=idle
> 2004/01/31 20:56 EST [*RecordServer*] twisted.web.server.Site starting
> on 18001
> 2004/01/31 20:56 EST [*RecordServer*] Starting factory
>  instance at 0x41a4b2ec>
> 2004/01/31 20:57 EST [*RecordServer*] Traceback (most recent call last):
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/log.py", line 
> 52, in callWithContext
> return context.call({ILogContext: newCtx}, func, *args,
> **kw)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/context.py", 
> line 32, in callWithContext
> return func(*args,**kw)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/default.py", 
> line 122, in run
> self.mainLoop()
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/default.py", 
> line 130, in mainLoop
> self.runUntilCurrent()
> ---  ---
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/base.py", 
> line 411, in runUntilCurrent
> call.func(*call.args, **call.kw)
>   File "/usr/local/freevo/src/helpers/recordserver.py", line
> 742, in minuteCheck
> rec_prog = self.checkToRecord()
>   File "/usr/local/freevo/src/helpers/recordserver.py", line
> 318, in checkToRecord
> scheduledRecordings = self.getScheduledRecordings()
>   File "/usr/local/freevo/src/helpers/recordserver.py", line
> 157, in getScheduledRecordings
> scheduledRecordings =
> marmalade.unjellyFromXML(open(config.RECORD_SCHEDULE, 'r'))
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/persisted/marmalade.py",
>  line 413, in unjellyFromXML
> return unjellyFromDOM(document)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/persisted/marmalade.py",
>  line 390, in unjellyFromDOM
> return du.unjelly(document)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/persisted/marmalade.py",
>  line 245, in unjelly
> self.unjellyInto(l, 0, doc.childNodes[0])
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/persisted/marmalade.py",
>  line 120, in unjellyInto
> o = self.unjellyNode(node)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/persisted/marmalade.py",
>  line 205, in unjellyNode
> clasz = namedClass(className)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/reflect.py", 
> line 381, in namedObject
> module = namedModule(string.join(classSplit[:-1], '.'))
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/reflect.py", 
> line 369, in namedModule
> topLevel = __import__(name)
> exceptions.ImportError: No module named record_types
>  
> 2004/01/31 20:57 EST [HTTPChannel,0,127.0.0.1] 127.0.0.1 - -
> [01/Feb/2004:01:57:40 +] "POST / HTTP/1.0" 200 230 "-"
> "xmlrpclib.py/1.0.1 (by www.pythonware.com)"
> 2004/01/31 20:57 EST [HTTPChannel,1,127.0.0.1] Traceback (most recent
> call last):
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/protocols/http.py", 
> line 549, in requestReceived
> self.process()
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/server.py", line 
> 159, in process
> self.render(resrc)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/server.py", line 
> 166, in render
> body = resrc.render(self)
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/xmlrpc.py", line 
> 131, in render
> defer.maybeDeferred(function, *args).addErrback(
> ---  ---
>   File
> "/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/defer.py", 
> line 104, in maybeDeferred
> result = f(*args, **kw)
>   File "/usr/local/freevo/src/helpers/recordserver.py", line
> 587, in xmlrpc_getScheduledRecordings
> return (TRUE,
> marmalade.jellyToXML(self.getScheduledRecordings()))
>   File "/usr/local/freevo/src/helpers/recordserver.py", line
> 157, in getScheduledRecordings
> scheduledRecordings =
> marmalade.unjellyFromXML(open(config.RECORD_SCHEDULE, 'r'))
>   File
> "/usr/local/

[Freevo-users] xmltv in Sweden

2004-02-07 Thread klacke

Howdy,


Anybody knows whats the current status of affairs for
xmltv in Sweden right now. There was this 'hax0r' perl
script posted here by Peter Svenson in December.

He, (Peter Svensson) himself reports (in swedish) that 
the tv listing in freevo reports "No information for this channel"
for each of the channels when using the "xmlhack-0.1.tar.gz" scrips. 
This is exactly what I'm getting as well.

I earlier also saw som scripts grabbing data from aftonbladet
using the non-free (as in beer) PLUS service of theirs.

Anyway, anybody got that script from Peter Svensson to work ???
and in that case how. The odd thing is that the /tmp/TV.xml file
taht gets generated looks just fine.



/klacke



-- 
Claes Wikstrom-- Caps lock is nowhere and
http://www.hyber.org  -- everything is under control  


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Caching TV guide--how?

2004-02-07 Thread Dirk Meyer
Victor Putz wrote:
> I checked the wiki, but maybe my skills at wikisearching are low.  I tried 
> running "freevo cache" but the TV guide wasn't among the directories 
> cached.  Any suggestions on how to 'cache' the TV listing?

'freevo tv_grab' should grab your guide and cache it. 


Dischi

-- 
Time passed, which, basically, is its job. 
  -- Terry Pratchett (in: Equal Rites)


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] wiki on hardware

2004-02-07 Thread Matthew Bettencourt
I was thinking of setting up a new wiki page on hardware issues.  What I 
am thinking of is a place where people can place their ideas on quite 
cases/video capture cards/sound  cards/... It seems to be a topic that 
comes up often enough so it might be nice to have a page, however, I 
don't want it to turn into an ad site with no real good information. 
What does the freevo core team think of this idea?
Thanks
Matt



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Looking for a good script for recording + sound

2004-02-07 Thread Alex Cruz
 Ok, I've tried a few of the tricks on the Wiki and my video recording is 
almost where I want it but for some reason, I can't get the audio portion to 
work. I mean no sound whatsoever. I have a WinTV PCI card (bt878) and the 
line in works nicely during TV watching. I tried enabling the line in with 
this command: "aumix -l 80 -l R" and I hear sound during the recording, but 
when I play it back there is nothing. So, if anyone has a surefire command 
line, I would greatly appreciate you posting it. Thanks.

-- 
-alex



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] A small xine problem

2004-02-07 Thread Drew
Hi all,

I am just setting up a new freevo box for my daughter, but I have encountered 
a bit of a hitch...
Xine will play DVDs fine from the gui, but when I start it with freevo it 
blanks the screen, then returns to the freevo menu.

The command it is running is as follows,

/usr/bin/xine -g -B --geometry 800x600+0+0 --no-splash --stdctl --no-lirc -V 
xv -A oss -D dvd://

When run at the command promt I get the same behaviour, with these 
messages

[EMAIL PROTECTED] alex]$ /usr/bin/xine -g -B --geometry 800x600+0+0 --no-splash 
--stdctl --no-lirc -V xv -A oss -D dvd://
This is xine (X11 gui) - a free video player v0.9.22.
(c) 2000-2003 The xine Team.
Built with xine library 1.0.0 (1-rc0a)
Found xine library version: 1.0.0 (1-rc3a).
XServer Vendor: Mandrake Linux (XFree86 4.3, patch level 23mdk). Release: 
4030,
Protocol Version: 11, Revision: 0,
Available Screen(s): 1, using 0
Depth: 16.
XShmQueryVersion: 1.1.
-[ xiTK version 0.10.5 [XMB]]-
-[ xiTK will use XShm ]-
-[ WM type: (EWMH) KWIN {KWin} ]-
Display is not using Xinerama.
main: video driver  failed


The version of Freevo is 1.4.1 from the latest MDK's. Can anyone throw any 
light on where to look?

Many Thanks for help.

Drew.




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] A small xine problem

2004-02-07 Thread Daniel Caujolle-Bert
Hi,

Le sam 07/02/2004 à 21:16, Drew a écrit :
> Hi all,
> 
> I am just setting up a new freevo box for my daughter, but I have encountered 
> a bit of a hitch...
> Xine will play DVDs fine from the gui, but when I start it with freevo it 
> blanks the screen, then returns to the freevo menu.
> 
> The command it is running is as follows,
> 
> /usr/bin/xine -g -B --geometry 800x600+0+0 --no-splash --stdctl --no-lirc -V 
> xv -A oss -D dvd://
> 
> When run at the command promt I get the same behaviour, with these 
> messages
> 
> [EMAIL PROTECTED] alex]$ /usr/bin/xine -g -B --geometry 800x600+0+0 --no-splash 
> --stdctl --no-lirc -V xv -A oss -D dvd://
> This is xine (X11 gui) - a free video player v0.9.22.
> (c) 2000-2003 The xine Team.
> Built with xine library 1.0.0 (1-rc0a)
> Found xine library version: 1.0.0 (1-rc3a).
> XServer Vendor: Mandrake Linux (XFree86 4.3, patch level 23mdk). Release: 
> 4030,
> Protocol Version: 11, Revision: 0,
> Available Screen(s): 1, using 0
> Depth: 16.
> XShmQueryVersion: 1.1.
> -[ xiTK version 0.10.5 [XMB]]-
> -[ xiTK will use XShm ]-
> -[ WM type: (EWMH) KWIN {KWin} ]-
> Display is not using Xinerama.
> main: video driver  failed

That mean xine was unable to initialize the Xv plugin. Is your video
driver implement/support Xv ? (take a looke at xvinfo result).

Cheers.
-- 
73's de Daniel "Der Schreckliche", F1RMB.

 -=- Daniel Caujolle-Bert -=- [EMAIL PROTECTED] -=-
-=- http://naboo.homelinux.org -=-




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: SV: [Freevo-users] xmltv in Sweden

2004-02-07 Thread '[EMAIL PROTECTED] '
On Sat, Feb 07, 2004 at 11:00:48PM +0100, Peter Svensson wrote:
> I had given up for the weekend, but your mail got me going (just one bottle
> of wine can't be detrimental to coding can it? :)


I'll give it a go tomorow and since you can spell/use the difficult
word "detrimental" under the influece of wine ... I trust you


/klacke   (who hates perl)


-- 
Claes Wikstrom-- Caps lock is nowhere and
http://www.hyber.org  -- everything is under control  


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: SV: [Freevo-users] xmltv in Sweden

2004-02-07 Thread '[EMAIL PROTECTED] '
On Sun, Feb 08, 2004 at 02:37:48AM +0100, '[EMAIL PROTECTED] ' wrote:
> On Sat, Feb 07, 2004 at 11:00:48PM +0100, Peter Svensson wrote:
> > I had given up for the weekend, but your mail got me going (just one bottle
> > of wine can't be detrimental to coding can it? :)
> 
> 
> I'll give it a go tomorow and since you can spell/use the difficult
> word "detrimental" under the influece of wine ... I trust you
> 



# ./runme.sh 
Id: fetch_listings.pl,v 1.15 2004/01/09 22:18:26 lindahl Exp 
readline() on closed filehandle filt_fil at /var/www/tv/fetch_listings.pl line 204.


Storing sources...Done!
Sending -1 programs to storage...Done!



/klacke

-- 
Claes Wikstrom-- Caps lock is nowhere and
http://www.hyber.org  -- everything is under control  


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: SV: [Freevo-users] xmltv in Sweden

2004-02-07 Thread '[EMAIL PROTECTED] '
On Sun, Feb 08, 2004 at 02:55:01AM +0100, '[EMAIL PROTECTED] ' wrote:
> On Sun, Feb 08, 2004 at 02:37:48AM +0100, '[EMAIL PROTECTED] ' wrote:
> > On Sat, Feb 07, 2004 at 11:00:48PM +0100, Peter Svensson wrote:
> > > I had given up for the weekend, but your mail got me going (just one bottle
> > > of wine can't be detrimental to coding can it? :)
> > 
> > 
> > I'll give it a go tomorow and since you can spell/use the difficult
> > word "detrimental" under the influece of wine ... I trust you
> > 
> 
> 
> 
> # ./runme.sh 
> Id: fetch_listings.pl,v 1.15 2004/01/09 22:18:26 lindahl Exp 
> readline() on closed filehandle filt_fil at /var/www/tv/fetch_listings.pl line 204.
> 
> 
> Storing sources...Done!
> Sending -1 programs to storage...Done!
> 




Ok, at least tried the first obstacle (mind you .. under the influence
of wine ...)


# cd /root/.xmltv
# mv tv_grab_se.conf tv_grab_sn.conf
# cat /root/.xmltv/tv_grab_sn.conf
country se  # Sweden
# cd /var/www/tv
# ./runme.sh 
Id: fetch_listings.pl,v 1.15 2004/01/09 22:18:26 lindahl Exp 
Adding 'Sweden'


Storing sources...Done!
Sending -1 programs to storage...Done!




time to sleep .




-- 
Claes Wikstrom-- Caps lock is nowhere and
http://www.hyber.org  -- everything is under control  


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] image.gphoto help please

2004-02-07 Thread Jim Duda
I'm insterested in using the gphoto plugin, but I cannot seem to get
it to work.  I get the same error in both 1.4.1 and CVS.  The docs
say I need both gphoto and the phython bindings installed.  I have
install gphoto, libgphoto, etc, all from the dependencies list.

What am I missing?

failed to load plugin image.gphoto
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/local/freevo-cvs/src/plugin.py", line 586, in __load_plugin__
exec('import %s' % module)
  File "", line 1, in ?
  File "/usr/local/freevo-cvs/src/image/plugins/gphoto.py", line 55, in ?
import pygphoto
ImportError: No module named pygphoto

Thanks,

Jim





---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] image.gphoto help please

2004-02-07 Thread Michael Ruelle
You need to compile and install pygphoto. It is in one of the WIP
directories. I have gotten that far but i think gphoto has changed since
this was written since i can't get the gphoto plugin to work using it.
It compiles fine and installs. It just doesn't seem to be able to
connect to the camera.

I have on my todo to write a plugin based around the commandline gphoto
tool but need to look at some of the work dischi did to make process
that need to cd work in freevo (we have had issues with plugins that try
to change directories.)

Mike


On Sat, 2004-02-07 at 21:09, Jim Duda wrote:
> I'm insterested in using the gphoto plugin, but I cannot seem to get
> it to work.  I get the same error in both 1.4.1 and CVS.  The docs
> say I need both gphoto and the phython bindings installed.  I have
> install gphoto, libgphoto, etc, all from the dependencies list.
> 
> What am I missing?
> 
> failed to load plugin image.gphoto
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/local/freevo-cvs/src/plugin.py", line 586, in __load_plugin__
> exec('import %s' % module)
>   File "", line 1, in ?
>   File "/usr/local/freevo-cvs/src/image/plugins/gphoto.py", line 55, in ?
> import pygphoto
> ImportError: No module named pygphoto
> 
> Thanks,
> 
> Jim
> 
> 
> 
> 
> 
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: image.gphoto help please

2004-02-07 Thread Jim Duda
Okay, I was able to compile the stuff in WIP/Thomas/phgphoto.
What do I need to do to install it?  I'd like to play with it a little.

Jim


"Michael Ruelle" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You need to compile and install pygphoto. It is in one of the WIP
> directories. I have gotten that far but i think gphoto has changed since
> this was written since i can't get the gphoto plugin to work using it.
> It compiles fine and installs. It just doesn't seem to be able to
> connect to the camera.
>
> I have on my todo to write a plugin based around the commandline gphoto
> tool but need to look at some of the work dischi did to make process
> that need to cd work in freevo (we have had issues with plugins that try
> to change directories.)
>
> Mike
>
>
> On Sat, 2004-02-07 at 21:09, Jim Duda wrote:
> > I'm insterested in using the gphoto plugin, but I cannot seem to get
> > it to work.  I get the same error in both 1.4.1 and CVS.  The docs
> > say I need both gphoto and the phython bindings installed.  I have
> > install gphoto, libgphoto, etc, all from the dependencies list.
> >
> > What am I missing?
> >
> > failed to load plugin image.gphoto
> > start 'freevo plugins -l' to get a list of plugins
> > Traceback (most recent call last):
> >   File "/usr/local/freevo-cvs/src/plugin.py", line 586, in
__load_plugin__
> > exec('import %s' % module)
> >   File "", line 1, in ?
> >   File "/usr/local/freevo-cvs/src/image/plugins/gphoto.py", line 55, in
?
> > import pygphoto
> > ImportError: No module named pygphoto
> >
> > Thanks,
> >
> > Jim
> >
> >
> >
> >
> >
> > ---
> > The SF.Net email is sponsored by EclipseCon 2004
> > Premiere Conference on Open Tools Development and Integration
> > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > http://www.eclipsecon.org/osdn
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> -- 
> Mike Ruelle
> [EMAIL PROTECTED]
> http://world.std.com/~mruelle/
>
>
>
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn





---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: image.gphoto help please

2004-02-07 Thread Michael Ruelle
You should get a pygphoto.py and a _pygphoto.so. Put them in the
site-packeges dir for your python install. usually something like
/usr/lib/python-2.3/site-packages/

you can then use them after copying them there.

you should also see a pyphoto.py script in the dir where you compiled
pygphoto. I used that as a starting point to do some hacking and
basically figured out for my usb camera that the gp_camera call was
always failing for me.

Mike

On Sat, 2004-02-07 at 22:55, Jim Duda wrote:
> Okay, I was able to compile the stuff in WIP/Thomas/phgphoto.
> What do I need to do to install it?  I'd like to play with it a little.
> 
> Jim
> 
> 
> "Michael Ruelle" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > You need to compile and install pygphoto. It is in one of the WIP
> > directories. I have gotten that far but i think gphoto has changed since
> > this was written since i can't get the gphoto plugin to work using it.
> > It compiles fine and installs. It just doesn't seem to be able to
> > connect to the camera.
> >
> > I have on my todo to write a plugin based around the commandline gphoto
> > tool but need to look at some of the work dischi did to make process
> > that need to cd work in freevo (we have had issues with plugins that try
> > to change directories.)
> >
> > Mike
> >
> >
> > On Sat, 2004-02-07 at 21:09, Jim Duda wrote:
> > > I'm insterested in using the gphoto plugin, but I cannot seem to get
> > > it to work.  I get the same error in both 1.4.1 and CVS.  The docs
> > > say I need both gphoto and the phython bindings installed.  I have
> > > install gphoto, libgphoto, etc, all from the dependencies list.
> > >
> > > What am I missing?
> > >
> > > failed to load plugin image.gphoto
> > > start 'freevo plugins -l' to get a list of plugins
> > > Traceback (most recent call last):
> > >   File "/usr/local/freevo-cvs/src/plugin.py", line 586, in
> __load_plugin__
> > > exec('import %s' % module)
> > >   File "", line 1, in ?
> > >   File "/usr/local/freevo-cvs/src/image/plugins/gphoto.py", line 55, in
> ?
> > > import pygphoto
> > > ImportError: No module named pygphoto
> > >
> > > Thanks,
> > >
> > > Jim
> > >
> > >
> > >
> > >
> > >
> > > ---
> > > The SF.Net email is sponsored by EclipseCon 2004
> > > Premiere Conference on Open Tools Development and Integration
> > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > > http://www.eclipsecon.org/osdn
> > > ___
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > -- 
> > Mike Ruelle
> > [EMAIL PROTECTED]
> > http://world.std.com/~mruelle/
> >
> >
> >
> > ---
> > The SF.Net email is sponsored by EclipseCon 2004
> > Premiere Conference on Open Tools Development and Integration
> > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > http://www.eclipsecon.org/osdn
> 
> 
> 
> 
> 
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users