mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
movieplayer: add playlist_manager
NOTE: This is a merge of several patches by TangoCash
for neutrino-mp aligned to neutrino-hd.
We use 'play' key to open playlist_manager.
Origin commit data
------------------
Branch: ni/coolstream
Commit: dfc7a1d304
Author: TangoCash <eric@loxat.de>
Date: 2014-11-26 (Wed, 26 Nov 2014)
Origin message was:
------------------
- movieplayer: add playlist_manager
NOTE: This is a merge of several patches by TangoCash
for neutrino-mp aligned to neutrino-hd.
We use 'play' key to open playlist_manager.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -187,6 +187,7 @@ class CFileBrowser
|
||||
int paintFoot(bool show = true);
|
||||
void paintSMSKey();
|
||||
void recursiveDelete(const char* file);
|
||||
bool playlistmode;
|
||||
|
||||
protected:
|
||||
void commonInit();
|
||||
@@ -220,6 +221,7 @@ class CFileBrowser
|
||||
~CFileBrowser();
|
||||
|
||||
bool exec(const char * const dirname);
|
||||
bool playlist_manager(CFileList &playlist,unsigned int playing);
|
||||
CFile *getSelectedFile();
|
||||
|
||||
inline const CFileList & getSelectedFiles(void) const
|
||||
|
Reference in New Issue
Block a user