diff options
author | chriszero <zerov83@gmail.com> | 2015-04-09 20:41:33 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-09 20:41:33 +0200 |
commit | 4bf454247a21b684f2bb0ac763adeea18a86d153 (patch) | |
tree | 87966d27bb0cbf1bea486076e0b2dc2d4a7a4d60 /Directory.h | |
parent | 376c9f258eba669892c2ab00a0863a195ff9d5e8 (diff) | |
download | vdr-plugin-plex-4bf454247a21b684f2bb0ac763adeea18a86d153.tar.gz vdr-plugin-plex-4bf454247a21b684f2bb0ac763adeea18a86d153.tar.bz2 |
more tokens
Diffstat (limited to 'Directory.h')
-rw-r--r-- | Directory.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Directory.h b/Directory.h index e97b241..8ccea87 100644 --- a/Directory.h +++ b/Directory.h @@ -38,8 +38,13 @@ public: public: bool m_bAllowSync; - int m_iIndex; + int m_iIndex; // Season, Episode number int m_iYear; + int m_iLeafCount; // Total number of Episodes + int m_iViewedLeafCount; // Watched Episodes + int m_iChildCount; // Number of Seasons + double m_fRating; + std::string m_sSummary; std::string m_sTitle; std::string m_sTitle1; std::string m_sTitle2; |