Re: [Freevo-users] pygoom

2007-11-10 Thread naudefj
Hi Duncan,

On Saturday 10 November 2007 23:11:29 Christian Lyra wrote:
> > I've checked in a pygoom-0.1.2.tar.bz2 in rel-1/freevo/contrib/runtime
> > which seems to work on an AMD64 processor.
> >
> > I don't really understand the code :), oh well.
>
> thanks duncan, i will give it a try.

It's finally working - thanks Duncan!!!

Some further suggestions:

1. Update reference to python2.3 in setup.py to 2.4 or 2.5 (whichever is main 
stream); and

2. Somehow add -fPIC to CFLAGS in plugins/goom/Makefile (for AMD64 systems).

Best regards.

Frank

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] pygoom

2007-11-08 Thread naudefj
Hi Christian,

On Thursday 08 November 2007 01:44:00 Christian Lyra wrote:
> pygoom part II I found that we need pygoom-0.1.1 also as this file
> has the "mpav" command. I had to do two changes to get it working, one
> was to take those lines from mmx.h again at plugins/goom/mmx.h. the
> second thing was to add "-fPIC" to CFLAGS as gcc told to do.

Great instructions! I'm now also able to compile pygoom-0.1.1 on my AMD64 
system. However, when I play a song, Freevo aborts with:

 "Fatal Python error: (pygame parachute) Segmentation Fault"

Can you please share your pygoom "setup.py" file with me?

Best regards.

Frank

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] pygoom

2007-11-07 Thread naudefj
Hi Christian,

On Wednesday 07 November 2007 17:24:38 Christian Lyra wrote:
>   Another tip... I was trying to install pygoom but the compilation
> always fails complaining about a mm0 and mm1 function not being
> declared. I was able to compile this on another machine but not on my
> new machine. The new machine has a debian-amd64, and after a lot of
> tries, I realized that i had to change goom/mmx.h and and remove the
> #ifdef ARCH_X86 / #ifdef lines.

Did you manage to get pygoom working on your AMD64 system?

I'm able to compile pygoom-0.1 (but not pygoom-0.1.1). However, when I enable 
audio.mplayervis, it chokes on:

  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 472, in ?
MainTread().run()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 325, in run
self.eventhandler(rc.get_event(True))
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 140, in get_event
return get_singleton().get_event(blocking)
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 657, in get_event
self.poll()
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 640, in poll
c[0](*c[4])
  File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/mplayer.py", 
line 315, in stdout_cb
p.stdout(line)
  File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/mplayervis.py", 
line 416, in stdout
self.start_visual()
  File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/mplayervis.py", 
line 384, in start_visual
self.visual = mpv_Goom(300, 300, 150, 150, self.item.image)
  File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/mplayervis.py", 
line 70, in __init__
pygoom.set_exportfile(mmap_file)
AttributeError: 'module' object has no attribute 'set_exportfile'

Best regards.

Frank

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] headlines problem

2007-02-27 Thread naudefj
Hi,

On Wednesday 28 February 2007 03:42, Christian Lyra wrote:
> string = string.replace(entity, replacement.decode("latin-1"))
> AttributeError: 'unicode' object has no attribute 'decode
>
> This doesnt seem to happen with my Debian/Unstable. What´s the
> problem? python2.3 maybe?

Yes, you will have to upgrade to Python 2.4. Looks like unicode.decode() was 
introduced in 2.4 alpha 2:

"Allow string and unicode return types from .encode()/.decode()
methods on string and unicode objects.  Added unicode.decode()
which was missing for no apparent reason."

Source: http://www.python.org/download/releases/2.4.3/NEWS.txt

Best regards.

Frank

-
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] Freevo 1.7 - mp3 tags not available in Freevo

2007-02-27 Thread naudefj
Hi Jean-François,

