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
35 ###Something doesn't work
36 -------------------------
37
38 If something doesn't work for you, please:
39
40 - Make sure all prerequisites are met
41 - Enable verbose logging in the plugin settings
42 - Enable the Debug log in you Kodi settings
43 - Open an issue with a titles that summarises your problems and include:
44         - Kodi version (git sha as long as we´re on agile only)
45         - Inputstream.adaptive version (git sha as long as we´re on the agile branch)
46         - Your OS and OS version
47         - Libwedevine version
48         - A Kodi debug log that represents your issue
49
50 ###Licence
51 -----------------
52
53 Licenced under The MIT License.
54 Includes [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser) by [Piotr Dabkowski](https://github.com/PiotrDabkowski)