Re: [Freevo-users] The future of Freevo(.org)

2014-01-20 Thread Jake
This is a sad day :( I used freevo for years but started using my TVs inbuilt 
dlna client when my last htpc died 3 years ago. It was a threadbare experience 
- but at least it didn't try to be too clever. I recently got a raspberry pi 
for xbmc, but I do miss freevo. It had the perfect mix of simplicity and 
features, my TVs dlna client is utterly braindead and xbmc tries to be too 
clever.

Thanks for all your hard work Dirk!

Dirk Meyer dis...@freevo.org wrote:
Hi,

I have no idea how many people still read this list, how many people
still use Freevo 1.x, and how many people use 2.0 from git (I guess
that
is only me).

I failed to get a release of Freevo 2 out. I changed too much, a
complete rewrite and some parts are also written three or four times.
My
fault, I know -- an error made years ago and when noticed, it was too
late to change it. And since I started a new job four years ago my time
working on Freevo got smaller and smaller every month. Jason also is
completely busy with his job.

I still say Freevo 2 is ready to use, but I will not release it. I'm
not
sure it works with the latest clutter or gstreamer, I only know it
works
for me. It lacks many important features such as DVD playback (I have a
BluRay Player) and TV recording. I do not need it and I don't have time
to code it.

Besides that, XBMC has a much bigger community, UPnP is enough for many
people (even I use NAS + BubbleUPnP + TV sometimes) and new development
such as Chromecast will reduce Freevo's usefulness even further.

I will continue to use Freevo 2, I may even write an Android client for
it (after learning Python with Freevo which was useful for getting my
current job, hacking Android is a good next step), but I see no real
future for Freevo without a live community and more people hacking
code.
If someone contributes something, I will add it. If someone needs help
to get Freevo 2 running, I will provide it.

Since we also lack someone maintaining the server we host and I do not
want to pay for something we don't need, I will shut it down at the end
of February. This means the SVN and the Wiki will be gone. If someone
wants a backup of the Wiki please tell me. The code is already on
github
and will remain there. The mailing list on SF will continue and so will
the mail server hosting freevo.org and all mail addresses will continue
to be valid.

Maybe after some time someone resurrects Freevo. I would love to pass
the maintainership over to someone just as I took it over from Krister
years ago. Maybe someone takes the kaa-stuff and writes something new
and better. I'm happy to assist and I think the same is true for Jason.
Maybe I will release something someday based on the current code.

It was a great time, I learned a lot and it was much fun.


Regards,

Dischi

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

--
Jake--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DISPLAY and mplayer

2009-09-08 Thread Jake Briggs


Evan Hisey wrote:
 On Thu, Aug 13, 2009 at 9:28 PM, Jake Briggsjak...@coretech.co.nz wrote:
 Hi All

 I very recently upgraded from 1.8.1 to 1.9, and its seems that hitting the 
 button on my remote that has the config DISPLAY in the lircrc has stopped 
 making mplayer cycling through its OSD states (none / seek / seek + timer / 
 seek + timer + total time).

 I am sure I didn't set it up to do this by hand, by putting something like

 EVENTS['video']['4']   = Event(VIDEO_SEND_MPLAYER_CMD, arg='panscan +0.1 
 0')

 in local_conf.py, because I still have the old one Has anyone got any 
 hints?

 --

 Jacob Briggs
 Systems Engineer

 Core Technology Limited
 Level 1, NZX Centre
 11 Cable Street
 Wellington
 Phone +64 4 801 2250

 Check the mplayer log. I have 2 guesses. 1 you have kaa.display
 installed, this will replace the standard mplayer OSD. try removing
 that. Second guess, you are missing the font mplayer is looking for.
 
 Evan
 


The log suggests that the font is found : 

get_path('subfont.ttf') - '/home/jake/.mplayer/subfont.ttf'
Unicode font: 2976 glyphs.

This is a symlink to a default font I set up a while ago to fix another issue I 
was having.

This may sound dumb, but how would I know if I have kaa.display installed? Why 
would I have it installed? How would I get around it? If I do a locate :

j...@captainspaulding:/var/log/freevo$ locate kaa | grep display
/usr/lib/python2.5/site-packages/kaa_display-0.1.0.egg-info
/usr/lib/python2.5/site-packages/kaa/display
/usr/lib/python2.5/site-packages/kaa/display/_FBmodule.so
/usr/lib/python2.5/site-packages/kaa/display/_SDLmodule.so
/usr/lib/python2.5/site-packages/kaa/display/_X11module.so
/usr/lib/python2.5/site-packages/kaa/display/__init__.py
/usr/lib/python2.5/site-packages/kaa/display/__init__.pyc
/usr/lib/python2.5/site-packages/kaa/display/__init__.pyo
/usr/lib/python2.5/site-packages/kaa/display/fb.py
/usr/lib/python2.5/site-packages/kaa/display/fb.pyc
/usr/lib/python2.5/site-packages/kaa/display/fb.pyo
/usr/lib/python2.5/site-packages/kaa/display/gtkwin.py
/usr/lib/python2.5/site-packages/kaa/display/gtkwin.pyc
/usr/lib/python2.5/site-packages/kaa/display/gtkwin.pyo
/usr/lib/python2.5/site-packages/kaa/display/lcdproc.py
/usr/lib/python2.5/site-packages/kaa/display/lcdproc.pyc
/usr/lib/python2.5/site-packages/kaa/display/lcdproc.pyo
/usr/lib/python2.5/site-packages/kaa/display/sdl.py
/usr/lib/python2.5/site-packages/kaa/display/sdl.pyc
/usr/lib/python2.5/site-packages/kaa/display/sdl.pyo
/usr/lib/python2.5/site-packages/kaa/display/version.py
/usr/lib/python2.5/site-packages/kaa/display/version.pyc
/usr/lib/python2.5/site-packages/kaa/display/version.pyo
/usr/lib/python2.5/site-packages/kaa/display/x11.py
/usr/lib/python2.5/site-packages/kaa/display/x11.pyc
/usr/lib/python2.5/site-packages/kaa/display/x11.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays
/usr/lib/python2.5/site-packages/kaa/mevas/displays/__init__.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/__init__.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/__init__.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bitmapcanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bitmapcanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bitmapcanvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bmovlcanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bmovlcanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/bmovlcanvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/directfbcanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/directfbcanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/directfbcanvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/fbcanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/fbcanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/fbcanvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/imlib2canvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/imlib2canvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/imlib2canvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/ivtvcanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/ivtvcanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/ivtvcanvas.pyo
/usr/lib/python2.5/site-packages/kaa/mevas/displays/pygamecanvas.py
/usr/lib/python2.5/site-packages/kaa/mevas/displays/pygamecanvas.pyc
/usr/lib/python2.5/site-packages/kaa/mevas/displays/pygamecanvas.pyo
j...@captainspaulding:/var/log/freevo$

So I think its installed

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design

[Freevo-users] DISPLAY and mplayer

2009-08-13 Thread Jake Briggs
Hi All

I very recently upgraded from 1.8.1 to 1.9, and its seems that hitting the 
button on my remote that has the config DISPLAY in the lircrc has stopped 
making mplayer cycling through its OSD states (none / seek / seek + timer / 
seek + timer + total time).

I am sure I didn't set it up to do this by hand, by putting something like 

EVENTS['video']['4']   = Event(VIDEO_SEND_MPLAYER_CMD, arg='panscan +0.1 0')

in local_conf.py, because I still have the old one Has anyone got any hints?

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Mplayer and OSD

2009-07-12 Thread Jake Briggs
Oddly enough, I think I was having the same issue last night. You are missing a 
symlink to a font, or have not compiled font-config suppport into freevo.

I started to use the svn mplayer about two weeks ago, compiled by hand. I was 
watching an avi which should have had subtitles for 2 minutes in the middle of 
the movie, but they just plain old didn't show.
Then, I noticed hitting the button o (which is supposed to Toggle OSD states 
- showing time left to play etc ) didn't work either - the triangle showed up, 
but the time didn't. 

After reconfiguring freevo to debug child apps (DEBUG_CHILDAPP=1 in 
local_conf.py - it changed from CHILDAPP_DEBUG=1 at some stage) I noticed 
this in my logs :

j...@captainspaulding:/var/log/freevo$ cat mplayer-stderr-1000-1247381546.log
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
j...@captainspaulding:/var/log/freevo$

So, I picked a font and symlinked to it from ~/.mplayer/subfont.ttf. I used :

subfont.ttf - /usr/share/fonts/truetype/freefont/FreeSans.ttf

The other option is to recompile mplayer with font config support. After you do 
this, you may need to add this :


 8 
# get a default OSD font from fontconfig

fontconfig = yes
font = Sans
subfont-text-scale = 3
 8 

Bernard Mentink wrote:
 Hi Guys,
 
 Well after much playing with Freevo, I have decided that Mplayer is the 
 most flexible player to use for all media including TV.
 For TV the picture quality is far superior with the many post-processing 
 filter options that mplayer provides.
 
 The only bugbear I have with freevo/mplayer is to do with OSD, no matter 
 what I do I can't get Freevos OSD to display using mplayer.
 At the moment I am using an svn version of mplayer (but the aptitude 
 version didn't work either ..) is there any mplayer options I need to 
 turn on at either
 configure time or at run time that will let mplayer display the Freevo 
 OSD's? How do I debug this.
 
 I don't even know what the OSD's look like for TV, can someone  send me 
 a screenshot? Has anyone used mplayer for TV? Do you have the same issues?
 
 (By the way, I have installed kaa.display, and I am using 
 DVBStreamer-LivePause-Mplayer ...)
 
 Thanks,
 Bernie
 
 
 
 
 --
 Enter the BlackBerry Developer Challenge  
 This is your chance to win up to $100,000 in prizes! For a limited time, 
 vendors submitting new applications to BlackBerry App World(TM) will have
 the opportunity to enter the BlackBerry Developer Challenge. See full prize  
 details at: http://p.sf.net/sfu/Challenge
 
 
 
 
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Use freevo to play .mp3's and .flv's

2009-07-12 Thread Jake Briggs


Chris Jones wrote:

 and we agree that configuring Freevo is not simple.
 
 Try sendmail :-)

Off topic, but I have to agree here! Configuring freevo is cake compared with 
sendmail, you could do a lot worse


-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Mplayer and OSD

2009-07-12 Thread Jake Briggs
Oddly enough, I think I was having the same issue last night. You are missing 
the symlink ~/.mplayer/subfont.ttf to a font, or have not compiled font-config 
suppport into mplayer.

I started to use the svn mplayer about two weeks ago, compiled by hand. I was 
watching an avi which should have had subtitles for 2 minutes in the middle of 
the movie, but they just plain old didn't show.
Then, I noticed hitting the button o (which is supposed to Toggle OSD states 
- showing time left to play etc ) didn't work either - the triangle showed up, 
but the time didn't. 

After reconfiguring freevo to debug child apps (DEBUG_CHILDAPP=1 in 
local_conf.py - it changed from CHILDAPP_DEBUG=1 at some stage) I noticed 
this in my logs :

j...@captainspaulding:/var/log/freevo$ cat mplayer-stderr-1000-1247381546.log
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
j...@captainspaulding:/var/log/freevo$

So, I picked a font and symlinked to it from ~/.mplayer/subfont.ttf. I used :

subfont.ttf - /usr/share/fonts/truetype/freefont/FreeSans.ttf

The other option is to recompile mplayer with font config support. After you do 
this, you may need to add this :


 8 
# get a default OSD font from fontconfig

fontconfig = yes
font = Sans
subfont-text-scale = 3
 8 

to /etc/mplayer/mplayer.conf but I haven't tried it that way.

jake

Bernard Mentink wrote:
 Hi Guys,
 
 Well after much playing with Freevo, I have decided that Mplayer is the 
 most flexible player to use for all media including TV.
 For TV the picture quality is far superior with the many post-processing 
 filter options that mplayer provides.
 
 The only bugbear I have with freevo/mplayer is to do with OSD, no matter 
 what I do I can't get Freevos OSD to display using mplayer.
 At the moment I am using an svn version of mplayer (but the aptitude 
 version didn't work either ..) is there any mplayer options I need to 
 turn on at either
 configure time or at run time that will let mplayer display the Freevo 
 OSD's? How do I debug this.
 
 I don't even know what the OSD's look like for TV, can someone  send me 
 a screenshot? Has anyone used mplayer for TV? Do you have the same issues?
 
 (By the way, I have installed kaa.display, and I am using 
 DVBStreamer-LivePause-Mplayer ...)
 
 Thanks,
 Bernie
 
 
 
 
 --
 Enter the BlackBerry Developer Challenge  
 This is your chance to win up to $100,000 in prizes! For a limited time, 
 vendors submitting new applications to BlackBerry App World(TM) will have
 the opportunity to enter the BlackBerry Developer Challenge. See full prize  
 details at: http://p.sf.net/sfu/Challenge
 
 
 
 
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] iPod support

2009-06-23 Thread Jake Briggs
I managed to get FUSEpod to go with only one issue on Ubuntu 9.04 (Jaunty 
Jackalope). You need to modify a file though. You need to add the line :

#include cstring

in the file

fusepod_util.h

before you compile it. Just chuck it underneath all the other includes.

Then I have it auto mount with a script I wrote, it mounts to ~/ipod. You can 
configure it to have pretty much any directory structure you want! I have:

~/ipod/artist/album/tracknum - trackname.extention
~/ipod/album/artist - album/tracknum - trackname.extention
~/ipod/year/albumyear/artist - album/tracknum - trackname.extention
~/ipod/all/artist - album - tracknum - trackname.extention
~/ipod/genre/grenrename/artist/album/tracknum - trackname.extention
~/ipod/rating/ratingnumber/artist - album - tracknum - trackname.extention
~/ipod/Playlists/playlistname/tracknum - album - trackname.extention

Jake

Maciej wrote:
 
 Hello,
 I'm trying to mount iPod and browse iTunesDB via Freevo. I was able to mount 
 with USB Storage plugin but I want to browse folder just like on regular iPod 
 and I understand all folders/ filename are sotred in iTunesDB file. I don't 
 want to sync nor add any files to it, just read/ listen to the music. I've 
 found following tools:
 - FUSEpod (http://sourceforge.net/projects/fusepod/),
 - ipodfs (http://rich.phekda.org/ipodfs/),
 - iPodFS (http://pawelb.loki-a.com/homepage/),
 
 but cannot get them to work (I'm still a newbie). Please let me know if 
 anyone has chance to get something like this going or if there is ipod plugin 
 for freevo.
 
 Thanks a lot
 Maciej
 
 
 
   
 
 --
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.


--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can I point to multiple sources for one link?

2009-05-04 Thread Jake Briggs
I solved this problem with LVM - one LVM volume containing 4 partitions, 
in the end.

Joe Hildreth wrote:
 I think I would still have the same problem.

 Say I mounted disk one as /Movies/Disk1 and disk two as /Movies/Disk2

 I have been keeping movies on Disk one (750GB) and serials on disk two 
 (500GB) The problem is disk two is full.  Both devices are usb 2.0 drives.  I 
 have tried the following with no luck on Ubuntu 8.04

 1)  I have modified the video entry to:

  'Serials', '/media/disk1/serials/', '/media/disk2/serials/'

 this just shows the first disk.

 2)  I have modified the video entry to:

  'Serials', '/media/disk1/serials/'
  'Serials', '/media/disk2/serials/'

 this gives me two links to serials

 3)  I have tried to create a symbolic link from disk one to disk two, but the 
 OS tells me that the operation is not permitted.

 So far I have been using #2 above.

 I think that would be a feature request if it cannot be done.

 Warm Regards,

 Joe H.


 - Partha Bagchi parth...@gmail.com wrote:

   
 OK, got it. I don't think so. Why not mount both disks on say /movies
 ?

 On Thu, Apr 30, 2009 at 6:28 PM, Joe Hildreth
 j...@threerivershospital.com wrote:
 
 Thank you, but I do not know if that answers my question.  Let me
   
 restate it.  I have an entry under VIDEO_ITEMS that looks like this:
 
 serials, /disk1/serials

 Can I add a second entry that looks like this:

 serial, disk2/serials

 And end up with only one entry in the menu list?  Can I create a
   
 single entry that points to multiple disks?
 
 Warm Regards,

 Joe H.

 - Partha Bagchi parth...@gmail.com wrote:

   
 Of course. Just point to the location in local_conf.py. Look for
 VIDEO_ITEMS

 On Thu, Apr 30, 2009 at 10:47 AM, Joe Hildreth
 j...@threerivershospital.com wrote:
 
 Hello all,

 I have been encoding all of my dvd's and other videos to Freevo.
   
  I
 
 currently use two external drives one 750GB and the other 500GB.
 
  What
 
 I would like to know is can I point an entry to two locations?
 
  For
 
 example, one entry for serials pointing to /disk/drive1 and
 /disk/drive2.
 
 Or do I just need a symbolic link to the other drive from the
   
 original location?
 
 Warm Regards,

 Joe H.


   
 --
 
 Register Now  Save for Velocity, the Web Performance 
   
 Operations
 
 Conference from O'Reilly Media. Velocity features a full day of
 expert-led, hands-on workshops and two days of sessions from
   
 industry
 
 leaders in dedicated Performance  Operations tracks. Use code
   
 vel09scf
 
 and Save an extra 15% before 5/3.
   
 http://p.sf.net/sfu/velocityconf
 
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

   
 
 --
 
 Register Now  Save for Velocity, the Web Performance  Operations
 Conference from O'Reilly Media. Velocity features a full day of
 expert-led, hands-on workshops and two days of sessions from
 
 industry
 
 leaders in dedicated Performance  Operations tracks. Use code
 vel09scf
 and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
   
 --
 
 Register Now  Save for Velocity, the Web Performance  Operations
 Conference from O'Reilly Media. Velocity features a full day of
 expert-led, hands-on workshops and two days of sessions from
   
 industry
 
 leaders in dedicated Performance  Operations tracks. Use code
   
 vel09scf
 
 and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

   
 --
 Register Now  Save for Velocity, the Web Performance  Operations 
 Conference from O'Reilly Media. Velocity features a full day of 
 expert-led, hands-on workshops and two days of sessions from industry

 leaders in dedicated Performance  Operations tracks. Use code
 vel09scf 
 and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 

 

Re: [Freevo-users] Can I point to multiple sources for one link?

2009-05-04 Thread Jake Briggs


Manfred Schmitt wrote:
 Joe Hildreth wrote:
   
 2)  I have modified the video entry to:

  'Serials', '/media/disk1/serials/'
  'Serials', '/media/disk2/serials/'

 
 Just some hints:
 http://en.wikipedia.org/wiki/UnionFS
 http://en.wikipedia.org/wiki/Aufs
 http://lwn.net/Articles/312641/

 Afair aufs is the way go to at the moment, should be avaliable in most 
 distros.

 Bye,
 Manne
   

UnionFS is probably a better way to go, I did not know you could do this! 

LVM does have some advantages though.


-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.



--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] 16x9 telly/monitor, and the theme

2009-02-12 Thread Jake Briggs


Philip Tuckey wrote:
 On Friday 6 February 2009 07:02, Jacob Briggs wrote:
   
 Hi All

 I recently reinstalled my freevo machine (replaced gentoo with ubuntu),
 and installed 1.8.3, but I can't for the life of me remember how I got
 the interface to be widescreen! At the moment, its full screen but 4x3.
 Videos play properly (apart from dvds, they play in 16x9 but using the
 4x3 width). I am using a 16x9 telly, at 1360x768 over a vga cable.
 Also, how would one make it so a certain button on a remote zooms the
 image in? I had a look at mplayer slave stuff, I have managed to make a
 button change_subs, swicth_audio, and switch_ratio, but not just plain
 old zoom! I have some 4x3 videos, but the top and bottom have black
 bars
 

 mplayer doesn't have an on-the-fly zoom capability as far as I can see. 
 (Anyone know better?) So I guess one would have to write some python code 
 which would stop and restart mplayer with extra cropping, in order to 
 obtain a zoom. Another possibility, which I am thinking of trying, would 
 be to just output in 4:3 and to use the television's own zoom/16:9 control 
 to adapt to the image (4:3, letterbox or 16:9).

 Philip
   

I was playing around with it yesterday actually, playing a video full 
screen and hitting the e button on the keyboard seems to zoom the 
image in and w zooms it out - the OSD pops up and looks like this :

P [||--]

According to the mplayer man page,  that is increase/decrease 
pan-and-scan range. I wonder if that would be a good substitute, 
especially when used with 4/3 video with black bars ont he top and 
bottom

-- 

Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2250

--

Private Object doAnythingConceivable(String whatToDo, Object whatToDoItWith) { 
.



--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] sqlite2

2008-02-03 Thread Jake Tschetter
Jake Tschetter wrote:
 I just updated my freevo box to Fedora 7 yesterday.  I want to have the
 Audio Album Tree plugin loaded but that needs python-sqlite.  Seems it's
not available for F7.  python-sqlite2 is available and installed. Do I
 have to compile v1.1? Will it play happy with v2? or is there something
 else that I need to do?

I guess that the name reflects the sqlite version rather than the
pysqlite version.
.
Have you tried it, it won't do any harm?

SDuncan

Well, I built python-sqlite-1.1.6-1.1 and freevo cache seemed to try to
create a database but it just used all my swap then bombed out.  No segfault
or anything like that, it just goes back to the prompt.  Maybe it's the
wrong version? It went back to not creating the sqlite db once i removed
it.

-- 
Jake
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] sqlite2

