Metadata-Version: 1.1
Name: sublime-music
Version: 0.8.10
Summary: A native GTK *sonic client.
Home-page: https://gitlab.com/sumner/sublime-music
Author: Sumner Evans
Author-email: sumner.evans98@gmail.com
License: GPL3
Description: Sublime Music
        =============
        
        A GTK3 `Revel`_/`Subsonic`_/`Airsonic`_/\*sonic client for the Linux Desktop.
        
        .. _Revel: https://gitlab.com/robozman/revel
        .. _Subsonic: http://www.subsonic.org/pages/index.jsp
        .. _Airsonic: https://airsonic.github.io/
        
        Built using Python and GTK+.
        
        Features
        --------
        
        - Connect to multiple Subsonic-API-compliant servers.
        - Play music through Chromecasts on the same LAN.
        - DBus MPRIS interface integration for controlling Sublime Music via
          ``playerctl``, ``i3status-rust``, KDE Connect, and other DBus MPRIS clients.
        - Browse Albums, Artists, and Playlists.
        - Play queue.
        - Create/delete/edit Playlists.
        - Cache songs for offline listening.
        
        Installation
        ------------
        
        **Via the AUR**:
        
        Install the |AUR Package|_. Example using ``yay``::
        
            yay -S sublime-music
        
        .. |AUR Package| replace:: ``sublime-music`` package
        .. _AUR Package: https://aur.archlinux.org/packages/sublime-music/
        
        **Via Flatpak**:
        
        In the future, you will be able to install via Flathub. For now, if you want to
        try the Flatpak, you will have to install it manually by visiting the Releases_
        page and downloading the ``.flatpak`` file from there.
        
        Then, you can install Sublime Music with::
        
            sudo flatpak install sublime-music.flatpak
        
        and run it by executing::
        
            flatpak run com.sumnerevans.SublimeMusic
        
        .. _Releases: https://gitlab.com/sumner/sublime-music/-/releases
        
        **Via PyPi**::
        
            pip install sublime-music
        
        Development Setup
        -----------------
        
        Requirements:
        
        - Python 3.7
        - GTK3
        - GLib
        - Probably other things... Please create an MR with any other dependencies that
          you had to install to develop the app.
        
        Install the Sublime Music app locally (commands may differ from what is
        described below, this is merely an outline)::
        
            pip install -e . --user
            pip install -r dev-requirements.txt
        
        Building the flatpak
        ^^^^^^^^^^^^^^^^^^^^
        
        - A flatpak-builder environment must be setup on the build machine to do a
          flatpak build. This includes ``org.gnome.SDK//3.34`` and
          ``org.gnome.Platform//3.34``.
        - The ``flatpak`` folder contains the required files to build a flatpak package.
        - The script ``flatpak_build.sh`` will run the required commands to grab the
          remaining dependencies and build the flatpak.
        
Keywords: airsonic subsonic libresonic music
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
