2025-03-25 16:52:16 -04:00
2024-05-05 13:59:34 -04:00
2025-03-24 22:09:55 -04:00
2025-03-25 16:39:56 -04:00
2024-01-17 23:36:00 -05:00
2025-03-25 16:39:56 -04:00
2025-03-25 16:39:56 -04:00
2025-03-25 16:39:56 -04:00
2025-03-24 23:41:36 -04:00
2024-09-30 16:25:40 -04:00
2025-03-14 20:35:06 -04:00
2025-03-14 20:35:06 -04:00

musicpom

PyQt5 music library manager and audio player for Linux, inspired by MusicBee & iTunes

Installation:


clone the repo

# github - not up to date, need to mirror this eventually
git clone https://github.com/billypom/musicpom
# gitea - need to move to forgejo eventually
git clone https://git.billypom.com/billy/musicpom.git

install system packages

sudo apt install ffmpeg python3-pyqt5 virtualenv

create environment

cd musicpom
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

run

python3 main.py

Editing the UI

i use Qt Designer, so download that if you want to try editing the UI. good luck


# generate python ui from qt designer .ui file
pyuic5 ui.ui -o ui.py

Config


config file and databases (libraries) are stored in user home directory .config folder

cd ~/.config/musicpom
# you should see config file and db folder
config.ini db/

Todo:

  • right-click menu
  • editable lyrics window
  • batch metadata changer (red highlight fields that have differing info)
  • playlists
  • playlist autoexporting
  • fix table headers being resized and going out window bounds
  • delete songs from library (del key || right-click delete)
  • .wav, .ogg, .flac convertor
  • FIXME: dbaccess is instantiated for every track being reorganized
  • automatic "radio" based on artist or genre
  • search bar, full text search on song, artist, album
  • when table is focused, start typing to match against the primary sort column
  • improve audio visualizer - see Renoise
  • "installer" - put files in /opt? script to install and uninstall... eh
  • .deb package?
Description
No description provided
Readme 4 MiB
Languages
Python 99.9%