</component>
<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
+ <change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/dataSources/7a96a13f-795b-43c9-b1de-56e65d9fcf95.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/7a96a13f-795b-43c9-b1de-56e65d9fcf95.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/off.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/off.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/shield.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
+ "Shell Script.Docker terminal.executor": "Run",
"WebServerToolWindowFactoryState": "true",
"WebServerToolWindowPanel.toolwindow.highlight.mappings": "true",
"WebServerToolWindowPanel.toolwindow.highlight.symlinks": "true",
"deletionFromPopupRequiresConfirmation": "false",
"git-widget-placeholder": "master",
"ignore.virus.scanning.warn.message": "true",
+ "kotlin-language-version-configured": "true",
"last_opened_file_path": "D:/Works/rodadocavaco",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
<workItem from="1697390209410" duration="2209000" />
<workItem from="1697741970447" duration="3265000" />
<workItem from="1699383159431" duration="1704000" />
- <workItem from="1701371600778" duration="246000" />
+ <workItem from="1701371600778" duration="889000" />
+ <workItem from="1702993290238" duration="893000" />
+ <workItem from="1702998290347" duration="20000" />
+ <workItem from="1703319042563" duration="797000" />
+ <workItem from="1704125893623" duration="836000" />
+ <workItem from="1704215960754" duration="33000" />
</task>
<task id="LOCAL-00502" summary=".">
<created>1641726946298</created>
<option name="project" value="LOCAL" />
<updated>1687259667913</updated>
</task>
- <option name="localTasksCounter" value="600" />
+ <option name="localTasksCounter" value="601" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
if ($onlySound) {
harmonyActivity(HARMONY_MUSIQUE);
} else {
- harmonyActivity(HARMONY_TV);
if (getState('bureauPlaying', '0') === '0') {
execScene('bureau/media/play');
}
+ harmonyActivity(HARMONY_TV);
}
}
}
function shieldPlayingVideo($device = null)
{
- $videoApps = ['kodi', 'vlc', 'mycanal', 'amazonprime', 'netflix', 'arte', 'francetv', 'gamecast', 'twitch', 'youtube', 'dailymotion', 'vimeo', 'steamlink'];
+ $videoApps = ['kodi', 'vlc', 'mycanal', 'amazonprime', 'netflix', 'arte', 'francetv', 'gamecast', 'twitch', 'youtube', 'dailymotion', 'vimeo', 'steamlink', 'plex'];
return in_array(shieldGetCurrentApp($device), $videoApps);
}