From 8281a255622eb4c2174985aa99773e72f16a59b5 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sun, 14 Jan 2024 14:59:36 +0100 Subject: [PATCH] reorg and update logs --- data/films/log.json | 11 +++++++++++ data/{tv => tv-episodes}/log.json | 0 data/{tv/log-shows.json => tv-series/log.json} | 0 data/{tv => tv-series}/wishlist.json | 0 4 files changed, 11 insertions(+) rename data/{tv => tv-episodes}/log.json (100%) rename data/{tv/log-shows.json => tv-series/log.json} (100%) rename data/{tv => tv-series}/wishlist.json (100%) diff --git a/data/films/log.json b/data/films/log.json index 4fa55b8..9e09788 100644 --- a/data/films/log.json +++ b/data/films/log.json @@ -1,4 +1,15 @@ [ + { + "id": 18491, + "title": "Neon Genesis Evangelion: The End of Evangelion", + "original_language": "ja", + "original_title": "\u65b0\u4e16\u7d00\u30a8\u30f4\u30a1\u30f3\u30b2\u30ea\u30aa\u30f3\u5287\u5834\u7248 Air\uff0f\u307e\u3054\u3053\u308d\u3092\u3001\u541b\u306b", + "overview": "The second of two theatrically released follow-ups to the Neon Genesis Evangelion series. Comprising of two alternate episodes which were first intended to take the place of episodes 25 and 26, this finale answers many of the questions surrounding the series, while also opening up some new possibilities.", + "poster_path": "/j6G24dqI4WgUtChhWjfnI4lnmiK.jpg", + "release_date": "1997-07-19", + "date_added": "2024-01-14", + "date_watched": "2024-01-14" + }, { "id": 613, "title": "Downfall", diff --git a/data/tv/log.json b/data/tv-episodes/log.json similarity index 100% rename from data/tv/log.json rename to data/tv-episodes/log.json diff --git a/data/tv/log-shows.json b/data/tv-series/log.json similarity index 100% rename from data/tv/log-shows.json rename to data/tv-series/log.json diff --git a/data/tv/wishlist.json b/data/tv-series/wishlist.json similarity index 100% rename from data/tv/wishlist.json rename to data/tv-series/wishlist.json