Automatic status labels in Lister

I have defined labels for 3D file types as .max, .obj, .fbx, c4d, and so on.
The Folder with the file in it i have toggle manually the labels on or off with included one of them.
There can be one or more labels in status for each 3D file type.

Is it possible to automatic show the labels of the folder with the file type is in?

With Filter-Labels i have defined automatically each 3d file the right label
type = file + name = *.obj
Label = fileOBJ

Thanks

Not sure if I understood your question: you want a custom column for folders that shows all labels that are assigned to files that sit in this folder?

Something like this:

for labels instead of camera models?

You need to create file File Type Group named e.g. "3D objects", add desired extensions to the group. Then the group will appear in:

Preferences / Folders / Folder Formats / Content Type Formats

You may then edit the format, adding Label column.

EDIT: or rather adding Status Icons column.

  1. Settings - File Types...

Add a new "File Type Group"
2024-09-17_222633

  1. Activate this new new "File Type Group" and edit it.

Here are an cutout of the lister.
automaticFolderFileType

Like that?

type match folders
and foldercontent match ( 
	name match "*(max|c4d|fbx|obj)"
)

You have to create a new filter for each label.

I have created Labels like this
Label Definition

In the Root Folder of 3D-Models have different types in it and then in the status label column i want to display all of the Icons that are in the folder

2024-09-17_233151
2024-09-17_233313

I think it will be Work now, but the label dont going upstairs to the root folder.