movie mismatches
Posted: 18 Dec 2014, 18:19
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:
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
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