The scripts in the right click menu in nautilus is rather useful, and I
have made a few very simple ones for myself, and I was wondering if
there was a website where one could share them, and more usefully, find
other ones.

Many thanks,


p.s. In case anyone is interested, I installed mp3toogg (copied a perl
script to /usr/bin/) and made the following script to let me click on
mp3s in nautilus and convert to oggs.:


#!/bin/sh

if test $# -ne 1; then
        exit 1
fi

quoted=$(echo -e "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | awk 'BEGIN {
FS = "\n" } { printf "\"%s\" ", $1 }' | sed -e s#\"\"##)

eval "/usr/bin/mp3toogg 5 $quoted"

-- 
                Azrael

           ("\''/").___..--'''"-._          
           `0_ O  )   `-.  (     ).`-.__.`) 
           (_Y_.)'  ._   )  `._ `. ``-..-'  
         _..`--'_..-_/  /--'_.' .'          
        ((i).-''  ((i).'  (((.-'         
   
Of all God's creatures there is only one that cannot be made the slave
of the lash. That one is the cat. If man could be crossed with a cat it
would improve man, but it would deteriorate the cat. 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to