Skip to content

An AppleScript which speeds up selected tracks a specified amount and copies them to an external folder.

License

Notifications You must be signed in to change notification settings

horshacktest/podcast-fastener-itunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An ApplesScript that speeds up tracks and applies compression to improve listenability of files with low audio levels.

If the track does not have album and artist metatdata either or both will be copied from the name of the track's parent folder

Dependencies:

  • sox
  • lame

Add this post commit hook to compile script and place output in your iTunes Scripts folder

osacompile -o make\ fast.app make\ fast.applescript 

# you can't just overwrite it because a something.app is a directory not a file
if [ -e ~/Library/iTunes/Scripts/make\ fast.app ] 
	then rm -rf ~/Library/iTunes/Scripts/make\ fast.app
fi

mv -f make\ fast.app ~/Library/iTunes/Scripts/make\ fast.app

About

An AppleScript which speeds up selected tracks a specified amount and copies them to an external folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published