You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ This plugin displays lists of movies classified into different categories.
8
8
It tries to find these movies in your library so you can watch them without waiting.
9
9
10
10
The lists presented have been scraped from reputable sites and converted into a JSON format usable by this plugin.
11
-
The lists of movies are stored and so downloaded from a server located at https://jlom.fly.dev
11
+
The lists of movies are hosted on https://github.com/lbnt/jlom_lists
12
12
13
13
There are 2 types of lists:
14
-
- list of folders : which are high-level lists to classify the movies (example https://jlom.fly.dev/folder_list?id=the_very_best)
15
-
- list of movies : the actual list of movies (example https://jlom.fly.dev/folder_list?id=BFI-greatest_films_of_all_time)
14
+
- list of folders : which are high-level lists to classify the movies https://github.com/lbnt/jlom_lists/tree/main/folder_list
15
+
- list of movies : the actual list of movies https://github.com/lbnt/jlom_lists/tree/main/movie_list
16
16
17
17
## How to install this plugin
18
+
Use this url https://lbnt.github.io/repository.lbnt/ as a source in Kodi, install my repo and from the repo install the addon.
19
+
or
18
20
Just download the last release of this plugin and then follow the instructions in the kodi wiki https://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file
0 commit comments