项目作者: FaithBeam

项目描述 :
Chatty twitch client, streamlink, and mpv in a flatpak
高级语言: Makefile
项目地址: git://github.com/FaithBeam/flatpak-chatty.git
创建时间: 2017-12-06T18:58:39Z
项目社区:https://github.com/FaithBeam/flatpak-chatty

开源协议:GNU General Public License v3.0

下载


flatpak-chatty

Chatty twitch client, streamlink, and mpv in a flatpak

Dependencies

  1. flatpak
  2. flatpak-builder (When building yourself)

Building & installing it yourself

~7 minutes to download and build on a 4 core 3.7Ghz CPU

  1. git clone https://github.com/FaithBeam/flatpak-chatty.git
  2. cd flatpak-chatty/
  3. make pre-build
  4. make build
  5. make install

Installing pre-built .flatpak

Download your preferred version on the releases page

  1. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  2. flatpak install flathub org.freedesktop.Platform//18.08 org.freedesktop.Sdk//18.08
  3. flatpak install --user --bundle the-file-you-just-downloaded.flatpak

Running the program

  1. flatpak run org.chatty.chatty

Required Configuration

  1. Click Extra
  2. Click Livestreamer
  3. Click Enable context menu entry
  4. Click Edit under Base command
  5. Replace livestreamer with streamlink -p mpv
  6. Click save

It should look like this

Configuration Example

Uninstalling

  1. make uninstall
  2. OR
  3. flatpak uninstall --user org.chatty.chatty