-
-
Notifications
You must be signed in to change notification settings - Fork 263
Expert settings
Performs self-configuration of the add-on. This include configuration of profiles, InputStream Adaptive, and some Kodi settings.
Useful to restore the settings after a wrong configuration.
When enabled enable DDPlus and DDPlus HQ and DDAtmos on premium accounts. When disabled allow only 2.0 audio tracks.
Allow get VP9 video streams. If your device does not have full support for this codec, the video startup may crash or cause display problems.
Allow get HEVC video streams. If your device does not have full support for this codec, the video startup may crash or cause display problems. (may not work on systems other than Android or MacOS).
To be used only in case of display problems with subtitles.
For testing purposes only.
The HDCP 2.2 streams are automatically enabled when a device have Widevine certification with a 4K certified display, see Readme.
- Disabled - Logging info completely disabled (save CPU resources)
- Info - Basic logging info
- Verbose - Detailed logging info (allow to analyze issues)
For debug purposes only. Enables the collection of execution time statistics of the source code, concerning the methods executed.
Force a maximum resolution limit. This runs at a low level, it limits the video streams sent to InputStreamAdaptive/Kodi.
To be used with caution. This parameter allows you to select a CDN server for streaming. It may help in some cases of stream instability, causing video interruptions or the failure to play some videos.
Then, use only if:
- You have streaming errors in log like this:
CCurlFile::FillBuffer - Failed: Timeout was reached(x) CCurlFile::Open failed with code 0 for https://ipv4.... CVideoPlayer::OpenInputStream - error opening
- You have ISP network issue
The CDN server with a lower index (rank) is the most reliable one and with the fastest connection which is the server that is usually used.
Therefore the CDN Server 1
is the default choice, try to change only for the problems described above.
The IPC allows the communication between different processes of the add-on, not to be confused with internet communication. By default IPC communication is done by using the AddonSignals plugin.
In some cases the use of this plugin by many add-ons could cause timeout problems, so you can activate the IPC over HTTP to exclude IPC over AddonSignals.
Some devices are declared as Widevine security level L1, but they have a broken/wrong implementation of Widevine or MediaCodec API, that will cause impossibility to playback videos, so with no pictures or with an error raised as Request failed validation during key exchange
.
The only way to have a possibility to playback videos with this devices, are:
- Try request/do a firmware update of device to the manufacturer
- Try to enable this option
When you enable this option:
- If you get this error
Request failed validation during key exchange
, means that you can not use your device with Netflix add-on. - If you can play videos, you can only see them only at SD quality.
Allows you to specify the use of an ESN of your certified device, by excluding the automatically generated ESN.
To be inserted only and exclusively in case of problems.
Reset any settings and ESN data stored in the database, and generates a new ESN.
User Documentation
- How install the addon
- Login with Authentication key
- Sync of watched status with Netflix
- FAQ (Audio, Video, Subtitle, Other)
- FAQ (Errors)
- Library settings
- Expert settings
- How to export and sync tv shows and movies in Kodi library
- Share STRM library with multiple devices
- List of 1080P 4k Android tested devices
- My credentials are safe?
- VPN and Proxy
- Key mapping
Development
- Dev. guidelines and philosophy
- Dev. documentation
- Dev. basic info
- Dev. unresolved issues
- Dev. Add-on versioning
- Dev. PyCrypto packages
About