#Why the RT on Watched After Modifying Ratings Default?
1 messages · Page 1 of 1 (latest)
📝 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.
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]
As stated in general chat, there are numerous searches happening. If you only changed one line of code, then that’s why
Any guidance on what to look for? I realize a lot is happening, that that would be too good to be true..
Each overlay on that file. It isn’t just one overlay.
There's only the one plex_search though.. I don't understand how else to apply unplayed
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
without the modified ratings.yml there's not a lot to comment on.
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>>
By the look of the log the movie library anyway seems to be behaving as expected.
It's really strange that it's only rt on about half of my movies
There's so much goig on here that it's hard to winnow the chaff and get to the interesting part.
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.
copy
How exactly do you "change config to point at the copy"?
replace:
- default: ratings
with
- file: /path/to/your/ratings.yml
Good info, thanks!