2020-12-08, 09:30
(2020-12-08, 02:53)LongMan Wrote: If all your 2160p movies are in the same folder, filter for that folder. There is then no need for exclusion.
ie
< ?xml version='1.0' encoding='UTF-8'?>
<node order="10" type="folder">
<label>20382</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<path>videodb://recentlyaddedmovies/</path>
<rule field="path" operator="contains">
<value>movies/2160p</value>
</rule>
</node>
< ?xml version='1.0' encoding='UTF-8'?>
<node order="10" type="folder">
<label>20382</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<path>videodb://recentlyaddedmovies/</path>
<rule field="path" operator="contains">
<value>movies/4K</value>
</rule>
</node>
Use option 1 or 2 depending on how you named the folders.
NB Since you are using path contains, there is no need for the full path, only the part of it that is distinct from the other folders
Hope that helps.
Cheers
Thanks, I thought that was the case but wanted to err on the side of being more restrictive just in case. All of the 4K movies live in /media/movies/4K/(whatever). I'd end up using the second one due to that, but like I said the "Recently Added" is only showing the non-4K movies and I can't figure out what I'm doing wrong.