Video plugin for Kodi mediacenter. This Kodi Add-on provides a minimal interface for Picta.
- Discover new videos
- Play videos
- Python requests library packed for KODI
- Add-ons VideoPlayer InputStream
For Kodi v19.4 (Matrix) and latest releases
winget install -e --id XBMCFoundation.Kodi
sudo apt install software-properties-common
sudo add-apt-repository -y ppa:team-xbmc/ppa
sudo apt install kodi
sudo apt install kodi-inputstream-adaptive kodi-inputstream-ffmpegdirect
Package available for archlinux users
with yay
yay -S kodi-plugin-video-picta-bin
with paru
paru -S kodi-plugin-video-picta-bin
- Open Kodi, go to
Add-ons / Kodi Add-on repository / Video add-ons / Picta
and selectInstall
- Download the latest release (
plugin.video.picta-kodi_19.zip
)
- Copy the zip file to your Kodi system
- Windows:
%APPDATA%\Kodi
- Linux:
~/.kodi
- Windows:
- Open Kodi, go to
Add-ons / Add-on browser
and selectInstall from zip file
- Select the file
plugin.video.picta-kodi_19.zip
This plugin follow the code style from "Very simple video plugin for Kodi mediacenter"
Rules for plugins by romanvm
- If a ListItem opens a lower lever list, it must have
isFolder = True
- If a ListItem calls a playback function that ends with
setResolvedUrl
, it must havesetProperty('isPlayable', 'true')
andisFolder = False
- If a ListItem does any other task except for mentioned above, is must have
isFolder = False
(and only this)
- Add-on development
- Create add-on PRs using Git Subtree Merging
- Create a Kodi add-on repository from add-on sources
- HOW-TO:Install Kodi for Linux
- Add-on:Inputstream FFmpeg Direct
This add-on is licensed under the MIT License - see LICENSE.txt for details.