Нема описа

Mason Hock eecd6e5191 blacken пре 4 година
libricia_music eecd6e5191 blacken пре 4 година
COPYING dfc8518a03 initial commit пре 5 година
MANIFEST.in 4343734063 remove desktop file from MANIFEST пре 5 година
README.md e30984d36f specify bash for syntax highlighting пре 4 година
libricia-music 6d69a9a3e9 setuptools пре 5 година
libricia-music.desktop da84b7e285 change icon пре 5 година
setup.py eecd6e5191 blacken пре 4 година

README.md

Description

Setup

1. Dependencies
  • distutils
  • requests
  • pyyaml
  • PyGObject
  • GStreamer
  • musicbrainzngs

On Debian-based distributions, copy/paste:

sudo apt install python3-distutils python3-requests python3-yaml python3-gi python3-gst-1.0 python3-musicbrainzngs
2. Installation
cd ~
git clone https://notabug.org/chaosmonk/libricia-music.git
cd libricia-music
sudo ./setup.py install
3. Updates
cd ~/libricia-music
git pull
sudo ./setup.py install