Search found 22986 matches

by rednoah
16 Mar 2024, 16:09
Forum: Help and Support
Topic: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
Replies: 3
Views: 201

Re: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?

:idea: If you need one single format that works for Plex / Emby / Jellyfin then I would ask each of these community about supported ID patterns. The docs specify one, but there's a good chance other patterns are supported even if undocumented. FileBot itselfs supports all known patterns. Nothing pre...
by rednoah
16 Mar 2024, 05:34
Forum: Windows
Topic: Corrupted after rename
Replies: 1
Views: 260

Re: Corrupted after rename

:idea: Note that renaming cannot corrupt file contents, since renaming does not touch file contents. You seem to be copying files at the very least, since you supposedly have the same file twice. If you have copied files, then you can compare checksums to check if two files are identical or not. If ...
by rednoah
15 Mar 2024, 22:20
Forum: Scripting and Automation
Topic: A seperate folder is created for .srt
Replies: 1
Views: 171

Re: A seperate folder is created for .srt

:!: You cannot use {vf} or {vc} on the folder level if you plan on processing files that do not have a video format or a video codec into the same target folder. e.g. when processing subtitle files that are paired with a video file of the same name, then media info bindings will be based on that vid...
by rednoah
15 Mar 2024, 12:17
Forum: Episode / Movie Naming Scheme
Topic: one digit rating name
Replies: 8
Views: 316

Re: one digit rating name

Please upgrade to the latest release. {rating} will then work as expected by default.
by rednoah
15 Mar 2024, 10:24
Forum: Episode / Movie Naming Scheme
Topic: one digit rating name
Replies: 8
Views: 316

Re: one digit rating name

:?: Which version of FileBot are you using? {rating} is rounded to 0.1 by default in more recent versions.


e.g.

Console Output: Select all

$ filebot -list --q 341870 --db TheMovieDB --format "{ny} | {rating}"
Predator: Dark Ages (2015) | 6.7
by rednoah
14 Mar 2024, 10:56
Forum: macOS
Topic: Presets missing
Replies: 4
Views: 245

Re: Presets missing

I have also tried re-installing today from both the App Store and manual download from FileBot website. :idea: The Mac App Store edition and the PKG installer edition are entirely separate and independent, i.e. have separate user data and don't share the same user data folder . :?: Did you confirm ...
by rednoah
14 Mar 2024, 04:43
Forum: Feature Requests and Bug Reports
Topic: Feature request: SRT files
Replies: 43
Views: 21706

Re: Feature request: SRT files

e.g. custom detection logic for forced and SDH akin to Match information from the file path : { '-' + fn.match(/sdh|forced/).lower() } e.g. custom language detection for unsupported languages: { any{ '.' + lang }{ '.' + fn.match(/baq|glg/).lower() } } :idea: We can read the patterns from external fi...
by rednoah
13 Mar 2024, 20:26
Forum: Episode / Movie Naming Scheme
Topic: number sort by year (i.e. add movie number to file name for movie collections)
Replies: 2
Views: 161

Re: number sort by year

e.g. use {ci} collection index for the task at hand:

Format: Select all

{ collection + '/' + ci.pad(2) + ' - ' }{ ny }

Code: Select all

The Avengers Collection/04 - Avengers: Endgame (2019)
by rednoah
13 Mar 2024, 18:03
Forum: macOS
Topic: Presets missing
Replies: 4
Views: 245

Re: Presets missing

If you see the default Presets then that means no Presets are stored, i.e. it's as if you're running a new install that has no memory of previous installs. I have no clue as to why that might be. Upgrading / Downgrading FileBot generally does not affect your user data. :?: How did you install / upgr...
by rednoah
13 Mar 2024, 17:44
Forum: Help and Support
Topic: Fetch newly added Episode information immediately (i.e. clear cache)
Replies: 3
Views: 180

Re: Fetch newly added Episode information immediately (i.e. clear cache)

:!: DO NOT clear the cache unless you have a good reason for doing so. ONLY users that actively contribute to TheTVDB or TheMovieDB may clear the cache. If you clear the cache after manually making changes to the database, then you're good, don't worry about it, you have good reason for doing so, a...
by rednoah
13 Mar 2024, 07:21
Forum: Help and Support
Topic: Fetch newly added Episode information immediately (i.e. clear cache)
Replies: 3
Views: 180

Re: Method to force rename via new TMDB addtion

A client-side Clear Cache might work. There may also be some degree of server-side / edge caching.
by rednoah
13 Mar 2024, 06:20
Forum: Help and Support
Topic: Can you choose which Genre to use that filebot fetches?
Replies: 3
Views: 217

Re: Can you choose which Genre to use that filebot fetches?

