Search found 23073 matches

by rednoah
Today, 19:29
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

You click TheMovieDB and not TheTVDB : https://i.imgur.com/5oRSF8B.png :idea: Clicking the Episode Mode: TheMovieDB button will instruct FileBot to look at the files that you have currently loaded into Original Files and match them to Episode objects from TheMovieDB . Your format is then applied to ...
by rednoah
Today, 19:25
Forum: Feature Requests and Bug Reports
Topic: TVDB Errors
Replies: 1
Views: 20

Re: TVDB Errors

Likely a temporary server-side issue. Please try again tomorrow.


:idea: Note that it works for me at this point in time:

Console Output: Select all

$ filebot -list --q alias --db TheTVDB
Initialize new disk cache: /Users/rednoah/.filebot/cache/0
Alias - 1x01 - Truth Be Told
Alias - 1x02 - So It Begins
...
by rednoah
Today, 19:04
Forum: Windows
Topic: License Error: UNREGISTERED when running FileBot as LOCAL SERVICE
Replies: 0
Views: 32

License Error: UNREGISTERED when running FileBot as LOCAL SERVICE

License Error: UNREGISTERED ... FileBot requires a valid license. Please run `filebot --license *.psm` to install your FileBot license. * FileBot is running as [LOCAL SERVICE] using [C:\WINDOWS\ServiceProfiles\LocalService\AppData\Roaming\FileBot\license.txt] Bad License (>_<) :idea: Each user has ...
by rednoah
Today, 09:59
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

e.g. just add it to your format: {n} - {s00e00} - {t} { fn.match(/[-]([^-]+)$/) } e.g. use {jellyfin} operators as seen in Answer 2 above: Z:/{ jellyfin.id % { fn.match(/[-][^-]+$/) } } Fetch failed: Try again in 8 seconds (1 more) => net.filebot.web.HttpServerError: https://api4.thetvdb.com/v4/logi...
by rednoah
Today, 07:28
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

Unfortunately, we don't allow dictionary entries. Lots of movie names start with or end with "Silence" . The upper-case / mixed-case variation is much less likely to mismatch. This is a FileBot limitation. :idea: You can however match information from the file path if your files already fo...
by rednoah
Today, 07:23
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 686
Views: 1667905

Re: Release Groups {group}

Unfortunately, we don't allow dictionary entries. Lots of movie names start with or end with "Silence" . The upper-case / mixed-case variation is much less likely to mismatch. This is a FileBot limitation. :idea: You can however match information from the file path if your files already fo...
by rednoah
Yesterday, 23:44
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

:idea: {group} will give you the standard case for the group at hand. The standard case for any one particular group may be lower-case, upper-case or mixed-case and any variation will get normalized to the standard case. Note that you can match information from the file path if {group} doesn't do wh...
by rednoah
22 May 2024, 22:33
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

If you must keep the original folders, to keep the series artwork in the series folder and the season artwork in the season folder, then you'll want to only rename the file. Your proposed format may rewrite the season folder (i.e. create new "Season 01" folder if "Season 1" alrea...
by rednoah
22 May 2024, 19:03
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 13
Views: 272

Re: Newbie Questions for use with Jellyfin

Answer 1 You'll want to organize files into a new structure / new parent folder. The new parent folder does not contain any folders when you set out, so you won't run into any left-over folder issues. See How do I organize files for Plex? for example. Everything that applies to Plex also applies to...
by rednoah
20 May 2024, 16:19
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 3
Views: 144

Re: Use Alternate Order From TVDB

If the SxE numbers in the database don't match the SxE numbers in the files you have, then you will want to start by reading FAQ #2 in the manual and following all the links. If you are using the Desktop application, then you'll especially want to click on the Manual Matching , Linear Rename and How...
by rednoah
20 May 2024, 08:15
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 3
Views: 144

Re: Use Alternate Order From TVDB

Plex uses TheMovieDB unless otherwise specified. Plex also uses the standard Aired / Airdate Order unless otherwise specified. See How do I organize files for Plex? for details. :?: Did you explicitly configure your Plex library to use TheTVDB / Alternative Order ? Because if you use Plex, then you ...
by rednoah
20 May 2024, 08:04
Forum: macOS
Topic: Error I don't understand
Replies: 2
Views: 87

Re: Error I don't understand

Yep, the {...} block will yield no result if the code fails, e.g. due to match() not being able to find the given pattern. The Format Editor will give you a very clear status message in this case. See Learn how {expressions} work and useful Helper Functions for details. :idea: You can do Double-Clic...
by rednoah
19 May 2024, 17:46
Forum: Feature Requests and Bug Reports
Topic: Price for windows?
Replies: 2
Views: 96

Re: Price for windows?

:idea: The price after taxes and fees is indeed ≈ 60 USD if you choose to use the Microsoft Store: $30 * (30 / 0.7 + 20 ≈ 60) on the Microsoft Store for Windows 10 only ( not including Windows 7 / Windows Server / Windows Enterprise / etc) Microsoft Store and Mac App Store purchases are always life-...
by rednoah
19 May 2024, 16:11
Forum: macOS
Topic: Rename my training tutorial
Replies: 8
Views: 212

Re: Rename my training tutorial

