[FileBot Node] How to change the output movie folder name?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
w0u5er
Posts: 4
Joined: 12 Mar 2020, 11:29

[FileBot Node] How to change the output movie folder name?

Post by w0u5er »

So i bought the license setup filebot node hit run script and got this output.

Code: Select all

Run script [dev:amc] at [Thu Mar 12 11:48:29 CET 2020]
Parameter: ut_label = Movie
Parameter: artwork = y
Parameter: subtitles = nld
Parameter: clean = y
Parameter: minLengthMS = 1800000
Parameter: minFileSize = 500000000
Parameter: excludeList = .exclude
Argument[0]: /volume1/Downloads/completed/Movies
Use excludes: /volume1/Films/.exclude (1)
Failed to read media characteristics: UnsatisfiedLinkError: Unable to load library 'mediainfo':
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Native library (linux-x86/libmediainfo.so) not found in resource path (/volume1/@appstore/filebot/jar/filebot.jar)
Input: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv
Input: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt
Group: {Movie=true} => [1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv, 1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt]
Get [Dutch] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv
Rename movies using [TheMovieDB]
Auto-detect movie from context [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv]
[TEST] from [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv] to [/volume1/Films/Movies/1917 (2019)/1917 (2019).mkv]
[TEST] from [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt] to [/volume1/Films/Movies/1917 (2019)/1917 (2019).dut.srt]
Processed 2 files
Done ヾ(@⌒ー⌒@)ノ
I can see it's doint something but i don't think as i see the things that i want.

I'm using Filebot version 4.9.0 on a Synology DS214Play

What i would like to have is 2 or more scripts to have movies moved from /volume1/Downloads/completed to location /volume1/Films, when moving i would like to rename folders as The.Movie.Year.HD files in those folder may be the same as default except srt files need to be set properly for use, so as long as srt files are usable i don't really care about movie names setup.

Second I would like to have a script that moves RAW DVD files .VOB etc. (as my Dad downloads them often) from /volume1/Downloads/completed to /volume1/Films/Raw DVD so i can convert them afterwarts to mkv
User avatar
rednoah
The Source
Posts: 23925
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Some litte help Please

Post by rednoah »

Looks good to me. The movie is correctly identified and then organized and rename according the built-in defaults:

Code: Select all

[TEST] from [...] to [/volume1/Films/Movies/1917 (2019)/1917 (2019).mkv]

:arrow: Please read the amc script for details on custom formats if you are not happy with the default {plex} format and prefer to pass in your own.


:arrow: Please read up on FileBot Format Expressions if you aren't yet familiar with custom formats. The FileBot Desktop application is highly recommended for prototyping your own custom format.


:idea: FileBot will treat DVD / BD disk folders as a single unit and process them accordingly as if the disk folder were a single atomic video file.
:idea: Please read the FAQ and How to Request Help.
w0u5er
Posts: 4
Joined: 12 Mar 2020, 11:29

Re: Some litte help Please

Post by w0u5er »

rednoah wrote: 12 Mar 2020, 11:49 Looks good to me. The movie is correctly identified and then organized and rename according the built-in defaults:
Almost, I can't see anywhere that its moved from volume1/Downloads/completed to volume1/Films

Code: Select all

Auto-detect movie from context [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv]
[TEST] from [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv] to [/volume1/Films/Movies/1917 (2019)/1917 (2019).mkv]
[TEST] from [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt] to [/volume1/Films/Movies/1917 (2019)/1917 (2019).dut.srt]
Processed 2 files
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23925
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FileBot Node] How to change the output movie folder name?

Post by rednoah »

Yes, that would be a misconfiguration on your part.

The default {plex} format is responsible for the Movies/Avatar (2009)/Avatar (2009) part, and that part is resolved relatively to what you select as --output folder, so make sure to keep that in mind when configuring and customizing things.

Since you're using --action TEST nothing is actually moved, presumably you're wisely clicking on Dry Run on purpose to test things out first, before clicking on Execute and doing things for real:

Code: Select all

[TEST] from [...] to [...]
:idea: Please read the FAQ and How to Request Help.
w0u5er
Posts: 4
Joined: 12 Mar 2020, 11:29

Re: [FileBot Node] How to change the output movie folder name?

