Skip to content

Spidersbox/RandomPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomPlayer

simple mp3 player

A basic mp3 player that will shuffle the list of songs, play through the list, then shuffle again and continue playing.
options to not shuffle, and/or not continuous loop.

I don't like most playlist editors, so I created my own. (located under options/playlist)



reqires qmediaplayer

tested on qt5 and qt6


if ERROR: Unknown module(s) in QT: multimedia

sudo apt-get install qtmultimedia5-dev


if defaultServiceProvider::requestService():
no service found for - "org.qt-project.qt.mediaplayer"

sudo apt-get install libqt5multimedia5-plugins


if Warning: "No decoder available for type 'audio/mpeg ...

sudo apt-get install gstreamer1.0-libav

you may also need
sudo apt install ubuntu-restricted-extras


For ARM

sudo apt install qt5-default qtbase5-dev qt5-qmake cmake
sudo apt-get install qtmultimedia5-dev
sudo apt-get build-dep qtmultimedia5-dev

About

simple mp3 player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published