Search found 23686 matches

by rednoah
Today, 09:52
Forum: Feature Requests and Bug Reports
Topic: Show cover when Rename
Replies: 4
Views: 501

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
Yesterday, 21:53
Forum: Synology NAS & Embedded Linux
Topic: How To Create Hardlinks
Replies: 7
Views: 411

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
Yesterday, 16:11
Forum: Windows
Topic: Problems with Filebot and opensubtitles.com
Replies: 1
Views: 68

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
Yesterday, 14:08
Forum: Synology NAS & Embedded Linux
Topic: Filebot excludes with Synology Filebot Node GUI
Replies: 2
Views: 82

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
Yesterday, 13:56
Forum: Scripting and Automation
Topic: [macOS] AMC to sort different type of files to different hard drives
Replies: 3
Views: 126

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
Yesterday, 07:00
Forum: macOS
Topic: Setting Aired / Release Date from Command line
Replies: 3
Views: 100

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
Yesterday, 04:07
Forum: Synology NAS & Embedded Linux
Topic: How To Create Hardlinks
Replies: 7
Views: 411

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: 192

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: How To Create Hardlinks
Replies: 7
Views: 411

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: 1176

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: 1300

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 ...
by rednoah
17 Jan 2025, 05:01
Forum: Help and Support
Topic: Movie Trailers and Extras
Replies: 15
Views: 620

Re: Movie Trailers and Extras

If I revert changes :?: How do you revert changes? :idea: If you revert files via the internal History then entire file path will be reverted: $ filebot -rename Avatar.2009.mp4 --db TheMovieDB --format '../{n} ({y})/{plex.name}' [MOVE] from [TEST/Avatar.2009.mp4] to [TEST/../Avatar (2009)/Avatar ...
by rednoah
17 Jan 2025, 04:54
Forum: unRAID & docker
Topic: Bug with Discord webhooks on latest beta [NoClassDefFoundError]
Replies: 4
Views: 1176

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

You may need to run filebot -clear-cache once. Does that do the trick?



EDIT:

I was able to reproduce the issue. FileBot r10487 should resolve the issue.
by rednoah
17 Jan 2025, 04:51
Forum: Episode / Movie Naming Scheme
Topic: Artwork Rename
Replies: 1
Views: 162

Re: Artwork Rename

:?: How are your files currently named?


:arrow: Please post sample file paths as text.


:idea: Please read the Companion Files manual for general information on how to deal with extras and other kinds of companion files.
by rednoah
17 Jan 2025, 04:40
Forum: Synology NAS & Embedded Linux
Topic: Synology DS1618+ A fatal error has been detected by the Java Runtime Environment
Replies: 5
Views: 1300

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

libmediainfo is crashing the process: # C [libmediainfo.so+0x5e418c] MediaInfoLib::File_Avc::sei_message_user_data_registered_itu_t_t35_GA94_03_Delayed(unsigned int)+0x2bc :?: What does filebot -script fn:sysinfo say? (i.e. Tools ➔ System Information ) :?: How did you install libmediainfo ? (see O ...