#Content Rating and Episodes
1 messages · Page 1 of 1 (latest)
Thanks for responding, I was following that guide, but it didn’t seem to like “type:episode AND plot:christmas AND content_rating:”TV-PG”” that returns 0 content.
It seems like it doesn’t like content_rating and type:episode
Never mind, just seen () I’ll give that a shot
wait i remember having similar difficulties with wanting christmas episodes from a particular studio
it's because content_rating is a show tag, and not an episode tag
a few show tags are inherited by episodes, as seen here:
show_content_rating would need to be added for what you want to do to work i think
I’m wondering if I can do (type:show AND content_rating:pg) AND (plot:christmas AND type:episode)
nah cause show results and episode results are separate
if you search using only content_rating, it won't return any episodes, only shows
whereas if you search plot:, it will return both
because plot is a tag that both shows and episodes have
adding more tags only narrows down the initial search, so you're starting with only shows, and then adding episode tags they don't have
you can probably get show_content_rating added though, it's a pretty valid usecase imo
honestly i think most if not all the show tags should be inherited by their episodes
(i was the one who first brought up show_studio and jason added it)
Ok, how would I go about getting that added? Post on GitHub or here better?
can post in #806909676289392667 , he should see it next time he's around
Thanks for the help!
no prob, i was having the exact same confusion before show_studio was added, it's not the most intuitive that shows and episodes are separate entities but it makes sense once you know about it