Search found 10 matches

by ye62dzec
13 Jan 2025, 12:38
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Re: Formatting for private and plex use

I missed to check "Export .xattr folders" in the Post Processing Options. That fixed it.

Is is so complex to write a script?

I'd expect it to be as easy as:
1. Read all folders/files in "N:/Filme"
2. Fetch xattr Data
3. Make a hardlink match to "N:/Plex/Filme"
by ye62dzec
12 Jan 2025, 22:39
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Re: Formatting for private and plex use

I set: filebot -script fn:properties --def net.filebot.xattr.store=.xattr ---- Load user-defined System Properties * Read C:\Users\s\AppData\Roaming\FileBot\system.properties Update user-defined System Properties * Set net.filebot.xattr.store = .xattr Store user-defined System Properties * Write C ...
by ye62dzec
11 Jan 2025, 01:52
Forum: Episode / Movie Naming Scheme
Topic: Conditional titles using {localize} based on unique audio tracks
Replies: 3
Views: 1540

Re: Conditional titles using {localize} based on unique audio tracks

This works almost perfectly. Is there a way to check whether it's the only languague?

This movie is not correctly renamed:

Code: Select all

N:\Filme\Flüstern des Meeres - Ocean Waves (1994) - [DE, JA] [1080p x264] [5.1GB]\Flüstern des Meeres - Ocean Waves (1994) - [DE, JA] [1080p x264] [5.1GB].mkv
by ye62dzec
10 Jan 2025, 14:32
Forum: Episode / Movie Naming Scheme
Topic: Conditional titles using {localize} based on unique audio tracks
Replies: 3
Views: 1540

Conditional titles using {localize} based on unique audio tracks

Hi everyone, I'm working with a mixed-language movie collection and want to implement smart title localization. Current format: {collection + '/'}{plex.name} - {audioLanguages.ISO2.joining(', ', '[', ']').upper()} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}/{plex.name ...
by ye62dzec
10 Jan 2025, 14:28
Forum: Episode / Movie Naming Scheme
Topic: Using {model} to create collection folders only for multiple movies
Replies: 2
Views: 879

Using {model} to create collection folders only for multiple movies

Hi everyone, I'm trying to optimize my movie organization in FileBot. Currently using this format: {collection + '/'}{plex.name} - {audioLanguages.ISO2.joining(', ', '[', ']').upper()} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}/{plex.name} - {audioLanguages.ISO2 ...
by ye62dzec
10 Jan 2025, 14:23
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Re: Formatting for private and plex use

Lovely! Thanks a million times! Works like a charm :) This is my current format in case anyone wants to copy it: {collection + '/'}{plex.name} - {audioLanguages.ISO2.joining(', ', '[', ']').upper()} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}/{plex.name ...
by ye62dzec
10 Jan 2025, 14:14
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Re: Formatting for private and plex use

Well. That's a good question in itself. When renaming without {collection}, the movie folders always stay at the same directory they were initially stored in. In my case, all movies are usually at N:/Filme - before and after renaming. Only when using {collection}, I run into the problem, that the ...
by ye62dzec
10 Jan 2025, 13:01
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Re: Formatting for private and plex use

Hey rednoah, thanks your your help! I'll create two new threads for 1 and 4 - also, i will dive into 6 and hopefully find a satisfactory solution without a new thead :) About question 2: The thing is, that I want to use relative pathing. So for example I paste this movie to filebot: N:/Filme/Movie1 ...
by ye62dzec
09 Jan 2025, 17:30
Forum: Episode / Movie Naming Scheme
Topic: Formatting for private and plex use
Replies: 10
Views: 3828

Formatting for private and plex use

Hey guys, I'd like to get your input to some question I'm having. I have approx. 500 movies and several shows which I would like to restructure using FileBot. General Structure I have my folder N:\Filme # with all movies, some examples: N:\Filme\10 Cloverfield Lane (2016)\10 Cloverfield Lane (2016 ...