On Tuesday 27 February 2007 18:32, Jean-François wrote:
> I'm currently setting up a new Freevo 1.7 system and I'm having trouble
> with mp3 tags not taken by Freevo.

What do you mean by "mp3 tags not taken by Freevo"?  Remember, after changing 
ID3 tags, you need to

   $ freevo cache --rebuild

Best regards.

Frank

-
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] Google SOC

2007-02-19 Thread naudefj
Hi,

On Monday 19 February 2007 22:56, Ryan Roth wrote:
> Dirk Meyer wrote:
> > naudefj wrote:
> >> Hi,
> >>
> >> On Friday 16 February 2007 17:32, Ryan Roth wrote:
> >>> Google summer of code 2007 is open for registration, does Freevo want
> >>> help this year?
> >>
> >> Definitely - there is always room for improvement. Besides, the code
> >> is full of TODO's. Here are some ideas:
> >
> > We should do some brainstorming here. And IIRC we also need someone
> > who wants to do this :)

Maybe we should start a Wiki page to list potential projects and willing 
mentors. Problem is: do we put it under the Freevo-1 or Freevo-2 Wiki?

In fact, can't we move the entire site to the Wiki? Would it be possible to 
create a third Wiki section to replace the main site?

> Correct.  That is why I threw it out there.  I am not capable of being a
> tutor/mentor due to my poor python skills.

If you have a programming background and are willing to put some time into it, 
you will be a great mentor!

> >> 1. Design a graphical remote control for the WebRemote in freevo-1. The
> >> design needs to resemble a real remote control.
> >>
> >> 2. Improve the freevo website. Make it look and feel more like freevo
> >> itself. For example, the navigational structure of the site needs to be
> >> (almost) the same as for freevo.
> >
> > Make it a new Freevo webserver. I started something in WIP but I have
> > no time to finish it soon.
> >
> >> 3. Create python bindings for libvisual or goom2 and implement in freevo
> >> (visualization when playing audio).
> >
> > Already done for 2.0
> >
> >> 6. Write a plug-in to display you mom, girlfriend or spouse's cooking
> >> recipes on the TV screen.
> >
> > 5 hour work. Not enough for SOC

Why not? Do we need to keep students busy for a predefined number of hours? I 
would rather get a couple of students on-board to each do a 5-10 hour coding 
task than to end up with nothing. We can always keep them busy with 
documentation, patch management, community interaction, etc.

> >> 7. The Freevo GUI can DELETE media files on disk (if enabled). Extend
> >> this capability to allow freevo to also MOVE media files to different
> >> directories.
> >
> > 30 minutes work. Besides, you can already do that with the
> > shoppingcart plugin.

PS: There are more project ideas on the wiki: 
http://freevo.sourceforge.net/cgi-bin/doc/WishList

Best regards.

Frank

-
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] Google SOC

2007-02-16 Thread naudefj
Hi,

On Friday 16 February 2007 17:32, Ryan Roth wrote:
> Google summer of code 2007 is open for registration, does Freevo want
> help this year?

Definitely - there is always be room for improvement. Besides, the code the 
full of TODO's. Here are some ideas:

1. Design a graphical remote control for the WebRemote in freevo-1. The design 
needs to resemble a real remote control.

2. Improve the freevo website. Make it look and feel more like freevo itself. 
For example, the navigational structure of the site needs to be (almost) the 
same as for freevo.

3. Create python bindings for libvisual or goom2 and implement in freevo 
(visualization when playing audio).

4. Investigate ways to allow web-browsing (kiosk mode) from Freevo. Write a 
new plug-in or integrate freevo with web browsers like firefox.

5. Investigate ways to integrate VOIP services into Freevo (skype?). Write a 
concept plug-in to illustrate your findings.

6. Write a plug-in to display you mom, girlfriend or spouse's cooking recipes 
on the TV screen.

7. The Freevo GUI can DELETE media files on disk (if enabled). Extend this 
capability to allow freevo to also MOVE media files to different directories.

