<?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>iPodStudios &#187; sftp</title>
	<atom:link href="http://www.ipodstudios.com/tag/sftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ipodstudios.com</link>
	<description>All about iPod Tutorials</description>
	<lastBuildDate>Sat, 22 May 2010 19:19:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to CHMOD</title>
		<link>http://www.ipodstudios.com/how-to-chmod</link>
		<comments>http://www.ipodstudios.com/how-to-chmod#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:43:32 +0000</pubDate>
		<dc:creator>Slus</dc:creator>
				<category><![CDATA[iPod Touch Tutorials]]></category>
		<category><![CDATA[755]]></category>
		<category><![CDATA[775]]></category>
		<category><![CDATA[777]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[sftp]]></category>

		<guid isPermaLink="false">http://www.ipodstuff.org/?p=738</guid>
		<description><![CDATA[Difficulty &#8211; Very Easy &#124; The act of &#8220;CHMOD&#8221;ing is the act of setting permission on files and folders so that not every system/program will be allowed to edit certain files. In this tutorial I will show you how to do basic CHMODing so that whenever an app crashes to springboard you will be able [...]]]></description>
			<content:encoded><![CDATA[<p>Difficulty &#8211; Very Easy |<br />
<a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/dfmt2.png"><img class="alignnone size-full wp-image-669" title="dfmt2" src="http://www.ipodstudios.com/wp-content/uploads/2010/01/dfmt2.png" alt="" width="461" height="22" /></a></p>
<blockquote><p>The act of &#8220;CHMOD&#8221;ing is the act of setting permission on files and folders so that not every system/program will be allowed to edit certain files. In this tutorial I will show you how to do basic CHMODing so that whenever an app crashes to springboard you will be able to edit its permission and maybe fix it!  We will use WinSCP to show you some pictures on how to CHMOD</p></blockquote>
<p>There are three kinds of &#8220;user&#8221;</p>
<ul>
<li>Owner</li>
<li>Group</li>
<li>Other</li>
</ul>
<p>There are also 3 kinds of different of permission to set. (Also noted rwx)</p>
<ul>
<li>Read</li>
<li>Write</li>
<li>Execute</li>
</ul>
<p>Every permission category has a number assigned to it.</p>
<p>For example</p>
<p>Read = 4</p>
<p>Write = 2</p>
<p>Execute = 1</p>
<p>So if you want a file or folder to be able to Read, Write and Execute for all users you will write 777</p>
<p>By doing that you have allowed the Owner to Read(4) + Write(2) + Execute(1) = 7</p>
<p>You have also allowed the group to Read(4) + Write(2) + Execute(1) = 7</p>
<p>And the Other to Read(4) + Write(2) + Execute(1) = 7</p>
<p>As you can see it gives us three 7&#8242;s therefore 777</p>
<p>We are now going to go hands on with WinScp and your iPod.</p>
<p>Let&#8217;s say that the Terminal app keeps crashing.</p>
<ol>
<li>What we are going to do is SSH into your iPod, and go to /var/stash/Application.xxxx
<ol>
<li>In this directory you will see all the apps that are default to apple + all the apps installed by Cydia.</li>
</ol>
</li>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/applicationxxxx1.png"><img class="alignnone size-thumbnail wp-image-801" title="applicationxxxx" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/applicationxxxx-150x26.png" alt="" width="150" height="26" /></a></p>

<li>Locate Terminal.app folder</li>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/terminal.app_1.png"><img class="alignnone size-thumbnail wp-image-802" title="terminal.app" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/terminal.app_-150x80.png" alt="" width="150" height="80" /></a></p>
<li>Once you have located the folder, we are going to set Owner, Group and other to full access.</li>
<li>Right-click on the folder and select Properties</li>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/properties1.png"><img class="alignnone size-thumbnail wp-image-803" title="properties" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/properties-142x150.png" alt="" width="142" height="150" /></a></p>
<li>At the bottom of the new window you will see something like 0775</li>
<li>For this tutorial don&#8217;t mind the 0 in front of the 775</li>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/07551.png"><img class="alignnone size-thumbnail wp-image-804" title="0755" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/0755-123x150.png" alt="" width="123" height="150" /></a></p>
<li>You will now write whatever permission you want. In this example it&#8217;s 777<br />
<a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/07771.png"><img class="alignnone size-thumbnail wp-image-806" title="0777" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/0777-150x48.png" alt="" width="150" height="48" /></a></p>
<ol>
<li>If you want to set all the subfolders and subfiles to 777 just tick the box <span style="color: #ff0000;">set permission recursively</span></li>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/setgroup1.png"><img class="alignnone size-thumbnail wp-image-807" title="setgroup" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/setgroup-150x15.png" alt="" width="150" height="15" /></a></ol>
</li>
<li>Just press on ok and wait. Once it done, Respring your iPod and check if your mobile terminal works.</li>
</ol>
<img src="http://www.ipodstudios.com/?ak_action=api_record_view&id=738&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ipodstudios.com/how-to-chmod/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use SSH</title>
		<link>http://www.ipodstudios.com/how-to-use-ssh</link>
		<comments>http://www.ipodstudios.com/how-to-use-ssh#comments</comments>
		<pubDate>Wed, 13 Jan 2010 03:21:45 +0000</pubDate>
		<dc:creator>Herr Amann</dc:creator>
				<category><![CDATA[iPod Touch Tutorials]]></category>
		<category><![CDATA[/]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cyberduck]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[medium]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[var]]></category>
		<category><![CDATA[winscp]]></category>

		<guid isPermaLink="false">http://www.ipodstuff.org/?p=620</guid>
		<description><![CDATA[Difficulty &#8211; Medium &#124; SSH is a mean of getting access to the internal files of your devices. You will be able to access these files from your computer, allowing you to edit strings, add your own themes to your device, add applications you&#8217;ve downloaded and much more. To do this, you will need to [...]]]></description>
			<content:encoded><![CDATA[<p>Difficulty &#8211; Medium |</p>
<p><img class="alignnone size-full wp-image-649" title="dfmt5" src="http://www.ipodstudios.com/wp-content/uploads/2010/01/dfmt5.png" alt="" width="461" height="22" /></p>
<blockquote><p>SSH is a mean of getting access to the internal files of your devices. You will be able to access these files from your computer, allowing you to edit strings, add your own themes to your device, add applications you&#8217;ve downloaded and much more. To do this, you will need to use an SFTP client of your choice, WinSCP(Windows), CyberDuck(Mac), iPhone Folders(Windows, no Wi-Fi required).</p></blockquote>
<p><span style="color: #00ff00;">*Note: Before starting this tutorial, go to Cydia and download the &#8220;OpenSSH&#8221; package. Once done, restart your device and proceed with the tutorial.*</span></p>
<p>If you do not have any of these programs and do not know where to go to get them, here are the download links:</p>
<ol>
<li><a href="http://sourceforge.net/projects/winscp/files/WinSCP/4.2.5/winscp425setup.exe/download" target="_blank">WinSCP</a></li>
<li><a href="http://cyberduck.en.softonic.com/mac/download" target="_blank">CyberDuck</a></li>
<li><a href="http://iphonefolders.com/">iPhone Folders</a></li>
</ol>
<p>Download which ever program you like based on your operating system or if you have a Wi-Fi network or not.</p>
<blockquote><p>Using WinSCP:</p>
<p>When you execute WinSCP, you will be presented with a window:</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/WinSCP111.png"><img class="alignnone size-thumbnail wp-image-636" title="WinSCP1" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/WinSCP11-150x105.png" alt="" width="150" height="105" /></a></p>
<p>First you will need the IP address of you device, this can be found through Settings&gt;Wi-Fi, once on this page, you may have multiple networks available, one of them has a check mark on the left, click on the blue arrow of that network. Your device&#8217;s IP address will be the first line of information.</p>
<p>Now write that in the box entitled &#8220;Host Name&#8221;</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/WinSCP211.png"><img class="alignnone size-thumbnail wp-image-656" title="WinSCP2" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/WinSCP21-150x106.png" alt="" width="150" height="106" /></a></p>
<p>Then, in the &#8220;User Name&#8221; box, enter &#8220;root&#8221;</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/WinSCP31.png"><img class="alignnone size-thumbnail wp-image-629" title="WinSCP3" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/WinSCP3-150x108.png" alt="" width="150" height="108" /></a></p>
<p>Now, the default password for any iPod touch or iPhone is &#8220;alpine&#8221;, unless you changed this password as showed in <a href="http://www.ipodstuff.org/?p=511" target="_blank">How to Change the Default SSH Password</a>, it will always be the password.</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/WinSCP41.png"><img class="alignnone size-thumbnail wp-image-631" title="WinSCP4" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/WinSCP4-150x106.png" alt="" width="150" height="106" /></a></p>
<p>Once you have followed these steps, click &#8220;Login&#8221;, a smaller screen will appear with a bunch of text really isn&#8217;t important, at the bottom you will be given a few options of what you would like to do, just click yes.</p>
<p>There, you now have access to your devices internal files the screen should look like this</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/WinSCP51.png"><img class="alignnone size-thumbnail wp-image-647" title="WinSCP5" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/WinSCP5-150x103.png" alt="" width="150" height="103" /></a></p></blockquote>
<blockquote><p>Using CyberDuck:</p>
<p>It is basically the same concept as WinSCP, you are presented with this screen</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/CyberDuck11.png"><img class="alignnone size-thumbnail wp-image-650" title="CyberDuck1" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/CyberDuck1-150x131.png" alt="" width="150" height="131" /></a></p>
<p>To connect to your device, you will need to open a connection, which is the button on the top left of the window.</p>
<p>Then repeat the same steps as WinSCP, enter IP address, enter Username, enter Password and click &#8220;Connect&#8221;</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/CyberDuck21.png"><img class="alignnone size-thumbnail wp-image-653" title="CyberDuck2" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/CyberDuck2-150x89.png" alt="" width="150" height="89" /></a></p>
<p>Do not forget to select your connection type, at the top of this small window, is a drop down menu, click on it and select &#8220;SFTP (SSH File Transfer Protocol)&#8221;</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/CyberDuck31.png"><img class="alignnone size-thumbnail wp-image-658" title="CyberDuck3" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/CyberDuck3-150x56.png" alt="" width="150" height="56" /></a></p>
<p>Once connected you will be brought to &#8220;/private/var/root&#8221;</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/CyberDuck41.png"><img class="alignnone size-thumbnail wp-image-661" title="CyberDuck4" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/CyberDuck4-150x133.png" alt="" width="150" height="133" /></a></p>
<p>Where we want to go is the core, where you can access almost everything. To do so, click on the small arrow pointing upward, beside the folder name, this will bring you to &#8220;/private/var&#8221;.</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/CyberDuck51.png"><img class="alignnone size-thumbnail wp-image-662" title="CyberDuck5" src="http://www.ipodstuff.org/wp-content/uploads/2010/01/CyberDuck5-150x131.png" alt="" width="150" height="131" /></a></p></blockquote>
<p>Here is where to go if you want to access:</p>
<p>Themes: &#8220;/var/stash/Themes.xxxxxx&#8221;</p>
<p>AppStore Applications: &#8220;/var/mobile/Applications&#8221;</p>
<p>Default and Cydia Applications: &#8220;/Applications&#8221; or /var/stash/Applications.xxxxxx&#8221;</p>
<p>There are many more directories that let you access many more things, but as you progress the difficulty will escalate and the danger of messing up your device will be greater. More of these directories will be shown in other tutorials and upon request.</p>
<p>If you have any problem or questions, speak your mind in the box below.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 652px; width: 1px; height: 1px;"><img src="file:///C:/Users/Stefan/AppData/Local/Temp/moz-screenshot-1.png" alt="" /></div>
<img src="http://www.ipodstudios.com/?ak_action=api_record_view&id=620&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ipodstudios.com/how-to-use-ssh/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Useful Programs</title>
		<link>http://www.ipodstudios.com/useful-programs</link>
		<comments>http://www.ipodstudios.com/useful-programs#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:26:32 +0000</pubDate>
		<dc:creator>Herr Amann</dc:creator>
				<category><![CDATA[iPod Touch Tutorials]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[browse]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[cyberduck]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[recommended]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[touchcopy]]></category>
		<category><![CDATA[winavi]]></category>
		<category><![CDATA[winscp]]></category>

		<guid isPermaLink="false">http://www.ipodstuff.org/?p=742</guid>
		<description><![CDATA[Difficulty &#8211; Extremely Easy &#124; There are many programs available on the internet to make improve your iPod experience, ranging from file browsers to video converters. Here is a list of programs Slus and I use almost daily to manage and edit our devices. WinSCP is an SFTP client that allows you to browse your [...]]]></description>
			<content:encoded><![CDATA[<p>Difficulty &#8211; Extremely Easy |</p>
<p><a href="http://www.ipodstudios.com/wp-content/uploads/2010/01/dfmt1.png"><img class="alignnone size-full wp-image-649" title="dfmt1" src="http://www.ipodstudios.com/wp-content/uploads/2010/01/dfmt1.png" alt="" width="461" height="22" /></a></p>
<p>There are many programs available on the internet to make improve your iPod experience, ranging from file browsers to video converters. Here is a list of programs Slus and I use almost daily to manage and edit our devices.</p>
<ol>
<li>WinSCP is an SFTP client that allows you to browse your device&#8217;s internal files through a Wi-Fi network, here is the download <a href="http://sourceforge.net/projects/winscp/files/WinSCP/4.2.5/winscp425setup.exe/download" target="_blank">link</a>, and here is the link to the tutorial, &#8220;<a href="http://www.ipodstuff.org/?p=620" target="_blank">How to Use SSH</a>&#8220;</li>
<li>CyberDuck is the same concept as WinSCP, but for mac, to download follow this<a href="http://cyberduck.ch/" target="_blank"> link</a>. It is also in the <a href="http://www.ipodstuff.org/?p=620" target="_blank">How to Use SSH</a> tutorial.</li>
<li>Iphone Folders lets you access internal files without the need of a wireless connection. To download it go <a href="http://iphonefolders.com/" target="_blank">here</a>.</li>
<li>WinAVI MP4 Converter lets you convert videos from AVI to MP4 so you can have you favorite movies and videos on your device. Go <a href="http://www.winavi.com/en/download/download.htm" target="_blank">here</a> to get it.</li>
<li>TouchCopy is lets you copy your files, whether they are videos, songs, podcasts or photos from any iPod device to your computer. This software is also compatible with Mac and PC. Follow <a href="http://www.wideanglesoftware.com/touchcopy/?gclid=COahj_6ZoJ8CFQYNDQodOBHXtw" target="_blank">this link</a> for more information.</li>
<li>Dropbox lets you access your selected files from anywhere in the world, even if your on the go. There is a free Dropbox application available in the AppStore. All you have to do is download the software and follow the instructions on this <a href="https://www.dropbox.com/referrals/NTIzMDg1MDE5" target="_blank">link</a>.</li>
</ol>
<p>These programs should substantially increase your iPod experience and that is why Slus and I recommend them, because they are extremely easy to use and quite evidently useful. Eventually we will add more, some will probably replace others or some may get out dated, but we will keep you posted.</p>
<img src="http://www.ipodstudios.com/?ak_action=api_record_view&id=742&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ipodstudios.com/useful-programs/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates and Upcoming Changes</title>
		<link>http://www.ipodstudios.com/updates-and-upcoming-changes</link>
		<comments>http://www.ipodstudios.com/updates-and-upcoming-changes#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:26:40 +0000</pubDate>
		<dc:creator>Slus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[assistance]]></category>
		<category><![CDATA[coming]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[difficulty]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[soon]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[teamviewer]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.ipodstuff.org/?p=452</guid>
		<description><![CDATA[Almost one month passed since the reopening of iPodStuff. We have released a total of 24 tutorials until now but there are many more to come. Here is a list of what will be released very soon. Tutorials in different languages! French Spanish Italian? We will add a lot of iPod Touch tutorials How to [...]]]></description>
			<content:encoded><![CDATA[<p>Almost one month passed since the reopening of iPodStuff. We have released a total of 24 tutorials until now but there are many more to come.</p>
<p>Here is a list of what will be released very soon.</p>
<p>Tutorials in different languages!</p>
<ul>
<li>French</li>
<li>Spanish</li>
<li>Italian?</li>
</ul>
<p>We will add a lot of iPod Touch tutorials</p>
<ul>
<li>How to use Cydia in depth  (in progress)</li>
<li>How to use SFTP Clients such as Cyberduck (mac) and WinScp (Windows)</li>
<li>How to Chmod files and folders</li>
<li>How to use SbSettings</li>
<li>The biggest list of Cydia Sources</li>
<li>Starter apps for new jailbreakers</li>
<li>iPod Touch tips &amp; tricks</li>
<li>Update top apps and add-ons</li>
<li>BlackRa1n fixes</li>
<li>Misc Fixes</li>
</ul>
<p>We will also add more iPod Nano Tutorials</p>
<ul>
<li>Change your iPod Nano Font color</li>
<li>Perfect Nano Background hack</li>
<li>Small/large album art</li>
<li>Full NOW PLAYING in Titlebar</li>
</ul>
<p>We are going to host our own repository which will cleaner, faster and better than any other repositories out there. It will include</p>
<ul>
<li>Cracked Cydia apps</li>
<li>Starter packages</li>
<li>Favorite themes</li>
<li>Best add-ons</li>
<li>Mods and Tweaks</li>
<li>Much more</li>
</ul>
<p><strong>Website updates:</strong></p>
<ul>
<li>We were also thinking of adding a Remote Assistance service which we will ask for a small fee, create an appointment and be with you when you need help in jailbreaking, modding your iPod video or anything else we can do through our own computers. With your approval we will control your computer over a safe software named TeamViewer. You can have more information by visiting this site <a href="http://teamviewer.com/index.aspx" target="_blank">http://teamviewer.com/index.aspx</a>. Please tell us what you think of this service ( If we should implement it or not)</li>
<li>New iPodstuff Logo</li>
<li>Integration of difficulty meter per tutorial</li>
<li>Sorting tutorials by difficulty with a easy search feature</li>
<li>Fix spam issues</li>
<li>Increase traffic</li>
<li>Help forum for the different tutorials</li>
<li>Themes database?</li>
<li>If the website gets big, bigger and faster servers.</li>
</ul>
<p>Please comment so that I can see what you, the user, think of these changes and what I should add.</p>
<p>Also don&#8217;t forget to share this website with your friends.</p>
<img src="http://www.ipodstudios.com/?ak_action=api_record_view&id=452&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ipodstudios.com/updates-and-upcoming-changes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
