From b31bbdf6cf133f16752a7b0f78cbe9ae2fa667e2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 15 Aug 2020 20:46:59 +0200 Subject: Add youtube recommendations based on unwatched related videos --- include/QuickMedia.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 9bf2d0f..d055c1a 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -59,6 +59,7 @@ namespace QuickMedia { void plugin_get_watch_history(Plugin *plugin, BodyItems &history_items); Json::Value load_video_history_json(Plugin *plugin); + Json::Value load_recommended_json(Plugin *plugin); private: Display *disp; sf::RenderWindow window; @@ -96,5 +97,6 @@ namespace QuickMedia { bool use_system_mpv_config = false; // TODO: Save this to config file when switching modes ImageViewMode image_view_mode = ImageViewMode::SINGLE; + BodyItems related_media; }; } \ No newline at end of file -- cgit v1.2.3