Kodi addon (plugin.video.torttube) shell with Cargo workspace for the rustypipe-backed sidecar binary. No working extraction yet — addon.xml parses, main.py is a notification stub, sidecar's main.rs prints scaffold banner. See MILESTONES.md for M1..M6. License: GPL-3.0-or-later (matches rustypipe + NewPipeExtractor).
10 lines
320 B
XML
10 lines
320 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<settings version="1">
|
|
<section id="torttube">
|
|
<category id="general" label="General">
|
|
<group id="placeholder">
|
|
<!-- M2+ — SponsorBlock category toggles, sidecar path override, etc. -->
|
|
</group>
|
|
</category>
|
|
</section>
|
|
</settings>
|