- Install cygwin Download: http://www.cygwin.com/setup.exe Ensure install: Image Magick, vim, openssh, openssl, cvs - Install Active State Download: http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952.msi executed installer. Accept all defaults. - Install Perl Libs * Use "Perl Package Manager" * install: Net::SCP, XML::Simple, YAML * From a command line: ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd - Link to Active Perl In a cygwin shell 'ln -s /cygdrive/c/Perl/bin/perl.exe /usr/bin/perl.exe' - Install Flac Download installer: http://downloads.sourceforge.net/flac/flac-1.2.1b.exe run installer ** If using windows vista and install stalls: http://www.hydrogenaudio.org/forums/index.php?showtopic=52353 - Create Import Directories C:\image_import C:\audio_import C:\temp - In cygwin, update /etc/profile, Add: export PERL5LIB="/cygdrive/c/Perl/lib:/cygdrive/c/Perl/site/lib:/app/tools/distribution/bin:." export PATH="/cygdrive/c/Program Files/FLAC:$PATH" - Setup the SSH keys In cygwin: $ mkdir ~/.ssh $ chmod 700 ~/.ssh $ cd ~/.ssh $ scp web@cm01:.ssh/identity . (Kyle has the cm01 password if necessary) - Add flac dir to windows path right click My Computer > Properties > Advanced System Settings > Environment Variables > add flac path (i.e. c:\Program Files\flac) to Path System Variable # Usage Images go directly into the C:\image_import root directory and are named UPC.jpg or UPC.tiff Audio go into sub folders named UPC and filenames are UPC_DD_TTT.flac. DD is disc number and TTT is track number. mkdir -p /app/tools cd /app/tools cvs -d :pserver:mike@atlas.royaltyshare.com:/cvsroot/tools login cvs -d :pserver:mike@atlas.royaltyshare.com:/cvsroot/tools co distribution cd /app/tools/distribution/bin/bulk_injest/ perl asset_ingest.pl Choose Audio or Image (A or I) Choose Client_id