WIP. Scale cover art option now mandatory!
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef COVER_ART_GRABBER_HPP
|
||||
#define COVER_ART_GRABBER_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "av/InputFormatContext.hpp"
|
||||
#include "database/AudioTypes.hpp"
|
||||
|
||||
#include "CoverArt.hpp"
|
||||
|
||||
|
||||
@@ -10,6 +15,7 @@ class Grabber
|
||||
{
|
||||
public:
|
||||
|
||||
static std::vector<CoverArt> getFromInputFormatContext(const Av::InputFormatContext& input);
|
||||
static std::vector<CoverArt> getFromTrack(Track::pointer track);
|
||||
static std::vector<CoverArt> getFromRelease(Release::pointer release);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user