Search found 19609 matches
- Yesterday, 12:34
- Forum: Feature Requests and Bug Reports
- Topic: Copy is done without renaming while log says otherwise
- Replies: 3
- Views: 45
Re: Copy is done without renaming while log says otherwise
Is the file copied with the same name, and renamed once in place ? No. FileBot is doing something akin to this: cp /input/A.txt /output/B.txt :idea: This means that there is no point in time where either /input/B.txt or /output/A.txt exist, because the copy operation can copy from any file path to ...
- Yesterday, 04:44
- Forum: Feature Requests and Bug Reports
- Topic: FEATURE REQUEST: User defined dataset for mapping to series
- Replies: 1
- Views: 65
Re: FEATURE REQUEST: User defined dataset for mapping to series
1. Have you tried the https://www.filebot.net/resources/button.repeat.png https://www.filebot.net/resources/button.repeat.selected.png toggle yet? It's not a golden bullet for all edge cases, but it does work well for the examples given above. :arrow: https://www.youtube.com/watch?v=_crO68ayYks http...
- 17 Apr 2021, 02:02
- Forum: Synology & QNAP & Embedded Linux
- Topic: Filebot Node configuration file
- Replies: 2
- Views: 30
Re: Filebot Node configuration file
If you log in via SSH, then you will find the the package files in the package folder:
On a related note, DSM 6.2.4 breaks FileBot Node: viewtopic.php?t=12516
Code: Select all
find /var/packages/filebot-node/target/data/

- 16 Apr 2021, 10:06
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
age is undefined for all your files? Strange. IDK. EDIT: If you've previously renamed these files, then {age} will be based on the Movie / Episode age and not the file age. In any case, you can test like this: * Include all files: --file-filter true * Include video and subtitle files: --file-filter...
- 16 Apr 2021, 09:48
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
Just run this: filebot -mediainfo -r /home/xxx/files/Downloaded/SORT-TV --format "{age} | {f.video} | {f.subtitle} | {f}" :idea: If you add additional options then you may override the preceding ones. EDIT: We run this command so we can see each condition of our --file-filter expression so that we c...
- 16 Apr 2021, 08:59
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
What does {age} say for each of your subtitle files?
Code: Select all
filebot -mediainfo -r /input --format "{age} | {f.video} | {f.subtitle} | {f}"
- 16 Apr 2021, 07:40
- Forum: Feature Requests and Bug Reports
- Topic: Rework the way items added can be removed again
- Replies: 3
- Views: 55
Re: Rework the way items added can be removed again
Let's wait and see if other users run into the same issues and misconceptions as well, and then take it from there. Making a video recording of the issue would help your case, but no promises there, not annoying existing users takes precedence over making onboarding easier for new users, though we s...
- 16 Apr 2021, 07:27
- Forum: Scripting and Automation
- Topic: AMC Script: Error in file processing not sending email
- Replies: 1
- Views: 14
Re: AMC Script: Error in file processing not sending email
I'd capture the output from a separate process so that you can perform different actions depending on the exit code of the filebot call:
viewtopic.php?t=9801
viewtopic.php?t=9801
- 16 Apr 2021, 06:21
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
What does the console output say?
- 16 Apr 2021, 06:15
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
{lang} (subtitle language suffix) and {textLanguages} (embedded subtitle language) may vary by file so you'll want to avoid using this piece of information in the folder path. EDIT: :idea: The {model} binding can help you create a constant file path for a given set of matches, but you'll first want...
- 16 Apr 2021, 05:01
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
e.g. include only video files or subtitle files that are older than 7 days:
Code: Select all
--file-filter "(f.video || f.subtitle) && age > 7"
- 16 Apr 2021, 04:58
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
--def ignore is a script option, i.e. an option for the amc script.
You'll want to use the --file-filter option.
e.g. include only video files that are older than 7 days:
You'll want to use the --file-filter option.
e.g. include only video files that are older than 7 days:
Code: Select all
--file-filter "f.video && age > 7"
- 16 Apr 2021, 04:19
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
--def minAgeDays is a script option, and has no effect on -rename calls or any other script call that doesn't use the minAgeDays as an input variable.
The --file-filter option may work for you though:
The --file-filter option may work for you though:
Code: Select all
--file-filter "age < 7"
- 16 Apr 2021, 02:32
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 167
Re: -bash: !_SORTED: event not found
! has special meaning to the bash interpreter:
https://serverfault.com/a/208266/341621
YES:
NO:
Use the @file syntax for reading command-line arguments from external text files.
https://serverfault.com/a/208266/341621
YES:
Code: Select all
echo '!hello $world'
!hello $world
Code: Select all
echo "!hello $world"
zsh: event not found: hello

