00001 #ifndef _VIDEO_META_DATA_UTIL_H_
00002 #define _VIDEO_META_DATA_UTIL_H_
00003
00004
00005 #include <QString>
00006
00007
00008 #include "mythtvexp.h"
00009
00010 class MTV_PUBLIC VideoMetaDataUtil
00011 {
00012 public:
00013 static QString GetArtPath(const QString &basename, const QString &type);
00014 };
00015
00016 #endif // _VIDEO_META_DATA_UTIL_H_