Skip to content

son-link/PQMusic

Repository files navigation

PQMusic

AUR version

https://github.com/son-link/PQMusic

PQMusic screenshoot

PQMusic is a minimalist and easy to use audio player for download and use.

You can play your local files, from a direct url or streaming (for example a online radio) and import/export playlists on M3U format. Also you can play some music trackers files (.it, .mod, .s3m and .xm)

Adding files from Open with on your file manager Add files from Open with on your file manager

Drag and drop files to PQMusic's window:

Only available for Linux.

Licensed under GNU/GPL3 or higher.

Install

From source code:

  • Clone the repo, download the zip under Code -> Download ZIP or download the last release.
  • Open a terminal and go to the project folder.
  • Install the dependencies:
    • From PIP: pip install -r requirements.txt use the --user parameter if you want to install the dependencies at your user level

    • Debian/Ubuntu/Mint/MX Linux:

      • apt: apt install python3-pyqt5 python3-pyqt5.qtmultimedia libqt5multimedia5 libqt5multimedia5-plugins qtgstreamer-plugins-qt5 python3-mutagen python3-magic python3-requests
    • Arch Linux/Manjaro:

      • pacman: python-pip python-mutagen python-pyqt5 qt5-multimedia python-mutagen python-magic python-requests
    • Copy the icon and desktop file:

      • All users:
        • install -m 644 bin/io.sonlink.pqmusic.desktop /usr/share/applications
        • install -m 644 bin/io.sonlink.pqmusic.svg /usr/share/icons/pqmusic.svg
      • Current user:
        • cp bin/io.sonlink.pqmusic.desktop ~/.local/share/applications
        • cp bin/io.sonlink.pqmusic.svg ~/.icons/pqmusic.svg

From Pypi:

pip install PQMusic

AUR:

If you use Arch Linux, Manjaro, or other Arch Linux base distributions, you can install the official package from AUR

For example: yay -S pqmusic

Executables:

You can download a AppImage for GNU/Linux on releases page

Command line options:

  • --custom-theme: Use the application's theme instead of using the environment or default Qt theme
  • -f | --files <files and/or dirs>: Add files and/or directories for direct playback at startup

Shortcuts:

  • Ctrl+O: Add files
  • Ctrl+D: Add dir
  • Ctrl+U: Add URL
  • Ctrl+P: Open playlist
  • Ctrl+C: Open config dialog
  • Ctrl+Q: Quit

Other credits: