Re: [Freevo-users] Scripting IMDB Plugin

2007-11-17 Thread John Molohan
Francisco Eduardo Álvarez Solano wrote: > Hi, > > This script works for me: > > #!/bin/sh > COD=`freevo imdb -s "$1" | tail -n1 - | grep -o "[0-9]* "` > freevo imdb $COD "$1" "$1.avi" > > Regards Thanks, added to tips and tricks on the wiki. John --

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-23 Thread Francisco Eduardo Álvarez Solano
Hi, This script works for me: #!/bin/sh COD=`freevo imdb -s "$1" | tail -n1 - | grep -o "[0-9]* "` freevo imdb $COD "$1" "$1.avi" Regards - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to f

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-22 Thread Duncan Webb
Joe Harris wrote: > I believe my problem is a rudimentary understanding of the imdb plugin > itself. I used to run it from within a movies folder and when complete I > had the addition of an fxd file and a jpg file in that directory like > below: > > A Fish Called Wanda.fxd > A Fish Called Wanda.

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-22 Thread Joe Harris
I believe my problem is a rudimentary understanding of the imdb plugin itself. I used to run it from within a movies folder and when complete I had the addition of an fxd file and a jpg file in that directory like below: A Fish Called Wanda.fxd A Fish Called Wanda.jpg A Fish Called Wanda.avi The

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-22 Thread Duncan Webb
Joe Harris wrote: > This is helpful advice and I thank you for it. What I am looking for also > is the information to put after that to direct the script to place the fxd > file in the same directory with the movie file and pull down the jpg from > IMDB. > > Thanks again for the additional helpfu

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-21 Thread Joe Harris
This is helpful advice and I thank you for it. What I am looking for also is the information to put after that to direct the script to place the fxd file in the same directory with the movie file and pull down the jpg from IMDB. Thanks again for the additional helpful info. Joe Duncan Webb wrot

Re: [Freevo-users] Scripting IMDB Plugin

2007-10-21 Thread Duncan Webb
Joe Harris wrote: > I would like to create a script to loop through my directory names and > pull in IMDB fxd files and jpg's. Has anyone worked on something like > this before? I certainly do not want to recreate the wheel. > > My real question is: What is the exact format of the command I ne