2008-02-02 Thread Jake Tschetter
I just updated my freevo box to Fedora 7 yesterday.  I want to have the
Audio Album Tree plugin loaded but that needs python-sqlite.  Seems it's not
available for F7.  python-sqlite2 is available and installed. Do I have to
compile v1.1? Will it play happy with v2? or is there something else that I
need to do?

-- 
Jake
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] tcp network remote

2008-01-10 Thread Jake Tschetter
The local_conf.py file has the tcp_network_remote options in it and i've
gotten the web remote to work and it will be perfect until I can put
together the IR.  The config file says it's possible to send commands via a
telnet client, but I can't figure it out.  I can telnet in to the port so it
seems active but it doesn't do anything.   Does anyone know  what commands
are accepted over telnet?

Thanks

--
Jake
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Interface jumps back

2007-11-22 Thread Jake Briggs


Jake Briggs wrote:
 Gorka Olaizola wrote:
   
 I noticed that behaviour last month but I couldn't track the code that
 was responsible for it. I deactivated almost all plugins but it didn't
 stop.
 Now with rel-1 and latest Ubuntu it seems not to happen.
   
 

 I am using 1.7.2, so maybe that is the issue

   
 I have a networked share and mounted with autofs too but it is nfs
 instead of samba. I didn't notice any disconections.
   
 
 I have upped my autofs timeout to an hour - we'll soon see if that is 
 the issue :D Its probably the version

   

