Process Logical Editor - Missing Ruler Track

I’m using the editor to write filters to hide and show tracks.

All works ok except if I want to use the following function

Media type is >> equal to >> Ruler

The problem is there is no option for a ruler track.

Any ideas?? Thanks

How about…
Container___Equal___Track___And
Name___Equal___Ruler

That’s almost a workaround except the full function is:

Filter Target>>
AND
Name Contains not “Violin”
Container type = Track
AND
Media Type =/= Video
AND
Media Type =/= Automation
AND
Etc. with all track types listed*

Action Target>>>
track Operation - Hide Track - Enable

This function works really well at filtering off all the tracks that do not have “Violin” in the name but leaving all the other tracks like video and markers etc.

But because the list of “Media Type” track types does not contain Ruler, this gets filtered off and I want it to stay.

If I use the work around you have suggested then I’d need to put

Name___Not Equal___Ruler and then this hides all the tracks leaves the Ruler But I don’t understand why the ruler track just can’t be listed like the rest of them??

*Ruler is not listed.

Quick update -

if I change the Name___Not Equal___Ruler

to
Name___Contains Not___Ruler

Then I get the desired functionality in this case but my query still stands - I don’t understand why the ruler track just can’t be listed like the rest of them??

I must apologise :blush: :wink: … I don’t know what planet I was visiting when I posted that “workaround”… because, of course, a Ruler Track doesn’t even have the word “Ruler” in its name! (I can only think that I tried it out on a Marker track instead… sorry :wink: )