config/memory/tv-shows.json
2026-02-07 15:15:32 +00:00

145 lines
4.1 KiB
JSON

{
"description": "TV shows tracking for recommendations",
"shows": [
{
"title": "Monarch: Legacy of Monsters",
"status": "watching",
"startedWatching": "2026-02-04",
"currentEpisode": 2,
"platform": "Apple TV+",
"genre": ["Sci-Fi", "Fantasy", "Drama", "Action & Adventure"],
"universe": "MonsterVerse (Godzilla)",
"rating": null,
"notes": "Features Kurt Russell & Wyatt Russell. Ask when finished."
},
{
"title": "Fallout",
"status": "watching",
"season": 2,
"platform": "Prime Video",
"genre": ["Sci-Fi", "Post-apocalyptic", "Drama"],
"notes": "Season 2 finale ready to watch as of Feb 4"
},
{
"title": "Prodigal Son",
"status": "watched",
"genre": ["Crime", "Drama", "Thriller"],
"notes": "Was watching Feb 3"
},
{
"title": "Hijack",
"status": "watching",
"season": 2,
"platform": "Apple TV+",
"genre": ["Thriller", "Drama"],
"notes": "S2 finale drops March 4, 2026"
}
],
"history": [
{
"title": "Wheel of Time",
"rating": "liked",
"genre": ["Fantasy", "Adventure"]
},
{
"title": "Stargate SG-1",
"rating": "liked",
"genre": ["Sci-Fi", "Adventure", "Military"]
},
{
"title": "Stargate Atlantis",
"rating": "liked",
"genre": ["Sci-Fi", "Adventure", "Military"]
},
{
"title": "Doctor Who",
"rating": "liked",
"genre": ["Sci-Fi", "Adventure", "Time travel"]
},
{
"title": "Chuck",
"rating": "liked",
"genre": ["Action", "Comedy", "Spy"],
"notes": "Light-hearted spy action"
},
{
"title": "Sherlock",
"rating": "liked",
"genre": ["Crime", "Mystery", "Drama"]
},
{
"title": "Psych",
"rating": "liked",
"genre": ["Comedy", "Crime", "Mystery"],
"notes": "Light-hearted crime procedural"
},
{
"title": "Big Bang Theory",
"rating": "liked",
"genre": ["Sitcom", "Comedy"]
},
{
"title": "King of Queens",
"rating": "liked",
"genre": ["Sitcom", "Comedy"]
},
{
"title": "Stranger Things",
"rating": "liked early seasons",
"genre": ["Sci-Fi", "Fantasy", "Horror"],
"notes": "First seasons good, later seasons declined"
},
{
"title": "Breaking Bad",
"rating": "liked",
"genre": ["Drama", "Crime", "Thriller"]
},
{
"title": "Ted Lasso",
"rating": "liked",
"genre": ["Comedy", "Feel-good"]
},
{
"title": "The Boys",
"rating": "liked",
"genre": ["Action", "Superhero", "Dark comedy"]
},
{
"title": "Jack Ryan",
"rating": "liked",
"genre": ["Action", "Thriller", "Spy"]
},
{
"title": "Reacher",
"rating": "liked",
"genre": ["Action", "Crime", "Thriller"]
},
{
"title": "Game of Thrones",
"rating": "no",
"genre": ["Fantasy", "Drama"],
"notes": "Didn't enjoy - but likes other fantasy (Wheel of Time)"
},
{
"title": "The Office (US)",
"rating": "meh",
"genre": ["Comedy", "Mockumentary"]
}
],
"notSeen": ["The Expanse", "Succession", "The Bear", "True Detective", "Mindhunter", "Ozark", "What We Do in the Shadows"],
"preferences": {
"likedGenres": ["Sci-Fi", "Action", "Thriller", "Spy", "Crime/Mystery", "Sitcom", "Feel-good comedy", "Fantasy/Adventure"],
"patterns": [
"Big sci-fi fan (Stargate, Doctor Who, Fallout)",
"Enjoys fantasy adventure (Wheel of Time) - GoT was exception not rule",
"Loves action thrillers (Reacher, Jack Ryan, The Boys)",
"Appreciates light-hearted comedy-action blends (Chuck, Psych)",
"Classic sitcom fan (Big Bang Theory, King of Queens)",
"Likes clever mysteries (Sherlock)",
"Quality drama with tight storytelling (Breaking Bad)",
"Prefers shows that stay focused - lost interest when Stranger Things dragged"
],
"notLiked": ["Game of Thrones specifically", "Mockumentary style (Office was meh)"],
"notes": ["Broad taste but leans toward fun/adventurous over grimdark"]
}
}