Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Any questions? Need some help?
Post Reply
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

Hi, since i updated to the new version my preset isnt working anymore.

My preset is:
E:/Filme/{genres[0]}/{n.replaceAll(/[:?]/, '')}\{n} ({y}){fn =~ /3dhsbs/ ? ' 3D SBS' : ''}{fn =~ /H-SBS/ ? ' 3D SBS' : ''}{fn =~ /3dhou/ ? ' 3D TAB' : ''}{fn =~ /H-OU/ ? ' 3D TAB' : ''}{' - CD'+pi}{vf}{fn=~ /[.]eng$/ ? '.eng' : '.ger' }{'.'+fn.match(/forced/)}

This are the renaming files:
cd-armoone.avi
cd-armoone.nfo
cd-sample.avi

Filebot New Names 4.7.8:
Army of One (2016) -CD1480p.ger.avi
Army of One (2016) -CD1480p.ger.nfo
Army of One (2016) -CD2480p.ger.avi

Filebot New Names 4.7.2:
Army of One (2016)480p.ger.avi
Army of One (2016)480p.ger.nfo

In 4.7.2 the sample File is ignored like it should be. But why not in 4.7.8?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

Please run filebot -script fn:sysinfo and post the output.
:idea: Please read the FAQ and How to Request Help.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

Code: Select all

FileBot 4.7.8 (r4846)
JNA Native: 5.1.0
MediaInfo: 0.7.92.1
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-02-20 (r481)
Groovy: 2.4.8
JRE: Java(TM) SE Runtime Environment 1.8.0_121
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 2 GB Max Memory / 24 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\Hoschi\AppData\Roaming\FileBot
Done ?(?????)?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

How large is the cd-sample.avi file?

EDIT:

Nevermind. Found the issue. Fixed with r4883.
:idea: Please read the FAQ and How to Request Help.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

The sample is 32 mb, 3 min.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

In the last Beta the sample will be ignored :-), but the filepath .../komödie (comedy) is wrong. The "ö" will not be shown correctly.... Next Problem ;-)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

Screenshots and logs please.
:idea: Please read the FAQ and How to Request Help.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

http://imgur.com/a/5vd0D


I downloaded the last File (filebot-r4884.jar) and renamed it to filebot.jar.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

I can't confirm the issue. Works for me on Mac and Windows.

Maybe TheMovieDB sent back bad data at the time? Please clear the cache and try again.
:idea: Please read the FAQ and How to Request Help.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

.. the same Problem
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

1.
What if you don't use the {genre} binding?

e.g.

Code: Select all

Komödie/{ny}

2.
Try the Windows Store version for good measure. Check if you get the same issue with both versions.
:idea: Please read the FAQ and How to Request Help.
MaxMan23
Posts: 7
Joined: 26 Feb 2017, 05:58

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by MaxMan23 »

The vstore version has the same problem
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

rednoah wrote:What if you don't use the {genre} binding?

e.g.

Code: Select all

Komödie/{ny}
How about this?
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

sysenv output might be helpful as well, to figure out what's different on your system:

Code: Select all

filebot -script fn:sysenv
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Since update from 4.7.2 to 4.7.8 Sample files are not excluded

Post by rednoah »

I found the issue. The issue was introduced with a minor update of json-io with r4884.

The 4.7.8 release is not affected. The Windows Store release is not affected.
:idea: Please read the FAQ and How to Request Help.
Post Reply