Post by w0u5er »

rednoah wrote: 12 Mar 2020, 12:18 Yes, that would be a misconfiguration on your part.

The default {plex} format is responsible for the Movies/Avatar (2009)/Avatar (2009) part, and that part is resolved relatively to what you select as --output folder, so make sure to keep that in mind when configuring and customizing things.

Since you're using --action TEST nothing is actually moved, presumably you're wisely clicking on Dry Run on purpose to test things out first, before clicking on Execute and doing things for real:

Code: Select all

[TEST] from [...] to [...]
Thnx for sorting things out! Makes a whole lot more sense why it's not moved if its just a test...
w0u5er
Posts: 4
Joined: 12 Mar 2020, 11:29

Re: [FileBot Node] How to change the output movie folder name?

Post by w0u5er »

Ok but now I want to do the same for vob files, i get:

Code: Select all

Run script [dev:amc] at [Thu Mar 12 16:06:41 CET 2020]
Parameter: ut_label = Movie
Parameter: artwork = y
Parameter: subtitles = nld
Parameter: clean = y
Parameter: minLengthMS = 1800000
Parameter: minFileSize = 500000000
Parameter: movieFormat = {bup}{ifo}{vob}
Parameter: excludeList = .exclude
Argument[0]: /volume1/Downloads/completed
Use excludes: /volume1/Films/.VOB Films/.exclude
Failed to read media characteristics: UnsatisfiedLinkError: Unable to load library 'mediainfo':
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Native library (linux-x86/libmediainfo.so) not found in resource path (/volume1/@appstore/filebot/jar/filebot.jar)
Failed to read media characteristics: NoClassDefFoundError: Could not initialize class net.filebot.mediainfo.MediaInfoLibrary
Input: /volume1/Downloads/completed/Battle Cry (1955)
Input: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv
Input: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt
Input: /volume1/Downloads/completed/Spectre.2015.1080p.BluRay.x264-SPARKS[rarbg]/Spectre.2015.1080p.BluRay.x264-SPARKS.mkv
Input: /volume1/Downloads/completed/Spectre.2015.1080p.BluRay.x264-SPARKS[rarbg]/Spectre.2015.1080p.BluRay.x264-SPARKS.nld.srt
Input: /volume1/Downloads/completed/Spectre.2015.1080p.BluRay.x264-SPARKS[rarbg]/Subs/Spectre.2015.1080p.BluRay.x264-SPARKS.idx
Input: /volume1/Downloads/completed/Spectre.2015.1080p.BluRay.x264-SPARKS[rarbg]/Subs/Spectre.2015.1080p.BluRay.x264-SPARKS.sub
Group: {Movie=true} => [Battle Cry (1955), 1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv, 1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.srt, Spectre.2015.1080p.BluRay.x264-SPARKS.mkv, Spectre.2015.1080p.BluRay.x264-SPARKS.nld.srt, Spectre.2015.1080p.BluRay.x264-SPARKS.idx, Spectre.2015.1080p.BluRay.x264-SPARKS.sub]
Get [Dutch] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv
Rename movies using [TheMovieDB]
Auto-detect movie from context [/volume1/Downloads/completed/Movies/1917 (2019) 1080p WEB-DL DD5_1 H264-FGT NL Sub/1917.2019.1080p.WEB-DL.DD5.1.H264-FGT.mkv]
Auto-detect movie from context [/volume1/Downloads/completed/Battle Cry (1955)]
ScriptException: groovy.lang.MissingPropertyException: No such property: vob for class: net.filebot.format.Variable
Finished without processing any files
Abort (×_×)
------------------------------------------

[Process error]
User avatar
rednoah
The Source
Posts: 23925
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FileBot Node] How to change the output movie folder name?

Post by rednoah »

What is this supposed to do?

Code: Select all

{bup}{ifo}{vob}
:!: This attempt indicates that you fundamentally didn't understand the concept of custom formats. That's ok. Back to school. Keep reading the manual. Play with it in the Format Editor GUI. It'll make sense. ;)


Please read up on FileBot Format Expressions, what they do, and how they work:
https://www.filebot.net/naming.html


Image
:idea: Please read the FAQ and How to Request Help.
Post Reply