* cleanup
This commit is contained in:
parent
f9c9229fc8
commit
093ba200b6
|
@ -28,7 +28,7 @@ import net.sourceforge.filebot.MediaTypes;
|
||||||
import net.sourceforge.filebot.format.PrivilegedInvocation;
|
import net.sourceforge.filebot.format.PrivilegedInvocation;
|
||||||
|
|
||||||
|
|
||||||
public class ScriptShell {
|
class ScriptShell {
|
||||||
|
|
||||||
private final ScriptEngine engine = new GroovyScriptEngineFactory().getScriptEngine();;
|
private final ScriptEngine engine = new GroovyScriptEngineFactory().getScriptEngine();;
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,13 @@ import groovy.io.*
|
||||||
import groovy.util.*
|
import groovy.util.*
|
||||||
|
|
||||||
// our own functionality that might be useful
|
// our own functionality that might be useful
|
||||||
|
import net.sourceforge.tuned.FileUtilities
|
||||||
import net.sourceforge.filebot.WebServices
|
import net.sourceforge.filebot.WebServices
|
||||||
import net.sourceforge.filebot.MediaTypes
|
import net.sourceforge.filebot.MediaTypes
|
||||||
import net.sourceforge.tuned.FileUtilities
|
import net.sourceforge.filebot.ui.rename.MatchSimilarityMetric;
|
||||||
|
|
||||||
import net.sourceforge.filebot.mediainfo.*
|
import net.sourceforge.filebot.mediainfo.*
|
||||||
|
import net.sourceforge.filebot.hash.*
|
||||||
import net.sourceforge.filebot.similarity.*
|
import net.sourceforge.filebot.similarity.*
|
||||||
import net.sourceforge.filebot.web.*
|
import net.sourceforge.filebot.web.*
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import net.sourceforge.filebot.similarity.SimilarityMetric;
|
||||||
import net.sourceforge.filebot.ui.rename.MatchSimilarityMetric;
|
import net.sourceforge.filebot.ui.rename.MatchSimilarityMetric;
|
||||||
|
|
||||||
|
|
||||||
enum StrictMetric implements SimilarityMetric {
|
public enum StrictMetric implements SimilarityMetric {
|
||||||
|
|
||||||
EpisodeIdentifier(MatchSimilarityMetric.EpisodeIdentifier, 1), // only allow 0 or 1
|
EpisodeIdentifier(MatchSimilarityMetric.EpisodeIdentifier, 1), // only allow 0 or 1
|
||||||
Title(MatchSimilarityMetric.Title, 2), // allow 0 or .5 or 1
|
Title(MatchSimilarityMetric.Title, 2), // allow 0 or .5 or 1
|
||||||
|
|
|
@ -164,7 +164,7 @@
|
||||||
<p>
|
<p>
|
||||||
The project is continuously seeking for improvements, so anykind of <a onclick="_gaq.push(['_trackPageview', '/project/feedback'])" target="_blank" href="http://alternativeto.net/software/filebot/reviews">feedback</a> is more than welcome
|
The project is continuously seeking for improvements, so anykind of <a onclick="_gaq.push(['_trackPageview', '/project/feedback'])" target="_blank" href="http://alternativeto.net/software/filebot/reviews">feedback</a> is more than welcome
|
||||||
and if there's any questions or problems just start posting in the <a onclick="_gaq.push(['_trackPageview', '/project/forums'])" target="_blank" href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a> or check the <a onclick="_gaq.push(['_trackPageview', '/project/faq'])" target="_blank" href="https://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
and if there's any questions or problems just start posting in the <a onclick="_gaq.push(['_trackPageview', '/project/forums'])" target="_blank" href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a> or check the <a onclick="_gaq.push(['_trackPageview', '/project/faq'])" target="_blank" href="https://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||||
Make sure to subscribe to updates via <a onclick="_gaq.push(['_trackPageview', '/project/freshmeat'])" target="_blank" href="http://freshmeat.net/projects/filebot-tv-renamer">freshmeat</a> and become a fan on <a onclick="_gaq.push(['_trackPageview', '/project/facebook'])" target="_blank" href="http://www.facebook.com/pages/FileBot/102742293101063">facebook</a>.
|
Make sure to subscribe to updates via <a onclick="_gaq.push(['_trackPageview', '/project/freshmeat'])" target="_blank" href="http://freecode.com/projects/filebot-tv-renamer">freshmeat</a> and become a fan on <a onclick="_gaq.push(['_trackPageview', '/project/facebook'])" target="_blank" href="http://www.facebook.com/pages/FileBot/102742293101063">facebook</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue