Skip to main content

A native GTK *sonic client.

Project description

Sublime Music Logo

Sublime Music is a native, GTK3 Subsonic/Airsonic/Revel/Gonic/Navidrome/Ampache/*sonic client for the Linux Desktop.

CI
Lint and Build GitHub Pages
Community
Matrix chat GPLv3 or later liberapay donate
Code
https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 https://img.shields.io/badge/code%20style-black-000000.svg
Packages
Packaging status

docs/_static/screenshots/play-queue.png

The Albums tab of Sublime Music with the Play Queue opened. More Screenshots

Features

  • Switch between multiple Subsonic-API-compliant [1] servers.

  • Play music through Chromecast devices on the same LAN.

  • Offline Mode where Sublime Music will not make any network requests.

  • DBus MPRIS interface integration for controlling Sublime Music via clients such as playerctl, i3status-rust, KDE Connect, and many commonly used desktop environments.

  • Browse songs by the sever-reported filesystem structure, or view them organized by ID3 tags in the Albums, Artists, and Playlists views.

  • Intuitive play queue.

  • Create/delete/edit playlists.

  • Download songs for offline listening.

Installation

Via the AUR:

Install the sublime-music package. Example using yay:

yay -S sublime-music

If you want support for storing passwords in the system keychain, also install python-keyring.

If you want support for playing on Chromecast devices, install python-pychromecast. If you want to serve cached files from your computer over the LAN to Chromecast devices also install python-bottle.

Via NixOS:

Sublime Music is part of the nixos-20.09 channel and newer (including nixos-unstable).

To install Sublime Music on NixOS, either use the declarative or the imperative way:

  • In configuration.nix (declarative):

    environment.systemPackages = [ pkgs.sublime-music ];
  • In command line (imperative):

    nix-env -iA sublime-music

To customize the extra components installed, you need to use the override function provided by Nix:

(sublime-music.override {
  serverSupport = true;
  chromecastSupport = true;
})

The following components are supported:

  • chromecastSupport: if you want support for playing on Chromecast devices on the LAN. Defaults to false.

  • serverSupport: if you want to be able to serve cached files from your computer over the LAN to Chromecast devices. Defaults to false.

  • keyringSupport: if you want to store your passwords in the system keyring instead of in plain-text. Defaults to true.

  • notifySupport: if you want to enable notifications when a new song begins to play. Defaults to true.

  • networkSupport: if you want to change the address used to access the server depending on what network you are connected to. Defaults to true.

See Nix package management for more information.

Via the Debian package

Sublime Music is not currently in the Debian ‘Stable’ distribution, but has been packaged for Debian ‘Unstable’ and ‘Testing’.

If you have these sources in your /etc/apt/sources.list, you can install the package with:

sudo apt install sublime-music

Via PyPi:

pip install sublime-music

There are a few optional dependencies that you can install. Here’s an example of how to do that:

pip install sublime-music[keyring,chromecast,server]
  • keyring: if you want to store your passwords in the system keyring instead of in plain-text

  • chromecast: if you want support for playing on Chromecast devices on the LAN.

  • server: if you want to be able to serve cached files from your computer over the LAN to Chromecast devices


Click HERE for the Sublime Music website.

Click HERE for extended user documentation.

See the CONTRIBUTING.md document for how to contribute to this project.

You can also join the conversation in our Matrix room: #sublime-music:matrix.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sublime_music-0.12.0.tar.gz (21.0 MB view details)

Uploaded Source

Built Distribution

sublime_music-0.12.0-py3-none-any.whl (235.3 kB view details)

Uploaded Python 3

File details

Details for the file sublime_music-0.12.0.tar.gz.

File metadata

  • Download URL: sublime_music-0.12.0.tar.gz
  • Upload date:
  • Size: 21.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.2

File hashes

Hashes for sublime_music-0.12.0.tar.gz
Algorithm Hash digest
SHA256 458bacab6be5c926852d4a43ce675b5e767210287844c6fce921832e263db3c0
MD5 f6fba0a15924bb7b8ce37509dbb4cdc4
BLAKE2b-256 cc01ff2974ec1c475970180c10b33501a7b485bb23ee55db908d63f20ba34478

See more details on using hashes here.

File details

Details for the file sublime_music-0.12.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sublime_music-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 008ea7241f79acabf85902615a32b31a68b950d7693c07f513438c55ab897b72
MD5 59a5b56fcf935378d99776df2f67c93b
BLAKE2b-256 3bfe5be97c525ee6add3023ac61f7ce637faf352515a103480cbf7495a4b9bbe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page