mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
Add MPRIS support
Besides MPRIS support, this also adds support for hasPrevious() and hasNext() in several parts to determine whether the player/playlist/shuffler has a previous or next item.
This commit is contained in:
parent
757327ceac
commit
54235f298e
23 changed files with 2574 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <QtQml>
|
||||
|
||||
#include "model/item.h"
|
||||
#include "dto/itemfields.h"
|
||||
#include "dto/mediastream.h"
|
||||
#include "dto/nameguidpair.h"
|
||||
#include "dto/userdto.h"
|
||||
|
@ -36,6 +37,7 @@
|
|||
#include "viewmodel/loader.h"
|
||||
#include "viewmodel/mediastream.h"
|
||||
#include "viewmodel/modelstatus.h"
|
||||
#include "viewmodel/platformmediacontrol.h"
|
||||
#include "viewmodel/playbackmanager.h"
|
||||
#include "viewmodel/playlist.h"
|
||||
#include "viewmodel/userdata.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue