2021-01-10, 15:46
I've been using Amber for a couple of months now and it's been great, but with the most recent update the Recently Added has stopped filtering shows when using custom nodes. For example:
This is how I have my 4K movies recently added setup, but when I go into recently added, I see this:
https://i.imgur.com/azyk5ks.png (I don't want to paste the image since it's so huge).
That movie was added as a 1080p version recently, but I've had the 4K for a while, yet it's showing up in the library with other 4K movies. Puppet Master, The Accountant and The Martian are all in the same boat.
Along the same lines, In Progress is adding both 1080p and 4K to the same library for In Progress, specifically for TV.
The screenshot for that is here: https://imgur.com/a/2zl68AW
Code:
<?xml version='1.0' encoding='UTF-8'?>
<node order="10" type="filter">
<label>20382</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<content>movies</content>
<match>all</match>
<rule field="path" operator="contains">
<value>4K</value>
</rule>
<limit>25</limit>
<order direction="descending">dateadded</order>
</node>
This is how I have my 4K movies recently added setup, but when I go into recently added, I see this:
https://i.imgur.com/azyk5ks.png (I don't want to paste the image since it's so huge).
That movie was added as a 1080p version recently, but I've had the 4K for a while, yet it's showing up in the library with other 4K movies. Puppet Master, The Accountant and The Martian are all in the same boat.
Along the same lines, In Progress is adding both 1080p and 4K to the same library for In Progress, specifically for TV.
The screenshot for that is here: https://imgur.com/a/2zl68AW