diff --git a/plugins/twitcharr/README.md b/plugins/twitcharr/README.md new file mode 100644 index 0000000..89838f0 --- /dev/null +++ b/plugins/twitcharr/README.md @@ -0,0 +1,5 @@ +# Twitcharr + +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. + +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. diff --git a/plugins/twitcharr/plugin.json b/plugins/twitcharr/plugin.json new file mode 100644 index 0000000..10f5a12 --- /dev/null +++ b/plugins/twitcharr/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "Twitcharr", + "version": "1.2.25", + "description": "Twitch live-TV plugin for Dispatcharr with automatic channels, streams, XMLTV guide data and Streamlink playback.", + "author": "eliasbruno124-dev", + "maintainers": ["eliasbruno124-dev"], + "license": "MIT", + "source_type": "external", + "source_url": "https://github.com/eliasbruno124-dev/Twitcharr/releases/download/v{version}/twitcharr.zip", + "repo_url": "https://github.com/eliasbruno124-dev/Twitcharr" +}