Well I upgraded to 1.7.3 (that is what is in the gentoo repos) and the 
issue still appeared. I changed the autofs timeout to an hour, and the 
issue is fixed :)

I might change it to something more reasonable like 5 minutes...



-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Interface jumps back

2007-11-21 Thread jake briggs
Duncan Webb wrote:
 Hi All

 I have an odd issue with freevo, it started to happen when I rebuilt my
 freevo box about a year ago.

 I'll browse to a directory, say (from the main menu):

 movies/Tv/Some Tv Program/

 and leave the interface displaying that directory and after some time
 (maybe a couple of minutes, its seems to change) it'll jump back to
 displaying the contents of :

 movies/Tv/

 Sometimes it happens while scrolling down the list as well, but it
 happens when the remote is left alone. Now, these directories live on a
 samba share, mounted via autofs.

 I am not really sure even where to start looking. There is nothing in
 the logs (I have DEBUG=1 in local_conf.py). Does anyone have any ideas
 how I can start looking? It's a little annoying, and I want to get to
 the bottom of it :D
   
 Try running an ircat --config=/etc/freevo/lircrc or an irw to see if there
 are any odd ir commands that are being sent. You can do this from an ssh
 window while freevo is running as lic allows multiple connections.
 

 I meant:
 ircat --config=/etc/freevo/lircrc freevo

 Duncan
   
