#Skadi v2
Skadi allows you to comfortably watch Twitch channels via streamlink / VLC (or any videoplayer compatible with streamlink) and to enjoy open the Twitch chat of the channels you are watching. Skadi can import the channels you follow from Twitch so you don't have to add them all manually and will display a notification if a channel goes live.
v2 is a rewrite using JavaFX and Java 8 features.
see https://github.com/s1mpl3x/skadi/releases
- Java 1.8u60+
- streamlink
- Chrome (or chromium)
- VLC (or any videoplayer compatible with streamlink, see streamlink documentation)
Make sure to keep streamlink and Java up to date.
- version check / update download
- import followed channels
- channel filtering
- streams can be opened in all available stream qualities
- chats are opened in chrome/chromium
- channel detail pane (double click on a channel or click the 'i' button) showing the channel panels, preview, stats, sub-emotes and a viewer graph
- light and dark theme
- table and grid view
- logging
- notifications if a channel goes live
- minimize to tray (https://javafx-jira.kenai.com/browse/RT-17503 uses old AWT API)
- drag and drop channel names/urls do add
- channel auto updated every 60s / force refresh
- twitch-auth and followed sync between Skadi and Twitch
see https://github.com/s1mpl3x/skadi/issues If you have a feature request or found a bug, create a new issue (and include the log file if appropriate).
If Skadi fails to open streams or chats with the default configuration values (see log file or the status bar), you might need to change the paths for Chrome or streamlink in the settings dialog. Often the problem isn't related to Skadi but to streamlink, so you might want to check if streamlink is setup correctly first.
The log and config are stored under {user.home}/.skadi/
and in the settings dialog there is a button to open the log.
launch Skadi via java -jar skadi.jar
if a double click on the jar does not work.
Skadi uses maven as build tool.
use mvn package
to build Skadi, result can be found at target/Skadi-xyz.jar