gui/movieplayer.cpp: start movies in playlists at start bookmark

Origin commit data
------------------
Branch: ni/coolstream
Commit: 08e68ea464
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-11-24 09:02:52 +01:00
committed by vanhofen
parent cea79f239d
commit af4a8016ec

View File

@@ -489,6 +489,8 @@ bool CMoviePlayerGui::prepareFile(CFile *file)
if (filelist_it != filelist.end()) {
unsigned idx = filelist_it - filelist.begin();
p_movie_info = milist[idx];
startposition = p_movie_info->bookmarks.start > 0 ? p_movie_info->bookmarks.start*1000 : -1;
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
}
if (isYT) {
file_name = file->Url;