[macvoiceover] Re: Folders
- From: Richard Most <louie@xxxxxxxxxxxxxxxxx>
- To: macvoiceover@xxxxxxxxxxxxx
- Date: Sat, 28 Jul 2007 17:00:25 -0700
Thanks I will do a lot of creative plagiarism from your script.
On Jul 28, 2007, at 3:28 PM, Greg Kearney wrote:
OK here you go place this script into Spark and assign it a key
stoke it will display a dialog giving you the number of
directories, both hidden and visible in the selected directory. If
you want it to talk I can have it do that was well just let me know.
Greg
tell application "Finder"
set thepath to the selection as alias
set thepath to POSIX path of thepath
end tell
try
do shell script "ls -tl " & thepath & " | grep -c '^d'"
display alert "Number of directoris: " & result
on error
display alert "No diretories found"
end try
On Jul 28, 2007, at 14:22 , Richard Most wrote:
Greg,
I have automated the ripping of NLS tape talkingbooks. The jaws
scripts run on sound forge. I have rendered down to just a few
keystrokes to recored and rip and resample the talking book. What
I wind up with is a folder with the name of the book. In this
folder is a mp3 file for every side of the talking book.
I also down load talking books from my local library. I have jaws
scripts that rips out the DRM and resampals the book.
If you realy want all of the details contact me off list.
If I can get a program to tell me the number of folders in a
folder I will assign a keystroke to it using spark.
Thanks for any help.
On Jul 28, 2007, at 12:54 PM, Greg Kearney wrote:
Greg
Richard Most
louie@xxxxxxxxxxxxxxxxx
Click on the link below to go to our homepage.
http://www.icanworkthisthing.com
Manage your subscription by using the web interface on the link
below.
http://www.freelists.org/list/macvoiceover
Users can subscribe to this list by sending email to
macvoiceover-request@xxxxxxxxxxxxx
with 'subscribe' in the Subject field OR by logging into the
Webinterface at http://www.freelists.org/list/macvoiceover
Click on the link below to go to our homepage.
http://www.icanworkthisthing.com
Manage your subscription by using the web interface on the link
below.
http://www.freelists.org/list/macvoiceover
Users can subscribe to this list by sending email to macvoiceover-
request@xxxxxxxxxxxxx
with 'subscribe' in the Subject field OR by logging into the
Webinterface at http://www.freelists.org/list/macvoiceover
Richard Most
louie@xxxxxxxxxxxxxxxxx
Click on the link below to go to our homepage.
http://www.icanworkthisthing.com
Manage your subscription by using the web interface on the link below.
http://www.freelists.org/list/macvoiceover
Users can subscribe to this list by sending email to
macvoiceover-request@xxxxxxxxxxxxx
with 'subscribe' in the Subject field OR by logging into the Web
interface at http://www.freelists.org/list/macvoiceover
- References:
- [macvoiceover] Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney
- [macvoiceover] Re: Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney
- [macvoiceover] Re: Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney
Other related posts:
- » [macvoiceover] Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
- » [macvoiceover] Re: Folders
Greg
tell application "Finder"
set thepath to the selection as alias
set thepath to POSIX path of thepath
end tell
try
do shell script "ls -tl " & thepath & " | grep -c '^d'"
display alert "Number of directoris: " & result
on error
display alert "No diretories found"
end try
On Jul 28, 2007, at 14:22 , Richard Most wrote:
Greg,I have automated the ripping of NLS tape talkingbooks. The jaws scripts run on sound forge. I have rendered down to just a few keystrokes to recored and rip and resample the talking book. What I wind up with is a folder with the name of the book. In this folder is a mp3 file for every side of the talking book. I also down load talking books from my local library. I have jaws scripts that rips out the DRM and resampals the book.If you realy want all of the details contact me off list.If I can get a program to tell me the number of folders in a folder I will assign a keystroke to it using spark.Thanks for any help. On Jul 28, 2007, at 12:54 PM, Greg Kearney wrote:GregRichard Most louie@xxxxxxxxxxxxxxxxxClick on the link below to go to our homepage. http://www.icanworkthisthing.comManage your subscription by using the web interface on the link below.http://www.freelists.org/list/macvoiceoverUsers can subscribe to this list by sending email to macvoiceover-request@xxxxxxxxxxxxx with 'subscribe' in the Subject field OR by logging into the Webinterface at http://www.freelists.org/list/macvoiceover
Click on the link below to go to our homepage. http://www.icanworkthisthing.comManage your subscription by using the web interface on the link below.http://www.freelists.org/list/macvoiceoverUsers can subscribe to this list by sending email to macvoiceover- request@xxxxxxxxxxxxx with 'subscribe' in the Subject field OR by logging into the Webinterface at http://www.freelists.org/list/macvoiceover
Click on the link below to go to our homepage. http://www.icanworkthisthing.com Manage your subscription by using the web interface on the link below. http://www.freelists.org/list/macvoiceoverUsers can subscribe to this list by sending email to macvoiceover-request@xxxxxxxxxxxxx with 'subscribe' in the Subject field OR by logging into the Web interface at http://www.freelists.org/list/macvoiceover
- [macvoiceover] Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney
- [macvoiceover] Re: Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney
- [macvoiceover] Re: Folders
- From: Richard Most
- [macvoiceover] Re: Folders
- From: Greg Kearney