<?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: Updating your Plex video source file paths</title>
	<atom:link href="http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/feed/" rel="self" type="application/rss+xml" />
	<link>http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/</link>
	<description>welcome to the foremind</description>
	<lastBuildDate>Sun, 25 Jul 2010 23:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/comment-page-1/#comment-1139</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=516#comment-1139</guid>
		<description>thanks for this guide, worked very well for me :-)

@steven, I had the same problem. the trick to merge into one folder from other folders is:
first update the OLD paths like:
/OLDVolume/ folder1/ to /OLDVolume2/folder2/ 
/OLDVolume2/folder2/ to /OLDVolume3/folder3/ and finally rename the path of last the new bigger volume
/OLDVolume3/folder3/ -&gt; /NEWVolume/mergedfolder/.</description>
		<content:encoded><![CDATA[<p>thanks for this guide, worked very well for me <img src='http://arfore.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@steven, I had the same problem. the trick to merge into one folder from other folders is:<br />
first update the OLD paths like:<br />
/OLDVolume/ folder1/ to /OLDVolume2/folder2/<br />
/OLDVolume2/folder2/ to /OLDVolume3/folder3/ and finally rename the path of last the new bigger volume<br />
/OLDVolume3/folder3/ -&gt; /NEWVolume/mergedfolder/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/comment-page-1/#comment-1129</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 29 May 2010 11:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=516#comment-1129</guid>
		<description>For most cases this solution seems to work rather well, but I&#039;ve run into some issues with simply updating the paths:

1.) This solution does not work for stacked movies or episodes, as the stacks are not defined in the &#039;path&#039; table, but in the &#039;files&#039; table. You will also have to replace the paths in the &#039;files&#039; table where &#039;strFilename&#039; begins with &#039;stack://&#039;

2.) Plex/Aeon stopped showing Artwork and Thumbnails for TV shows after updating the paths...</description>
		<content:encoded><![CDATA[<p>For most cases this solution seems to work rather well, but I&#8217;ve run into some issues with simply updating the paths:</p>
<p>1.) This solution does not work for stacked movies or episodes, as the stacks are not defined in the &#8216;path&#8217; table, but in the &#8216;files&#8217; table. You will also have to replace the paths in the &#8216;files&#8217; table where &#8217;strFilename&#8217; begins with &#8217;stack://&#8217;</p>
<p>2.) Plex/Aeon stopped showing Artwork and Thumbnails for TV shows after updating the paths&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arfore</title>
		<link>http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/comment-page-1/#comment-1125</link>
		<dc:creator>arfore</dc:creator>
		<pubDate>Mon, 24 May 2010 00:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=516#comment-1125</guid>
		<description>@ steven

Actually I have run this partciular query several times, each time with a different old location.  This was due to having split up my library across multiple external drives.

In each case the query worked as expected.  I have no idea if you can actually run the update commands concurrently or not.  I would imagine that to do so would cause data corruption issues, which I imagine is the reason that no one actually developing the core Plex functionality is likely to recommend this particular scenario.</description>
		<content:encoded><![CDATA[<p>@ steven</p>
<p>Actually I have run this partciular query several times, each time with a different old location.  This was due to having split up my library across multiple external drives.</p>
<p>In each case the query worked as expected.  I have no idea if you can actually run the update commands concurrently or not.  I would imagine that to do so would cause data corruption issues, which I imagine is the reason that no one actually developing the core Plex functionality is likely to recommend this particular scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://arfore.com/2010/01/19/updating-your-plex-video-source-file-paths/comment-page-1/#comment-1124</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Fri, 21 May 2010 07:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=516#comment-1124</guid>
		<description>Great post... and very helpful.  One question (and keep in mind I&#039;m not a database kind of guy): I am consolidating multiple drives onto a Drobo.  It doesn&#039;t look like SQLite will allow me to do that.  I can successfully change the path of one drive (/Volumes/MOVIE_HD) to the drobo (/Volumes/Drobo/), but not for a second (/Volumes/MOVIE_HD_2/).  Is there a way to execute multiple UPDATE statements at the same time?  Or am I just missing something very simple?  Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Great post&#8230; and very helpful.  One question (and keep in mind I&#8217;m not a database kind of guy): I am consolidating multiple drives onto a Drobo.  It doesn&#8217;t look like SQLite will allow me to do that.  I can successfully change the path of one drive (/Volumes/MOVIE_HD) to the drobo (/Volumes/Drobo/), but not for a second (/Volumes/MOVIE_HD_2/).  Is there a way to execute multiple UPDATE statements at the same time?  Or am I just missing something very simple?  Thanks for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
