Pot-O MusiQT ~ Python Music Player


Pot-O MusiQT is a lightweight yet feature-rich desktop music player built with Python and PyQt5, designed for users who want a clean interface, strong playlist control, and practical everyday playback features without unnecessary complexity.

It focuses on local media playback, fast interaction, and keyboard-friendly operation, while still offering modern conveniences such as metadata handling, lyrics viewing, and smooth playback transitions.

Features:

  • JSON-backed
  • Edit Metadata
  • Embed Lyrics
  • Rename File by Metadata
  • Open ZIP File
  • Edit Cover
  • Show Lyrics
  • Play Video Clip
  • Save & Load M3U Playlist
  • Export Playlist to CSV & JSON
  • Search result as new playlist
  • Multiple Instances
  • User friendly UI/UX
  • Search by Metadata & Filename
  • Support common popular audio files (e.g. MP3, FLAC, AAC, M4V, OGG) and many more
  • Play music audio files
  • Safe file operations
  • Totally offline (No need for internet connection)
  • Lightweight in size, RAM & CPU usage
  • Stable
  • No equalizer or visualizer
  • Freeware

sourceforge.net/projects/pot-o-musiqt

AudioPlayer ~ CD Image Player


This is an audio player for Windows, Linux and MacOS.

It is designed to play audio CDs dumped to raw bin/cue files.

The bin/cue files can be loaded from a folder on disk, or from a zip archive.

This player provides a convenient way of listening to dumps in that format without any additional step(s):

  • No need to mount the cue file as a virtual drive.
  • No need to extract the cue/bin files from zip files.
  • No need to convert the data to wav/flac/ogg/mp3.

This is currently NOT supported:

  • Playing from archives in 7z and rar formats.
  • Playing music from other formats such as wav, mp3, flac, ogg, etc. Just use a regular music player for that.

Album and track metadata is loaded from the CDTEXT information when present in cue file.

Additional metadata is optionally retrieved from CueToolsDB, including album art.

Lyrics are optionally retrieved from LRCLIB. Using a local LRCLIB sqlite3 database is also supported.

AudioPlayer Interface

github.com/huguesv/AudioPlayer