add ability to filter by tag. they must be created by hand right now.
[enigma2.git] / lib / service / iservice.h
index eff03436d1a42dd1f4a4e9cbd3e3e7a918a45c10..ba14245ef9fbe0cd5577919518452c076a219f8a 100644 (file)
@@ -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 };