<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ScottDotDot </title>
	<atom:link href="http://s.co.tt/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://s.co.tt</link>
	<description>Babblings of a computer curmudgeon.</description>
	<lastBuildDate>Mon, 26 Jan 2026 16:08:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Digital Juice Sound Effects Library File Renamer</title>
		<link>http://s.co.tt/2015/07/08/digital-juice-sound-effects-library-file-renamer/</link>
		<comments>http://s.co.tt/2015/07/08/digital-juice-sound-effects-library-file-renamer/#comments</comments>
		<pubDate>Wed, 08 Jul 2015 21:49:41 +0000</pubDate>
		<dc:creator><![CDATA[Scott]]></dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://s.co.tt/?p=1338</guid>
		<description><![CDATA[What&#8217;s this for?? I have some Digital Juice SFX library DVD files from circa 2006 or some such. The DVDs contained tons of small WAV and MP3 files of sound effects, foley and music. They&#8217;re meant to be accessed with Digital Juice&#8217;s Juicer app, which contains all the metadata. I lost the DVDs a while ago, but had already copied them to my file server. The problem is that I don&#8217;t want to use the Juicer app. I have a bunch of other sound libraries, and want to be able to search them all at once. Unfortunately the sound files on the DVDs are all named generically, such as 00293_SFX.wav, which is pretty useless. My savior I did a quick … <a class="continue-reading-link" href="http://s.co.tt/2015/07/08/digital-juice-sound-effects-library-file-renamer/"> Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://s.co.tt/wp-content/uploads/2015/07/digital_juice_by_tappy.jpg"><img src="http://s.co.tt/wp-content/uploads/2015/07/digital_juice_by_tappy-740x249.jpg" alt="digital_juice_by_tappy" width="740" height="249" class="aligncenter size-large wp-image-1340" /></a></p>
<h2>What&#8217;s this for??</h2>
<p>I have some Digital Juice SFX library DVD files from circa 2006 or some such.  The DVDs contained tons of small WAV and MP3 files of sound effects, foley and music.  They&#8217;re meant to be accessed with Digital Juice&#8217;s Juicer app, which contains all the metadata.  I lost the DVDs a while ago, but had already copied them to my file server.</p>
<p>The problem is that <strong>I don&#8217;t want to use the Juicer app</strong>.  I have a bunch of other sound libraries, and want to be able to search them all at once.  Unfortunately the sound files on the DVDs are all named generically, such as <code>00293_SFX.wav</code>, which is pretty useless.</p>
<h2>My savior</h2>
<p>I did a quick search for a solution, and came up with <a href="http://sound.stackexchange.com/questions/20728/importing-digital-juice-sound-fx-iv-metadata-to-audiofinder">this StackExchange post</a> wherein <strong>LiquidBlasted</strong> posted a series of Excel files that he&#8217;d generated by screen scraping the Juicer app.</p>
<p>Even though he somewhat automated that process, it sounds like a heck of a lot of work.  So he gets all the credit here for the hard part being done.</p>
<h2>The Utility</h2>
<p>I coded up a utility in C# that will read CSV files generated from LiquidBlasted&#8217;s <a href="http://liquidblasted.net/other/digital_juice_tracklists.zip">Excel files</a> and then iterate through all of the Digital Juice SFX library directories on my computer, renaming the files to include the track names from the CSV.</p>
<p>The net result is that it turns a file name like <code>01984_SFX.wav</code> (useless) to a file named <code>Caulk Gun Tension Rod Pulled Back_01984_SFX.wav</code> (useful)!  Without further ado, here are a couple of download links:</p>
<table>
<tr>
<th>File</th>
<th>Size</th>
<th>Description</th>
</tr>
<tr>
<td><a href="http://s.co.tt/repository/digital_juice_renamer/DigitalJuiceRenamer_src.zip">DigitalJuiceRenamer_src.zip</a></td>
<td>64 KB</td>
<td>Source code and executable.</td>
</tr>
<tr>
<td><a href="http://s.co.tt/repository/digital_juice_renamer/DigitalJuiceRenamer_bin.zip">DigitalJuiceRenamer_bin.zip</a></td>
<td>30 KB</td>
<td>Executable and <a href="http://www.codeproject.com/Articles/9258/A-Fast-CSV-Reader">LumenWorks CSV library</a>.</td>
</tr>
</table>
<h2>How do I use it?</h2>
<ol>
<li>Download the zip file containing the executable.</li>
<li>Unzip the files into a new directory.  ( e.g. C:\temp\DigitalJuiceRenamer\ )</li>
<li><strong>Read the README.txt file.</strong>  (If you&#8217;re using the source files, then the readme contents are at the top of <code>Program.cs</code>.)  It has important info of which you should be aware, <strong>lest you hose your whole library</strong>!</li>
<li>When ready, run the program from the command line using this syntax: <code><strong>DigitalJuiceRenamer.exe [CSV File] [Top Level Directory of SFX Library]</strong></code></li>
<li><strong>IT WILL NOT ASK YOU TO CONFIRM OR ANYTHING.  IT WILL IMMEDIATELY START RENAMING FILES!</strong>  Please read the readme.</li>
</ol>
<p><strong>Note:</strong> If there are spaces in either of your file paths, enclose the paths in double quotes (like in the sample below).</p>
<p>If it runs successfully, you should have something like this:</p>
<blockquote><p>DigitalJuiceRenamer.exe e:\temp\DigitalJuiceTracks.csv &#8220;\\fsrv01\Audio\Sound Effects\Digital Juice Sound FX Library DVD &#8211; Part 01-10&#8243;<br />
Reading CSV File&#8230; DONE! (Stored 11593 out of 11593 records.)<br />
Getting files&#8230; DONE! (Got 23201 files.)<br />
Renaming files&#8230; DONE! (Success: 23201, Failed: 0).<br />
FINISHED with 23201 files renamed out of 23201 files total, and 11593 CSV records total.</p></blockquote>
<p>If it fails to rename any files (e.g. if they&#8217;re in use) you&#8217;ll get an error message and the program will continue.</p>
<p>So long as the number of files it &#8220;got&#8221; is equal to the number of files renamed, you&#8217;re good to go!</p>
<p>The actual renaming part may take a while.  It took about 3 minutes for my library, but that was on a network share.  On a local disk it should be much faster.</p>
<h2>&quot;I use a Mac&quot;</h2>
<p>Sorry, I coded this up in Visual Studio and the executable will only run on Windows.</p>
<p>However, you can feel free to recompile the source using <a href="http://www.mono-project.com/">Mono</a> or the new <a href="http://blogs.msdn.com/b/dotnet/archive/2014/11/12/announcing-net-2015-preview-a-new-era-for-net.aspx">.NET 2015</a> for Mac (and Linux) from Microsoft (or the .NET foundation&#8230; whatever).</p>
]]></content:encoded>
			<wfw:commentRss>http://s.co.tt/2015/07/08/digital-juice-sound-effects-library-file-renamer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