It's certainly possible, but you'll end up with a lot of rules if you force the genre movie by movie. Having "priority genres" might be a good-enough solution. :idea: You can use {genres} to get the list of all genres. {genre} will simply give you the first one. :arrow: You can write custo...
by rednoah
11 Mar 2024, 16:35
Forum: Help and Support
Topic: Please identify the following files:
Replies: 13
Views: 668

Re: Please identify the following files:

:!: I have received your PM. You seem to be using a very old version of FileBot, so your mileage may vary. https://i.snag.gy/fDFtjR.jpg :idea: Here's what I get when I try with the given file paths with the latest version. FileBot does not seem to ask for manual input for me, but does ask to confirm...
by rednoah
11 Mar 2024, 07:26
Forum: Help and Support
Topic: How do I append the resolution [WxH] to the file name?
Replies: 1
Views: 227

Re: Expresion for image file?

Plain File Mode does what you need. Adding the resolution to the file name works the same for both video and image files. :idea: You can use this format: { fn } [{ resolution }] fn ... current file name resolution ... width x height e.g. $ filebot -rename *.png --db file --format "{ fn } [{ re...
by rednoah
09 Mar 2024, 04:51
Forum: Help and Support
Topic: Renew license
Replies: 3
Views: 230

Re: Renew license

You cannot extend or renew a license. Each license is unique and independent. So you just buy a new one when the old one expires.
by rednoah
08 Mar 2024, 17:53
Forum: Help and Support
Topic: Please identify the following files:
Replies: 13
Views: 668

Re: Please identify the following files:

I see no issues at a glance. I'd have to run more tests to figure out why it's asking in this case. :arrow: Please post sample file paths as text so I can recreate the file structure and run tests myself, and System Information for context and to ensure we're on the same page, same OS, same revision...
by rednoah
08 Mar 2024, 14:16
Forum: Help and Support
Topic: Please identify the following files:
Replies: 13
Views: 668

Re: Please identify the following files:

:?: Please post screenshots and sample file paths as text and System Information . :arrow: FileBot asking for things is normal, depending on the files and folder structure at hand. If it's normal in your specific case, that we cannot say without knowing what your specific use case is exactly. Please...
by rednoah
07 Mar 2024, 16:07
Forum: Scripting and Automation
Topic: Help using AMC
Replies: 11
Views: 3387

Re: Help using AMC

The jlesage/filebot container is popular among unRAID users and packed with features. Please read the manual or contact the maintainer via [SUPPORT] DJOSS - FILEBOT if you need help with setup and usage. You are using the jlesage/filebot container (not one of ours) so if you need help with that you...
by rednoah
06 Mar 2024, 15:59
Forum: Scripting and Automation
Topic: Help using AMC
Replies: 11
Views: 3387

Re: Help using AMC

I think these may contain more information, right? The *.nfo files included by the release group are completely different from the *.nfo files generated by FileBot / Kodi / Plex / etc. You can open the files in a text editor and compare the contents. But can I also do this with AMC? Yes. Why not?
by rednoah
06 Mar 2024, 15:57
Forum: macOS
Topic: Operation Not Permitted when renaming (moving) files
Replies: 12
Views: 625

Re: Operation Not Permitted when renaming (moving) files

kaku wrote: 06 Mar 2024, 15:14 UPDATE: I should mention it partially worked, 2 files were renamed but then I got the same above error on a 3rd file.
What happens if you try the first 2 files again? Does the network share randomly temporarily not work? Does the move operation just not work for specific files only?
by rednoah
06 Mar 2024, 12:00
Forum: Feature Requests and Bug Reports
Topic: Update Dolphin Service Menu Location for Plasma 6
Replies: 3
Views: 405

Re: Update Dolphin Service Menu Location for Plasma 6

We can update the *.deb to use /usr/share/kio/servicemenus instead. Can we assume that this folder path is also compatible older KDE versions?


EDIT:

FileBot r10197 implements the recommended changes.
by rednoah
06 Mar 2024, 05:16
Forum: macOS
Topic: Operation Not Permitted when renaming (moving) files
Replies: 12
Views: 625

Re: Operation Not Permitted when renaming (moving) files

:?: Have you tried creating a new share in Synology DSM with pristine permissions? Can you rename files manually via Finder? :?: Have you tried connecting to the share as a different user? Are you using a SMB share or an AFP share? If one protocol doesn't work, try the other. :?: What does the compl...
by rednoah
05 Mar 2024, 19:08
Forum: Feature Requests and Bug Reports
Topic: Charset auto-detection does not work reliably for Windows-1250 encoded text files (Czech and Eastern European languages)
Replies: 19
Views: 718

Re: Charset auto-detection does not work reliably for Windows-1250 encoded text files (Czech and Eastern European langua

It'll work by default. Please run tests and confirm. Note that only a portable ZIP package is available for testing, thus there is nothing to install, just something to extract & run.