billypom on debian eff515cd32 a
2025-02-20 17:50:56 -05:00
2024-05-05 13:59:34 -04:00
2025-02-05 19:39:29 -05:00
2024-12-13 19:26:27 -05:00
2024-01-17 23:36:00 -05:00
2024-12-13 19:26:27 -05:00
2025-02-08 10:33:15 -05:00
2024-09-30 16:25:40 -04:00
a
2025-02-20 17:50:56 -05:00
2024-10-01 21:21:27 -04:00
2024-10-01 21:21:27 -04:00

MusicPom

PyQt5 music player for Linux inspired by MusicBee & iTunes

Installation:

clone the repo

git clone https://github.com/billypom/musicpom

install system packages

sudo apt install ffmpeg, python3-pyqt5

create environment

cd musicpom
virtualenv venv
cd ..
cd musicpom
pip install -r requirements.txt

run the program

python3 main.py

Todo:

  • right-click menu
  • editable lyrics window
  • batch metadata changer (red text on fields that have differing info)
  • playlists
  • 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
  • "installer" - put files in /opt? script to install and uninstall
  • .deb package?
Description
No description provided
Readme 4 MiB
Languages
Python 99.9%