[SNIPPET] Separate 4K Movies and non-4K Movies

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[SNIPPET] Separate 4K Movies and non-4K Movies

Post by rednoah »

e.g. check {hd} high definition tag binding:

Format: Select all

{ hd == /UHD/ ? '4K Movies' : 'Movies' }

e.g. check {height} video resolution binding:

Format: Select all

{ height > 2000 ? '4K Movies' : 'Movies' }
:idea: Please read the FAQ and How to Request Help.
Post Reply