gui/moviebrowser.cpp: add support for non-TS/xml files, idea (c) martii

Origin commit data
------------------
Branch: ni/coolstream
Commit: b8d398a69a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-27 (Sat, 27 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-09-27 16:19:52 +04:00
parent 0115521e96
commit 30d8d5c101
8 changed files with 127 additions and 69 deletions

View File

@@ -156,7 +156,7 @@ class MI_MOVIE_INFO
std::string serieName; // user defines series name
time_t dateOfLastPlay; // last play date of movie in seconds since 1970
char dirItNr; // handle for quick directory path access only, this is not saved in xml, might be used by the owner of the movie info struct
int dirItNr; // handle for quick directory path access only, this is not saved in xml, might be used by the owner of the movie info struct
int genreMajor; // see showEPG class for more info, usually filled by EPG
char genreMinor; // genreMinor not used so far
int length; // movie length in minutes, usually filled by EPG