X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/82e42c6b20bc9b84a6c393b8b5b62819d9538d2a..80058dea34aae48ed729986a65112f0096f5b2d5:/lib/service/iservice.h diff --git a/lib/service/iservice.h b/lib/service/iservice.h index eff03436..ba14245e 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -145,6 +145,7 @@ public: #endif eServiceReference(const std::string &string); std::string toString() const; + std::string toCompareString() const; bool operator==(const eServiceReference &c) const { if (type != c.type) @@ -275,7 +276,9 @@ public: sTracknumber, sGenre, sCAIDs, - sVideoType // MPEG2 MPEG4 + sVideoType, // MPEG2 MPEG4 + + sTags, /* space seperated list of tags */ }; enum { resNA = -1, resIsString = -2, resIsPyObject = -3 };