From 2334c898ddd10ab56bf117b17c451b106e39c6ee Mon Sep 17 00:00:00 2001 From: mrcanelas Date: Thu, 31 Oct 2024 19:24:48 -0300 Subject: [PATCH] Add suports to personal lists #17 --- beamup.json | 2 +- configure.html | 30 ++++++- index.js | 39 +++++++-- lib/getCatalog.js | 102 +++++++++++------------ lib/getManifest.js | 143 +++++++++------------------------ lib/getPersonalLists.js | 31 +++++++ lib/getSession.js | 25 ++++++ lib/getTrending.js | 6 +- package-lock.json | 2 +- package.json | 2 +- static/translations.json | 169 ++++++++++++++++++++++----------------- utils/parseProps.js | 6 +- 12 files changed, 306 insertions(+), 251 deletions(-) create mode 100644 lib/getPersonalLists.js create mode 100644 lib/getSession.js diff --git a/beamup.json b/beamup.json index 1595aff..068bcb8 100644 --- a/beamup.json +++ b/beamup.json @@ -1,4 +1,4 @@ { "projectName": "tmdb-addon", - "lastCommit": "d6b45b1" + "lastCommit": "14e09fd" } \ No newline at end of file diff --git a/configure.html b/configure.html index a6f4676..3febb61 100644 --- a/configure.html +++ b/configure.html @@ -236,7 +236,7 @@ Logo

The Movie Database Addon

-

3.0.16

+

3.0.17

Metadata provided by TMDB.

This addon has more :

@@ -481,6 +481,10 @@
+ + + +
@@ -489,6 +493,17 @@