Skip to content

slashpotato/potatoMusic

Repository files navigation

potatoMusic

An qt music player for linux

GitHub License GitHub Release

screenshot1

theme used on screenshot: catppuccin mocha lavender

icons user on screenshot: papirus (recommended)

usage

dependencies

  • qt6-base
  • qt6-multimedia
  • taglib
  • ffmpeg

build

Run build.sh

or

qmake6
make --jobs=$(grep -c ^processor /proc/cpuinfo)

run

Run ./potatoMusic after building

install

Run make install afrer building to install. make uninstall to uninstall

license

This software is dual-licensed under GPL-3.0 and CC-BY-NC-SA-4.0 You can choose between one of them if you use this work

SPDX-License-Identifier: GPL-3.0 OR CC-BY-NC-SA-4.0