Search found 9 matches

by techsupport0321
08 Oct 2019, 05:56
Forum: Synology NAS & Embedded Linux
Topic: Filebot exits without processing any files
Replies: 4
Views: 3246

Re: Filebot exits without processing any files

Out of curiosity, what exactly is banned? IP address? Filebot license? Hypothetically, how would one bypass this issue?
by techsupport0321
08 Oct 2019, 05:26
Forum: Synology NAS & Embedded Linux
Topic: Filebot exits without processing any files
Replies: 4
Views: 3246

Re: Filebot exits without processing any files

Here is my command line code; it is being called via .sh file filebot -script fn:amc /share/CACHEDEV1_DATA/Multimedia/tmp2/ --output /share/CACHEDEV1_DATA/Multimedia/ --action move --conflict auto -non-strict --log-file /share/CACHEDEV1_DATA/Multimedia/tmp1/logs/sort.server.main.1.log --def ut_label...
by techsupport0321
08 Oct 2019, 05:15
Forum: Synology NAS & Embedded Linux
Topic: Filebot exits without processing any files
Replies: 4
Views: 3246

Filebot exits without processing any files

Ran in to this issue today. Anyone have any ideas? I am running filebot 4.8.6 Beta on QNAP with latest JDK13. Ran fine yesterday, did a server restart and now this. Thanks! CmdlineException: Illegal language code: n Rename movies using [TheMovieDB] Auto-detect movie from context: [/share/CACHEDEV1_D...
by techsupport0321
05 Oct 2019, 06:49
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

This is great! Only question I have is how do I add a {'No Genre'} in to the code? I tried it a few ways and no matter what, when I ran the rename/editor it gave 'No Genre' for every movie.
by techsupport0321
03 Oct 2019, 08:16
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

Hey brother, I have no idea how to utilize this to get the intended result. Here is what I have { def genreOrder = ['Animation': 1, 'Musical': 2, 'Documentary': 3, 'Family': 4, 'History': 5, 'Science Fiction': 6, 'Horror': 7, 'Fantasy': 8, 'War': 9, 'Western': 10, 'Action': 11, 'Comedy': 12, 'Crime'...
by techsupport0321
02 Oct 2019, 22:59
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

@rednoah Based off of an old post I found I have written this to a text file as my "map" How do I implement it in to a command line call of filebot on a folder of videos? { def genreOrder = ['Animation': 1, 'Musical': 2, 'Documentary': 3, 'Family': 4, 'History': 5, 'Science Fiction': 6, 'H...
by techsupport0321
02 Oct 2019, 22:31
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

The movie Bare Knuckle Brawler returned with: Bare Knuckle Brawler (2019) [NR, 0.0, 1080p].mp4
by techsupport0321
02 Oct 2019, 21:45
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

Understood on the alphabetical sort. Thanks for that! However, what I am trying to do is set and order or precedence for the genre sorting of movies. Example: Order of Precedence 1. Animation 2. Musical 3. Documentary 4. Horror 5. Action 6. Comedy 7. Crime 8. Family 9. Adventure Therefore, after run...
by techsupport0321
02 Oct 2019, 08:52
Forum: Scripting and Automation
Topic: Collection and Genre sorting script
Replies: 13
Views: 7619

Re: Collection and Genre sorting script

This seems like the right place and I have thus far been unable to find a solution to my problem. I am attempting to sort my movie collection in to genre folders, but I want to set the order of presedence for the genres that Filebot put them in to. For example, lets say a movie returns the result of...