This is what I get, when I was watching a movie :

captainspaulding ~ # ircat --config=/etc/freevo/lircrc freevo
PLAY
PLAY
PLAY
PLAY
LEFT
EXIT

The first PLAY paused it, I rewound it a bit after the second 
pause/play, then hit exit when the credits were running. Then, while 
sitting and watching the directory listing, it jumped back again after 
about a minute - but no output from ircat!

Maybe its the fact that the automounter unmounted the samba share 
The share - which the movie was playing from - is not mounted anymore.
What would happen if the directory which is being viewed became unmounted?

Jake



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Interface jumps back

2007-11-21 Thread Jake Briggs


Gorka Olaizola wrote:
 I noticed that behaviour last month but I couldn't track the code that
 was responsible for it. I deactivated almost all plugins but it didn't
 stop.
 Now with rel-1 and latest Ubuntu it seems not to happen.
   

I am using 1.7.2, so maybe that is the issue

 I have a networked share and mounted with autofs too but it is nfs
 instead of samba. I didn't notice any disconections.
   
I have upped my autofs timeout to an hour - we'll soon see if that is 
the issue :D Its probably the version

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Interface jumps back

2007-11-20 Thread Jake Briggs
Hi All

I have an odd issue with freevo, it started to happen when I rebuilt my 
freevo box about a year ago.

