chore(docs): Update README
[plugin.video.netflix.git] / README.md
1 # plugin.video.netflix
2
3 ## Netflix Plugin for Kodi 18
4
5
6 ###Prerequisites
7 ----------------
8
9 - Kodi 18 [agile build](https://github.com/FernetMenta/kodi-agile)
10 - 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/))
11 - Inputstream.adaptive [agile branch build](https://github.com/liberty-developer/inputstream.adaptive/tree/agile)
12
13 ###Functionality
14 ----------------
15 - Multiple profiles
16 - Search Netflix (incl. suggestions)
17 - Netflix categories, recommendations, "my list" & continue watching
18 - Rate show/movie
19 - Add & remove to/from "my list"
20 - 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` )
21
22 ###ToDo
23 ----------------
24 - [ ] Add missing meta data for episodes/seasons (Cast, bookmark position, etc.)
25 - [ ] Change list of shows to actual list of episodes in the "Continue watching"" section, like it´s done on the website
26 - [ ] Enable possibility to export single episodes or seasons to the Library
27 - [ ] Evaluate idea of an auto updating library exporter that keeps track
28
29 ###Error Handling
30 -----------------
31
32 If something doesn't work for you, please:
33
34 - Make sure all prerequisites are met
35 - Enable verbose logging in the plugin settings
36 - Enable the Debug log in you Kodi settings
37 - Open an issue with a titles that summarises your problems and include:
38         - Kodi version (git sha as long as we´re on agile only)
39         - Inputstream.adaptive version (git sha as long as we´re on the agile branch)
40         - Your OS and OS version
41         - Libwedevine version
42         - A Kodi debug log that represents your issue
43         
44 ###Licence
45 -----------------       
46
47 Licenced under The MIT License.
48 Includes [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser) by [Piotr Dabkowski](https://github.com/PiotrDabkowski)
49