#Why the RT on Watched After Modifying Ratings Default?

1 messages · Page 1 of 1 (latest)

unkempt wave
grave warrenBOT
#

📝 If you want to review this again, rothnd_07346:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#

Welcome @unkempt wave!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

grave warrenBOT
#
**User Info**

Author of Linked Message: TheOneTheOnly
Person who Invoked the Command: TheOneTheOnly
File Name: meta.log

Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation
Page 05: Plex Configuration - Section 1
Page 06: Rec 01 - ❌ PLAYLIST ERROR
Page 07: Rec 02 - ⚠️ [WARNING]

outer timber
#

As stated in general chat, there are numerous searches happening. If you only changed one line of code, then that’s why

unkempt wave
#

Any guidance on what to look for? I realize a lot is happening, that that would be too good to be true..

outer timber
#

Each overlay on that file. It isn’t just one overlay.

unkempt wave
#

There's only the one plex_search though.. I don't understand how else to apply unplayed

outer timber
#

But there are several overlays not just one. The plex search may only exist in one overlays, but you need to filter the other overlays

#

That single plex search does not cover all the ratings

proud thunder
#

without the modified ratings.yml there's not a lot to comment on.

unkempt wave
#

I literally added unplayed:true plex_search: all: unplayed: true <<rating_level_prefix>><<rating<<rating_num>>>>_rating.<<gsuffix>>: <<gte>> <<rating_level_prefix>><<rating<<rating_num>>>>_rating.<<lsuffix>>: <<lte>>

proud thunder
#

By the look of the log the movie library anyway seems to be behaving as expected.

unkempt wave
#

It's really strange that it's only rt on about half of my movies

proud thunder
#

There's so much goig on here that it's hard to winnow the chaff and get to the interesting part.

unkempt wave
#

Take that back. The other one's stuck to a few as well

#

So true

proud thunder
#

I'd suggest a small focused test library with just this one overlay in play.

#

Also, It seems like you are modifying the stock file in the stock location. You should make a copy and edit that, changing the config to point at your copy.

Editing the stock file will break updates.

unkempt wave
#

copy

unkempt wave
proud thunder
#

replace:

    - default: ratings

with

    - file: /path/to/your/ratings.yml
unkempt wave
#

Good info, thanks!