Sin descripción

Mason Hock eecd6e5191 blacken hace 4 años
libricia_music eecd6e5191 blacken hace 4 años
COPYING dfc8518a03 initial commit hace 5 años
MANIFEST.in 4343734063 remove desktop file from MANIFEST hace 5 años
README.md e30984d36f specify bash for syntax highlighting hace 4 años
libricia-music 6d69a9a3e9 setuptools hace 5 años
libricia-music.desktop da84b7e285 change icon hace 5 años
setup.py eecd6e5191 blacken hace 4 años

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