Best regards.

Frank

-
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] Controlling FireFox on TV

2007-02-12 Thread naudefj
Hi,

I'm able to start Firefox from Freevo (command fxd). However, I'm
unable to control Firefox when started (using a standard MCEUSB remote). For 
example, how do you quit Firefox, follow a link, go back, etc.

Does anyone on this list have it working? If so, can you please make your LIRC 
config available to the rest of us?

PS: The ideal would be to have a web browser plug-in in Freevo.
However, writing one would probably be too difficult (not worth the effort).

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Slow TV Guide

2007-02-04 Thread naudefj
Hi Tanja,

Thank you very much Tanja!  I've applied your patch and the TV guide is much 
faster now.  However, it's still not as responsive as the rest of freevo.  If 
you can squeeze another couple if milliseconds out of it, it would be great.

Best regards.

Frank


On Sunday 04 February 2007 18:55, Tanja wrote:
> With the attached patch, the TVGuide is as fast (or as slow ;-))  as it
> has been before at my freevo system (Pentium3-750MHz).
> Let me know, what you think.
>
> Regards
> Tanja
>
> Tanja schrieb:
> > Yes, I also noticed that now. On my testing system everything works
> > fine, but on our real freevo system, which has a slower CPU, navigation
> > in the TVGuide is very slow. I will investigate that...
> >
> > Regards
> > Tanja
> >
> > naudefj schrieb:
> >> Same problem here. The TV guide seems to be very slow and CPU intensive.
> >> Especially when moving around (arrow keys).
> >>
> >> Best regards.
> >>
> >> Frank
> >>
> >> On Friday 02 February 2007 23:09, Justin Wetherell wrote:
> >>> I just downloaded 9131 and the TVGuide works correctly (I can schedule
> >>> and record via menu interface) but it uses 100% of the CPU whenever you
> >>> try and do anything (button clicks, etc). The rest of the Freevo
> >>> interface (movies, recorded TV, etc) is fine CPU wise.
> >>>
> >>> On 2/2/07, Pascal Schirrmann <[EMAIL PROTECTED]> wrote:
> >>>> John Molohan a écrit :
> >>>>> Hi,
> >>>>>
> >>>>> After an update to rel-1 svn 9129 when I try to watch tv now with the
> >>>>> PLAY command freevo tells me that I'm recording (which I'm not) and
> >>>>> if I'm not to remove /var/cache/freevo/record.video0. That file
> >>>>> doesn't exist (as mentioned I'm not recording anything) so for now tv
> >>>>> seems broke. There's no debugging output to report.
> >>>>
> >>>> Hi,
> >>>>
> >>>> Same problem here. No solution so far.
> >>>>
> >>>> Thanks,
> >>>>
> >>>> --
> >>>> Pascal Schirrmann
> >>>>
> >>>>
> >>>> --
> >>>>--- Using Tomcat but need to do more? Need to support web services,
> >>>> security? Get stuff done quickly with pre-integrated technology to
> >>>> make your job easier.
> >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> >>>> Geronimo
> >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> >>>>42 ___
> >>>> Freevo-users mailing list
> >>>> Freevo-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >>
> >> 
> >>- Using Tomcat but need to do more? Need to support web services,
> >> security? Get stuff done quickly with pre-integrated technology to make
> >> your job easier. Download IBM WebSphere Application Server v.1.0.1 based
> >> on Apache Geronimo
> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >> ___
> >> Freevo-users mailing list
> >> Freevo-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> > -
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-03 Thread naudefj
Same problem here. The TV guide seems to be very slow and CPU intensive. 
Especially when moving around (arrow keys).

Best regards.

Frank

