Difference between revisions of "Broken Links"

From JRiverWiki
Jump to: navigation, search
Line 1: Line 1:
The following [[smartlist]] will display all broken links in your library:
+
Media Center's Library is a database of files on disk. If you use another application (such as Windows Explorer or the Finder) to move or delete files that have been [[imported]] into Media Center, then MC will no longer know where they are, and the files will become broken links. All metadata is preserved, but the files cannot be used until they are reconnected to the source media files on disk.
  
<tt>[=IsMissing([Filename])]=1</tt>
+
To reconnect them, you need to modify the [Filename] [[Library Field]] so that it points to the files again properly.
  
Media Center can automatically clean up broken links in your Library with the Fix Broken Links function of [[Auto-Import]]. However, this smartlist can be used to display all broken files if you need to work on them manually. You can then either remove them, or use the [[Find and Replace Template]] in the [[Rename, Move, and Copy Files]] Library Tool to correct them.
+
Media Center can automatically clean up broken links in your Library with the Fix Broken Links function of [[Auto-Import]]. However, the following smartlist can be used to display all broken files if you need to work on them manually:
 +
 
 +
<code>[=IsMissing([Filename])]=1</code>
 +
 
 +
You can then either remove them, or use the [[Find and Replace Template]] in the [[Rename, Move, and Copy Files]] Library Tool to correct them.
  
 
[[Category:Search Examples]]
 
[[Category:Search Examples]]
 +
[[Category:Library]]

Revision as of 11:44, 9 April 2016

Media Center's Library is a database of files on disk. If you use another application (such as Windows Explorer or the Finder) to move or delete files that have been imported into Media Center, then MC will no longer know where they are, and the files will become broken links. All metadata is preserved, but the files cannot be used until they are reconnected to the source media files on disk.

To reconnect them, you need to modify the [Filename] Library Field so that it points to the files again properly.

Media Center can automatically clean up broken links in your Library with the Fix Broken Links function of Auto-Import. However, the following smartlist can be used to display all broken files if you need to work on them manually:

[=IsMissing([Filename])]=1

You can then either remove them, or use the Find and Replace Template in the Rename, Move, and Copy Files Library Tool to correct them.