I'll browse to a directory, say (from the main menu):

movies/Tv/Some Tv Program/

and leave the interface displaying that directory and after some time 
(maybe a couple of minutes, its seems to change) it'll jump back to 
displaying the contents of :

movies/Tv/

Sometimes it happens while scrolling down the list as well, but it 
happens when the remote is left alone. Now, these directories live on a 
samba share, mounted via autofs.

I am not really sure even where to start looking. There is nothing in 
the logs (I have DEBUG=1 in local_conf.py). Does anyone have any ideas 
how I can start looking? It's a little annoying, and I want to get to 
the bottom of it :D

Jake

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] For the site: What hardware (tv/graphics/sound) card do you use?

2007-08-09 Thread Jake Briggs


John Molohan wrote:

 * TV card - analogue, dvb-t/s/c, atsc
   

None

 * Sound card - with output used
   

Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio Controller (rev 50)
Line out.

 * Graphics card - with output used
   

VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] 
(rev a3)
svideo out.

 * Motherboard
   

Dunno

 * Case
   

Some weird custom case which was used in a shop computer. The pc came 
from my flatmate's work, it stopped working with their POS system for 
some unknown reason. The companies tech replaced the whole machine and 
told my flatmate to chuck the old one out. She rang me and said I have 
a pc here, do you want it, I said what is in it and she said dunno. 
I said yeah, bring it home thinking it was some shitty old sub 
gigahertz machine - it turned out to be amd 2500+ with 512 ram :D Score!

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
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] freevo, hd and upscalling ? media center gallery and user info ?

2007-06-12 Thread Jake Briggs
Well I got it the first time :D

kikoune wrote:
 Finally I was looking at the Media center gallery wiki page and
 it will be very cool if more freevo user can post their setup and
 maybe add a few comments on it (what hardware specs, what
 settings ...). It would a great way to learn about the freevo
 community ?
   

That would be cool actually, it would give other ideas on what to buy, 
or what they can use that they have lying around :) I know both my 
freevo builds have been part found, donated or otherwise useless or 
superfluous hardware jammed together. I have a half height case atm, 
with a full height geforce4 in it - had to bend the metal on the card to 
get it in :D

Jake

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Removing ads

2006-10-24 Thread Jake Briggs
I swear I found a marketing/manager bollocks generator, that would 
generate grammatically correct (apart from verbed nouns :) ) sentences 
that made no sense. Damned if I can find it now though :(

Jason Tackaberry wrote:
 On Tue, 2006-10-24 at 19:03 -0400, Jason Tackaberry wrote:
   
 Furthermore, Freevo 2 Technology will deliver a state-of-the-art,
 high-end, robust, high-performance, easy-to-use, enterprise-ready, home
 theater experience to be enjoyed on a wide range of supported hardware,
 leveraging a modern, flexible, open-source architecture comprised of
 innovative and impacting turn-key technologies, thus provisioning the
 Freevo Platform to reconxtualize a best-of-breed, real-time,
 mission-critical, leading-edge, and convergent e-business, e-commerce,
 e-markets, and e-services, taking us into the next generation and
 beyond.
 

 Damn, I misspelled recontextualize -- which happens to be my favorite
 word in that whole thing.

 The funny (scary?) thing is that this still leaves many popular
 marketroid words unused.



 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Best Linux distro for Freevo?

2006-10-12 Thread Jake Briggs
I third it, and it has repos for freevo :) Seems to be a version behind 
at the moment though 

Michael Labowicz wrote:
 I second debian, it is more flexible and free in my opinion.

 Mike

 On 10/12/06, Ewen Cumming [EMAIL PROTECTED] wrote:

 I use Gentoo, which I've found pretty good once I installed although
 it takes a long time to install, and I've had to recompile the kernel
 for support I forgot about a couple of times (usb etc.).

 So if I was to re-pick I would probably choose Debian because:
 - the OS install is much easier and faster
 - the package management is superb
 - no bloat
 - it has instructions :)
 http://freevo.sourceforge.net/cgi-bin/doc/FreevoAptDebian


 

 -
 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=lnkkid=120709bid=263057dat=121642
 

 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] windows freevo

2006-08-30 Thread Jake Briggs
Hi All

Let me start by saying that I love freevo, I have been using it for 
about 1 1/2 years so far, and its been a good lounge companion :) I 
don't use any of the tv functionality, freevo just gives me an easy to 
see interface to my music and movies that I can use my remote to control.

So I have been looking for a similar app for windows. They pretty much 
all suck, mediaportal is probably the closest functionality wise, but 
even it version 2 its a resource hogging resource hog. Plus it plain 
doesn't work on my machine.

So my question is, has anyone tried to port freevo to windows? What 
would the impediments be if one attempted this? I don't know python, but 
I am not afraid to try :)

If I was to attempt this, the result would be a freevo lite. I wouldn't 
bother with things like tv recording or tv listings. I just want to 
press buttons on my remote and be able to see the results from across 
the room :) Audio and video playback and winlirc usage is the goal :)

So I understand that lirc is done with pylirc, and the interface is 
generated with pygame (which uses sdl?). pygame runs on windows, pylirc 
looks like it doesn't :(

Putting linux on my other pc is not an option unfortunately.

Jake

-- 
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 801 2252

--

object doAnythingConceivable(string whatToDo, object whatToDoItWith) { .



-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] generating fxd files en masse

2006-03-30 Thread Jake Briggs

Hi All
I have a bunch of avi's, I don't want to sit on the couch for 2 hours 
searching for their details on IMDB using the IMDB plugin to create fxd 
files and download the associated image.

Is there a way to do this automatically? Maybe from the command line?

In the wiki, there is a section this page :

http://freevo.sourceforge.net/cgi-bin/doc/MovieFxd#head-a3cea9611205d126a4b3bc512dcbc3ae59ace238

which states :

