2 * Copyright (C) 2023 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
11 namespace KODI::VIDEO::GUILIB
13 // Note: Do not change the numerical values of the elements. Some of them are used as values for
14 // the integer settings SETTING_MYVIDEOS_SELECTACTION and SETTING_MYVIDEOS_PLAYACTION.
18 ACTION_PLAY_OR_RESUME
= 1, // if resume is possible, ask user. play from beginning otherwise
19 ACTION_RESUME
= 2, // resume if possibly, play from beginning otherwise
22 ACTION_PLAY_FROM_BEGINNING
= 5, // play from beginning, also if resume would be possible
26 } // namespace KODI::VIDEO::GUILIB