- 15 Apr 2021, 15:20
- Forum: Feature Requests and Bug Reports
- Topic: Rework the way items added can be removed again
- Replies: 3
- Views: 55
Re: Rework the way items added can be removed again
- Switching around buttons / icons is not planned since many users are already accustomed to how things currently work. Remove deleted files from view / Add files newly created to view - You mean re-checking if the files that were just dropped in still exist? You typically can't add files that don't...
- 14 Apr 2021, 04:04
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 40
- Views: 1277
Re: [FileBot Node] DSM 6.2.4 authentication workaround
You could try this: FileBot Node for Synology DSM 6.2.4 is available for testing: filebot-node-0.4.0-noarch.spk :!: You may need to uninstall older versions of FileBot Node, before manually installing the latest beta package. Upgrading the package may result in broken permissions caused by previousl...
- 13 Apr 2021, 18:03
- Forum: Help and Support
- Topic: FileBot Node does not "Execute" any more after Update DSM Version
- Replies: 1
- Views: 22
- 13 Apr 2021, 15:22
- Forum: Help and Support
- Topic: How to import text file or spreadsheet to filebot
- Replies: 5
- Views: 136
Re: How to import text file or spreadsheet to filebot
FileBot only works with files. Unfortunately, FileBot does not work with lines in a text file.
- 13 Apr 2021, 13:19
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 34
- Views: 7273
Re: HDR / Dolby Vision?
Fixed with FileBot r8377.
- 13 Apr 2021, 06:39
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 40
- Views: 1277
Re: [FileBot Node] DSM 6.2.4 authentication workaround
I followed the instructions to give the internal FileBot user access to the relevant directories/shared folder, but still getting a java.nio.file.AccessDeniedException Use Tools ➔ System Information to check which user filebot is called as. Then make sure that that user / group has the appropriate ...
- 12 Apr 2021, 15:30
- Forum: Help and Support
- Topic: How to import text file or spreadsheet to filebot
- Replies: 5
- Views: 136
Re: How to import text file or spreadsheet to filebot
1. You can drop in text files in Original Files and New Names . As a template for New Names , your text file should work. But if you want to load in a list of file paths into Original Files then those file paths must be absolute. 2. Unfortunately, FileBot cannot transcode video / audio / container f...
- 12 Apr 2021, 13:17
- Forum: Feature Requests and Bug Reports
- Topic: SEVERE: MOVE: The parameter is incorrect.
- Replies: 9
- Views: 2302
Re: SEVERE: MOVE: The parameter is incorrect.
The latest stable release package includes a fix for this particular issue:
viewtopic.php?p=53824#p53824
You can use the standard download section for FileBot r8340:
https://www.filebot.net/download.html
viewtopic.php?p=53824#p53824
You can use the standard download section for FileBot r8340:
https://www.filebot.net/download.html
- 12 Apr 2021, 03:21
- Forum: Episode / Movie Naming Scheme
- Topic: Migrate from flat movie library to individual folders per movie
- Replies: 14
- Views: 1200
Re: Migrate from flat movie library to individual folders per movie
Which examples are not already fundamentally covered by the solution above? At this point, you just need to add bits and pieces to cover each of your special wishes. You can cover more or less of those depending on what level of format complexity you are comfortable with. :idea: Based on your exampl...
- 12 Apr 2021, 02:49
- Forum: Scripting and Automation
- Topic: Running AMC with @File Hangs
- Replies: 1
- Views: 41
Re: Running AMC with @File Hangs
1.
Try using a @file that's on the local file system to eliminate remote file system issues.
2.
Try using an @file that only says -version to see if that works.
Try using a @file that's on the local file system to eliminate remote file system issues.
2.
Try using an @file that only says -version to see if that works.
- 11 Apr 2021, 16:43
- Forum: Tips, Tricks and Tutorials
- Topic: Export Original Files / New Names as TSV
- Replies: 0
- Views: 44
Export Original Files / New Names as TSV
1. Load Original Files or New Names or both: https://i.imgur.com/msJqDCT.png 2. Press F7 to copy file paths and match objects to the clipboard: https://i.imgur.com/zuv5evR.png 3. Paste on Pastebin.com for easy sharing. e.g. Alias.1x01.mp4 {"@type":"Episode","seriesName":"Alias","season":1,"episode":...