[Freevo-users] New release of freevo-froggies

2007-01-20 Thread Stéphane Lavirotte
Hi all,

There is a new version of the freevo-froggies plugin. It corrects the 
grab image problem. You can find the new release in the addons section.

Sincerely,

Stéphane alias Bibox

-
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.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Grab image correction in freevo-froggies addon

2006-05-28 Thread Stéphane Lavirotte

Hi all,

Here is a bug correction for freevo-froggies addon. This addon is for 
french people, so the following message is in french.


---

Bonjour à tous,

Il semble que le site allocine.fr ai quelque peu changé ses pages. Il 
était devenu impossible de récupérer l'affiche du film. Ce problème est 
corrigé dans la version fournie en attachement.


Stéphane


freevo-froggies-1.3.tgz
Description: application/compressed


Re: [Freevo-users] PB installing addons

2005-01-28 Thread Stéphane Lavirotte
Hi,
A bad hack to suppress the problem is to comment the following lines in 
utils/fileops.py (ligne 252-255) like this:

def match_files_recursively_helper(result, dirname, names):

help function for match_files_recursively

#if dirname[dirname.rfind('/'):][1] == '.':
## ignore directories starting with a dot
## Note: subdirectories of that dir will still be searched
#return result
for name in names:
fullpath = vfs.join(dirname, name)
result.append(fullpath)
return result
Then suppress tmp dir in your freevo directory and try again to install 
any plugin (froggies or anyother).

For the moment, I don't have any idea why these added lines introduce a bug.
Stéphane
gislain wautriche wrote:
Sorry, but does this mean you have no solution to this issue?
Any possible workaround for now? (Moving python files manually to some dir,
or so?)
Gis.
PS : I'm using 1.5.1 and there is already the freevo is not defined...
error when doing freevo install freevo-froggies.


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:freevo-users-
[EMAIL PROTECTED] De la part de Stéphane Lavirotte
Envoyé : mercredi 26 janvier 2005 17:51
À : freevo-users@lists.sourceforge.net
Objet : Re: [Freevo-users] PB installing addons
Hello,
I'm one of the froggies author, but I can answer you ;)
With 1.5.3, I got the same problem installing any of the plugins I used
(hddtemp, encoding, weather, ...)
I've got the following error:
---
Traceback (most recent call last):
  File /usr/local/freevo/src/helpers/install.py, line 101, in ?
os.path.walk('tmp', util.fileops.match_files_recursively_helper,
all_files)
  File /usr/lib/python2.3/posixpath.py, line 282, in walk
func(arg, top, names)
  File /usr/local/freevo/src/util/fileops.py, line 252, in
match_files_recursively_helper
if dirname[dirname.rfind('/'):][1] == '.':
IndexError: string index out of range
--
If I retry to install a plugin, I've got the message directory tmp
exists, please remove it. And if I remove it, the previous error ;)
I use debian distro with freevo src package.
Sincerely,
Stéphane
gislain wautriche wrote:
Hello,
Concerning the freevo froggies plugin, I have the same problem, I think
mailing the author would solve the problem. See on the plugin page on
freevo's web site to find out the email address (though, I should
contact
him also :) )
About the thumbnails problem, I experienced the same stuff, It's due to
Mandrake 10.1 pil python library being crap (I just bet you're using
this
distro ;) )
Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake
Don't be shy to drop me a line (in French) if you can't get out of this.
Gis. 


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] PB installing addons

2005-01-27 Thread Stéphane Lavirotte
Hello,
I'm one of the froggies author, but I can answer you ;)
With 1.5.3, I got the same problem installing any of the plugins I used 
(hddtemp, encoding, weather, ...)

I've got the following error:
---
Traceback (most recent call last):
  File /usr/local/freevo/src/helpers/install.py, line 101, in ?
os.path.walk('tmp', util.fileops.match_files_recursively_helper, 
all_files)
  File /usr/lib/python2.3/posixpath.py, line 282, in walk
func(arg, top, names)
  File /usr/local/freevo/src/util/fileops.py, line 252, in 
match_files_recursively_helper
if dirname[dirname.rfind('/'):][1] == '.':
IndexError: string index out of range
--
If I retry to install a plugin, I've got the message directory tmp 
exists, please remove it. And if I remove it, the previous error ;)

