Search found 23694 matches

by rednoah
Today, 05:21
Forum: Synology NAS & Embedded Linux
Topic: OpenSubtitles not logging in
Replies: 3
Views: 117

Re: OpenSubtitles not logging in

I'll see about making the user-specific settings shared across users on Synology NAS. We already do that for the license file so we could do it for the prefs file as well.
by rednoah
Today, 04:50
Forum: Synology NAS & Embedded Linux
Topic: [macOS] How To Create Hardlinks
Replies: 9
Views: 532

Re: How To Create Hardlinks

:!: You are using macOS. The macOS implementation of the SMB network file system does not implement the Unix extensions and thus cannot create hardlinks remotely. This is solely a macOS limitation. :idea: If you can use Windows, then I would recommend using Windows instead since Windows - oddly ...
by rednoah
Yesterday, 17:09
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 12
Views: 414

Re: [macOS] AMC to sort different type of files to different hard drives

:idea: This message means that you're mixing input and output which can be a bad idea, thus a warning is printed to the console output: Invalid usage: input folder [/Volumes/Movies/Torrents/Love and Death S01E01 The Huntress 1080p AMZN WEB-DL DDP5 1 H 264-NTb[TGx]] must not start with output folder ...
by rednoah
Yesterday, 09:25
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 12
Views: 414

Re: [macOS] AMC to sort different type of files to different hard drives

:?: Why are "..." part of the literal value that is passed along? What exactly is the command-line you're using here? (NOTE: it's not what you posted above) Parameter: seriesDB = "TheMovieDB::TV" Bad seriesDB value: "TheMovieDB::TV" ... Invalid --db value: '"TheMovieDB::TV"': "TheMovieDB::TV" not in ...
by rednoah
Yesterday, 05:47
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 12
Views: 414

Re: [macOS] AMC to sort different type of files to different hard drives

:?: What does the console output say when it does not work? (NOTE: If you do not know what console output is, please say so instead of ignoring the question, otherwise we will keep talking past each other.) EDIT: I notice that you have accidentally typed a ” character and not a " character, so the c ...
by rednoah
Yesterday, 05:27
Forum: Help and Support
Topic: Filebot License Discounts
Replies: 1
Views: 68

Re: Filebot License Discounts

:idea: Unfortunately, there are no user-specific discounts. See FileBot Pricing Explained details.

:arrow: [User Study] Take a screen recording and earn yourself a free license
by rednoah
24 Jan 2025, 17:36
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 12
Views: 414

Re: [macOS] AMC to sort different type of files to different hard drives