{i} will give you the incremental number. {fn} will give you the current file name.

Format: Select all

S01E{i.pad(2)}-{fn}
See Rename photos for example.
by rednoah
19 May 2024, 12:33
Forum: macOS
Topic: Rename my training tutorial
Replies: 8
Views: 212

Re: Rename my training tutorial

The examples above will give you all the building blocks you need, file / folder names, before pattern, after pattern, match pattern, remove pattern, etc. You do not need to learn or know about Java / Groovy to use and modify the examples. A bit of regex pattern basics will be very helpful though.
by rednoah
19 May 2024, 12:10
Forum: macOS
Topic: Rename my training tutorial
Replies: 8
Views: 212

Re: Rename my training tutorial

:idea: The format above will generate a relative file path. FileBot does not know relative to where, and will thus guess. If your format generates the absolute file path you want, then FileBot will use just that. Since you did not tell us the absolute target file path you want, we could not give you...
by rednoah
19 May 2024, 09:22
Forum: macOS
Topic: Rename my training tutorial
Replies: 8
Views: 212

Re: Rename my training tutorial

:arrow: Original Post: https://www.reddit.com/r/filebot/comments/1cviwck/renaming_training_tutorials/ :arrow: General Help: Organize files based on information present in the file path and How do I prototype a plain file format for renaming and reorganizing generic files? :idea: You can use a format...
by rednoah
15 May 2024, 23:22
Forum: Episode / Movie Naming Scheme
Topic: Seems simple, need help
Replies: 1
Views: 87

Re: Seems simple, need help

e.g. {plex} operators

Format: Select all

{ plex ** {" {tmdb-$tmdbid}"} ** {" {imdb-$imdbid}"} % {" [$vs-$vf]"} % {" [$s3d]"} % {" [$hdr]"} % {" [$ac $channels]" } % {" [$vc]"} % {" -$group"} }
by rednoah
15 May 2024, 18:13
Forum: Help and Support
Topic: License not working on second machine after activation on first
Replies: 2
Views: 98

Re: License not working on second machine after activation on first

:?: What does the error message say when it doesn't work? (please copy & paste the error message verbatim, or use screenshots , so that we can see what you can see) :idea: Bad License generally means that the text content you have pasted is not a License Key. The error message would provide addi...
by rednoah
13 May 2024, 15:06
Forum: Feature Requests and Bug Reports
Topic: Feature Request - Ignore Folders
Replies: 10
Views: 945

Re: Feature Request - Ignore Folders

I frequently receive trash results in other pairing, just this single file lookup was resolved by the adult flag. I'd be happy to look at the issue. Please paste sample file paths as text so that I can run tests. Feel free to include multiple example file paths so that we can better understand your...
by rednoah
12 May 2024, 22:05
Forum: macOS
Topic: Help with DS video to Plex folder and files
Replies: 5
Views: 623

Re: Help with DS video to Plex folder and files

I'd just ditch the "capitalising first letter on each word" requirement for the sake of simplicity. You could certainly write code that capitalizes some words but not others, but things do get complicated... I guess you could do the above to capitalize everything and the explicitly replace...
by rednoah
12 May 2024, 09:50
Forum: Episode / Movie Naming Scheme
Topic: Plex Movies Folder (Flat) With Seperate Subtitle Files to Indiviual Movie Sub Folders
Replies: 2
Views: 396

Re: Plex Movies Folder (Flat) With Seperate Subtitle Files to Indiviual Movie Sub Folders

:idea: {fn} is the file name. If the file is named "avatar.eng.srt" then {fn} will give you "avatar.eng" for that file. Plain File Mode does not have the concept of "movie file with external subtitle files" and the like. :arrow: I would strongly recommend using the {ple...
by rednoah
11 May 2024, 21:56
Forum: Feature Requests and Bug Reports
Topic: [FEATURE REQUEST] real web interface
Replies: 4
Views: 704

Re: [FEATURE REQUEST] real web interface

I can confirm that Windows 11 can mount a HTTP / WebDAV share as network drive. 1. Run HTTP WebDAV service on the server: docker run --rm -it -e AUTH_TYPE=Digest -e USERNAME=alice -e PASSWORD=secret1234 -v "$PWD:/var/lib/dav/data" -v "apachewebdav:/var/lib/dav" -p 8080:80 apachew...
by rednoah
10 May 2024, 19:32
Forum: Feature Requests and Bug Reports
Topic: [FEATURE REQUEST] real web interface
Replies: 4
Views: 704

Re: [FEATURE REQUEST] real web interface

If you can can access your server via HTTPS (e.g. filebot-xpra WebUI) then you could probably look into WebDAV as well. Windows should have built-in support for mapping a WebDAV folder as network drive. Might require a bit of tinkering though to get things working on both client and server.
by rednoah
10 May 2024, 18:58
Forum: macOS
Topic: Help with DS video to Plex folder and files
Replies: 5
Views: 623

Re: Help with DS video to Plex folder and files

Maybe like this?

Format: Select all

{ az }/{ (~plex.id % { " [$vf]" }).path.upperInitial() }{ fn.match(/\.mp4$/) }

Code: Select all

B/Back To The Future (1985) {Tmdb-105}/Back To The Future (1985) [2160p]