<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Mac iTunes file path regex</title>
		<atom:link href="http://cycling74.com/forums/topic/mac-itunes-file-path-regex/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:58:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-53979</guid>
					<title><![CDATA[Mac iTunes file path regex]]></title>
					<link>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-53979</link>
					<pubDate>Thu, 16 Dec 2010 14:58:39 +0000</pubDate>
					<dc:creator>Peter</dc:creator>

					<description>
						<![CDATA[
						<p>I am visualizing iTunes music library with Processing.<br />
I send the filepath of the selected song to Max Msp over maxlink.<br />
I then prepend the read command, and send the message to the jit.qt.movie object, that can read mp3s.</p>
<p>The problem is that the filepaths, that come from the iTuneslibrary.xml look like this &#8220;file://localhost/Users/peko6107/Music/iTunes/iTunes%20Media/Music/E-Z%20Rollers/Weekend%20World/12%20Short%20Change.mp3&#8243;</p>
<p>And Max Msp doesn&#8217;t know how to read this. I&#8217;m guessing it&#8217;s some sort of standard format iTunes uses and should be decodable with regexp object. I know %20 means space, but some songs have a bunch of other strange symbols in such as %5B, which is [ and so on…</p>
<p>Does anyone have the über regexp object expression that decodes iTunes format into mac/max msp format?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-194258</guid>
					<title><![CDATA[Re: Mac iTunes file path regex]]></title>
					<link>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-194258</link>
					<pubDate>Thu, 16 Dec 2010 17:35:25 +0000</pubDate>
					<dc:creator>Peter Nyboer</dc:creator>

					<description>
						<![CDATA[
						<p>you are faced with the issue of URL encoding:<br />
<a href="http://www.blooberry.com/indexdot/html/topics/urlencoding.htm" rel="nofollow">http://www.blooberry.com/indexdot/html/topics/urlencoding.htm</a><br />
In your max5 folder, there is /examples/javascript/lists+strings/urlescape-example.maxpat<br />
which should solve your problem, more or less.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-194259</guid>
					<title><![CDATA[Re: Mac iTunes file path regex]]></title>
					<link>http://cycling74.com/forums/topic/mac-itunes-file-path-regex/#post-194259</link>
					<pubDate>Fri, 17 Dec 2010 16:27:55 +0000</pubDate>
					<dc:creator>Peter</dc:creator>

					<description>
						<![CDATA[
						<p>pnyboer, Thank you soo much, that is exactly what I needed.<br />
P</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

