Chatty twitch client, streamlink, and mpv in a flatpak
flatpak
flatpak-builder (When building yourself)
~7 minutes to download and build on a 4 core 3.7Ghz CPU
git clone https://github.com/FaithBeam/flatpak-chatty.git
cd flatpak-chatty/
make pre-build
make build
make install
Download your preferred version on the releases page
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freedesktop.Platform//18.08 org.freedesktop.Sdk//18.08
flatpak install --user --bundle the-file-you-just-downloaded.flatpak
flatpak run org.chatty.chatty
- Click Extra
- Click Livestreamer
- Click Enable context menu entry
- Click Edit under Base command
- Replace livestreamer with streamlink -p mpv
- Click save
It should look like this
make uninstall
OR
flatpak uninstall --user org.chatty.chatty