I have tried some changes but I am unable to get the script to work. :?: What does the console output say when it does not work? (NOTE: your bash script above suggest that you're using something like JDownloader or Deluge but you for testing you'll want to call the script yourself from Terminal for ...
by rednoah
24 Jan 2025, 04:39
Forum: Synology NAS & Embedded Linux
Topic: OpenSubtitles not logging in
Replies: 3
Views: 117

Re: OpenSubtitles not logging in

"OpenSubtitles does not support anonymous login" Each user has its own independent application data folder / user configuration. The FileBot Node WebUI runs as its own "FileBot Node" user. That is how all Synology DSM packages work for security reasons. If you're using a scheduled task then you are ...
by rednoah
23 Jan 2025, 09:52
Forum: Feature Requests and Bug Reports
Topic: Show cover when Rename
Replies: 4
Views: 616

Re: Show cover when Rename

on more than one occasion I have gone to watch a movie and realized that it was not the one I wanted to see. If you run into this kind of issue again, please take a screenshot at the time when you are staring at the problem so that we can see what you can see, and then we can discuss what to best ...
by rednoah
22 Jan 2025, 21:53
Forum: Synology NAS & Embedded Linux
Topic: [macOS] How To Create Hardlinks
Replies: 9
Views: 532

Re: How To Create Hardlinks

:?: What makes you think that ext3 / ext4 does not support hardlinks? Presumably, you have tried something and then got some error message? What did you see? EDIT: As for screenshots, you just go to snipboard.io and follow the instructions, take a screenshot, paste it on snipboard.io , and lastly ...
by rednoah
22 Jan 2025, 16:11
Forum: Windows
Topic: Problems with Filebot and opensubtitles.com
Replies: 1
Views: 118

Re: Problems with Filebot and opensubtitles.com

:?: How do you search for subtitles? What is your search query? Screenshots?

:?: Which specific subtitles can you find via the website but not via the API?

:?: Are we talking about Exact Search: Lookup by Hash or Fuzzy Search: Lookup by Name?
by rednoah
22 Jan 2025, 14:08
Forum: Synology NAS & Embedded Linux
Topic: Filebot excludes with Synology Filebot Node GUI
Replies: 2
Views: 113

Re: Filebot excludes with Synology Filebot Node GUI

You can use the Ignore Rules option:

regex: Select all

[.](idx|sub)$
Screenshot



e.g. ignore any file path that contains idx or sub, easy but prone to false positives:

Shell: Select all

--def ignore='idx|sub'
e.g. ignore any file path that ends with .idx or .sub:

Shell: Select all

--def ignore='[.](idx|sub)$'
by rednoah
22 Jan 2025, 13:56
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 12
Views: 414

Re: AMC to sort different type of files to different hard drives

:idea: Your Movie files will be organised as defined by your movieFormat parameter: --def "movieFormat=/Volumes/Movies/Movies/{n} {y}" :idea: Your Episode files will be organised as defined by your seriesFormat parameter: --def "seriesFormat=/Volumes/TV Shows/TV Shows/{n}/{n} - {sxe} - {t}" :idea ...
by rednoah
22 Jan 2025, 07:00
Forum: macOS
Topic: Setting Aired / Release Date from Command line
Replies: 3
Views: 160

Re: Setting Aired / Release Date from Command line

:?: Did you enable any post processing actions in the GUI?

e.g. Set creation date
by rednoah
22 Jan 2025, 04:07
Forum: Synology NAS & Embedded Linux
Topic: [macOS] How To Create Hardlinks
Replies: 9
Views: 532

Re: How To Create Hardlinks

Thanks for everything but my synology file system does not support "Hardlinks" :?: What makes you think that hardlinks are not supported on your Synology NAS machine? Screenshots ? Which file system are you using? :arrow: Synology NAS is a standard Linux system that uses either ext4 or btrfs as ...
by rednoah
20 Jan 2025, 03:10
Forum: Ubuntu & Desktop Linux
Topic: FileBot 4.8.5 stopped classifying movies/tvshows sometime ago
Replies: 1
Views: 267

Re: filebot stopped classifying movies/tvshows sometime ago

FileBot 4.8.5 is very outdated indeed. It's been 6 years. It probably stopped working a long time ago. You'll definitely want to upgrade to the latest release once in a while.



EDIT:

You will also want to upgrade 10-year old Java 8 to recent Java 21.
by rednoah
19 Jan 2025, 03:16
Forum: Synology NAS & Embedded Linux
Topic: [macOS] How To Create Hardlinks
Replies: 9
Views: 532

Re: How To Create Hardlinks

Don't need to rename file just want to create a "hardlink"? :?: Where do you want the new hardlink to go? What file name do you want the new hardlink to have? https://upload.wikimedia.org/wikipedia/commons/3/32/Hard_Link_Illustration.svg :?: What do you see when you watch How do I organize files ...
by rednoah
18 Jan 2025, 05:16
Forum: unRAID & docker
Topic: Bug with Discord webhooks on latest beta [NoClassDefFoundError]
Replies: 4
Views: 1223

Re: Bug with Discord webhooks on latest beta [NoClassDefFoundError]

Cheers! Thanks for testing the latest beta and reporting issues! :) :!: On an unrelated note, I noticed an unrelated error in the log above: Ignore invalid target file name generated by erroneous format expression: /home/ubuntu/test2/Movies/.mkv TV Shows/{ ~plex.id % " - $vf" } :arrow: You'll want ...
by rednoah
17 Jan 2025, 09:55
Forum: Synology NAS & Embedded Linux
Topic: Synology DS1618+ A fatal error has been detected by the Java Runtime Environment
Replies: 5
Views: 1347

Re: Synology DS1618+ A fatal error has been detected by the Java Runtime Environment

I don't see libmediainfo installed in my packages so I'm not sure if that is just on Synology by default or if its possible it was built into Filebot. Could this be the issue? FileBot includes a generic Linux libmediainfo.so but it may not be perfect / compiled for the specific CPU architecture you ...