Broken Links: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<tt>[=IsMissing([Filename])]=1</tt>
<tt>[=IsMissing([Filename])]=1</tt>


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, 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.


[[Category:Search Examples]]
[[Category:Search Examples]]

Revision as of 16:40, 9 April 2016

The following smartlist will display all broken links in your library:

[=IsMissing([Filename])]=1

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.