On Friday 02 February 2007 23:09, Justin Wetherell wrote:
> I just downloaded 9131 and the TVGuide works correctly (I can schedule and
> record via menu interface) but it uses 100% of the CPU whenever you try and
> do anything (button clicks, etc). The rest of the Freevo interface (movies,
> recorded TV, etc) is fine CPU wise.
>
> On 2/2/07, Pascal Schirrmann <[EMAIL PROTECTED]> wrote:
> > John Molohan a écrit :
> > > Hi,
> > >
> > > After an update to rel-1 svn 9129 when I try to watch tv now with the
> > > PLAY command freevo tells me that I'm recording (which I'm not) and if
> > > I'm not to remove /var/cache/freevo/record.video0. That file doesn't
> > > exist (as mentioned I'm not recording anything) so for now tv seems
> > > broke. There's no debugging output to report.
> >
> > Hi,
> >
> > Same problem here. No solution so far.
> >
> > Thanks,
> >
> > --
> > Pascal Schirrmann
> >
> >
> > -
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] xine speed patch

2007-01-27 Thread naudefj
Hi Frank,

You should be able to check yourself by navigating to 
http://tvcentric.com/viewvc/freevo/branches/rel-1/freevo/?sortby=date

Best regards.

Frank


On Saturday 27 January 2007 11:17, Antispam wrote:
> Paul or Duncan,
>
> Is this patch in SVN and if so which number?
> Or tell me how to check it myself.. .that way I don't need to ask it the
> next time :)
>
> Greetz,
> Frank
>
>
>
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens Paul Sijben
> Verzonden: 29 November 2006 17:02
> Aan: freevo-users@lists.sourceforge.net
> Onderwerp: [Freevo-users] xine speed patch
>
> attached is a quick patch I did for xine. It allows the playback speed to
> be changed with the skip and prev keys on your remote.
>
> this may be useful to others too ;-)
>
> BTW: I have got a similar patch for mplayer (1.0rc1) but I am only be able
> to speed up the sound with that, not the video. Is that supposed to
> happen???

-
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] web tv question

2007-01-21 Thread naudefj
Hi Duncan,

On Saturday 20 January 2007 19:45, Duncan Webb wrote:
>
> Has anybody set up freevo to read a networked video stream for a tv
> program, from the web?
>

One should be able to create a MovieFxd pointing to the TV feed and add it to 
VIDEO_ITEMS in local_conf.py. Example:



  

  
http://zdpub.vo.llnwd.net/o2/dltv/hdtvspecial/dl.tv.hdtv.mp4

  


  n-tv live video stream

  


Best regards.

Frank

-
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] Cover Art filename ...

2007-01-19 Thread naudefj
Hi,

On Friday 19 January 2007 02:50, Jake Briggs wrote:
> There is a setting in local_conf.py :
>
> AUDIO_COVER_REGEXP = 'front|-f|cover'
>
> maybe setting it to :
>
> AUDIO_COVER_REGEXP = '.*\.jpg'
>
> would make it pick up the first .jpg it see's, and use that? Or maybe it
> chucks the ".jpg" on later, so you may have to use :
>
> AUDIO_COVER_REGEXP = '.*'
>
> I haven't tried this :)
>
> Dobes Vandermeer wrote:
> > I've been using this tool "media monkey" to add album covers to my
> > music collection.  However, it always wants to name the .jpg after the
> > album and I'm bored of fixing the filename over and over.
> >
> > How does freevo search for the album cover ?  Would it just take any
> > .jpg in the folder, if it didn't find cover.jpg ?
> >

Also look at [ 1587677 ] Music: cover art per album @ 
https://sourceforge.net/tracker/index.php?func=detail&aid=1587677&group_id=46652&atid=446898

The provided patch allows one to specify where cover images are stored. For 
example, to look for files according to the ID3 Album tag (in the current 
directory), you can specify:

AUDIO_COVER_FORMAT_STRINGS = ['%(album)s', '%(artist) - %(album)s'] 

Best regards.

Frank

-
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] Missing pylcd package

2006-12-14 Thread naudefj
Hi,

