Skip to content

bash script to compare two Audacity (old multi-file) projects

License

Notifications You must be signed in to change notification settings

uneasyalliance/aupcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

aupcmp.sh

bash script to compare two Audacity (old multi-file) projects

This script came to be because I had an on-going recording project with multiple multi-track Audacity projects, many of which were backed up on an external drive with a different disk format from the native operating system format, losing creation date. Add to that some sloppy backup procedures, and I ended up with some projects in multiple places and no easy way to tell what was the latest edit, or which versions were identical.

This is implemented as a bash script, and makes use of cmp and diff. First, the .aup files are compared, and if different, the user may elect to view the diff and/or proceed to compare the _data directory of .au files. If the .aup files are identical, the .au files are compared without prompting. The number and names of the .au files also must match between the two data directories in order for a project to be considered identical.

About

bash script to compare two Audacity (old multi-file) projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages