qmmp
QMMP is a command line tool for playing audio files on Unix-like systems. It stands for Qt-based Multimedia Player, designed to offer a lightweight and user-friendly interface for playing music. QMMP supports various audio formats, including MP3, FLAC, Ogg Vorbis, WAV, and more.
With a simple and intuitive interface, QMMP provides basic playback controls like play, pause, stop, and seek. It also allows users to customize the appearance by selecting different themes and skinning options. The tool offers a variety of plugins and extensions to enhance functionality, such as an equalizer, crossfade support, and visualization effects.
QMMP supports multiple playlist formats, including M3U, PLS, and CUE. It provides a playlist manager where users can create, edit, and organize their music playlists easily. The tool also offers features like gapless playback, repeat, shuffle, and volume control.
Additionally, QMMP provides support for cover art display, lyrics fetching, and online streaming. It supports audio CD playback and can rip audio tracks from CDs. The tool allows users to create and manage bookmarks within audio files, making it easy to access specific parts of a song.
With its low resource consumption, QMMP is highly suitable for systems with limited resources or users looking for a lightweight music player. It is an open-source project, regularly updated and maintained by a dedicated community of developers.
List of commands for qmmp:
-
qmmp:tldr:1b4ac qmmp: Play the next audio file.$ qmmp --nexttry on your machineexplain this command
-
qmmp:tldr:34e09 qmmp: Start or stop the currently playing audio.$ qmmp --play-pausetry on your machineexplain this command
-
qmmp:tldr:6eb33 qmmp: Play the previous audio file.$ qmmp --previoustry on your machineexplain this command
-
qmmp:tldr:9e1bc qmmp: Seek forwards or backward a specific amount of time in seconds.$ qmmp --seek-${select} ${time_in_seconds}try on your machineexplain this command
-
qmmp:tldr:d6137 qmmp: Increase or decrease the volume of the currently playing audio by 5 steps.$ qmmp --volume-${select}try on your machineexplain this command
-
qmmp:tldr:d982c qmmp: Print the current volume.$ qmmp --volume-statustry on your machineexplain this command