fix(kodihelper): Fixes problems with url encoding the tvshowtitle
[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 - 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/))
17 - Inputstream.adaptive [v2.0.4](https://github.com/peak3d/inputstream.adaptive)
18
19 FAQ
20 ---
21
22 - [Does it work with Kodi 17](https://github.com/asciidisco/plugin.video.netflix/issues/25)
23 - [Does it work on a RPI](https://github.com/asciidisco/plugin.video.netflix/issues/28)
24 - [Which video resolutions are supported](https://github.com/asciidisco/plugin.video.netflix/issues/27)
25
26 Functionality
27 -------------
28 - Multiple profiles
29 - Search Netflix (incl. suggestions)
30 - Netflix categories, recommendations, "my list" & continue watching
31 - Rate show/movie
32 - Add & remove to/from "my list"
33 - 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` )
34
35 ToDo
36 ----
37
38 > Note: Those Todos are considered enhancements, they´re not issues, nor they prevent the usage of the plugin for everyday business
39
40 If you feel, you´d like to contribute to this plugin or directly work on one of these items,
41 please open an issue & we can provide you with some help to get started
42
43 - [ ] Add missing meta data for episodes/seasons (Cast, bookmark position, etc.)
44 - [ ] Change list of shows to actual list of episodes in the "Continue watching"" section, like it´s done on the website
45 - [ ] Enable possibility to export single episodes or seasons to the Library
46 - [ ] Evaluate idea of an auto updating library exporter that keeps track (on Plugin start/on Service start maybe)
47 - [ ] 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
48 - [ ] 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
49
50 Something doesn't work
51 ----------------------
52
53 If something doesn't work for you, please:
54
55 - Make sure all prerequisites are met
56 - Enable verbose logging in the plugin settings
57 - Enable the Debug log in you Kodi settings
58 - Open an issue with a titles that summarises your problems and include:
59         - Kodi version (git sha if possible)
60         - Inputstream.adaptive version (git sha if possible)
61         - Your OS and OS version
62         - Libwedevine version
63         - A Kodi debug log that represents your issue
64
65 Donate
66 ------
67
68 If you like this project feel free to buy us some cups of coffee.
69 Our bitcoin address is: 1DHGftMkFXXsDY7UnqQuatWwxQzKVu88sF
70
71 Licence
72 -------
73
74 Licenced under The MIT License.
75 Includes [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser) by [Piotr Dabkowski](https://github.com/PiotrDabkowski)