movieplayer/browser: add user key to create/remove movie cover

Origin commit data
------------------
Branch: ni/coolstream
Commit: 61a4b3bf9c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-11 (Thu, 11 Feb 2016)

Origin message was:
------------------
- movieplayer/browser: add user key to create/remove movie cover

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-02-11 15:04:11 +01:00
parent cb229d30ba
commit 7bbba0b922
10 changed files with 32 additions and 20 deletions

View File

@@ -4184,6 +4184,7 @@ void CNeutrinoApp::loadKeys(const char * fname)
g_settings.mbkey_copy_several = tconfig.getInt32( "mbkey.copy_several", CRCInput::RC_text );
g_settings.mbkey_cut = tconfig.getInt32( "mbkey.cut", CRCInput::RC_audio );
g_settings.mbkey_truncate = tconfig.getInt32( "mbkey.truncate", CRCInput::RC_games );
g_settings.mbkey_cover = tconfig.getInt32( "mbkey.cover", CRCInput::RC_favorites );
g_settings.mpkey_rewind = tconfig.getInt32( "mpkey.rewind", CRCInput::RC_rewind );
g_settings.mpkey_forward = tconfig.getInt32( "mpkey.forward", CRCInput::RC_forward );
@@ -4267,6 +4268,7 @@ void CNeutrinoApp::saveKeys(const char * fname)
tconfig.setInt32( "mbkey.copy_several", g_settings.mbkey_copy_several );
tconfig.setInt32( "mbkey.cut", g_settings.mbkey_cut );
tconfig.setInt32( "mbkey.truncate", g_settings.mbkey_truncate );
tconfig.setInt32( "mbkey.cover", g_settings.mbkey_cover );
tconfig.setInt32( "mpkey.rewind", g_settings.mpkey_rewind );
tconfig.setInt32( "mpkey.forward", g_settings.mpkey_forward );