I've got my SoundGraph iMON VFD working and enabled Freevo's LCD plugin. 
However, it's looking for a "pylcd" package, which I cannot find anywhere on 
the Net. Any idea where I can get a copy of it? 

Best regards.

Frank

-
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] Lircrc for MCE Remote

2006-12-08 Thread naudefj
Hi,

Can someone please send me a sample /etc/freevo/lircrc file?  Preferably one 
that's already configured for a Microsoft MCE USB2 remote.

Best regards.

Frank

-
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] Browse Freevo Subversion Repository

2006-11-29 Thread naudefj
Hi,

Some sourceforge projects allow users to browse through the code with a Web 
Browser. Here is an example:

  http://interix-wgcc.svn.sourceforge.net/viewvc/interix-wgcc/

Can this also be enabled for freevo?

Best regards.

Frank

-
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] Song names aren't shown in Freevo 1.6

2006-11-15 Thread naudefj
Same problem here - filename (without extention) is shown instead of the ID3 
title.

Regards - Frank

On Wednesday 15 November 2006 19:13, wout clymans wrote:
> this is my setup:
> my mp3 files look like this: 01 - Tommy Tucker - Hi Heel Sneakers.mp3
> this is what the file looks like in freevo (the title): 01 - Tommy
> Tucker - Hi Heel Sneakers
>
> I did not change anything special in my local_conf.py and i am sure that
> the title is set correctly in the id3tag
>
> Wout
>
> Duncan Webb wrote:
> > Michel Hoogervorst wrote:
> >> It has always been shown in 1.5.4, and suddenly in 1.6 they are not
> >> shown anymore.
> >> Anyway, I tried configuring the folder, and enable MediaID tags, but
> >> still no names.
> >>
> >> Maybe I should have told that only the name is broken, the artist name,
> >> tracknumber etc are still shown.
> >
> > AFAIK nothing has changed in this area, certainly not with mmpython and
> > not that much in the music area, except for the behaviour of detach
> > plug-in.
> >
> > So there must be something different about your set-up and mine as I see
> > the artist, album and track numbers and names.
> >
> > You could either post your local_conf.py or send it directly to me so
> > that we can see exactly what is causing your problem.
> >
> > Duncan
> >
> >> Michel
> >>
> >> 2006/11/15, alberto hernando <[EMAIL PROTECTED]
> >> >:
> >>
> >>
> >>
> >> 2006/11/15, wout clymans <[EMAIL PROTECTED]
> >> >:
> >>
> >> I have the same problem, really annoying!
> >>
> >>
> >> Hi.
> >>
> >> You can configure it. Pressing E on the folder, you can configure it
> >> (it's an option). There, you can choose using MediaId tags or not.
> >>
> >> Alberto
> >
> > -
> > 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] Music: cover art per album

2006-10-30 Thread naudefj
Hi,

Freevo is currently looking for a cover.jpg or (filename).jpg file to display 
as cover art. However, it would be great if it can also look for files called 
(ID3AlbumName).jpg. This will allow users to store music from several 
albums in a single directory.

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Removing ads

2006-10-24 Thread naudefj
Hi,

Apparently MythTV can flag commercials and skip them during playback. Is this 
also possible with Freevo? If not, can this be included into a future 
release?

More info: http://www.mythtv.org/wiki/index.php/Removing_Commercials

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] External channel changing doesn't work

2006-10-23 Thread naudefj
Hi Rob,

On Monday 23 October 2006 23:17, Rob Shortt wrote:
> naudefj wrote:
> > plugin_external_tuner =
> > plugin.activate('tv.irsend_generic',args=('./chchan'))
>
> Where is 'chchan' located?  Maybe you should use an absolute path
> instead of relative.

Thanks you very much for the reply.  It turned out that the IR blaster wasn't 
correctly positioned.

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] External channel changing doesn't work

2006-10-23 Thread naudefj
Hi,

