Skip to content

Commit ff09842

Browse files
[twitcharr] Add Twitcharr plugin (#106)
1 parent c486c26 commit ff09842

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

plugins/twitcharr/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Twitcharr
2+
3+
Twitcharr adds Twitch live streams to Dispatcharr as TV channels. It creates channels, streams, XMLTV guide data, and a StreamProfile from Twitch usernames, URLs, or discovery rules.
4+
5+
The plugin uses anonymous Twitch metadata and does not require a Twitch login, OAuth token, Client ID, Client Secret, or Twitch API key. Playback requires Streamlink in the Dispatcharr container.

plugins/twitcharr/plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Twitcharr",
3+
"version": "1.2.25",
4+
"description": "Twitch live-TV plugin for Dispatcharr with automatic channels, streams, XMLTV guide data and Streamlink playback.",
5+
"author": "eliasbruno124-dev",
6+
"maintainers": ["eliasbruno124-dev"],
7+
"license": "MIT",
8+
"source_type": "external",
9+
"source_url": "https://github.com/eliasbruno124-dev/Twitcharr/releases/download/v{version}/twitcharr.zip",
10+
"repo_url": "https://github.com/eliasbruno124-dev/Twitcharr"
11+
}

0 commit comments

Comments
 (0)