<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iTunes Automation: Convert FLAC Audio Files to Apple Lossless</title>
	<atom:link href="http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Aug 2018 15:56:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2795</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 26 Nov 2014 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2795</guid>
		<description>Saved me from buying some ugly software loaded with adware.  Thank you very much.  Simple and fast!</description>
		<content:encoded><![CDATA[<p>Saved me from buying some ugly software loaded with adware.  Thank you very much.  Simple and fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2643</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Tue, 26 Aug 2014 02:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2643</guid>
		<description>Fixed, bumped version to 1.01. Thanks for the reports!</description>
		<content:encoded><![CDATA[<p>Fixed, bumped version to 1.01. Thanks for the reports!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Donaldson</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2640</link>
		<dc:creator>Nick Donaldson</dc:creator>
		<pubDate>Mon, 25 Aug 2014 22:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2640</guid>
		<description>You have a typo in the 1.0 version; I tried running your script and got the following error:

C:\Program Files (x86)\FLAC\AddFLACs.js(360, 13) Microsoft JScript runtime error: &#039;dryRun&#039; is undefined

Changing the line...
var dryrun = false

to...
var dryRun = false

... fixed the issue and the script ran perfectly.  Thanks!</description>
		<content:encoded><![CDATA[<p>You have a typo in the 1.0 version; I tried running your script and got the following error:</p>
<p>C:\Program Files (x86)\FLAC\AddFLACs.js(360, 13) Microsoft JScript runtime error: &#8216;dryRun&#8217; is undefined</p>
<p>Changing the line&#8230;<br />
var dryrun = false</p>
<p>to&#8230;<br />
var dryRun = false</p>
<p>&#8230; fixed the issue and the script ran perfectly.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2603</link>
		<dc:creator>User</dc:creator>
		<pubDate>Sat, 02 Aug 2014 16:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2603</guid>
		<description>Currently (V1.0) at line 62, &quot;dryRun&quot; variable is declared as &quot;dryrun&quot; (with lower r), causing the script to fail.</description>
		<content:encoded><![CDATA[<p>Currently (V1.0) at line 62, &#8220;dryRun&#8221; variable is declared as &#8220;dryrun&#8221; (with lower r), causing the script to fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2575</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Wed, 16 Jul 2014 04:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2575</guid>
		<description>Chad, if you run AddFLACs.bat from the command prompt, what is the error message?</description>
		<content:encoded><![CDATA[<p>Chad, if you run AddFLACs.bat from the command prompt, what is the error message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Balkwill</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2551</link>
		<dc:creator>Chad Balkwill</dc:creator>
		<pubDate>Tue, 01 Jul 2014 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2551</guid>
		<description>I have put all my FLAC folders into a new folder along with your packet. When I run it, it opens iTunes than the script closes. If iTunes is already open, the script closes instantly; merely flashing on the screen.</description>
		<content:encoded><![CDATA[<p>I have put all my FLAC folders into a new folder along with your packet. When I run it, it opens iTunes than the script closes. If iTunes is already open, the script closes instantly; merely flashing on the screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2499</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Thu, 15 May 2014 12:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2499</guid>
		<description>Cosmo, I do not have such FLAC files, sorry. I would expect it to work, but cannot be 100% sure. Also the questions are whether WAV files can hold such audio data, whether iTunes can import such WAV files, and whether ALAC supports such resolution. If you tell me where to get a sample 24-bit 96KHz file, I can check that.

As far as metadata goes, I actually have a half-baked piece of code that extracts metadata from filenames. Does anyone else need it?</description>
		<content:encoded><![CDATA[<p>Cosmo, I do not have such FLAC files, sorry. I would expect it to work, but cannot be 100% sure. Also the questions are whether WAV files can hold such audio data, whether iTunes can import such WAV files, and whether ALAC supports such resolution. If you tell me where to get a sample 24-bit 96KHz file, I can check that.</p>
<p>As far as metadata goes, I actually have a half-baked piece of code that extracts metadata from filenames. Does anyone else need it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmo Barker</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2495</link>
		<dc:creator>Cosmo Barker</dc:creator>
		<pubDate>Fri, 09 May 2014 14:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2495</guid>
		<description>Does it work with 24bit 96kHz FLAC? and does it still skip over FLAC with no meteadata. (None of my FLAC have metadata, i always go by filename).</description>
		<content:encoded><![CDATA[<p>Does it work with 24bit 96kHz FLAC? and does it still skip over FLAC with no meteadata. (None of my FLAC have metadata, i always go by filename).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2481</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Sat, 03 May 2014 09:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2481</guid>
		<description>Timothy, there is a handful of nice GUI tools that convert FLAC direct to AAC. Most, if not all of them, are commercial, though.</description>
		<content:encoded><![CDATA[<p>Timothy, there is a handful of nice GUI tools that convert FLAC direct to AAC. Most, if not all of them, are commercial, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/itunes-automation-convert-flac-audio-files-to-apple-lossless/comment-page-1/#comment-2480</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Sat, 03 May 2014 09:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=738#comment-2480</guid>
		<description>Glad it helped you, Michael. No Paypal, sorry, but here is my GitTip: https://www.gittip.com/dmitryleskov/

You can also send those few dollars to a secular charity of your liking.</description>
		<content:encoded><![CDATA[<p>Glad it helped you, Michael. No Paypal, sorry, but here is my GitTip: <a href="https://www.gittip.com/dmitryleskov/" rel="nofollow">https://www.gittip.com/dmitryleskov/</a></p>
<p>You can also send those few dollars to a secular charity of your liking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
