Search found 22923 matches

by rednoah
11 Mar 2024, 16:35
Forum: Help and Support
Topic: Please identify the following files:
Replies: 4
Views: 284

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

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: 2
Views: 122

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: 4
Views: 284

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: 4
Views: 284

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

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

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

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

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

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

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.
by rednoah
05 Mar 2024, 15:09
Forum: Feature Requests and Bug Reports
Topic: Tagalog/Filipino Language
Replies: 2
Views: 152

Re: Tagalog/Filipino Language

You can use {primaryTitle} for that:

Format: Select all

{ primaryTitle }

e.g.

Console Output: Select all

$ filebot -list --db TheMovieDB --q 324082 --format "{n} | {primaryTitle}"
Kiss in the Wind | Halik sa Hangin
by rednoah
05 Mar 2024, 14:46
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: 566

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

I cant posibly understand why should you mess with working solution and make it dont work anymore It was never designed to work nor tested for your use case. It just happened to work. We have never tested Windows-1250 encoded Serbian (?) Czech (?) subtitles. We have automated tests for Korean EUC-K...
by rednoah
05 Mar 2024, 10:37
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: 566

Re: Huge problem i think with new version only (it scramble the subtitles and delete the UTF-8 BOM)

:idea: FileBot r10193 improves charset detection using the windows-1250 encoded text files provided above as additional sample data. :idea: If you have the original windows-1250 encoded files, then you can use previous FileBot versions, or revision FileBot r10193 or higher, and try again. If you don...
by rednoah
05 Mar 2024, 08:20
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: 566

Re: Huge problem i think with new version only (it scramble the subtitles and delete the UTF-8 BOM)

I have indeed isolated a change in FileBot 5.1.3 where we now assume UTF-8 for files (incorrectly in this case) where the encoding cannot be detected reliably. ICU4J seems to not have enough heuristics to reliably detect the text encoding for the file at hand: windows-1250 | cs | 35 windows-1252 | i...
by rednoah
05 Mar 2024, 04:34
Forum: Feature Requests and Bug Reports
Topic: UI not in Chinese
Replies: 3
Views: 171

Re: public bug

:idea: The FileBot website is only available in English. :idea: FileBot application is only available in English. :idea: Support is only available in English. Please download and evaluate FileBot before purchasing a license. :?: Did you not evaluate FileBot before purchasing a license ? Because UI l...
by rednoah
05 Mar 2024, 03:18
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: 566

Re: Huge problem i think with new version only

:?: Are you using the GUI or the CLI? Which OS? What software are you using to play videos / subtitles? :?: Can you provide example files that were not transcoded correctly? Both original file and transcoded file would be ideal. :idea: The transcode subtitle files feature will transcode any subtitle...
by rednoah
04 Mar 2024, 19:49
Forum: Feature Requests and Bug Reports
Topic: I need it at noon and I can’t use it anymore. Can I get a refund? Thank you.
Replies: 1
Views: 137

Re: I need it at noon and I can’t use it anymore. Can I get a refund? Thank you.

:arrow: Refund Policy Refund requests are almost always granted, though a complete bug report (including screenshots or logs) that show FileBot not working correctly, or not working for your particular use case, is required first. If there's a problem that can be fixed, then we'll try that first, bu...
by rednoah
04 Mar 2024, 19:47
Forum: Feature Requests and Bug Reports
Topic: UI not in Chinese
Replies: 3
Views: 171

Re: public bug

:?: Chinese as UI language?

:?: Chinese as language for renaming movies / episodes?
by rednoah
04 Mar 2024, 13:23
Forum: Synology NAS & Embedded Linux
Topic: Not Picking up show
Replies: 1
Views: 173

Re: Not Picking up show

:?: TVmaze is not recommended and generally untested. What happens if you use the --def seriesDB=TheMovieDB::TV default configuration? :idea: Here's what I get for this particular file: $ filebot -rename *.mkv --db TheMovieDB::TV --format "{plex.id}" --action TEST --log INFO [TEST] from [T...
by rednoah
04 Mar 2024, 04:56
Forum: Help and Support
Topic: CLI filename format with empty values
Replies: 2
Views: 172

Re: CLI filename format with empty values

:idea: You probably mean to ask: How do I use {...} literally in a file name? If it wasn't for using { and } in the file path you want, things would be easy: (imdb-{imdbid}) But since outermost {...} are interpreted by the format engine, we need to be a little bit creative: { any{ "{imdb-$imdbi...
by rednoah
04 Mar 2024, 04:33
Forum: Ubuntu & Desktop Linux
Topic: TV Series rename move entire Plex library
Replies: 5
Views: 364

Re: TV Series rename move entire Plex library

:idea: The latest update is almost certainly unrelated. It's as good a start as any, might be a clue, but the next step would be being able to reproduce the issue with the latest version / not being able with a previous version, to confirm that that theory indeed holds merit. :idea: /Media/TV Shows ...
by rednoah
03 Mar 2024, 21:55
Forum: Feature Requests and Bug Reports
Topic: when renaming, file extention will be omitted when episode title coincidentally ends with file extention string
Replies: 1
Views: 183

Re: when renaming, file extention will be omitted when episode title coincidentally ends with file extention string

Can you post real file paths? Please share the TMDB ID or TVDB ID at the very least. Otherwise I cannot run tests. I don't know which series has an episode where the title ends with .mkv so I can't run tests. EDIT: Looks like there is indeed some extension deduplication going on: $ filebot -list --d...