bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager Bugs/Devel] for linux; a (very) simple GUI/Nautilus


From: Herbert Valerio Riedel
Subject: [VCDImager Bugs/Devel] for linux; a (very) simple GUI/Nautilus
Date: Fri, 31 Aug 2001 11:55:27 +0200 (CEST)

just found this one while surfing...

http://pimpstation.org/projects/nautilus/files/create-vcd

I suppose it's meant to put into ~/Nautilus/scripts/


#!/bin/sh
#
#Written by Keith Conger
#email:address@hidden
#pimpstation.org
#
#This script is for use with Nautilus 1.0.3 + and GNU VCDImager 0.7.x +.
#You can select multiple mpegs in Nautilus and and create a VCD CD image in 
bin/cue format.
#

VCDIMGR_PATH=/usr/local/bin     #Path to vcdimager binary

LABEL=$(gdialog --title "VCD Volume Label?" --inputbox "Volume Label.." 200 450 
VCD 2>&1)
DIR=$(gdialog --title "VCD Image Directory?" --inputbox "Directory Location..." 
200 450 ~/tmp/$1 2>&1)

mkdir $DIR

vcdimager --iso-volume-label=$LABEL --bin-file=$DIR/$1.bin 
--cue-file=$DIR/$1.cue $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS >> $DIR/$1.log

gdialog --separate-output --title "VCD Imager log" --textbox $DIR/$1.log 50 70 
2>&1
rm $DIR/$1.log

-- 
Herbert Valerio Riedel       /    Phone: (EUROPE) +43-1-58801-18840
Email: address@hidden       /    Finger address@hidden for GnuPG Public Key
GnuPG Key Fingerprint: 7BB9 2D6C D485 CE64 4748  5F65 4981 E064 883F 4142




reply via email to

[Prev in Thread] Current Thread [Next in Thread]