Declare plugin.video.youtube as a Kodi addon dep

addon.xml now requires plugin.video.youtube >=7.0.0 in addition to
xbmc.python and (optional) inputstream.adaptive. When a user installs
torttube, Kodi resolves the dep and auto-fetches plugin.video.youtube
from the official Kodi addon repository — user only manages torttube,
the dep is transparent.

This is Cobb's preferred 'one-addon experience' without the
maintenance liability of vendoring + maintaining 5.6MB / 15k LOC of
their player code in our tree.

README architecture diagram updated to show pv.youtube as a dependency
rather than a sibling. docs/install.md notes that Kodi auto-installs
the dep — no manual pv.youtube step needed.

Addon version 0.0.12.
This commit is contained in:
Kayos 2026-05-23 12:15:06 -07:00
parent 365badd502
commit ffc7332910
3 changed files with 27 additions and 9 deletions

View file

@ -23,7 +23,10 @@ drops the result at `/mnt/user/downloads/torttube/` (Lucy SMB).
`smb://lucy/downloads/` → name it `lucy-downloads`.
2. Settings → Add-ons → Install from zip file → `lucy-downloads`
`torttube/plugin.video.torttube-<version>.zip`.
3. Kodi installs, the addon appears under Video add-ons.
3. Kodi installs torttube **and automatically installs
`plugin.video.youtube`** from the official Kodi repo because it's
declared as a dep in our addon.xml. No separate install step needed.
4. The addon appears under Video add-ons.
Unsigned addons need `Settings → System → Add-ons → Unknown sources` ON.