chore(readme): Minor additions
[plugin.video.netflix.git] / README.md
1 # plugin.video.netflix
2
3 ## Netflix Plugin for Kodi 18
4
5 ###Prerequisites
6 ----------------
7
8 - Kodi 18 [agile build](https://github.com/FernetMenta/kodi-agile)
9 - Libwidevine 1.4.8.962 (A german description how to get/install it, can be found [here](https://www.kodinerds.net/index.php/Thread/51486-Kodi-17-Inputstream-HowTo-AddOns-f%C3%BCr-Kodi-17-ab-Beta-6-aktuelle-Git-builds-Updat/))
10 - Inputstream.adaptive [agile branch build](https://github.com/liberty-developer/inputstream.adaptive/tree/agile)
11
12 ###Functionality
13 ----------------
14 - Multiple profiles
15 - Search Netflix (incl. suggestions)
16 - Netflix categories, recommendations, "my list" & continue watching
17 - Rate show/movie
18 - Add & remove to/from "my list"
19 - Export of complete shows & movies in local database (custom library folder can be configured, by default the .strm files are stored in `userdata/addon_data/plugin.video.netflix` )
20
21 ###ToDo
22 ----------------
23
24 > Note: Those Todos are considered enhancements, they´re not issues, nor they prevent the usage of the plugin for everyday business
25
26 If you feel, you´d like to contribute to this plugin or directly work on one of these items,
27 please open an issue & we can provide you with some help to get started
28
29 - [ ] Add missing meta data for episodes/seasons (Cast, bookmark position, etc.)
30 - [ ] Change list of shows to actual list of episodes in the "Continue watching"" section, like it´s done on the website
31 - [ ] Enable possibility to export single episodes or seasons to the Library
32 - [ ] Evaluate idea of an auto updating library exporter that keeps track (on Plugin start/on Service start maybe)
33 - [ ] If a new user has been created, they need to select their movie/show preferences to actually get started, we could provide the same mechanisms in Kodi
34 - [ ] Enable aggressive fetching of data in background (maybe using Futures), like the Netflix website does, to enhance the speed and the user experience when browsing the frontend
35
36 ###Something doesn't work
37 -------------------------
38
39 If something doesn't work for you, please:
40
41 - Make sure all prerequisites are met
42 - Enable verbose logging in the plugin settings
43 - Enable the Debug log in you Kodi settings
44 - Open an issue with a titles that summarises your problems and include:
45         - Kodi version (git sha as long as we´re on agile only)
46         - Inputstream.adaptive version (git sha as long as we´re on the agile branch)
47         - Your OS and OS version
48         - Libwedevine version
49         - A Kodi debug log that represents your issue
50
51 ###Licence
52 -----------------
53
54 Licenced under The MIT License.
55 Includes [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser) by [Piotr Dabkowski](https://github.com/PiotrDabkowski)