Search found 23059 matches

by rednoah
Today, 12:33
Forum: macOS
Topic: Rename my training tutorial
Replies: 7
Views: 147

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
Today, 12:10
Forum: macOS
Topic: Rename my training tutorial
Replies: 7
Views: 147

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
Today, 09:22
Forum: macOS
Topic: Rename my training tutorial
Replies: 7
Views: 147

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

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

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

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

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

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

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

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

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]
by rednoah
10 May 2024, 18:54
Forum: Feature Requests and Bug Reports
Topic: [FEATURE REQUEST] real web interface
Replies: 4
Views: 690

Re: [FEATURE REQUEST] real web interface

Unfortunately, running FileBot in the browser is not really feasible as it would effectively require rewriting FileBot from scratch. There might be remote Desktop alternatives that work better than xpra though. An alternate solution would be running FileBot on your local Desktop machine as usual (ra...
by rednoah
10 May 2024, 13:48
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 0
Views: 1070

Generate thumbnails for video files on Synology NAS

Media Indexing and video files Media Indexing generates thumbnails for image files but does not generate thumbnails for video files ( 1 , 2 , 3 ) for some reason. :!: File Station , DS File , Media Server and friends therefore cannot display thumbnails for video files: https://i.imgur.com/v0BFLwk.p...
by rednoah
10 May 2024, 09:12
Forum: Help and Support
Topic: Question about multi-part episodes
Replies: 7
Views: 554

Re: Question about multi-part episodes

Vulkandr wrote: 10 May 2024, 07:52 Came in here asking for a feature and ended up learning how to make the exact version I want myself, thanks.
That is the way. Well done!
by rednoah
10 May 2024, 08:44
Forum: Windows
Topic: License revoked
Replies: 1
Views: 353

Re: License revoked

:arrow: You can (and should ) download, install and start FileBot before and without purchasing a license: https://www.filebot.net/download.html :?: What does the error message say? Perhaps a screenshots would allow us to see what you see? (NOTE: if your license was banned then you would see a clear...
by rednoah
09 May 2024, 21:44
Forum: Help and Support
Topic: Question about multi-part episodes
Replies: 7
Views: 554

Re: Question about multi-part episodes

You wouldn't happen to know where I can get a full list of the things "clean" removes? There is no list. The code will replace / remove characters and text patterns, split off things before / after at specific patterns, etc. The 720p / 1080p /etc pattern is typically what starts the strin...
by rednoah
09 May 2024, 19:07
Forum: Help and Support
Topic: Question about multi-part episodes
Replies: 7
Views: 554

Re: Question about multi-part episodes

Thank you, that was actually very informative, I learned a lot about the presets thanks to this. I'm curious, under the 'Clean name' Preset is there a way to add a parameter to have it ignore certain things? like dashes(-), so that it leaves them in? Yes. You can not use clean() and instead have yo...
by rednoah
09 May 2024, 17:28
Forum: Help and Support
Topic: NFO files script does not respect order?
Replies: 3
Views: 407

Re: NFO files script does not respect order?

:idea: The {order} binding can be used to cross-reference and access different views of the same episode:

Console Output: Select all

$ filebot -list --db TheMovieDB::TV --q 4574 --format '{ episode } => { order.production.episode }'
...
X-Men - 5x04 - No Mutant Is an Island => X-Men - 3x08 - No Mutant Is an Island
...
by rednoah
09 May 2024, 17:08
Forum: Episode / Movie Naming Scheme
Topic: Add (1) (2) part numbers to the episode title
Replies: 2
Views: 6477

Re: Add (1) (2) part numbers to the episode title

:?: Which specific series / episode are you working with? :idea: Note that t refers to the episode title according to the database and not the file name: $ filebot -list --db TheTVDB --q "Stargate SG-1" Stargate SG-1 - 1x01 - Children of the Gods (1) Stargate SG-1 - 1x02 - Children of the ...
by rednoah
09 May 2024, 00:51
Forum: Ubuntu & Desktop Linux
Topic: Crashes after recent Fedora 40 Update
Replies: 4
Views: 524

Re: Crashes after recent Fedora 40 Update

:arrow: mediainfo-24.04-1.fc40.x86_64 is evidently broken. You may report the issue to the maintainer / developer with the stack trace above that narrows down the specific libmediainfo function that crashes the process. The issue may also be specific to some file. Trying with a variety of files to c...
by rednoah
08 May 2024, 23:36
Forum: Ubuntu & Desktop Linux
Topic: Crashes after recent Fedora 40 Update
Replies: 4
Views: 524

Re: Crashes after recent Fedora 40 Update

The log suggest that libmediainfo is crashing the process: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fbb407cacdd, pid=6687, tid=6965 # # JRE version: OpenJDK Runtime Environment Temurin-17.0.8+7 (17.0.8+7) (build 17.0.8+7) # Java VM: OpenJDK 64...
by rednoah
08 May 2024, 20:10
Forum: Help and Support
Topic: Question about multi-part episodes
Replies: 7
Views: 554

Re: Question about multi-part episodes

:idea: If the SxE numbers in the files you have are incorrect (according to the database) then FileBot will likely mismatches the files / episodes. :arrow: If you have episode titles in the files, then you can you can use Match by Episode Title . :arrow: You can always use Manual Matching as a last ...
by rednoah
08 May 2024, 19:18
Forum: macOS
Topic: Help with DS video to Plex folder and files
Replies: 5
Views: 601

Re: Help with DS video to Plex folder and files

This custom format should get you started: /volume1/video/movies /{ az } /{ ~plex.id % { " [$vf]" } } { fn.match(/\.mp4$/) } e.g. $ filebot -rename -r /input --db TheMovieDB --output '/volume1/video/movies' --format '{ az }/{ ~plex.id % { " [$vf]" } }{ fn.match(/\.mp4$/) }' --act...