If you have a collection of movie files, think about using 
freevo/util/fxdimdb.py to help you generate a complete FXD file by 
querying imdb.com and impawards.com. File's header points to html doc.


The files header points to http://pintje.servebeer.com/fxdimdb.html;, 
which doesn't appear to exist anymore :(


Will fxdimdb.py do what I want? If so, how do I use it? I tried 
running it like this :


[EMAIL PROTECTED]:/usr/lib/python2.3/site-packages/freevo/util$ python2.3 
fxdimdb.py

Traceback (most recent call last):
 File fxdimdb.py, line 62, in ?
   import config
ImportError: No module named config
[EMAIL PROTECTED]:/usr/lib/python2.3/site-packages/freevo/util$

and it didn't turn out so well.


---
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] Mplayer under freevo does nothing

2006-03-23 Thread Jake Briggs
Have a look in the freevo logs, there you will see the command line used 
to launch mplayer. Try running that by hand :)


The logs are in /tmp/freevo

In my main-1000.log file, I have entries such as :

 BORING LOG FILE ENTRIES 

mplayervis.py (422): Detected MPlayer 'export' audio filter! Using MPAV.
mplayer.py (177): MPlayer.play(): Starting cmd=['--prio=-20', 
'/usr/bin/mplayer', '-slave', '-autosync', '100', '-nolirc', '-autoq', 
'100', '-screenw', '1024', '-screenh', '768', '-fs', '-vo', 'null', 
'-ao', 'oss:/dev/dsp', '', '-demuxer', '17', '', '', 
'/freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize BETTER 
QUALITY 
_(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3', 
'-af', 'export=/tmp/mpav']

logging child to /tmp/freevo/mplayer-stdout.log
logging child to /tmp/freevo/mplayer-stderr.log
ChildApp.__init__(), pid=3693, app=/usr/bin/mplayer -slave -autosync 100 
-nolirc -autoq 100 -screenw 1024 -screenh 768 -fs -vo null -ao 
oss:/dev/dsp -demuxer 17 /freevo-links/F-mp3/System of a 
Down/System_Of_A_Down-Hypnotize BETTER QUALITY 
_(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af 
export=/tmp/mpav, poll=-1


 BORING LOG FILE ENTRIES 

You want to try to run the command line part by hand, and start to take 
arguments out until it works. The line that starts with 
ChildApp.__init__(),, copy the part after app=/usr/bin/. So you 
would try to run something like :


 Command Line Example 
mplayer -slave -autosync 100 -nolirc -autoq 100 -screenw 1024 -screenh 
768 -fs -vo null -ao oss:/dev/dsp -demuxer 17 /freevo-links/F-mp3/System 
of a Down/System_Of_A_Down-Hypnotize BETTER QUALITY 
_(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af 
export=/tmp/mpav, poll=-1

 Command Line Example 

You may want to start out by removing the -slave and -nolirc options 
straight off.


The above example is playing an mp3, but the process is the same. Also, 
there should be other log files in there : mplayer-stderr.log and  
mplayer-stdout.log. They may also hold the answer


I have switched to xine for DVD's, because it supports dvd menus etc

Jake

Stephen Rowles wrote:
I've finally sorted out a way to archive my DVD's in a way that I am 
happy with but when I come to play them, nothing happens.


mplayer works fine on the command line, but launching from freevo just 
gives me a black screen and nothing happens.


Anyone got any ideas?

Steve.


---
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




---
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] Sound across a network

2005-10-19 Thread Jake Briggs

You could use JACK, here is the page listing the apps that runs with JACK:

http://jackit.sourceforge.net/apps/

The 3rd one down is called Oddcast, an Icecast/Shoutcast streamer.

From the main web page :

JACK is a low-latency audio server, written for POSIX conformant 
operating systems such as GNU/Linux and Apple's OS X. It can connect a 
number of different applications to an audio device, as well as allowing 
them to share audio between themselves.


I am pretty sure that JACK can take sound from alsa, do whatever routing 
it want to or needs to, then give it to whatever you want. Including 
alsa again, but I suppose that it could give it to Oddcast.


So freevo would be giving audio data to alsa. alsa would be giving audio 
data to JACK (because it thinks its a sound card driver?), and JACK 
would give it to oddcast :)


Keep us (or at least me) posted, I wouldnt mind knowing if this works. I 
have a similer problem that will rear its head in about 3 weeks :)


Jake

Alberto Hernando wrote:


Hi.

Although this question might be a bit off-topic here, I'm sure there must be 
people here who have done what I want to do.


I have my freevo box in one room. Sometimes I'm not there, but I still want to 
listen to music or whatever. Using x11vnc I can see and use the desktop, but 
I can't hear it. I'd like to know whether there is some easy way to send all 
the sound produced in the freevo box through the net and hear in another 
machine, in the same way that x11vnc does. at first, I thought about setting 
up a shoutcast server, but I don't know how to stream the output of an alsa 
device to the server. Perhaps other people here have had the same problem and 
have a nice sollution for this. I don't want to need arts or esd.


Thanks


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



--
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 499-1108

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Sound across a network

2005-10-19 Thread Jake Briggs
Okay, I think I made some incorrect assumptions below. mplayer is on the 
jack app list (mplayer will input audio to jack), so if you play mp3's 
with mplayer :


freevo tells mplayer what to do
mplayer outputs sounds to jack
jack output sound to oddcast (or alsa for playing on the hardware of the 
same pc that freevo runs on)

oddcast gives sound to streamcast/icecast
streamcast/icecast gives sound to remote pc
listen!

The trick would be telling jack where to output sounds to, alsa or 
oddcast. I wouldnt imagine that it would be difficult.


Jake Briggs wrote:

You could use JACK, here is the page listing the apps that runs with 
JACK:


http://jackit.sourceforge.net/apps/

The 3rd one down is called Oddcast, an Icecast/Shoutcast streamer.

From the main web page :

JACK is a low-latency audio server, written for POSIX conformant 
operating systems such as GNU/Linux and Apple's OS X. It can connect a 
number of different applications to an audio device, as well as 
allowing them to share audio between themselves.


I am pretty sure that JACK can take sound from alsa, do whatever 
routing it want to or needs to, then give it to whatever you want. 
Including alsa again, but I suppose that it could give it to Oddcast.


So freevo would be giving audio data to alsa. alsa would be giving 
audio data to JACK (because it thinks its a sound card driver?), and 
JACK would give it to oddcast :)


