Search found 19606 matches
- Today, 10:06
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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...
- Today, 09:48
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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...
- Today, 08:59
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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}"
- Today, 07:40
- Forum: Feature Requests and Bug Reports
- Topic: Rework the way items added can be removed again
- Replies: 3
- Views: 43
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...
- Today, 07:27
- Forum: Scripting and Automation
- Topic: AMC Script: Error in file processing not sending email
- Replies: 1
- Views: 11
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
- Today, 06:21
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
Re: -bash: !_SORTED: event not found
What does the console output say?
- Today, 06:15
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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...
- Today, 05:01
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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"
- Today, 04:58
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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"
- Today, 04:19
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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"
- Today, 02:32
- Forum: Ubuntu & Linux
- Topic: -bash: !_SORTED: event not found
- Replies: 21
- Views: 103
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

- Yesterday, 15:20
- Forum: Feature Requests and Bug Reports
- Topic: Rework the way items added can be removed again
- Replies: 3
- Views: 43
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: 39
- Views: 1114
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: 17
- 13 Apr 2021, 15:22
- Forum: Help and Support
- Topic: How to import text file or spreadsheet to filebot
- Replies: 5
- Views: 110
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: 7118
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: 39
- Views: 1114
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: 110
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: 2241
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: 1160
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: 32
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: 39
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":...
- 11 Apr 2021, 09:00
- Forum: Help and Support
- Topic: DSM 7.0 FileBot installed & given permissions, Node doesn't run
- Replies: 5
- Views: 81
Re: DSM 7.0 FileBot installed & given permissions, Node doesn't run
Okay, actually one adjustment. It worked with a few of those files in the test folder. Then I attempted to hardlink in the main folders, and it's no longer working. Not sure why... I guess you could move your main folder into your test folder, and then try again from there. Moving all the files mig...
- 11 Apr 2021, 08:49
- Forum: Synology & QNAP & Embedded Linux
- Topic: [DSM 6.2.4] Filebot not working anymore, just shows $-sign. (Synology)
- Replies: 1
- Views: 39
- 11 Apr 2021, 08:48
- Forum: Help and Support
- Topic: Anime/TV Show filtering
- Replies: 3
- Views: 44
Re: Anime/TV Show filtering
{anime} should work for movies as well, but perhaps not always if it's less popular ones.