On Sunday 22 October 2006 19:03, naudefj wrote:
> Hi,
>
> On Sunday 22 October 2006 15:27, Duncan Webb wrote:
> > naudefj wrote:
> > > I've set TV_CHANNEL_PROG = './chchan %(channel)s' in local_conf.py.
> > > However, freevo doesn't call chchan when channels are changed. Are
> > > there anything else I need to do to get it working?
> >
> > # control an external tv tuner using irsend or another command
> > # to use this you must reassign plugin_external_tuner in local_conf.py:
> > # plugin_external_tuner = plugin.activate('tv.irsend_generic',
> > # args=('...', '...', ))
> > # Please see each irsend plugin for individual arguments and be sure to
> > # alter VIDEO_GROUPS to tell a VideoGroup to use it
> > (tuner_type='external'). plugin_external_tuner = 0
> >
> > Duncan
>
> Great info. Thanks Duncan!

This method is working when watching TV. However, the recordserver doesn't 
send the IR codes before recording. Is this a known problem or just a 
misconfiguration on my part?

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

plugin_external_tuner = plugin.activate('tv.irsend_generic',args=('./chchan'))

VIDEO_GROUPS = [
VideoGroup(vdev='/dev/video0',
   adev=None,
   input_type='tuner',
   input_num=0,
   tuner_norm='PAL',
   tuner_chanlist='southafrica',
   tuner_type='external',
   desc='DSTV Decoder',
   group_type='ivtv',
   record_group=None)
   ]

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] External channel changing doesn't work

2006-10-22 Thread naudefj
Hi,

On Sunday 22 October 2006 15:27, Duncan Webb wrote:
> naudefj wrote:
> > I've set TV_CHANNEL_PROG = './chchan %(channel)s' in local_conf.py.
>
> I quick scan through the code and there are no references to
> TV_CHANNEL_PROG, which means that it has possibly been replaced with
> another method.

It would be great if TV_CHANNEL_PROG can be removed from the following files:

./src/freevo-1.6/local_conf.py.example
./src/freevo-1.6/freevo_config.py

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] External channel changing doesn't work

2006-10-22 Thread naudefj
Hi,

On Sunday 22 October 2006 15:27, Duncan Webb wrote:
> naudefj wrote:
> > I've set TV_CHANNEL_PROG = './chchan %(channel)s' in local_conf.py.
> > However, freevo doesn't call chchan when channels are changed. Are there
> > anything else I need to do to get it working?
>
> I quick scan through the code and there are no references to
> TV_CHANNEL_PROG, which means that it has possibly been replaced with
> another method.
>
> # control an external tv tuner using irsend or another command
> # to use this you must reassign plugin_external_tuner in local_conf.py:
> # plugin_external_tuner = plugin.activate('tv.irsend_generic',
> # args=('...', '...', ))
> # Please see each irsend plugin for individual arguments and be sure to
> # alter VIDEO_GROUPS to tell a VideoGroup to use it
> (tuner_type='external'). plugin_external_tuner = 0
>
> Duncan

Great info. Thanks Duncan!

Here is the working script (chchan):

#!/bin/sh
REMOTE=Multichoice_DSD910
for digit in $*; do
/usr/bin/irsend SEND_ONCE $REMOTE $digit
sleep 0.4
done
/usr/bin/ivtv-tune -t southafrica -c 69 -d /dev/video0

local_conf.py setting:

plugin_external_tuner = plugin.activate('tv.irsend_generic',args=('./chchan'))

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] External channel changing doesn't work

2006-10-22 Thread naudefj
Hi,

I've set TV_CHANNEL_PROG = './chchan %(channel)s' in local_conf.py. However, 
freevo doesn't call chchan when channels are changed. Are there anything else 
I need to do to get it working?

PS: I'm using freevo-1.6 (SVN) on Mandriva 2007.

Best regards.

Frank

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users