movie mismatches

Any questions? Need some help?
Post Reply
J0akim
Posts: 3
Joined: 16 Dec 2014, 10:45

movie mismatches

Post by J0akim »

I'd like to begin with to say thank you for this wonderful program. I can't understand a lifestyle without filebot. I do have som issues with filebot but i'm trying to figure them out but I will ask for help if I don't get anywhere soon. But this I don't understand:

I have 2 movies Avatar and Clash of the titans

But filebot renames them wrong.

Rename movies using [TheMovieDB]
Auto-detect movie from context: [Z:\Organize\avatar3D.mkv]
Auto-detect movie from context: [Z:\Organize\cott-3d.mkv]
[MOVE] Rename [Z:\Organize\avatar3D.mkv] to [Z:\3D Movies\Organize isler 2005 1080p 3D CD1\ Organize isler 2005 1080p 3D CD1.mkv]
[MOVE] Rename [Z:\Organize\cott-3d.mkv] to [Z:\3D Movies\Organize isler 2005 1080p CD2\ Organize isler 2005 1080p CD2.mkv]

and last there is one unsorted file

Processing 1 unsorted files
[MOVE] Rename [Z:\Organize\The.Last.Airbender.3D.Half-SBS.1080p.Bluray.x264\tla-3d.mkv] to [Z:\Organize\Unsorted\tla-3d.mkv]

The last airbender but it don't find the right name for this either?

What am I doing wrong?

I'm using a bat file to run from command prompt, until i get it to work properly then i'm implementing it into utorrent.

I know there is probably a nicer and better way to do everything I want but I don't know how yet but I'm reading...

This is my code now:

Code: Select all

filebot -script fn:amc --output "Z:/Organize" --log-file amc.log --action move -non-strict "Z:/Organize" --def excludeList=amc.txt ^
 --def subtitles=en --def unsorted=y --def music=y --def artwork=y --def "seriesFormat=Z:/Serier/{(n =~ /^[Tt]he / ? n[4..-1]+', The' : n =~ /^[Aa] / ? n[2..-1]+', A' : n).replace(':',' -')}/{'Season '+s}/{S00E00} {t.replace(':','-')} {vf}" "animeFormat=Z:/Anime/{n}/{fn}" "movieFormat=Z:/{fn =~ /3[Dd]/ ? '3D Movies' : 'Movies'}/{(n =~ /^[Tt]he / ? n[4..-1]+', The' : n =~ /^[Aa] / ? n[2..-1]+', A' : n).replace(':',' -')} {y} {vf}{fn =~ /3D/ ? ' 3D' : ''}{' CD'+pi}/ {n} {y} {vf} {fn =~ /3D/ ? ' 3D' : ''}{' CD'+pi}" "musicFormat=Z:/Music/{n}/{t} - {n}" --def deleteAfterExtract=y --def clean=y

Z:/ is a nas drive but it shouldn't be a problem?
I had problems with java at first but now it should be okay.
I have windows 7 ultimate 64bit
Installed JRE Versions:
========================
Java 8 Update 25 (64-bit) version: 8.0.250

Filebot info:
FileBot 4.5.3 (r2729)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 19 MB Used Memory
OS: Windows 7 (amd64)
Done ?(?????)?

Thank You for answers
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: movie mismatches

Post by rednoah »

1.
I will add "Organize" to the blacklist.

@see viewtopic.php?f=3&t=359


2.
The rest is just shitty names. Multiple words as single term like "avatar3D" won't work well. Completely meaningless terms like "cott-3d" can't work.

Rule of thumb: If I can't guess what "tla-3d" is than neither can FileBot. :D
:idea: Please read the FAQ and How to Request Help.
J0akim
Posts: 3
Joined: 16 Dec 2014, 10:45

Re: movie mismatches

Post by J0akim »

Okay Thanks :D. But the folder in where tla-3d is stored was named the last airbender ? If it takes organize from the path shouldn't it take that too? I don't understand how it works but just a thought? :D

Then my second problem. I have been using filebot on my laptop because i can't get it working on my normal computer.

Code: Select all

C:\Users\Joakim>filebot -script fn:configure
Enter OpenSubtitles username: J0akim
Enter OpenSubtitles password: ******
Testing OpenSubtitles... ZipException: Not in GZIP format
java.util.zip.ZipException: Not in GZIP format
        at net.filebot.web.OpenSubtitlesXmlRpc$1.parse(OpenSubtitlesXmlRpc.java:
308)
        at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source)
        at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source)
        at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source)
        at net.filebot.web.OpenSubtitlesXmlRpc.invoke(OpenSubtitlesXmlRpc.java:3
16)
        at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFl
oodLimit.invoke(OpenSubtitlesClient.java:718)
        at net.filebot.web.OpenSubtitlesXmlRpc.login(OpenSubtitlesXmlRpc.java:63
)
        at net.filebot.web.OpenSubtitlesClient.login(OpenSubtitlesClient.java:51
0)
        at net.filebot.web.OpenSubtitlesClient$login$0.call(Unknown Source)
        at Script1.run(Script1.groovy:17)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)

        at net.filebot.Main.main(Main.java:170)
Failure (°_°)
C:\Users\Joakim>filebot -script fn:sysinfo
FileBot 4.5.3 (r2729)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 1 GB Max Memory / 19 MB Used Memory
OS: Windows 7 (amd64)
Done ?(?????)?

the filebot gui (platform) comes up with the Opensubtitles: the response couldn't be parsed when I try to log in..

Any ideas?
On the laptop everything just worked. And both have 64bit windows and java and everything seems to be the same but doesn't work....
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: movie mismatches

Post by rednoah »

1.
FileBot takes everything into account that you can think of, and more. Sometimes it just doesn't work. Maybe because it's a shitty movie? :D

2.
OpenSubtitles was down. Or you got banned. Just try again tomorrow.
:idea: Please read the FAQ and How to Request Help.
J0akim
Posts: 3
Joined: 16 Dec 2014, 10:45

Re: movie mismatches

Post by J0akim »

Okay then :D

Second problem I have been trying about 2 weeks now :D and on my laptop it works and has worked the last 2 weeks? Or is it that I can't use filebot on 2 computers? Or the same account.. But that doesn't explain why it didn't work on my normal computer in the start because I tried filebot first on my normal but then it started to complain about that.. Then i tried it on my laptop and tadaa it worked..

Do you know what is going on?
Post Reply