Skip to content

oleksis/plugin.video.picta

 
 

Repository files navigation

Picta Kodi Video Plugin

Video plugin for Kodi mediacenter. This Kodi Add-on provides a minimal interface for Picta.

Features

  • Discover new videos
  • Play videos

Requirements

Installation Kodi and InputStreams

For Kodi v19.4 (Matrix) and latest releases

Windows 10 / 11

winget install -e --id XBMCFoundation.Kodi

Ubuntu 20.04.5 LTS (Focal Fossa)

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

Archlinux AUR

Package available for archlinux users

with yay

yay -S kodi-plugin-video-picta-bin

with paru

paru -S kodi-plugin-video-picta-bin

Installation from Official Kodi Add-on repository

  • Open Kodi, go to Add-ons / Kodi Add-on repository / Video add-ons / Picta and select Install

Installation manual

  • Copy the zip file to your Kodi system
    • Windows: %APPDATA%\Kodi
    • Linux: ~/.kodi
  • Open Kodi, go to Add-ons / Add-on browser and select Install from zip file
  • Select the file plugin.video.picta-kodi_19.zip

Development

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 have setProperty('isPlayable', 'true') and isFolder = False
  • If a ListItem does any other task except for mentioned above, is must have isFolder = False (and only this)

Other links

Copyright and license

This add-on is licensed under the MIT License - see LICENSE.txt for details.