add getmovies control

This commit is contained in:
Ezak
2016-02-19 21:34:53 +01:00
committed by svenhoefer
parent 5ac755f75c
commit f323f61785
2 changed files with 153 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ private:
void StatfsCGI(CyhookHandler *hh);
void SignalInfoCGI(CyhookHandler *hh);
void getDirCGI(CyhookHandler *hh);
void getMoviesCGI(CyhookHandler *hh);
std::string readMovies(CyhookHandler *hh, std::string path, std::string result, bool subdirs);
std::string getSubdirectories(CyhookHandler *hh, std::string path, std::string result);