Keep us (or at least me) posted, I wouldnt mind knowing if this works. 
I have a similer problem that will rear its head in about 3 weeks :)


Jake

Alberto Hernando wrote:


Hi.

Although this question might be a bit off-topic here, I'm sure there 
must be people here who have done what I want to do.


I have my freevo box in one room. Sometimes I'm not there, but I 
still want to listen to music or whatever. Using x11vnc I can see and 
use the desktop, but I can't hear it. I'd like to know whether there 
is some easy way to send all the sound produced in the freevo box 
through the net and hear in another machine, in the same way that 
x11vnc does. at first, I thought about setting up a shoutcast server, 
but I don't know how to stream the output of an alsa device to the 
server. Perhaps other people here have had the same problem and have 
a nice sollution for this. I don't want to need arts or esd.


Thanks


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, 
discussions,

and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
 





--
Jacob Briggs
Systems Engineer

Core Technology Limited
Level 1, NZX Centre
11 Cable Street
Wellington
Phone +64 4 499-1108

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] autorip

2005-10-04 Thread jake
Hello,

I have a script that converts dvd's into avi's. What I would like to
happen is when the dvd is put in and spins up the script starts ripping in
the background. Does anyone know of a way to accomplish this?

Thanks,


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] autorip

2005-10-04 Thread jake
Thanks for the info Karl!

Jake



 I once wrote a small C tool which detected C insertion for a DVD ripper
 in gtk2. It used a fairly basic ioctl call to detect that the disk had
 been inserted, I imagine that this can also be done in perl/python.
 There is lots of documentation on how to do this in C on the net, try
 searching google for ioctl CD drive detection for instance.

 Then its just a matter of detecting whether or not the disk is a DVD
 which can be done fairly easily with lsdvd.

 Hope this helps,
   Karl

 On Tue, 2005-10-04 at 09:55 -0400, [EMAIL PROTECTED] wrote:
 Hello,

 I have a script that converts dvd's into avi's. What I would like to
 happen is when the dvd is put in and spins up the script starts ripping
 in
 the background. Does anyone know of a way to accomplish this?

 Thanks,


 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads,
 discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Visualization while lissening to music ???

2005-07-26 Thread Jake Briggs

pygoom?? I dunno

Sebastian Hardt wrote:


Hi there,
i am using freevo for no about 2 years and i love it.
So here come my simple question ;)
Is there a Visualization plugin for freevo. I think i saw something 
like this on a screenie of somebody running freevo.

Thx for your help

Greetings from Krautland tuxBurner


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: vlc timeshifting

2005-07-25 Thread Jake Briggs



Dirk Meyer wrote:


Karl Lattimer wrote:
 


I just wish I knew python and could code this stuff ;S
   


http://docs.python.org/tut/tut.html

 


YE GODS MAN! I already do Java/Perl/PHP at work 5 days a week, now you
want me to learn another language...

Erm OK, when i get the time ;)
   



If you know Java and Perl, you learn Python in 2 hours. 



Dischi

 


Dischi is correct in this statement. Very correct.


--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] changing a dvd while running freevo

2005-07-25 Thread Jake Briggs

Hi all

How does one change a dvd when running freevo? For example, I just 
watched a movie, and I want to watch another. Do i have to exit freevo, 
umount the dvd, eject the dvd, then insert the new one, then run freevo 
again? Or can freevo do this sort of thing automatically (well, apart 
from the 'insert a new one' part :) ).


I was just going to configure the supermount stuff last night, but then 
I thought I had better ask, maybe freevo has some issues when using 
supermount ?


Jake

--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] changing a dvd while running freevo

2005-07-25 Thread Jake Briggs

WiSHiE wrote:


On Tue, 26 Jul 2005 10:29 am, Jake Briggs wrote:

you press eject on your remote(or keyboard . ), take the DVD out, and put a 
new one in.
 

So your saying that freevo will umount the dvd, and dosent use 
supermount?  Because that would be handy :)



You do not need to exit freevo.
 

Last time I attempted to watch 2 dvds (actually, the only time I have 
attempted this) the eject button (On the drive itself) wouldnt work as I 
expected, and I have neglected to map a button on my remote to eject. 
I put the drive in about three months after I set freevo up initially 
you see.


Wouldnt be much of a home theatre setup if you had to turn it off to watch 
another movie now, would it ? :)
 



Haha true :)

Jake



 


Hi all

How does one change a dvd when running freevo? For example, I just
watched a movie, and I want to watch another. Do i have to exit freevo,
umount the dvd, eject the dvd, then insert the new one, then run freevo
again? Or can freevo do this sort of thing automatically (well, apart
from the 'insert a new one' part :) ).

I was just going to configure the supermount stuff last night, but then
I thought I had better ask, maybe freevo has some issues when using
supermount ?

Jake
   



 



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] changing a dvd while running freevo

2005-07-25 Thread Jake Briggs



WiSHiE wrote:


On Tue, 26 Jul 2005 11:44 am, Jake Briggs wrote:

you dont need to mount a dvd to play it.
 



o. I get it now.

eject can be used with EJECT mapped to a button on the remote, or . on your 
keyboard.
 


Thats my mission tonight 8) I am sure it will be easy.


I dont have supermount or anything on any of my freevo boxes.
 


Coolies.
Thanks
Jake


Travis.
 


WiSHiE wrote:
   


On Tue, 26 Jul 2005 10:29 am, Jake Briggs wrote:

you press eject on your remote(or keyboard . ), take the DVD out, and
put a new one in.
 


So your saying that freevo will umount the dvd, and dosent use
supermount?  Because that would be handy :)

   


You do not need to exit freevo.
 


Last time I attempted to watch 2 dvds (actually, the only time I have
attempted this) the eject button (On the drive itself) wouldnt work as I
expected, and I have neglected to map a button on my remote to eject.
I put the drive in about three months after I set freevo up initially
you see.

   


Wouldnt be much of a home theatre setup if you had to turn it off to watch
another movie now, would it ? :)
 


Haha true :)

Jake

   


Hi all

How does one change a dvd when running freevo? For example, I just
watched a movie, and I want to watch another. Do i have to exit freevo,
umount the dvd, eject the dvd, then insert the new one, then run freevo
again? Or can freevo do this sort of thing automatically (well, apart
   


from the 'insert a new one' part :) ).
 


