Menu

Tree [07b18a] master /
 History

HTTPS access


File Date Author Commit
 icons 2024-08-05 slashpotato slashpotato [bbd144] general commit
 .gitignore 2024-08-05 slashpotato slashpotato [bbd144] general commit
 LICENSE 2024-08-05 slashpotato slashpotato [31ab89] general commit
 PKGBUILD 2024-08-05 slashpotato slashpotato [bbd144] general commit
 README.md 2024-08-18 slashpotato slashpotato [a8e136] Update README.md
 build.sh 2024-04-19 slashpotato slashpotato [86b3ed] general commit
 clean.sh 2024-06-06 slashpotato slashpotato [df4ba7] clean script update
 gen-sha256.sh 2024-05-13 slashpotato slashpotato [f37143] Update gen-sha256.sh
 install.sh 2024-08-19 slashpotato slashpotato [07b18a] general commit
 main.cpp 2024-08-05 slashpotato slashpotato [bbd144] general commit
 mainwindow.cpp 2024-08-05 slashpotato slashpotato [bbd144] general commit
 mainwindow.h 2024-08-05 slashpotato slashpotato [bbd144] general commit
 mainwindow.ui 2024-08-05 slashpotato slashpotato [bbd144] general commit
 potatoMusic.desktop 2024-08-05 slashpotato slashpotato [31ab89] general commit
 potatoMusic.pro 2024-08-05 slashpotato slashpotato [bbd144] general commit
 potatoMusic.qrc 2024-08-05 slashpotato slashpotato [bbd144] general commit
 screenshot1.png 2024-08-05 slashpotato slashpotato [31ab89] general commit
 uninstall.sh 2024-08-05 slashpotato slashpotato [4580de] changed scripts
 update.sh 2024-05-28 slashpotato slashpotato [fb0bd0] updated update script

Read Me

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
  • qt6-multimedia
  • taglib
  • ffmpeg

installation

Run ./install.sh to install. ./uninstall.sh to uninstall

building

Run ./build.sh

or

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

Run ./potatoMusic after building

license

This software is licensed under GPL-3.0

SPDX-License-Identifier: GPL-3.0