Good stuff, thanks! Been a while since I looked at Kodi logging but it looks like it pulled all TV shows when calling the TV In Progress playlist.
Code: Select all
10:14:11 T:6144962560 NOTICE: special://profile/ is mapped to: special://masterprofile/
10:14:11 T:6144962560 NOTICE: -----------------------------------------------------------------------
10:14:11 T:6144962560 NOTICE: Starting MrMC (2.7-1 Git:2016-11-04-abf4e4f-dirty). Platform: TVOS ARM64 64-bit
10:14:11 T:6144962560 NOTICE: Using Release MrMC x64 build
10:14:11 T:6144962560 NOTICE: MrMC compiled Nov 4 2016 by Clang 8.0.0 (clang-800.0.38) for TVOS ARM64 64-bit version 9.1.0 (90100)
10:14:11 T:6144962560 NOTICE: Running on Apple Inc. AppleTV5,3 with TVOS 10.0.1, kernel: Darwin ARM 64-bit version 16.1.0
10:14:11 T:6144962560 NOTICE: Host CPU: arm64 v8, 2 cores available
10:14:11 T:6144962560 NOTICE: ARM Features: Neon enabled
10:14:11 T:6144962560 NOTICE: special://xbmc/ is mapped to: /private/var/containers/Bundle/Application/0F81E0BB-C6B2-47D1-86A9-1EB56AF19C32/MrMC.app/AppData/AppHome
10:14:11 T:6144962560 NOTICE: special://xbmcbin/ is mapped to: /private/var/containers/Bundle/Application/0F81E0BB-C6B2-47D1-86A9-1EB56AF19C32/MrMC.app/AppData/AppHome
10:14:11 T:6144962560 NOTICE: special://masterprofile/ is mapped to: /var/mobile/Containers/Data/Application/E1B95C26-5718-4D0C-86EF-A8E853874672/Library/Caches/home/userdata
10:14:11 T:6144962560 NOTICE: special://home/ is mapped to: /var/mobile/Containers/Data/Application/E1B95C26-5718-4D0C-86EF-A8E853874672/Library/Caches/home
10:14:11 T:6144962560 NOTICE: special://temp/ is mapped to: /private/var/mobile/Containers/Data/Application/E1B95C26-5718-4D0C-86EF-A8E853874672/tmp/temp
10:14:11 T:6144962560 NOTICE: special://logs/ is mapped to: /var/mobile/Containers/Data/Application/E1B95C26-5718-4D0C-86EF-A8E853874672/Library/Caches/logs/
10:14:11 T:6144962560 NOTICE: special://frameworks/ is mapped to: /var/containers/Bundle/Application/0F81E0BB-C6B2-47D1-86A9-1EB56AF19C32/MrMC.app/Frameworks
10:14:11 T:6144962560 NOTICE: The executable running is: /var/containers/Bundle/Application/0F81E0BB-C6B2-47D1-86A9-1EB56AF19C32/MrMC.app/MrMC
10:14:11 T:6144962560 NOTICE: Local hostname: Office
10:14:11 T:6144962560 NOTICE: Log File is located: special://logs/mrmc.log
10:14:11 T:6144962560 NOTICE: -----------------------------------------------------------------------
10:14:11 T:6144962560 NOTICE: load settings...
10:14:11 T:6144962560 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
10:14:11 T:6144962560 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
10:14:11 T:6144962560 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
10:14:11 T:6144962560 ERROR: CSetting: missing <control> tag of "videoscreen.vsync"
10:14:11 T:6144962560 WARNING: CSettingGroup: unable to read setting "videoscreen.vsync"
10:14:11 T:6144962560 NOTICE: Found 1 Lists of Devices
10:14:11 T:6144962560 NOTICE: Enumerated DARWINIOS devices:
10:14:11 T:6144962560 NOTICE: Device 1
10:14:11 T:6144962560 NOTICE: m_deviceName : default
10:14:11 T:6144962560 NOTICE: m_displayName : Default
10:14:11 T:6144962560 NOTICE: m_displayNameExtra:
10:14:11 T:6144962560 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
10:14:11 T:6144962560 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
10:14:11 T:6144962560 NOTICE: m_sampleRates : 44100,48000
10:14:11 T:6144962560 NOTICE: m_dataFormats : AE_FMT_RAW,AE_FMT_S16LE,AE_FMT_FLOAT
10:14:11 T:6144962560 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTS_512,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTSHD_CORE
10:14:11 T:6144962560 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
10:14:11 T:6144962560 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
10:14:11 T:6144962560 NOTICE: Default DVD Player: dvdplayer
10:14:11 T:6144962560 NOTICE: Default Video Player: dvdplayer
10:14:11 T:6144962560 NOTICE: Default Audio Player: paplayer
10:14:11 T:6144962560 NOTICE: Disabled debug logging due to GUI setting. Level 0.
10:14:11 T:6144962560 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
10:14:11 T:6144962560 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
10:14:11 T:6144962560 ERROR: CMediaSourceSettings: error loading special://masterprofile/sources.xml: Line 0, Failed to open file
10:14:11 T:6144962560 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
10:14:11 T:6144962560 NOTICE: Loaded playercorefactory configuration
10:14:11 T:6144962560 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
10:14:11 T:6144962560 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
10:14:11 T:6146682880 NOTICE: bool CAAudioUnitSink::setupAudio() setting channels 2
10:14:11 T:6146682880 NOTICE: bool CAAudioUnitSink::setupAudio() setting samplerate 48000.000000
10:14:11 T:6146682880 NOTICE: bool CAAudioUnitSink::setupAudio() setting buffer duration to 0.021333
10:14:11 T:6146682880 NOTICE: bool CAAudioUnitSink::setupAudio() total latency = 0.043167
10:14:11 T:6146682880 NOTICE: bool CAAudioUnitSink::setupAudio() setup audio format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() audio route = HDMIOutput
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() sampleRate 48000.000000
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() outputLatency 0.000500
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() IOBufferDuration 0.021333
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() outputNumberOfChannels 2
10:14:11 T:6146682880 NOTICE: void dumpAVAudioSessionProperties() maximumOutputNumberOfChannels 8
10:14:11 T:6144962560 NOTICE: Running database version Addons20
10:14:11 T:6144962560 NOTICE: Found possible resolution for display 0 with 1920 x 1080
10:14:11 T:6144962560 NOTICE: Checking resolution 16
10:14:11 T:6144962560 NOTICE: GL_VENDOR = Apple Inc.
10:14:11 T:6144962560 NOTICE: GL_RENDERER = Apple A8 GPU
10:14:11 T:6144962560 NOTICE: GL_VERSION = OpenGL ES 3.0 Apple A8 GPU - 95.16
10:14:11 T:6144962560 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
10:14:11 T:6144962560 NOTICE: GL_EXTENSIONS = GL_OES_standard_derivatives GL_KHR_texture_compression_astc_ldr GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_filter_anisotropic GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_rgb_422 GL_APPLE_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_texture_compression_pvrtc
10:14:11 T:6144962560 NOTICE: Running database version Addons20
10:14:11 T:6144962560 NOTICE: Running database version ViewModes6
10:14:11 T:6144962560 NOTICE: Running database version Textures13
10:14:11 T:6144962560 NOTICE: Running database version MyMusic56
10:14:11 T:6144962560 NOTICE: Running database version MyVideos99
10:14:11 T:6144962560 NOTICE: Running database version TV29
10:14:11 T:6144962560 NOTICE: Running database version Epg11
10:14:12 T:6144962560 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
10:14:12 T:6144962560 NOTICE: ActiveAE DSP - starting
10:14:12 T:6144962560 NOTICE: initialize done
10:14:12 T:6144962560 NOTICE: Running the application...
10:14:12 T:6145536000 NOTICE: starting zeroconf publishing
10:14:12 T:6144962560 NOTICE: starting upnp client
10:14:12 T:6152417280 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
10:14:12 T:6152417280 NOTICE: UDP: Listening on port 9777
10:14:13 T:6148403200 NOTICE: CPlexServices: Server found via plex.tv Tretflix
10:14:26 T:6144962560 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
10:14:26 T:6144962560 NOTICE: Enabled debug logging due to GUI setting. Level 2.
10:14:28 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0114, unicode: 0x0000, modifier: 0x0
10:14:28 T:6144962560 DEBUG: OnKey: left (0xf082) pressed, action is Left
10:14:32 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0008, unicode: 0x0000, modifier: 0x0
10:14:32 T:6144962560 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
10:14:32 T:6144962560 DEBUG: found key /userdata/profiles.xml
10:14:32 T:6144962560 DEBUG: Previous line repeats 1 times.
10:14:32 T:6144962560 DEBUG: NSUSerDefaults: compressed /userdata/profiles.xml from 923 to 324
10:14:32 T:6144962560 DEBUG: found key /userdata/guisettings.xml
10:14:32 T:6144962560 DEBUG: Previous line repeats 1 times.
10:14:32 T:6144962560 DEBUG: NSUSerDefaults: compressed /userdata/guisettings.xml from 31543 to 6049
10:14:32 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
10:14:32 T:6144962560 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
10:14:32 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
10:14:32 T:6144962560 DEBUG: ------ Window Init (Settings.xml) ------
10:14:33 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0008, unicode: 0x0000, modifier: 0x0
10:14:33 T:6144962560 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
10:14:33 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
10:14:33 T:6144962560 DEBUG: ------ Window Deinit (Settings.xml) ------
10:14:33 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
10:14:33 T:6144962560 DEBUG: ------ Window Init (Home.xml) ------
10:14:33 T:6150696960 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
10:14:33 T:6150696960 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
10:14:34 T:6147829760 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
10:14:34 T:6147829760 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
10:14:35 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0114, unicode: 0x0000, modifier: 0x0
10:14:35 T:6144962560 DEBUG: OnKey: left (0xf082) pressed, action is Left
10:14:36 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0114, unicode: 0x0000, modifier: 0x0
10:14:36 T:6144962560 DEBUG: OnKey: left (0xf082) pressed, action is Left
10:14:36 T:6150696960 DEBUG: CCurlFile::GetMimeType - https://HOSTNAME:32400/library/metadata/19318/thumb/1478455314|&X-Plex-Container-Size=10&X-Plex-Container-Start=0&X-Plex-Token=PLEXTOKEN -> image/jpeg
10:14:36 T:6150696960 DEBUG: CFileCache::Open - opening <library/metadata/19318/thumb/1478455314> using cache
10:14:36 T:6150696960 DEBUG: Caching image 'https://HOSTNAME:32400/library/metadata/19318/thumb/1478455314|&X-Plex-Container-Size=10&X-Plex-Container-Start=0&X-Plex-Token=PLEXTOKEN' to '3/38bf2ebf.jpg':
10:14:36 T:6150696960 DEBUG: cached image 'special://masterprofile/Thumbnails/3/38bf2ebf.jpg' size 400x225
10:14:38 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:14:38 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:14:38 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:38 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:39 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x000d, unicode: 0x0000, modifier: 0x0
10:14:39 T:6144962560 DEBUG: OnKey: return (0xf00d) pressed, action is Select
10:14:39 T:6144962560 DEBUG: Activating window ID: 10025
10:14:39 T:6144962560 DEBUG: ------ Window Deinit (Home.xml) ------
10:14:39 T:6144962560 DEBUG: ------ Window Init (MyVideoNav.xml) ------
10:14:39 T:6144962560 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
10:14:39 T:6144962560 DEBUG: CPlexDirectory::GetDirectory
10:14:39 T:6144962560 DEBUG: CPlexDirectory::GetDirectory strURL = plex://tvshows/inprogressshows/
10:14:40 T:6144962560 DEBUG: CPlexDirectory::GetDirectory '/all' client(Tretflix), shows(29)
10:14:42 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0008, unicode: 0x0000, modifier: 0x0
10:14:42 T:6144962560 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
10:14:42 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
10:14:43 T:6144962560 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
10:14:43 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
10:14:43 T:6144962560 DEBUG: ------ Window Init (Home.xml) ------
10:14:43 T:6147829760 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
10:14:43 T:6147829760 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
10:14:43 T:6152990720 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
10:14:43 T:6152990720 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
10:14:44 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:14:44 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:14:45 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0114, unicode: 0x0000, modifier: 0x0
10:14:45 T:6144962560 DEBUG: OnKey: left (0xf082) pressed, action is Left
10:14:46 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:46 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:47 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x000d, unicode: 0x0000, modifier: 0x0
10:14:47 T:6144962560 DEBUG: OnKey: return (0xf00d) pressed, action is Select
10:14:47 T:6144962560 DEBUG: Activating window ID: 10025
10:14:47 T:6144962560 DEBUG: ------ Window Deinit (Home.xml) ------
10:14:47 T:6144962560 DEBUG: ------ Window Init (MyVideoNav.xml) ------
10:14:47 T:6144962560 DEBUG: CPlexDirectory::GetDirectory
10:14:47 T:6144962560 DEBUG: CPlexDirectory::GetDirectory strURL = plex://tvshows/inprogressshows/
10:14:47 T:6144962560 DEBUG: CPlexDirectory::GetDirectory '/all' client(Tretflix), shows(29)
10:14:49 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0008, unicode: 0x0000, modifier: 0x0
10:14:49 T:6144962560 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
10:14:49 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
10:14:49 T:6144962560 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
10:14:49 T:6144962560 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
10:14:49 T:6144962560 DEBUG: ------ Window Init (Home.xml) ------
10:14:49 T:6147829760 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
10:14:49 T:6147829760 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
10:14:49 T:6150696960 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
10:14:49 T:6150696960 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
10:14:50 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:50 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:50 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:50 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:51 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:14:51 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:14:52 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:52 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:52 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:14:52 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:14:53 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0114, unicode: 0x0000, modifier: 0x0
10:14:53 T:6144962560 DEBUG: OnKey: left (0xf082) pressed, action is Left
10:14:53 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0111, unicode: 0x0000, modifier: 0x0
10:14:53 T:6144962560 DEBUG: OnKey: up (0xf080) pressed, action is Up
10:14:54 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x000d, unicode: 0x0000, modifier: 0x0
10:14:54 T:6144962560 DEBUG: OnKey: return (0xf00d) pressed, action is Select
10:14:54 T:6144962560 DEBUG: Activating window ID: 10004
10:14:54 T:6144962560 DEBUG: ------ Window Deinit (Home.xml) ------
10:14:54 T:6144962560 DEBUG: ------ Window Init (Settings.xml) ------
10:14:58 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0111, unicode: 0x0000, modifier: 0x0
10:14:58 T:6144962560 DEBUG: OnKey: up (0xf080) pressed, action is Up
10:14:59 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:14:59 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:00 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x000d, unicode: 0x0000, modifier: 0x0
10:15:00 T:6144962560 DEBUG: OnKey: return (0xf00d) pressed, action is Select
10:15:00 T:6144962560 DEBUG: Activating window ID: 10016
10:15:00 T:6144962560 DEBUG: ------ Window Deinit (Settings.xml) ------
10:15:00 T:6144962560 DEBUG: ------ Window Init (SettingsCategory.xml) ------
10:15:02 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:02 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:02 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:02 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:03 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:03 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:04 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:04 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:04 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0113, unicode: 0x0000, modifier: 0x0
10:15:04 T:6144962560 DEBUG: OnKey: right (0xf083) pressed, action is Right
10:15:05 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:05 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:06 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:06 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:06 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x0112, unicode: 0x0000, modifier: 0x0
10:15:06 T:6144962560 DEBUG: OnKey: down (0xf081) pressed, action is Down
10:15:07 T:6144962560 DEBUG: Keyboard: scancode: 0x00, sym: 0x000d, unicode: 0x0000, modifier: 0x0
10:15:07 T:6144962560 DEBUG: OnKey: return (0xf00d) pressed, action is Select
10:15:07 T:6144962560 NOTICE: Disabled debug logging due to GUI setting. Level 0.
10:15:07 T:6144962560 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
10:15:19 T:6144962560 NOTICE: WebServer: Started the webserver