I was just going to configure the supermount stuff last night, but then
I thought I had better ask, maybe freevo has some issues when using
supermount ?

Jake
   



 



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] VCRVO project, a note on cables

2005-06-20 Thread Jake Briggs
My god, do you guys listen to your stereo equipment, or the music coming 
out of the speakers? :)



Geert Decorte wrote:


I think a few people need to get into high fidelity audio.

   


To be clear : cable is cable, it's just a piece of metal.( Some people
claims they can hear the difference between a gold and a copper cable,
come on, let's be serious)
 


Seriousely, ALL cables have a sonic signature.  Silver is, in general, a
harsher sounding material.  Copper is, again, in general, a warmer
sounding
material.  Stranded cables can have a sort of grainy sound, while solid
cables sound different depending on the guage.
   




You will find the differences into the higher tones. Not all people are
having the same audio bandwidth. Most people are limited into the higher
tones. Making high quality setups useless for this people.

The level of treatment you are talking about, goes beyond the costs of a
cable or a connector. Boxes, the environment and background noise (FAN)
comes to my mind as potential disturbing factors, which should be treated
as well.

So, if you've got a freevo system wich produces some background noise
(fans, hd), it isn't worth the pain to spend a lot of money into cabling.
Avoiding oxidation however is a must for a professional aproach and has
nothing to do with the initial quality, but everything with long term
quality.

BTW: anyone have build a noiseless Freevo?


http://gedeco.no-ip.org



 



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Automagically getting audio covers

2005-06-14 Thread Jake Briggs
Yes, there is a free tool to do this. Buggered if I can remember what it 
was, but it was a linux GUI tool and it found most of my collection. 
Later on today, I'll have a google and try to remember what it was 
called, but you may have found it already :)


Jake


Helmut Auer wrote:


Hi,
Is there a way to get covers automatically from Amazon, when no 
cover.jpg exists ?
Or is there a tool available to fetch all covers for the albums in my 
audio directory:


artist
- Album
--- Tracks


Helmut Auer, [EMAIL PROTECTED]


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you 
shotput
a projector? How fast can you ride your desk chair down the office 
luge track?
If you want to score the big prize, get to know the little guy.  Play 
to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Automagically getting audio covers

2005-06-14 Thread Jake Briggs
No, thats not the one. But it looks really good, the one I used only got 
the covers from amazon. I am going to try this one to :)


Matthew Bettencourt wrote:



I saw this today on freshmeat, was gonna try it out at somepoint
http://freshmeat.net/projects/albumart/?branch_id=39821release_id=198882

Matt

Jake Briggs wrote:

Yes, there is a free tool to do this. Buggered if I can remember what 
it was, but it was a linux GUI tool and it found most of my 
collection. Later on today, I'll have a google and try to remember 
what it was called, but you may have found it already :)


Jake


Helmut Auer wrote:


Hi,
Is there a way to get covers automatically from Amazon, when no 
cover.jpg exists ?
Or is there a tool available to fetch all covers for the albums in 
my audio directory:


artist
- Album
--- Tracks


Helmut Auer, [EMAIL PROTECTED]


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can 
you shotput
a projector? How fast can you ride your desk chair down the office 
luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users









---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] ID3 tags

2005-06-14 Thread Jake Briggs
This may help, alhtough it uses freedb and file paths to guess the id3 
values, and rename files.


http://easytag.sourceforge.net/


Matthew Bettencourt wrote:

This is slightly off topic, however, i am guessing it comes up often 
here.  Is there any util that will take the info that is gotten from 
amazon during cover search and fill in all the ID3 tags to be 
consistant, rename the files and do all that kinda stuff.  I have a 
bunch of audio files with a mix/match set of tags.  I would like to 
say, this dir is this cd, rename things as follows and set the tags.

Thanks
M


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Jacob Briggs
Systems Engineer
Core Technology
Ph: +64 (04) 499 1102

--

Named after its country of origin 'England', English is a little known dialect 
used by up to 1.5 billion non-Americans worldwide. Some interesting but 
obviously incorrect features of the language include:

- queues of people
- wonderful coloUrs
- the useful metal aluminIum
- the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
- specialiSed books called 'dictionaries' that tell you how to spell words 
correctly

Many people using this bizarre gutter speak also subscribe to the pagan belief 
that water freezes at 0 degrees and that distances should be measured in the 
forbidden mathematical system of base-10...



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Two Questions

2005-01-28 Thread Jake
Hello,
I have two problems left and I think my media machine will be exactly 
where I want it.

1) I can't play any ogg files. I am using Gentoo and have recompile 
Mplayer with the oggvorbis use flag and still won't play. It just 
scrolls thru the files looking for something to play.

2) I can't play DVD's from my DVD drive. It shows up in the movie main 
menu with DVD [Movie Title] but when I  press play it goes to a black 
screen for a split sec then back to the movie main menu. 

Any help would be appriciated.
Thanks,
Jake
---
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] Screen Position

2005-01-25 Thread Jake Walters
Thanks Shawn,

I have tried Xvidtune and it didn't make a difference. I am still
looking for a solution to this problem.

Thanks,
Jake




On Mon, 2005-01-24 at 11:21 -0800, Shawn Dowler wrote:
 On Mon, 24 Jan 2005 08:33:48 -0600, Lists [EMAIL PROTECTED] wrote:
  That's what I figured. Thanks for the help
  
  Jake
  
  
  On Mon, 2005-01-24 at 15:05 +0800, HaJo Schatz wrote:
   On Mon, January 24, 2005 12:51, lists said:
  
Is there any way to move the screen thru freevo? I am running Gentoo
AMD64 with xorg-6.8.0-r3. I have played around with the resolutions thru
x but no dice. Any pointers would be greatly appriecated.
  
   Moving the screen is a matter of X, not of freevo. Depends on your video
   card, some allow simple moving of the TV-out image. Otherwise, adding a
   custom ModeLine to your xorg.conf might help.
  
   I remember there was a program available which generated custom modelines
   interactively, you could e.g. move the screen, but I can't recall it's
   name. Otherwise manual fiddling with a modeline might be an option.
 
 HaJo Schatz mentioned a program to play with modelines interactively. 
 It's called xvidtune and chances are pretty good you already have it
 on your machine.  Just start X then open a terminal and type xvidtune.
 
 It doesn't work for everyone or for every tv, but you might have luck with it.
 
 Shawn Dowler
 



---
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