I use debian distro with freevo src package.
Sincerely,
Stéphane
gislain wautriche wrote:
Hello,
Concerning the freevo froggies plugin, I have the same problem, I think
mailing the author would solve the problem. See on the plugin page on
freevo's web site to find out the email address (though, I should contact
him also :) )
About the thumbnails problem, I experienced the same stuff, It's due to
Mandrake 10.1 pil python library being crap (I just bet you're using this
distro ;) )
Check out : http://freevo.sourceforge.net/cgi-bin/doc/Mandrake
Don't be shy to drop me a line (in French) if you can't get out of this.
Gis.

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:freevo-users-
[EMAIL PROTECTED] De la part de michel memeteau
Envoyé : dimanche 23 janvier 2005 13:41
À : freevo-users@lists.sourceforge.net
Objet : [Freevo-users] PB installing addons
Hi all ,
I try to add XMLTV for france , then I install xmltv , and now i got the
froggies addon , but if I do freevo install .tgz  then it says
directory
tmp exists, please remove it and if I can override that then I get an
error
that freevo is not defined in a python file ...;weird ..;did I
miss
something ???
Bythe way the films are great but the images does not show as thumbnails ,
freevo complains :
error caching
image /usr/share/freevo/icons/themes/blurr/mimetypes/empty_cdrom.png
for a system image but same thing for image that are in the image
directory ,
you don t see thumbnails , just the slideshow to see them .
Do you see where the pb can be ??
thanks
--
Michel Memeteau bat a24 vallons du roy 13821 la penne/Huveaune
web: memeteau.free.fr
H323:callto:ils.seconix.com/[EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
skype  callto:freechelmi
tel 0624808051 0491886375

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: [Announce] Freevo release plan

2005-01-11 Thread Stéphane Lavirotte
I made some test yesterday evening with the cvs freevo 1.5.3 release. I 
tested:
	- lcd problems (I reported several bug and sended a patch for this). 
All looks like to be ok now.
	- tvtime with new version: ok
	- slideshow: ok

So, this new release is ok for theses points for me.
Stéphane
Dirk Meyer wrote:
Dirk Meyer wrote:
I also want to include a wiki snapshot in 1.5.3. But if you look at
the wiki, most informations still need to be added from the old
one. Most work done right now is done by Tanja and me, but I will only
work on the 2.0 wiki from now on and Tanja can't do this alone. And it
would be nice if the informations from the website and the doc in the
Docs dir could be added to the new wiki. Maybe informations from the
mailing lists, too.

OK, most of the wiki is ported to the new one. One request for Nvidia
and DXR3 users: please port the two missing pages to the new wiki. I
will remove the old one when I release 1.5.3 and the informations will
get lost if nobody ports them. Also add more stuff you know to the new
wiki. And a big thanks to all people helping to create the new wiki. 

Now to Freevo 1.5.3 and 2.0:
Freevo 1.5.3:
-
I included all patches I know of and tried to fix all known bugs.
Please check out cvs with the tag rel-1-5 and test it. I won't release
1.5.3 until I get a positive feedback on the following changes:
1. imdb should work again
2. the lcd plugin doesn't crash anymore
3. the tvtime plugin is working with the latest version of tvtime
Release date should be next sunday. Again, please try cvs and report
bugs (wait until tomorrow because sf cvs is behind some hours). I also
accept small patches and translation updates. 

Freevo 2.0 pre1:

We need more help. We need someone fixing the games section and the
command and headline plugin. Please send a patch and if you want to
maintain this sections, we can also talk about cvs access. 

If you don't know python but want to help, please take a look at 
http://freevo.sourceforge.net/cgi-bin/freevo-2.0/HelpNeeded


Dischi

---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [bug] Slideshow crashing freevo

2005-01-11 Thread Stéphane Lavirotte
I had the same problem with 1.5.2.
Should be corrected in 1.5.3 (I tested it with the cvs 1.5.3 yesterday 
evening).

Stéphane
HaJo Schatz wrote:
The picture slideshow crashes while a detached mplayer is playing music on
freevo-1.5.2-1_fc2.rpm on Fedora Core 3, python 2.3.4, output to XOrg with
the VESA driver.
The slideshow is defined as screensaver:
plugin.activate( 'freevoscreensaver', args=( 'fxd',
'/home/freevo/PicturePlayLists/Screensaver.fxd', 'image' ))
When the screensaver starts, it almost immediately crashes with this trace:
Crash!
Traceback (most recent call last):
  File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 492,
in ?
MainTread().run()
  File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 352,
in runself.eventhandler(rc.get_event(True))
  File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 292,
in eventhandler
p.eventhandler(event=event)
  File
/usr/lib/python2.3/site-packages/freevo/plugins/freevoscreensaver.py,
line 115, in eventhandler
self.start_saver()
  File
/usr/lib/python2.3/site-packages/freevo/plugins/freevoscreensaver.py,
line 159, in start_saver
self.pl.play(arg=arg, menuw=self.menuw)
  File /usr/lib/python2.3/site-packages/freevo/playlist.py, line 395, in
play
self.current_item.actions()[0][0](menuw=menuw)
  File /usr/lib/python2.3/site-packages/freevo/image/imageitem.py, line
129, in view
if self.menuw.visible:
AttributeError: 'NoneType' object has no attribute 'visible'
When the same slideshow is started manually while mplayer is playing
music, it'll take a few minutes and freevo crashes with:
Crash!
Traceback (most recent call last):
   File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 492,
in ?
 MainTread().run()
   File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 352,
in run
 self.eventhandler(rc.get_event(True))
   File /usr/lib/python2.3/site-packages/freevo/rc.py, line 149, in
get_event
 return get_singleton().get_event(blocking)
   File /usr/lib/python2.3/site-packages/freevo/rc.py, line 488, in
get_event
 self.poll()
   File /usr/lib/python2.3/site-packages/freevo/rc.py, line 466, in poll
 self.callbacks.remove(c)
ValueError: list.remove(x): x not in list
When running the slideshow without a detached mplayer, it appears to work
OK without ever crashing!



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] New release of video plugins for french users (freevo-froggies-1.0.tgz)

