Set metadata from deezer engine

This commit is contained in:
Jonas Kvinge
2018-10-23 20:21:33 +02:00
parent 0f4ffe4fce
commit 3e9530fa8d
5 changed files with 52 additions and 6 deletions

View File

@@ -42,6 +42,7 @@
#include "engine_fwd.h"
#include "enginetype.h"
#include "enginedevice.h"
#include "core/song.h"
namespace Engine {
@@ -212,6 +213,7 @@ struct SimpleMetaBundle {
qlonglong length;
int year;
int tracknr;
Song::FileType filetype;
int samplerate;
int bitdepth;
qlonglong bitrate;