Search found 19585 matches
- Today, 16:43
- Forum: Tips, Tricks and Tutorials
- Topic: Export Original Files / New Names as TSV
- Replies: 0
- Views: 16
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":...
- Today, 09:00
- Forum: Help and Support
- Topic: DSM 7.0 FileBot installed & given permissions, Node doesn't run
- Replies: 5
- Views: 32
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...
- Today, 08:48
- Forum: Help and Support
- Topic: Anime/TV Show filtering
- Replies: 3
- Views: 28
Re: Anime/TV Show filtering
{anime} should work for movies as well, but perhaps not always if it's less popular ones.
- Today, 08:46
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 535
- Views: 1082211
Re: Release Groups {group}
Cheers. Added. No need to bother with screenshots. I'll take your word for it. 

- Today, 04:26
- Forum: Help and Support
- Topic: Anime/TV Show filtering
- Replies: 3
- Views: 28
Re: Anime/TV Show filtering
e.g.
{anime} is a built-in binding that checks for the usual Anime heuristics, including but not limited to the one you propose above. 
Code: Select all
{anime ? "Anime" : "TV Shows"}/{plex.tail}

- Today, 02:48
- Forum: Episode / Movie Naming Scheme
- Topic: Migrate from flat movie library to individual folders per movie
- Replies: 12
- Views: 1055
Re: Migrate from flat movie library to individual folders per movie
1. I now see that you're keen on injecting the current folder name (i.e. EN / FR / etc) into the proposed file structure, the {folder} (i.e. parent folder binding) binding can be used for that. You can extend the solution above by adding folder.name.upper() where desired: /path/to/newnames/{fn} - [{...
- Today, 02:24
- Forum: Synology & QNAP & Embedded Linux
- Topic: need filebot 4.8.5 for synology
- Replies: 1
- Views: 20
Re: need filebot 4.8.5 for synology
If you're stuck on Java 8 then you can use the latest portable Linux package (i.e. *-portable-jdk8.tar.xz) on any generic Linux device, including Synology NAS:
viewtopic.php?t=6057
viewtopic.php?t=6057
- Today, 02:17
- Forum: Help and Support
- Topic: DSM 7.0 FileBot installed & given permissions, Node doesn't run
- Replies: 5
- Views: 32
Re: DSM 7.0 FileBot installed & given permissions, Node doesn't run
The OS is telling you that you cannot hardlink A to B for some reason: [HARDLINK] from [...] to [...] failed due to I/O error [Operation not permitted] :?: Does it work if you use --action copy ? Do you get a different error message? :?: Does it work if you use --action reflink ? Do you get a differ...
- Today, 02:10
- Forum: Ubuntu & Linux
- Topic: stange license probleme
- Replies: 4
- Views: 27
Re: stange license probleme
README ------ The update-filebot.sh tool patches core application files with the latest development revision. The latest revision may or may not be compatible with the latest stable package, and may or may not require you to upgrade to the latest beta package once in a blue moon. The latest revisio...
- Today, 02:04
- Forum: Feature Requests and Bug Reports
- Topic: Pop-up menu colors in Mac are wrong
- Replies: 3
- Views: 525
Re: Pop-up menu colors in Mac are wrong ?.
I guess you could not use Dark Mode for the time being? The Windows System Look-and-Feel should work just fine:
viewtopic.php?t=9827
Code: Select all
filebot -script fn:properties --def net.filebot.theme=System

- Yesterday, 13:03
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] Consider using -non-strict
- Replies: 1
- Views: 21
Re: FileBot Node setting additional property
The Strict Mode FileBot Node WebUI checkbox corresponds to the -non-strict command-line flag, i.e. you can set -non-strict by not checking Strict Mode.
- Yesterday, 12:55
- Forum: Ubuntu & Linux
- Topic: stange license probleme
- Replies: 4
- Views: 27
Re: stange license probleme
License: FileBot License PX24200233 (Valid-Until: 2071-03-28) means that your license is valid and working. If the license was invalid or expired, filebot -script fn:sysinfo would print a corresponding error message instead. :idea: If you do get an error in some context (e.g. multiple users each us...
- Yesterday, 10:17
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
- Yesterday, 03:20
- Forum: Scripting and Automation
- Topic: Process as Unsorted [Bookmarks]
- Replies: 2
- Views: 35
Re: AMC stopped processing files
If you label a call as Book or Bookmarks then you are forcing Unsorted Mode : Parameter: ut_label = Bookmarks Process as Unsorted [Bookmarks] :idea: If you use labels, then you'll want to label movies with --def ut_label=Movie and episodes with --def ut_label=TV , or rely on auto-detection by not la...
- Yesterday, 02:52
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
Re: [FileBot Node] DSM 6.2.4 authentication workaround
You cannot use QuickConnect anymore, since FileBot Node is now running independently of DSM. You will still have to log into DSM first. You must access DSM and FileBot Node via the same IP, as to create the DSM authentication cookie for that site in your browser. :idea: If you get an Unauthorized er...
- Yesterday, 02:37
- Forum: Episode / Movie Naming Scheme
- Topic: Migrate from flat movie library to individual folders per movie
- Replies: 12
- Views: 1055
Re: Migrate from flat movie library to individual folders per movie
I work with what I have. Unfortunately, you didn't provide file paths for testing. I ask for file paths because I need to recreate your file structure for testing, i.e. it needs to be exact and machine-readable. If I cannot recreate your file structure, then my answer will be generic. There are many...
- Yesterday, 01:52
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
Re: [FileBot Node] DSM 6.2.4 authentication workaround
Looks like there might be more than one result:
I meant the second one:
Code: Select all
$ find / -name filebot-node.log 2> /dev/null
/var/log/packages/filebot-node.log
/volume1/@appstore/filebot-node/filebot-node.log
Code: Select all
sudo cat /volume1/@appstore/filebot-node/filebot-node.log
- 09 Apr 2021, 16:11
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
Re: [FileBot Node] DSM 6.2.4 authentication workaround
find / -name filebot-node.log will find the log for you:
Code: Select all
find / -name filebot-node.log
- 09 Apr 2021, 16:10
- Forum: Feature Requests and Bug Reports
- Topic: Error on TV Show Lookup
- Replies: 1
- Views: 18
Re: Error on TV Show Lookup
Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked: What are you trying to do achieve? What's not working? What have you tried so far? Include screenshots , logs or filenames (i.e. demonstrate the issue) Include System Information (i....
- 09 Apr 2021, 10:11
- Forum: Synology & QNAP & Embedded Linux
- Topic: DSM update has broken Filebot Node
- Replies: 4
- Views: 77
Re: DSM update has broken Filebot Node
I noticed that the link you sent points towards installing filebot-node-0.4.0-noarch.spk...would you advise I try this? Yep, if you're on DSM 6.2.4 then you have no choice but to use the latest beta. That will only fix the WebUI though, and likely won't fix permission issues. :idea: You may need to...
- 09 Apr 2021, 10:04
- Forum: Feature Requests and Bug Reports
- Topic: Copy is done without renaming while log says otherwise
- Replies: 1
- Views: 14
Re: Copy is done without renaming while log says otherwise
Considering that moving and renaming is a single file system operation (i.e. not two separate operations) as far as FileBot is concerned, meaning it can't really half work half not work, the behaviour your describe is most strange and unusual. My best guess would be some kind of display issue, i.e. ...
- 09 Apr 2021, 06:21
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
Re: [FileBot Node] DSM 6.2.4 authentication workaround
What does the log say?
viewtopic.php?t=11030
viewtopic.php?t=11030
- 09 Apr 2021, 03:40
- Forum: Synology & QNAP & Embedded Linux
- Topic: [FileBot Node] DSM 6.2.4 authentication workaround
- Replies: 32
- Views: 756
Re: [FileBot Node] DSM 6.2.4 authentication workaround
DSM 7.0 is all about implementing good security practices. Forcing each package to run as its own user / group with limited permissions is easy and just makes sense. Synology won't (and shouldn't) go back on that. Running everything as root was never a good idea in the first place.
- 09 Apr 2021, 03:24
- Forum: Feature Requests and Bug Reports
- Topic: BugReport + Fix: SHA3 file not structured correctly
- Replies: 1
- Views: 17
Re: BugReport + Fix: SHA3 file not structured correctly
Good catch! Fixed with FileBot r8373.