billy 76b1e13cf1
Nodesigner (#1)
* moved ui and app logic into 1 main file

* typing and reorganization

* batch metadata editor window start

* track number functionality
2024-07-31 18:12:44 -04:00
2024-05-05 13:59:34 -04:00
2024-07-31 18:12:44 -04:00
2024-07-31 18:12:44 -04:00
2024-01-17 23:36:00 -05:00
2024-01-17 23:36:00 -05:00
2024-07-29 14:31:24 -04:00
2024-07-31 18:12:44 -04:00
2024-05-05 13:59:34 -04:00
2024-06-27 21:27:16 -04:00
2024-06-27 21:27:16 -04:00

MusicPom

PyQt5 music player inspired by MusicBee & iTunes

Installation:

clone the repo

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

install system packages

sudo apt install ffmpeg
sudo apt install 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 textbox
  • Delete songs from library (del key || right-click delete)
  • .wav, .ogg, .flac convertor
  • batch metadata changer (red text on fields that have differing info)
  • Alternatives to Gstreamer?
Description
No description provided
Readme 4 MiB
Languages
Python 99.9%