2004-10-09 Thread Stéphane Lavirotte
This is the announce for a new release of french video information grabbers. 
Sorry, only for Freevo french users (and readers...). So I switch to french ;)

Salut à tous les utilisateurs francophones de Freevo,
S. Fabre et moi-même nous sommes associés pour fournir aux utilisateurs 
francophones un package incluant les deux plugins pour la récupération 
d'informations sur les films.
Cette nouvelle release freevo-froggies-1.0.tgz, disponible sur la section 
plugins des addons du site freevo (http://freevo.sourceforge.net/addons/), 
inclus donc:

   - MovieCovers développé par S. Fabre (http://www.lahiette.com). La version 
contenue dans cette nouvelle release est celle qui était déjà disponible en 
tant que fichier .py sur le site de freevo.
   - Allocine développé conjointement par S. Fabre et moi-même. J'ai mise à 
jour cette nouvelle distribution pour freevo 1.5.0 (et supérieur). Entre 
autres améliorations:
   - support pour les fichiers multiples (plus de double entrée 
entre les fichiers et la fiche)
   - amélioration des résultats de recherche (plus de fichiers 
trouvés sans proposition de choix)
   - mise à jour de tout le plugin pour marcher avec le nouveau 
site allocine (qui a changé depuis 1 semaine).

Vous pouvez consulter le fichier README.txt dans le package pour les 
paramètres de ces deux plugins. Si vous avez des remarques ou des problèmes 
pour installer ce nouveau package, n'hésitez pas à me contacter.

Bien cordialement,
Stéphane 


---
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] Raw ALSA and Freevo

2004-09-12 Thread Stéphane Lavirotte
Hi,

So here is the files you need for the alsa plugin.
First, you need to compil a small C file to add a python library to control
sound with alsa. I used the library developped in the respyre project
(http://respyre.org/pyalsa.html) and corrected some bugs  (GPL).

You just need to extract this archive and go inside the created directory.
Have a look to the Makefile to see if you need to change the install directory
(I have a debian distro, perhaps with another one, you need to put the created
library elsewhere).
Then type make and make install.
All done for the hard part ;)

Now, put the alsamixer.py in your freevo install in the following directory:
freevo-version/src/plugins/

Then you just have to add some config variables in your local_conf file. The
settings for my config are the following ones:

# Select the right device (default should be a good value for you too)
DEV_ALSA_MIXER  = 'default'
# Here is the names of the volume controls (I need to control these both two
#  at the same time for my soundcard to increase or decrease volume)
MAJOR_ALSA_CTRL = [ 'Master', 'Master Surround' ]
# This create a new event to switch from 4.1 to 5.1
MIXER_SURROUND  = Event('MIXER_SURROUND')
EVENTS['global']['MIXER_SURROUND'] = Event('MIXER_SURROUND')
# Specify the name of the ctrl to switch between 4.1 and 5.1
SURROUND= 'Spread Front to Surround and Center/LFE'

# And after, I've got the old values, but these values should not be used now.
AUDIO_DEVICE= '/dev/dsp'
AUDIO_INPUT_DEVICE  = '/dev/dsp1'
MAJOR_AUDIO_CTRL= 'PCM'
DEV_MIXER   = '/dev/mixer'
CONTROL_ALL_AUDIO = 0
...

If you've got any questions, remarks or anything else, do not hesitate to send
feedback to me.

Sincerely,

Stéphane


alsamodule-0.0.2.tgz
Description: application/compressed


alsamixer.py
Description: Binary data


Re: [Freevo-users] Raw ALSA and Freevo

2004-09-11 Thread Stéphane Lavirotte
Hi,

I wrote a small plugin to control audio directly using alsa. This freevo alsa
plugins allows to control more than one mixer at a time, and to switch from
4.1 to 5.1 using the remote. It's compatible with existing sound control code
in freevo.

I sended this to Bearcat M. Sandor, for him to try. I would like to release it
for other to test it, but it's not only a python file. You need to compile a
small C file to create a python library to access alsa controls.
So for the moment, I don't know exactly how to make this release. If anyone
have suggestions...

Stéphane

- Original Message - 
From: Mick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 10, 2004 2:14 PM
Subject: RE: [Freevo-users] Raw ALSA and Freevo


  In my terminal I see: mixer.py (164): IOError for ioctl
 
  Do i have the wrong mixer control selected? I've tried almost all the
  devices under /dev/snd.
 
  Am I doing something wrong or is Freevo dependent on OSS-Emu. If so, is
  this likely to change?
 
 Do you know much about alsa?  I don't know *anything* really about sound
 control.  If you read the source to mixer.py it reads very oss specific.

 I have turned the mixer off and rely directly on my amp to control sound.

 Mick



 ---
 This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
 Project Admins to receive an Apple iPod Mini FREE for your judgement on
 who ports your project to Linux PPC the best. Sponsored by IBM.
 Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Stéphane Lavirotte
Hi,

I also add problem playing some DVD. I don't konw if Johan's problem is the
same as mine, but here is the solution for me.
I had two DVD, that I could not play. I went to the mmpython cache and found
that there was files in .../vfs/disc/ but also in .../vfs/metadata/. I deleted
all these files, and now all works fine for me.
I suppose the problem was due to an upgrade of mmpython and a cache which was
not the same at it was supposed to be.

Stéphane

- Original Message - 
From: john molohan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 21, 2004 11:54 PM
Subject: Re: [Freevo-users] Troubles playing DVD's


 Do you get the same behaviour with all DVDs? mmpython isn't picking them
 up, it's seeing it as a cd, you should get an output like this.

 mminfo /dev/dvd
 mmpython media info

 filename : /dev/dvd

 type: DVD
   ^^^
 subtype: video
 id: 2002020616260300D038006
 label: D038006
 length: 10765

 AFAIR freevo caches this info so you'll have to delete
 ~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
 ownership of that dir for the user you normally run freevo as. EG chown
 -R ellen:ellen /var/cache/freevo/

 On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:
  OK, I have done all this now, but still no difference...
  I just realised that the dvd's don't play well in mplayer. In fact, they
  jump chapter to chapter after just a few seconds. Might this also have
  something to do with this?
  Also, I get OSError: [Errno 13] Permission denied:
  '/var/cache/freevo/mediainfo' when running freevo cache. But maybe
  you're supposed to run it as root?
 
  /Johan
 
  john molohan wrote:
 
  IIRC the problem was not having libdvdread-devel installed. Install
  this, then reinstall lsdvd, mmpython and freevo.
  
  On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
  
  
  Ok. I've installed the source. But it still won't work...
  Very odd...
  
  /Johan
  john molohan wrote:
  
  
  
  Try installing from source. There seems to be some issues with the rpm
  on some systems.
 
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=6114
7
  
  On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
  
  
  
  
  Freevo from source and ls-dvd from rpm. Couldn't find a source to
lsdvd,
  just a rpm that didn't seem to install at first. If I could get the
  source from somewhere i could try that the official site is down..
  /Johan
  
  john molohan wrote:
  
  
  
  
  
  How did you install freevo? RPM or source. How did you install lsdvd?
  
  On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
  
  
  
  
  
  
  OK, here it is:
  
  ellen:~ # mminfo /dev/dvd
  mmpython media info
  
  filename : /dev/dvd
  
type: CD
subtype: data
id: 2002010515423900CONAN_THE_BARBARIAN
label: CONAN_THE_BARBARIAN
  Track list:
  
  john molohan wrote:
  
  
  
  
  
  
  
  Please post the output of mminfo /dev/dvd
  
  On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
  
  
  
  
  
  
  
  
  I have some more info about this problem. This is the line in
fstab:
  /dev/dvd /media/dvd   subfs
  fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
  this is the line in the freevo config:
  ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD
Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
  I can play dvd's in mediaplayer with
  $ mplayer dvd://
  
  Is there anything else I can do to troubleshoot this problem?
  
  Johan Lindqvist wrote:
  
  
  
  
  
  
  
  
  
  I'm having problems accessing DVD's from freevo. Both my cd and
my dvd
  drive is visible when they are empty, or when they have music
discs in
  them. Both can access music disks. But when I insert a DVD it
won't
  show up. The dvd is properly mounted and accessible from
otherwise. I
  can browse through it with, for example, midnight commander.
  So what is wrong here? The dvd is quite old. It cannot boot cd's
for
  example. Can this be the problem?
  
  /Johan
  
  
  
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
  100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
  Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  ___
  Freevo-users mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/freevo-users
  
  
  
  
  
  
  
  
  
  
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
  100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
  Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  ___