![]() |
Miam-Player
0.8.0
A nice music player
|
The MediaPlaylist class has been created to have a custom Random mode. More...
#include <mediaplaylist.h>
Public Member Functions | |
MediaPlaylist (QObject *parent=nullptr) | |
void | setTitle (const QString &title) |
QString | title () const |
void | shuffle (int idx) |
void | skipBackward () |
void | skipForward () |
The MediaPlaylist class has been created to have a custom Random mode.
Default Random mode doesn't keep in memory which tracks that were played. It can be very confusing to press 'Next' and to listen the track that just has been played before. Now, it's impossible to have the same track beein played twice unless all other tracks were played once. Moreover if one skips a track, it's still possible to rewind and play the latter.
|
explicit |
|
inline |
void MediaPlaylist::shuffle | ( | int | idx | ) |
void MediaPlaylist::skipBackward | ( | ) |
void MediaPlaylist::skipForward | ( | ) |
|
inline |