2025-01-16, 22:45
I do have a large library and want to exclude certain content for it.
Is there a way to exclude movies based on for example rating or year based on the metadata information?
I found a way to use regex to exclude files based on their names.
For example:
<excludefromlisting>
<regexp>/^\./gm</regexp>
</excludefromlisting>
I am looking for a more advanced way to do this based on metadata?
Thank you
Is there a way to exclude movies based on for example rating or year based on the metadata information?
I found a way to use regex to exclude files based on their names.
For example:
<excludefromlisting>
<regexp>/^\./gm</regexp>
</excludefromlisting>
I am looking for a more advanced way to do this based on metadata?
Thank you