Simplify NetflixSession.parse_genres_for_video().
[plugin.video.netflix.git] / README.md
1 # plugin.video.netflix
2
3 ## Netflix Plugin for Kodi 18
4
5 <span class="badge-bitcoin"><a href="https://blockchain.info/address/1DHGftMkFXXsDY7UnqQuatWwxQzKVu88sF" title="Donate to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
6
7 Disclaimer
8 -------------
9 This plugin is not officially commisioned/supported by Netflix.
10 The trademark "Netflix" is registered by "Netflix, Inc."
11
12 Prerequisites
13 -------------
14
15 - Kodi 18 [nightlybuild](http://mirrors.kodi.tv/nightlies/)
16 - Inputstream.adaptive [>=v2.0.4](https://github.com/peak3d/inputstream.adaptive) (should be included in your Kodi 18 installation)
17 - 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/))
18
19 Installation & Updates
20 ----------------------
21
22 You can use [our repository](https://github.com/kodinerds/repo/raw/master/repository.netflix/repository.netflix-1.0.1.zip) to install plugin. Using this, you´ll immediately receive updates once a new release has been drafted.
23
24 FAQ
25 ---
26
27 - [Does it work with Kodi 17](https://github.com/asciidisco/plugin.video.netflix/issues/25)
28 - [Does it work on a RPI](https://github.com/asciidisco/plugin.video.netflix/issues/28)
29 - [Which video resolutions are supported](https://github.com/asciidisco/plugin.video.netflix/issues/27)
30
31 Functionality
32 -------------
33 - Multiple profiles
34 - Search Netflix (incl. suggestions)
35 - Netflix categories, recommendations, "my list" & continue watching
36 - Rate show/movie
37 - Add & remove to/from "my list"
38 - 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` )
39
40 Something doesn't work
41 ----------------------
42
43 If something doesn't work for you, please:
44
45 - Make sure all prerequisites are met
46 - Enable verbose logging in the plugin settings
47 - Enable the Debug log in you Kodi settings
48 - Open an issue with a titles that summarises your problems and include:
49         - Kodi version (git sha if possible)
50         - Inputstream.adaptive version (git sha if possible)
51         - Your OS and OS version
52         - Libwedevine version
53         - A Kodi debug log that represents your issue
54
55 Donate
56 ------
57
58 If you like this project feel free to buy us some cups of coffee.
59 Our bitcoin address is: `1DHGftMkFXXsDY7UnqQuatWwxQzKVu88sF`
60
61 Licence
62 -------
63
64 Licenced under The MIT License.
65 Includes [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser) by [Piotr Dabkowski](https://github.com/PiotrDabkowski)