mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
lcd4l: add actionkey moviebrowser_moviecut
Origin commit data
------------------
Commit: 97cebad4ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Origin message was:
------------------
- lcd4l: add actionkey moviebrowser_moviecut
This commit is contained in:
@@ -930,10 +930,9 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
CLCD4l::getInstance()->clearActionKey();
|
||||
CLCD4l::getInstance()->setActionKey("moviebrowser_moviecut");
|
||||
#endif
|
||||
|
||||
// TODO: signalize running action
|
||||
CMovieCut mc;
|
||||
bool res = mc.copyMovie(m_movieSelectionHandler, onefile);
|
||||
|
||||
@@ -968,10 +967,9 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
CLCD4l::getInstance()->clearActionKey();
|
||||
CLCD4l::getInstance()->setActionKey("moviebrowser_moviecut");
|
||||
#endif
|
||||
|
||||
// TODO: signalize running action
|
||||
CMovieCut mc;
|
||||
bool res = mc.cutMovie(m_movieSelectionHandler);
|
||||
|
||||
@@ -1008,10 +1006,9 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
CLCD4l::getInstance()->clearActionKey();
|
||||
CLCD4l::getInstance()->setActionKey("moviebrowser_moviecut");
|
||||
#endif
|
||||
|
||||
// TODO: signalize running action
|
||||
CMovieCut mc;
|
||||
bool res = mc.truncateMovie(m_movieSelectionHandler);
|
||||
|
||||
|
Reference in New Issue
Block a user