AMC Weird (can not do --action move or hardlink)
Posted: 18 Oct 2013, 00:20
First of all, I want to say thankyou for rednoah for filebot.... This software realy Rocks dude!!!
....
I need help from all member in this forum, to solve my AMC system problem.. My AMC system use:
- Windows 7 SP1 64bit
- FileBot 3.8 (r1791)
- Java(TM) SE Runtime Environment 1.7.0_45 64 bit
- MediaInfo 0.7.64
I am tryin to reorganize my movie/serial in my computer using amc.groovy. But I found some weird things happen... When I use --action test this script can run smoothly but when I use --action move or --action hardlink the output log is like this :
This my command in CMD:
So I want to ask all for you:
1. How to solve my AMC problem?
2. Is filebot AMC support Korean or Japan serial drama?
3. Why I cant use --def clean=y to delete my extract file? But its okey to use sorty.groovy...
4. I want to give suggestion to rednoah to create some mailing list to inform us about any filebot(rXXX-XXX) update...
5. Can you mod mi.groovy so it can output folder size for every movie/serial, how much file in every folder, and output with format text with delimited tab?
Thankyou very much, sorry I am not familiar with programming and if my english bad...



I need help from all member in this forum, to solve my AMC system problem.. My AMC system use:
- Windows 7 SP1 64bit
- FileBot 3.8 (r1791)
- Java(TM) SE Runtime Environment 1.7.0_45 64 bit
- MediaInfo 0.7.64
I am tryin to reorganize my movie/serial in my computer using amc.groovy. But I found some weird things happen... When I use --action test this script can run smoothly but when I use --action move or --action hardlink the output log is like this :
Code: Select all
Input: H:\FL\X-Men.First.Class.2011.720p\First.Class.2011.Ray.720p.x264.DTS-HDChina.mkv
Oct 17, 2013 11:52:55 PM net.sourceforge.filebot.web.TMDbClient searchMovie
WARNING: Ignore movie [75 habitantes, 20 casas, 300 vacas]: Missing data: release date
NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.filebot.web.Movie.getEffectiveNames(Movie.java:46)
at net.sourceforge.filebot.media.MediaDetection$3.getMaxSimilarity(MediaDetection.java:639)
at net.sourceforge.filebot.similarity.SimilarityComparator.compare(SimilarityComparator.java:28)
at net.sourceforge.filebot.media.MediaDetection.sortBySimilarity(MediaDetection.java:649)
at net.sourceforge.filebot.media.MediaDetection.detectMovie(MediaDetection.java:593)
at net.sourceforge.filebot.media.MediaDetection$detectMovie.call(Unknown Source)
at Script2.detectMovie(Script2.groovy:241)
at Script2.detectMovie(Script2.groovy)
at Script3$_run_closure33.doCall(Script3.groovy:128)
at Script3.run(Script3.groovy:121)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:101)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:94)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
at net.sourceforge.filebot.Main.main(Main.java:183)
Failure (°_°)
Code: Select all
@echo off > H:/FL/amc.log
filebot -script fn:amc "H:/FL/" --output "H:/" --log-file "H:/FL/amc.log" --conflict override -non-strict --action move --def clean=y music=n subtitles=en artwork=n "movieFormat=!Movie/{n.upperInitial().space('.')}.{y}.{vf}/{fn}" "seriesFormat=!TV/{n}/{'S'+s}/{fn}" "animeFormat=!Anime/{n}/{fn}"
1. How to solve my AMC problem?
2. Is filebot AMC support Korean or Japan serial drama?
3. Why I cant use --def clean=y to delete my extract file? But its okey to use sorty.groovy...
4. I want to give suggestion to rednoah to create some mailing list to inform us about any filebot(rXXX-XXX) update...
5. Can you mod mi.groovy so it can output folder size for every movie/serial, how much file in every folder, and output with format text with delimited tab?
Thankyou very much, sorry I am not familiar with programming and if my english bad...

