ampache / ampache-xbmc-plugin

KODI plugin for Ampache
Other
8 stars 3 forks source link

Playlist total shows correctly, but no playlists are listed when you click into playlists. #7

Closed Jieiku closed 3 years ago

Jieiku commented 3 years ago

I got this setup, but cannot seem to access any of my playlists. I used a user account and password to authenticate to my ampache server. It says connected ok.

  1. First I launch the Ampache Plugin on Kodi
  2. select "Library..."
  3. select "Playlists(11)" <- correct number of playlists.
  4. the playlists page opens with no items, the only thing I can click is back ".." as if there are no results returned.

Kodi Version: 18.9.0 Ampache Version: Latest Ampache Develop

lusum commented 3 years ago

This bug is fixed with new 1.2.1 that i will release soon

Jieiku commented 3 years ago

SO FAST! all my issue reports closed already! Thank You @lusum

Jieiku commented 3 years ago

@lusum I uninstalled the old Ampache plugin, and told it to remove all settings. I then zipped the Master github repo and tried installing but playlists total still shows but when i click into it there are no returned results.

When master did not work I tried the 1.2.1 just incase the changes were only there and not in master, but it did not work either.

If you need any debug info from me just let me know what you need and I can post it here.

Jieiku commented 3 years ago

@lusum I would reopen this bug report, but I think settings are locked that prevent me from re-opening it, so I hope you get this. I installed Kodi on my main desktop just to be sure and also so that I could attach screenshots.

My Media PC is running Ubuntu 18.04 with Kodi 18.9.0 (Compiled 2020-10-24) My Desktop PC is running Ubuntu 20.04 with Kodi 18.9.0 (Compiled 2020-10-24)

both were installed using the stable ppa: sudo add-apt-repository ppa:team-xbmc

I have 11 playlists on my server (2 manual playlists and 9 smart playlists):

2021-01-31_17-20

when I click into "Playlists(11)" nothing is returned:

2021-01-31_17-23

lusum commented 3 years ago

with 1.2.1 i have no problem, the bug was this code, so if this check is present, the code is buggy, otherwise is another bug and i need to see the log with debug

Jieiku commented 3 years ago

Here is a clean log with debugging enabled, it shows from the launch of kodi, to entering ampache plugin, to entering into the playlists item.

I skimmed over it and noticed the line, but not sure if it is helpful for you, if you need me to run a version of ampache that outputs more debugging info, OR if you need me to verify any other information on my systems then let me know. DEBUG: CSettingsManager: requested setting (playlists) was not found.

Full Log:

2021-02-01 13:08:01.996 T:139982501538496  NOTICE: -----------------------------------------------------------------------
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Starting Kodi (18.9 (18.9.0) Git:20201024-0655c2c718). Platform: Linux x86 64-bit
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Using Release Kodi x64 build
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Kodi compiled 2020-10-24 by GCC 9.3.0 for Linux x86 64-bit version 5.4.65 (328769)
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Running on Ubuntu 20.04.2 LTS, kernel: Linux x86 64-bit version 5.4.0-65-generic
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: FFmpeg version/source: 4.0.4-Kodi
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Host CPU: Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz, 4 cores available
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi/addons
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://masterprofile/ is mapped to: /home/jieiku/.kodi/userdata
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://envhome/ is mapped to: /home/jieiku
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://home/ is mapped to: /home/jieiku/.kodi
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://temp/ is mapped to: /home/jieiku/.kodi/temp
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: special://logpath/ is mapped to: /home/jieiku/.kodi/temp
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: The executable running is: /usr/lib/x86_64-linux-gnu/kodi/kodi-x11
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Local hostname: jieiku
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: Log File is located: /home/jieiku/.kodi/temp/kodi.log
2021-02-01 13:08:01.996 T:139982501538496  NOTICE: -----------------------------------------------------------------------
2021-02-01 13:08:01.996 T:139982501538496    INFO: loading settings
2021-02-01 13:08:01.997 T:139982501538496  NOTICE: special://profile/ is mapped to: special://masterprofile/
2021-02-01 13:08:02.001 T:139982501538496   DEBUG: CSkinSettings: no <skinsettings> tag found
2021-02-01 13:08:02.001 T:139982501538496  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
2021-02-01 13:08:02.002 T:139982501538496  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2021-02-01 13:08:02.002 T:139982501538496  NOTICE: Default Video Player: VideoPlayer
2021-02-01 13:08:02.002 T:139982501538496  NOTICE: Default Audio Player: paplayer
2021-02-01 13:08:02.002 T:139982501538496  NOTICE: Enabled debug logging due to GUI setting (2)
2021-02-01 13:08:02.002 T:139982501538496  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
2021-02-01 13:08:02.002 T:139982501538496    INFO: creating subdirectories
2021-02-01 13:08:02.002 T:139982501538496    INFO: userdata folder: special://masterprofile/
2021-02-01 13:08:02.002 T:139982501538496    INFO: recording folder:
2021-02-01 13:08:02.002 T:139982501538496    INFO: screenshots folder:
2021-02-01 13:08:02.078 T:139982501538496  NOTICE: PulseAudio: Server found running - will try to use Pulse
2021-02-01 13:08:02.078 T:139982493132544   DEBUG: Thread Lirc start, auto delete: false
2021-02-01 13:08:02.078 T:139982493132544    INFO: Loading special://xbmc/system/Lircmap.xml
2021-02-01 13:08:02.079 T:139982501538496  NOTICE: Running database version Addons27
2021-02-01 13:08:02.080 T:139982493132544    INFO: * Adding remote mapping for device 'mceusb'
2021-02-01 13:08:02.080 T:139982493132544    INFO: * Adding remote mapping for device 'XboxDVDDongle'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'anysee'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'iMON-PAD'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'MCE_via_iMON'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'TwinHanRemote'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'linux-input-layer'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'mediacenter'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'devinput'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'devinput-32'
2021-02-01 13:08:02.081 T:139982493132544    INFO: * Adding remote mapping for device 'devinput-64'
2021-02-01 13:08:02.082 T:139982493132544   DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
2021-02-01 13:08:02.090 T:139982501538496   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: game.controller.default v1.0.8 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: game.controller.snes v1.0.8 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: inputstream.adaptive v2.4.6 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: inputstream.rtmp v2.0.9 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2021-02-01 13:08:02.090 T:139982501538496  NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: kodi.resource v1.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.album.universal v3.1.4 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.imdb.com v3.1.6 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.common.themoviedb.org v3.2.13 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.local v1.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.12 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: peripheral.joystick v1.5.2 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: plugin.audio.ampache v1.2.1 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: script.module.future v0.17.1 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: script.module.pil v1.1.7 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: service.xbmc.versioncheck v0.5.13 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: skin.estouchy v2.0.28 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: skin.estuary v2.0.27 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.addon v18.9 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.core v0.1.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.gui v5.14.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.json v10.3.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.python v2.26.0 installed
2021-02-01 13:08:02.091 T:139982501538496  NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2021-02-01 13:08:02.095 T:139982501538496   DEBUG: CFavourites::Load - no system favourites found, skipping
2021-02-01 13:08:02.095 T:139982501538496   DEBUG: CFavourites::Load - no userdata favourites found, skipping
2021-02-01 13:08:02.096 T:139982501538496   DEBUG: DBus method call to org.freedesktop.ConsoleKit.Manager.CanStop at /org/freedesktop/ConsoleKit/Manager of org.freedesktop.ConsoleKit failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
2021-02-01 13:08:02.096 T:139982501538496    INFO: Selected Logind/UPower as PowerSyscall
2021-02-01 13:08:02.113 T:139982501538496   DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 11
2021-02-01 13:08:02.115 T:139982501538496    INFO: Selected UPower as PowerSyscall
2021-02-01 13:08:02.116 T:139982501538496   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanSuspend”
2021-02-01 13:08:02.117 T:139982501538496   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanHibernate”
2021-02-01 13:08:02.118 T:139982484739840   DEBUG: Thread ActiveAE start, auto delete: false
2021-02-01 13:08:02.118 T:139982476347136   DEBUG: Thread AESink start, auto delete: false
2021-02-01 13:08:02.119 T:139982484739840   DEBUG: PulseAudio: Context authorizing
2021-02-01 13:08:02.119 T:139982484739840   DEBUG: PulseAudio: Context setting name
2021-02-01 13:08:02.119 T:139982484739840   DEBUG: PulseAudio: Context ready
2021-02-01 13:08:02.120 T:139982484739840 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2021-02-01 13:08:02.120 T:139982467954432   DEBUG: PulseAudio: Found Built-in Audio Analog Stereo with devicestring alsa_output.pci-0000_00_1b.0.analog-stereo
2021-02-01 13:08:02.120 T:139982484739840  NOTICE: Found 1 Lists of Devices
2021-02-01 13:08:02.120 T:139982484739840  NOTICE: Enumerated PULSE devices:
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:     Device 1
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_deviceName      : Default
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_displayName     : Default
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_displayNameExtra: Default Output Device (PULSEAUDIO)
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_channels        : FL, FR
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-02-01 13:08:02.120 T:139982484739840  NOTICE:     Device 2
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_deviceName      : alsa_output.pci-0000_00_1b.0.analog-stereo
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_displayName     : Built-in Audio Analog Stereo
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_displayNameExtra: Line Out (PULSEAUDIO)
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_channels        : FL, FR
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2021-02-01 13:08:02.121 T:139982484739840  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-02-01 13:08:02.121 T:139982476347136    INFO: CActiveAESink::OpenSink - initialize sink
2021-02-01 13:08:02.121 T:139982476347136   DEBUG: CActiveAESink::OpenSink - trying to open device Default
2021-02-01 13:08:02.121 T:139982476347136   DEBUG: CActiveAESink::OpenSink - trying to open device PULSE:Default
2021-02-01 13:08:02.121 T:139982476347136   DEBUG: PulseAudio: Context authorizing
2021-02-01 13:08:02.122 T:139982476347136   DEBUG: PulseAudio: Context setting name
2021-02-01 13:08:02.122 T:139982476347136   DEBUG: PulseAudio: Context ready
2021-02-01 13:08:02.123 T:139982476347136   DEBUG: PulseAudio: Stream ready
2021-02-01 13:08:02.123 T:139982476347136  NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
2021-02-01 13:08:02.123 T:139982476347136   DEBUG: CActiveAESink::OpenSink - PULSE Initialized:
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Output Device : Default
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Sample Rate   : 44100
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Sample Format : AE_FMT_FLOAT
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Channel Count : 2
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Channel Layout: FL, FR
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Frames        : 2205
2021-02-01 13:08:02.123 T:139982476347136   DEBUG:   Frame Size    : 8
2021-02-01 13:08:02.124 T:139982467954432   DEBUG: Sink changed
2021-02-01 13:08:02.127 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:02.127 T:139982501538496    INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2021-02-01 13:08:02.128 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
2021-02-01 13:08:02.128 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
2021-02-01 13:08:02.128 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
2021-02-01 13:08:02.128 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
2021-02-01 13:08:02.129 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
2021-02-01 13:08:02.130 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
2021-02-01 13:08:02.131 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
2021-02-01 13:08:02.131 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
2021-02-01 13:08:02.131 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
2021-02-01 13:08:02.131 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
2021-02-01 13:08:02.131 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
2021-02-01 13:08:02.132 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
2021-02-01 13:08:02.132 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
2021-02-01 13:08:02.132 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
2021-02-01 13:08:02.132 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
2021-02-01 13:08:02.132 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
2021-02-01 13:08:02.133 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
2021-02-01 13:08:02.133 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
2021-02-01 13:08:02.133 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
2021-02-01 13:08:02.133 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
2021-02-01 13:08:02.134 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
2021-02-01 13:08:02.134 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
2021-02-01 13:08:02.134 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
2021-02-01 13:08:02.134 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
2021-02-01 13:08:02.134 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
2021-02-01 13:08:02.135 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
2021-02-01 13:08:02.135 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
2021-02-01 13:08:02.135 T:139982501538496   DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
2021-02-01 13:08:02.137 T:139982501538496   DEBUG: Selected UDisks2 as storage provider
2021-02-01 13:08:02.138 T:139982501538496   DEBUG: UDisks2: Daemon version 2.8.4
2021-02-01 13:08:02.138 T:139982501538496   DEBUG: UDisks2: Querying available devices
2021-02-01 13:08:02.350 T:139982501538496    INFO: Available videomodes (xrandr):
2021-02-01 13:08:02.350 T:139982501538496    INFO: Output 'DVI-D-1' has 138 modes
2021-02-01 13:08:02.350 T:139982501538496    INFO: ID:0x47 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
2021-02-01 13:08:02.350 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x48 Name:1920x1080 Refresh:59.962841 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x49 Name:1920x1080 Refresh:50.000000 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4a Name:1920x1080 Refresh:59.940201 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4b Name:1920x1080 Refresh:59.933880 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4c Name:1920x1080i Refresh:30.000000 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4d Name:1920x1080i Refresh:25.000000 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4e Name:1920x1080i Refresh:29.970100 Width:1920 Height:1080
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x4f Name:1680x1050 Refresh:69.876381 Width:1680 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x50 Name:1680x1050 Refresh:59.954250 Width:1680 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x51 Name:1680x1050 Refresh:59.883251 Width:1680 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x52 Name:1600x1024 Refresh:60.169090 Width:1600 Height:1024
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.140974
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x53 Name:1400x1050 Refresh:74.757210 Width:1400 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x54 Name:1400x1050 Refresh:69.998573 Width:1400 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x55 Name:1400x1050 Refresh:59.975620 Width:1400 Height:1050
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x56 Name:1600x900 Refresh:59.946018 Width:1600 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x57 Name:1600x900 Refresh:60.000000 Width:1600 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x58 Name:1600x900 Refresh:59.824760 Width:1600 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x59 Name:1280x1024 Refresh:75.024673 Width:1280 Height:1024
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.426217
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5a Name:1280x1024 Refresh:60.019741 Width:1280 Height:1024
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.426217
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5b Name:1440x900 Refresh:59.887451 Width:1440 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5c Name:1400x900 Refresh:59.964130 Width:1400 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.146068
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5d Name:1400x900 Refresh:59.879822 Width:1400 Height:900
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.146068
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5e Name:1280x960 Refresh:60.000000 Width:1280 Height:960
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x5f Name:1440x810 Refresh:119.949303 Width:1440 Height:810
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x60 Name:1368x768 Refresh:59.882050 Width:1368 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.000854
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x61 Name:1368x768 Refresh:59.853199 Width:1368 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.000854
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x62 Name:1360x768 Refresh:59.798988 Width:1360 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.006742
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x63 Name:1360x768 Refresh:59.960030 Width:1360 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.006742
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x64 Name:1280x800 Refresh:119.973183 Width:1280 Height:800
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x65 Name:1280x800 Refresh:119.943176 Width:1280 Height:800
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x66 Name:1280x800 Refresh:59.810329 Width:1280 Height:800
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x67 Name:1280x800 Refresh:59.909550 Width:1280 Height:800
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x68 Name:1152x864 Refresh:75.000000 Width:1152 Height:864
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x69 Name:1152x864 Refresh:74.998001 Width:1152 Height:864
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6a Name:1152x864 Refresh:70.001450 Width:1152 Height:864
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6b Name:1152x864 Refresh:59.997059 Width:1152 Height:864
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6c Name:1280x720 Refresh:120.001633 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6d Name:1280x720 Refresh:119.982109 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6e Name:1280x720 Refresh:59.855129 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x6f Name:1280x720 Refresh:60.000000 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x70 Name:1280x720 Refresh:50.000000 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x71 Name:1280x720 Refresh:59.940201 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x72 Name:1280x720 Refresh:59.744709 Width:1280 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x73 Name:1024x768 Refresh:150.094864 Width:1024 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x74 Name:1024x768 Refresh:120.074669 Width:1024 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x75 Name:1024x768 Refresh:75.028580 Width:1024 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x76 Name:1024x768 Refresh:70.069359 Width:1024 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x77 Name:1024x768 Refresh:60.003841 Width:1024 Height:768
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x78 Name:960x720 Refresh:150.000000 Width:960 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x79 Name:960x720 Refresh:120.000000 Width:960 Height:720
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7a Name:928x696 Refresh:150.000000 Width:928 Height:696
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7b Name:928x696 Refresh:120.101318 Width:928 Height:696
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7c Name:896x672 Refresh:150.099380 Width:896 Height:672
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7d Name:896x672 Refresh:120.028877 Width:896 Height:672
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7e Name:1024x576 Refresh:119.906700 Width:1024 Height:576
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x7f Name:1024x576 Refresh:119.918663 Width:1024 Height:576
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x80 Name:1024x576 Refresh:59.899212 Width:1024 Height:576
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x81 Name:1024x576 Refresh:59.819519 Width:1024 Height:576
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x82 Name:960x600 Refresh:119.865479 Width:960 Height:600
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x83 Name:960x600 Refresh:119.997513 Width:960 Height:600
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x84 Name:832x624 Refresh:74.551270 Width:832 Height:624
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x85 Name:960x540 Refresh:119.925690 Width:960 Height:540
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x86 Name:960x540 Refresh:119.975739 Width:960 Height:540
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x87 Name:960x540 Refresh:59.629028 Width:960 Height:540
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x88 Name:960x540 Refresh:59.818218 Width:960 Height:540
2021-02-01 13:08:02.351 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.351 T:139982501538496    INFO: ID:0x89 Name:800x600 Refresh:150.000000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8a Name:800x600 Refresh:140.000000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8b Name:800x600 Refresh:130.000000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8c Name:800x600 Refresh:120.000000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8d Name:800x600 Refresh:72.187569 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8e Name:800x600 Refresh:75.000000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x8f Name:800x600 Refresh:60.316540 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x90 Name:800x600 Refresh:56.250000 Width:800 Height:600
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x91 Name:840x525 Refresh:149.920471 Width:840 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x92 Name:840x525 Refresh:139.752747 Width:840 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x93 Name:840x525 Refresh:120.018707 Width:840 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x94 Name:840x525 Refresh:119.766510 Width:840 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x95 Name:864x486 Refresh:59.915340 Width:864 Height:486
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x96 Name:864x486 Refresh:59.570309 Width:864 Height:486
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x97 Name:720x576 Refresh:50.000000 Width:720 Height:576
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.426217
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x98 Name:800x512 Refresh:120.337013 Width:800 Height:512
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.140974
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x99 Name:700x525 Refresh:149.514404 Width:700 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9a Name:700x525 Refresh:140.125351 Width:700 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9b Name:700x525 Refresh:119.951233 Width:700 Height:525
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9c Name:800x450 Refresh:119.892036 Width:800 Height:450
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9d Name:800x450 Refresh:119.649521 Width:800 Height:450
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9e Name:720x480 Refresh:60.000000 Width:720 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.188514
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0x9f Name:720x480 Refresh:59.940060 Width:720 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.188514
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa0 Name:640x512 Refresh:150.049347 Width:640 Height:512
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.426217
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa1 Name:640x512 Refresh:120.039482 Width:640 Height:512
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.426217
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa2 Name:720x450 Refresh:119.774887 Width:720 Height:450
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa3 Name:700x450 Refresh:119.928253 Width:700 Height:450
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.146068
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa4 Name:700x450 Refresh:119.759651 Width:700 Height:450
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.146068
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa5 Name:640x480 Refresh:120.000000 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa6 Name:640x480 Refresh:75.000000 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa7 Name:640x480 Refresh:72.808800 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa6 Name:640x480 Refresh:75.000000 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa8 Name:640x480 Refresh:60.000000 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xa9 Name:640x480 Refresh:59.940479 Width:640 Height:480
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xaa Name:720x405 Refresh:59.506180 Width:720 Height:405
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xab Name:720x405 Refresh:58.987850 Width:720 Height:405
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xac Name:720x400 Refresh:70.081657 Width:720 Height:400
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 0.990429
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xad Name:684x384 Refresh:119.764099 Width:684 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.000854
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xae Name:684x384 Refresh:119.706413 Width:684 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.000854
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xaf Name:680x384 Refresh:119.597977 Width:680 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.006742
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb0 Name:680x384 Refresh:119.920052 Width:680 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.006742
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb1 Name:640x400 Refresh:119.764771 Width:640 Height:400
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb2 Name:640x400 Refresh:119.964859 Width:640 Height:400
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.114232
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb3 Name:576x432 Refresh:150.000000 Width:576 Height:432
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb4 Name:576x432 Refresh:149.996002 Width:576 Height:432
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb5 Name:576x432 Refresh:140.002884 Width:576 Height:432
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb6 Name:576x432 Refresh:120.128342 Width:576 Height:432
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb7 Name:640x360 Refresh:119.710251 Width:640 Height:360
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb8 Name:640x360 Refresh:119.650902 Width:640 Height:360
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xb9 Name:640x360 Refresh:59.840431 Width:640 Height:360
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xba Name:640x360 Refresh:59.324871 Width:640 Height:360
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xbb Name:512x384 Refresh:150.057159 Width:512 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xbc Name:512x384 Refresh:140.138718 Width:512 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xbd Name:512x384 Refresh:120.007683 Width:512 Height:384
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xbe Name:512x288 Refresh:119.998756 Width:512 Height:288
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xbf Name:512x288 Refresh:119.841118 Width:512 Height:288
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc0 Name:416x312 Refresh:149.326416 Width:416 Height:312
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc1 Name:480x270 Refresh:119.258049 Width:480 Height:270
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc2 Name:480x270 Refresh:119.636429 Width:480 Height:270
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc3 Name:400x300 Refresh:144.375137 Width:400 Height:300
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc4 Name:400x300 Refresh:150.240387 Width:400 Height:300
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc5 Name:400x300 Refresh:120.633080 Width:400 Height:300
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc6 Name:400x300 Refresh:112.680290 Width:400 Height:300
2021-02-01 13:08:02.352 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.352 T:139982501538496    INFO: ID:0xc7 Name:432x243 Refresh:119.830688 Width:432 Height:243
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xc8 Name:432x243 Refresh:119.140617 Width:432 Height:243
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xc9 Name:320x240 Refresh:145.617599 Width:320 Height:240
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xca Name:320x240 Refresh:150.000000 Width:320 Height:240
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xcb Name:320x240 Refresh:120.104958 Width:320 Height:240
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.337079
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xcc Name:360x202 Refresh:119.012360 Width:360 Height:202
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.000333
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xcd Name:360x202 Refresh:118.257942 Width:360 Height:202
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.000333
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xce Name:320x180 Refresh:119.680847 Width:320 Height:180
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.353 T:139982501538496    INFO: ID:0xcf Name:320x180 Refresh:118.649727 Width:320 Height:180
2021-02-01 13:08:02.353 T:139982501538496    INFO: Pixel Ratio: 1.002809
2021-02-01 13:08:02.353 T:139982501538496  NOTICE: Checking resolution 15
2021-02-01 13:08:02.353 T:139982501538496   DEBUG: Window Manager Name: KWin
2021-02-01 13:08:02.382 T:139982501538496    INFO: RetroPlayer[PROCESS]: Registering process control for X11
2021-02-01 13:08:02.382 T:139982501538496    INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
2021-02-01 13:08:02.458 T:139982501538496  NOTICE: Using visual 0x21
2021-02-01 13:08:02.484 T:139982501538496   DEBUG: Vaapi2 EGL interop test results: general yes, deepColor yes
2021-02-01 13:08:02.505 T:139982501538496   DEBUG: libva info: VA-API version 1.7.0
2021-02-01 13:08:02.506 T:139982501538496   DEBUG: libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
2021-02-01 13:08:02.506 T:139982501538496   DEBUG: libva info: Found init function __vaDriverInit_1_7
2021-02-01 13:08:02.521 T:139982501538496   DEBUG: libva info: va_openDriver() returns 0
2021-02-01 13:08:02.521 T:139982501538496  NOTICE: VAAPI::Close - closing decoder context
2021-02-01 13:08:02.537 T:139982501538496   DEBUG: EGL_EXTENSIONS: EGL_ANDROID_blob_cache EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_swap_buffers_with_damage EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display
2021-02-01 13:08:02.537 T:139982501538496  NOTICE: GL_VENDOR = nouveau
2021-02-01 13:08:02.537 T:139982501538496  NOTICE: GL_RENDERER = NV137
2021-02-01 13:08:02.537 T:139982501538496  NOTICE: GL_VERSION = 4.3 (Core Profile) Mesa 20.2.6
2021-02-01 13:08:02.537 T:139982501538496  NOTICE: GL_SHADING_LANGUAGE_VERSION = 4.30
2021-02-01 13:08:02.537 T:139982501538496  NOTICE: GL_EXTENSIONS = GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_demote_to_helper_invocation GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_IBM_multimode_draw_arrays GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap_triangles GL_NV_copy_image GL_NV_depth_clamp GL_NV_fill_rectangle GL_NV_packed_depth_stencil GL_NV_sample_locations GL_NV_texture_barrier GL_NV_vdpau_interop GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_OES_EGL_image GL_S3_s3tc
2021-02-01 13:08:02.560 T:139982501538496    INFO: GL: Maximum texture width: 16384
2021-02-01 13:08:02.560 T:139982501538496   DEBUG: guilib: Fill viewport on change for solving rendering passes
2021-02-01 13:08:02.635 T:139982501538496    INFO: GL: Enabling VSYNC
2021-02-01 13:08:02.635 T:139982501538496    INFO: load keymapping
2021-02-01 13:08:02.636 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
2021-02-01 13:08:02.636 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2021-02-01 13:08:02.637 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2021-02-01 13:08:02.638 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
2021-02-01 13:08:02.638 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/joystick.xml
2021-02-01 13:08:02.639 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
2021-02-01 13:08:02.640 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/mouse.xml
2021-02-01 13:08:02.641 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/remote.xml
2021-02-01 13:08:02.642 T:139982501538496    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
2021-02-01 13:08:02.642 T:139982501538496    INFO: GUI format 1865x978, Display Windowed
2021-02-01 13:08:02.642 T:139982501538496    INFO: CLangInfo: loading resource.language.en_gb language information...
2021-02-01 13:08:02.642 T:139982501538496   DEBUG: trying to set locale to en_US.UTF-8
2021-02-01 13:08:02.643 T:139982501538496    INFO: global locale set to en_US.UTF-8
2021-02-01 13:08:02.643 T:139982501538496    INFO: CLangInfo: loading resource.language.en_gb language strings...
2021-02-01 13:08:02.648 T:139982501538496   DEBUG: LocalizeStrings: loaded 4015 strings from file resource://resource.language.en_gb/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 24 strings from file /usr/share/kodi/addons/inputstream.adaptive/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.650 T:139982501538496   DEBUG: LocalizeStrings: loaded 17 strings from file /home/jieiku/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.651 T:139982501538496   DEBUG: LocalizeStrings: loaded 32 strings from file /home/jieiku/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.652 T:139982501538496   DEBUG: LocalizeStrings: loaded 9 strings from file /home/jieiku/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.652 T:139982501538496   DEBUG: LocalizeStrings: loaded 13 strings from file /home/jieiku/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.652 T:139982501538496   DEBUG: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.653 T:139982501538496   DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.653 T:139982501538496   DEBUG: LocalizeStrings: loaded 24 strings from file /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/language/English/strings.po
2021-02-01 13:08:02.654 T:139982501538496   DEBUG: LocalizeStrings: loaded 109 strings from file /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.654 T:139981617444608   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:08:02.654 T:139981617444608   DEBUG: Initialize, updating databases...
2021-02-01 13:08:02.654 T:139981617444608  NOTICE: Running database version Addons27
2021-02-01 13:08:02.655 T:139981617444608  NOTICE: Running database version ViewModes6
2021-02-01 13:08:02.655 T:139981617444608  NOTICE: Running database version Textures13
2021-02-01 13:08:02.656 T:139981617444608  NOTICE: Running database version MyMusic72
2021-02-01 13:08:02.657 T:139981617444608  NOTICE: Running database version MyVideos116
2021-02-01 13:08:02.657 T:139981617444608  NOTICE: Running database version TV32
2021-02-01 13:08:02.657 T:139981617444608  NOTICE: Running database version Epg12
2021-02-01 13:08:02.657 T:139981617444608   DEBUG: Initialize, updating databases... DONE
2021-02-01 13:08:02.658 T:139982501538496  NOTICE: start dvd mediatype detection
2021-02-01 13:08:02.658 T:139982459553536   DEBUG: Thread DetectDVDMedia start, auto delete: false
2021-02-01 13:08:02.658 T:139982459553536   DEBUG: Compiled with libcdio Version 0.20000
2021-02-01 13:08:02.658 T:139982501538496   DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
2021-02-01 13:08:02.659 T:139982459553536   DEBUG: Thread DetectDVDMedia 139982459553536 terminating
2021-02-01 13:08:02.671 T:139982501538496    INFO: Unloading old skin ...
2021-02-01 13:08:02.671 T:139982501538496  NOTICE:   load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2021-02-01 13:08:02.671 T:139982501538496    INFO:   load fonts for skin...
2021-02-01 13:08:02.672 T:139982501538496    INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2021-02-01 13:08:02.686 T:139982501538496    INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2021-02-01 13:08:02.693 T:139982501538496   DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
2021-02-01 13:08:02.693 T:139982501538496    INFO:   load new skin...
2021-02-01 13:08:02.693 T:139982501538496    INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2021-02-01 13:08:02.695 T:139982501538496   DEBUG: Load Skin XML: 1.90ms
2021-02-01 13:08:02.695 T:139982501538496    INFO:   initialize new skin...
2021-02-01 13:08:02.695 T:139982501538496   DEBUG: guilib: Fill viewport on change for solving rendering passes
2021-02-01 13:08:02.695 T:139982501538496    INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.696 T:139982501538496    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.697 T:139982501538496   DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
2021-02-01 13:08:02.697 T:139982501538496    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.697 T:139982501538496    INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.698 T:139982501538496    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.698 T:139982501538496    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.703 T:139982501538496    INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.703 T:139982501538496    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:08:02.704 T:139982501538496    INFO: Loading resource://resource.uisounds.kodi/sounds.xml
2021-02-01 13:08:02.714 T:139982501538496    INFO:   skin loaded...
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: Activating window ID: 12997
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: ------ Window Init () ------
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: Activating window ID: 12999
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: ------ Window Init (Startup.xml) ------
2021-02-01 13:08:02.714 T:139982501538496    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: Activating window ID: 10000
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: ------ Window Deinit (Startup.xml) ------
2021-02-01 13:08:02.714 T:139982501538496   DEBUG: ------ Window Init (Home.xml) ------
2021-02-01 13:08:02.714 T:139982501538496    INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
2021-02-01 13:08:02.741 T:139981609051904   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[library://video/]: refreshing..
2021-02-01 13:08:02.741 T:139981600659200   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[sources://video/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
2021-02-01 13:08:02.741 T:139982501538496   DEBUG: CDirectoryProvider[favourites://]: refreshing..
2021-02-01 13:08:02.742 T:139982501538496   DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-02-01 13:08:02.746 T:139981617444608   DEBUG: CAddonMgr::GetAvailableUpdates took 5 ms
2021-02-01 13:08:02.754 T:139982501538496   DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
2021-02-01 13:08:02.754 T:139982501538496 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-02-01 13:08:02.754 T:139982501538496    INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2021-02-01 13:08:02.754 T:139982501538496    INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2021-02-01 13:08:02.756 T:139981609051904   DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2021-02-01 13:08:02.756 T:139981609051904   DEBUG: Getting Directory (special://profile/playlists/video)
2021-02-01 13:08:02.756 T:139981609051904   DEBUG: Getting Directory (special://profile/playlists/mixed)
2021-02-01 13:08:02.756 T:139981609051904   DEBUG: CMultiPathDirectory::MergeItems, items = 0
2021-02-01 13:08:02.756 T:139981609051904   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
2021-02-01 13:08:02.759 T:139981609051904   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
2021-02-01 13:08:02.759 T:139981609051904   DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
2021-02-01 13:08:02.760 T:139981609051904   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
2021-02-01 13:08:02.762 T:139982501538496    INFO: JSONRPC v10.3.0: Successfully initialized
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node "CEC Adapter"
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node "iMON HID device"
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node "WETEK Play remote"
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: LoadMappings - loaded node ""
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: Add-on bus: Registering add-on peripheral.joystick
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: ADDON: Dll Initializing - Joystick Support
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: SECTION:LoadDLL(/usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2)
2021-02-01 13:08:02.763 T:139981609051904   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
2021-02-01 13:08:02.763 T:139982501538496   DEBUG: Loading: /usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2
2021-02-01 13:08:02.764 T:139981609051904   DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview  WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
2021-02-01 13:08:02.765 T:139982501538496   DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 97 total joysticks
2021-02-01 13:08:02.765 T:139982501538496   DEBUG: Calling TransferSettings for: Joystick Support
2021-02-01 13:08:02.765 T:139982501538496   DEBUG: CAddonSettings[peripheral.joystick]: loading setting definitions
2021-02-01 13:08:02.765 T:139982501538496    INFO: AddOnLog: Joystick Support: Enabling joystick interface "linux"
2021-02-01 13:08:02.765 T:139981083375360   DEBUG: Thread PeripBusUSBUdev start, auto delete: false
2021-02-01 13:08:02.765 T:139981083375360   DEBUG: Process - initialised udev monitor
2021-02-01 13:08:02.768 T:139981074982656   DEBUG: Thread PeripBusCEC start, auto delete: false
2021-02-01 13:08:02.769 T:139981066589952   DEBUG: Thread PeripBusAddon start, auto delete: false
2021-02-01 13:08:02.769 T:139982501538496   DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
2021-02-01 13:08:02.769 T:139982501538496  NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2021-02-01 13:08:02.769 T:139982501538496   DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
2021-02-01 13:08:02.769 T:139982501538496  NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: ContextMenuManager: addon menus reloaded.
2021-02-01 13:08:02.770 T:139982501538496  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
2021-02-01 13:08:02.770 T:139982501538496   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
2021-02-01 13:08:02.770 T:139982501538496  NOTICE: Loaded playercorefactory configuration
2021-02-01 13:08:02.770 T:139982501538496  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-02-01 13:08:02.770 T:139982501538496  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-02-01 13:08:02.770 T:139982501538496    INFO: removing tempfiles
2021-02-01 13:08:02.770 T:139981058197248   DEBUG: Thread PeripEventScanner start, auto delete: false
2021-02-01 13:08:02.772 T:139982501538496   DEBUG: CRepositoryUpdater: previous update at 01/31/2021 5:15:08 PM, next at 02/01/2021 5:15:08 PM
2021-02-01 13:08:02.772 T:139981049804544   DEBUG: Thread Timer start, auto delete: false
2021-02-01 13:08:02.773 T:139982501538496   DEBUG: CServiceAddonManager: starting service.xbmc.versioncheck
2021-02-01 13:08:02.773 T:139982501538496   DEBUG: CServiceAddonManager: starting plugin.audio.ampache
2021-02-01 13:08:02.773 T:139980835911424   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:08:02.773 T:139982501538496  NOTICE: initialize done
2021-02-01 13:08:02.773 T:139982501538496  NOTICE: Running the application...
2021-02-01 13:08:02.773 T:139980835911424    INFO: initializing python engine.
2021-02-01 13:08:02.773 T:139982501538496   DEBUG: no profile autoexec.py (/home/jieiku/.kodi/userdata/autoexec.py) found, skipping
2021-02-01 13:08:02.773 T:139982501538496   DEBUG: NetworkMessage - Starting network services
2021-02-01 13:08:02.773 T:139980827518720   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:08:02.774 T:139980827518720    INFO: initializing python engine.
2021-02-01 13:08:02.775 T:139982501538496   DEBUG: CZeroconfAvahi::clientCallback: client is up and running
2021-02-01 13:08:02.776 T:139982501538496  NOTICE: starting zeroconf publishing
2021-02-01 13:08:02.776 T:139982501538496    INFO: JSONRPC Server: Successfully initialized
2021-02-01 13:08:02.776 T:139981609051904   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (jieiku) port:9090
2021-02-01 13:08:02.776 T:139981609051904   DEBUG: CZeroconfAvahi::addService() named: Kodi (jieiku) type: _xbmc-jsonrpc._tcp port:9090
2021-02-01 13:08:02.784 T:139980810733312   DEBUG: Thread EventServer start, auto delete: false
2021-02-01 13:08:02.784 T:139980810733312  NOTICE: ES: Starting UDP Event server on port 9777
2021-02-01 13:08:02.784 T:139980810733312  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2021-02-01 13:08:02.784 T:139981600659200   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (jieiku) port:9777
2021-02-01 13:08:02.784 T:139981600659200   DEBUG: CZeroconfAvahi::addService() named: Kodi (jieiku) type: _xbmc-events._udp port:9777
2021-02-01 13:08:02.797 T:139980802340608   DEBUG: Thread TCPServer start, auto delete: false
2021-02-01 13:08:02.845 T:139982501538496   DEBUG: ------ Window Init () ------
2021-02-01 13:08:02.865 T:139980835911424   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): start processing
2021-02-01 13:08:02.866 T:139980827518720   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): start processing
2021-02-01 13:08:02.877 T:139982501538496    INFO: GL: Maximum texture width: 16384
2021-02-01 13:08:02.880 T:139982501538496   DEBUG: ------ Window Init (Pointer.xml) ------
2021-02-01 13:08:02.919 T:139980835911424   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:08:02.919 T:139980835911424   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): the source file to load is "/home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py"
2021-02-01 13:08:02.919 T:139980835911424   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): setting the Python path to /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages
2021-02-01 13:08:02.919 T:139980835911424   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): entering source directory /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib
2021-02-01 13:08:02.975 T:139980835911424   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.14.0 of the xbmc.python api
2021-02-01 13:08:03.008 T:139980835911424   DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting definitions
2021-02-01 13:08:03.008 T:139980835911424   DEBUG: CAddonSettings[service.xbmc.versioncheck]: trying to load setting definitions from old format...
2021-02-01 13:08:03.008 T:139980835911424   DEBUG: Version Check: Version 0.5.13 started
2021-02-01 13:08:03.008 T:139980827518720   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:08:03.008 T:139980827518720   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): the source file to load is "/home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py"
2021-02-01 13:08:03.009 T:139980827518720   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): setting the Python path to /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib:/home/jieiku/.kodi/addons/script.module.future/libs:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages
2021-02-01 13:08:03.009 T:139980827518720   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib
2021-02-01 13:08:03.009 T:139980827518720   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): instantiating addon using automatically obtained id of "plugin.audio.ampache" dependent on version 0.0.0 of the xbmc.python api
2021-02-01 13:08:03.054 T:139980827518720   DEBUG: AmpacheMonitor::ServiceMonitor called
2021-02-01 13:08:03.273 T:139982501538496   DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
2021-02-01 13:08:03.727 T:139980819126016   DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
2021-02-01 13:08:05.054 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:05.054 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:05.054 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:05.054 T:139982501538496   DEBUG: ------ Window Deinit (Pointer.xml) ------
2021-02-01 13:08:05.139 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:05.562 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:05.562 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:05.640 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:05.973 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:05.973 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:06.074 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:06.822 T:139982501538496   DEBUG: Keyboard: scancode: 0x72, sym: 0x275, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:06.822 T:139982501538496   DEBUG: HandleKey: right (0xf083) pressed, action is Right
2021-02-01 13:08:06.907 T:139982501538496   DEBUG: Keyboard: scancode: 0x72, sym: 0x275, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:07.140 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:07.140 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:07.223 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:07.864 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x000d, modifier: 0x0
2021-02-01 13:08:07.937 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:07.937 T:139982501538496   DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2021-02-01 13:08:07.937 T:139982501538496   DEBUG: Activating window ID: 10502
2021-02-01 13:08:08.257 T:139982501538496   DEBUG: ------ Window Deinit (Home.xml) ------
2021-02-01 13:08:08.257 T:139982501538496   DEBUG: FreeVisualisation() done
2021-02-01 13:08:08.259 T:139982501538496   DEBUG: ------ Window Init (MyMusicNav.xml) ------
2021-02-01 13:08:08.259 T:139982501538496    INFO: Loading skin file: MyMusicNav.xml, load type: KEEP_IN_MEMORY
2021-02-01 13:08:08.288 T:139980835911424   DEBUG: Version Check: Version installed {u'major': 18, u'tag': u'stable', u'minor': 9, u'revision': u'20201024-0655c2c718'}
2021-02-01 13:08:08.288 T:139980835911424   DEBUG: Version Check: Version available  {u'major': u'18', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'9', u'revision': u'20201023-0655c2c718'}
2021-02-01 13:08:08.288 T:139980835911424   DEBUG: Version Check: There is no newer stable available
2021-02-01 13:08:08.288 T:139980835911424    INFO: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
2021-02-01 13:08:08.288 T:139980835911424   DEBUG: onExecutionDone(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py)
2021-02-01 13:08:08.292 T:139980835911424    INFO: Python interpreter stopped
2021-02-01 13:08:08.292 T:139980835911424   DEBUG: Thread LanguageInvoker 139980835911424 terminating
2021-02-01 13:08:08.295 T:139982501538496   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/)
2021-02-01 13:08:08.295 T:139982501538496   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/]
2021-02-01 13:08:08.295 T:139980835911424   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:08:08.297 T:139981609051904   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 2 ms
2021-02-01 13:08:08.297 T:139980835911424   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','1','','resume:false')
2021-02-01 13:08:08.297 T:139980785198848   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:08:08.298 T:139980785198848    INFO: initializing python engine.
2021-02-01 13:08:08.298 T:139980785198848   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:08:08.338 T:139980785198848   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:08:08.338 T:139980785198848   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): the source file to load is "/home/jieiku/.kodi/addons/plugin.audio.ampache/default.py"
2021-02-01 13:08:08.338 T:139980785198848   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): setting the Python path to /home/jieiku/.kodi/addons/plugin.audio.ampache:/home/jieiku/.kodi/addons/script.module.future/libs:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages
2021-02-01 13:08:08.338 T:139980785198848   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache
2021-02-01 13:08:08.338 T:139980785198848   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): instantiating addon using automatically obtained id of "plugin.audio.ampache" dependent on version 0.0.0 of the xbmc.python api
2021-02-01 13:08:08.395 T:139982501538496   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:08:08.615 T:139980785198848   DEBUG: AmpachePlugin::init handle: 1 url:
2021-02-01 13:08:08.624 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=4&name=Search...
2021-02-01 13:08:08.624 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=25&name=Quick+access...
2021-02-01 13:08:08.624 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=23&name=Explore...
2021-02-01 13:08:08.624 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=24&name=Library...
2021-02-01 13:08:08.625 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=54&name=Switch+Server
2021-02-01 13:08:08.625 T:139980785198848   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=50&name=Settings
2021-02-01 13:08:08.625 T:139980785198848   DEBUG: AmpachePlugin::endOfDirectory 1
2021-02-01 13:08:08.625 T:139980785198848    INFO: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:08:08.625 T:139980785198848   DEBUG: onExecutionDone(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:08:08.625 T:139980835911424   DEBUG: Thread waiting 139980835911424 terminating
2021-02-01 13:08:08.635 T:139980785198848    INFO: Python interpreter stopped
2021-02-01 13:08:08.636 T:139980785198848   DEBUG: Thread LanguageInvoker 139980785198848 terminating
2021-02-01 13:08:08.639 T:139982501538496   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:08:08.640 T:139982501538496   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:08:08.642 T:139980785198848   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:08:08.645 T:139980785198848   DEBUG: Thread BackgroundLoader 139980785198848 terminating
2021-02-01 13:08:09.431 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:09.431 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:09.506 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:09.656 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:09.656 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:09.780 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:09.943 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:09.943 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:10.023 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:10.307 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:10.308 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:10.441 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:10.685 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x000d, modifier: 0x0
2021-02-01 13:08:10.807 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:10.807 T:139982501538496   DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2021-02-01 13:08:10.808 T:139982501538496   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/?mode=24&name=Library...&object_id=None)
2021-02-01 13:08:10.808 T:139982501538496   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/]
2021-02-01 13:08:10.808 T:139980785198848   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:08:10.811 T:139981609051904   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 3 ms
2021-02-01 13:08:10.811 T:139980785198848   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','2','?mode=24&name=Library...&object_id=None','resume:false')
2021-02-01 13:08:10.811 T:139980835911424   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:08:10.811 T:139980835911424    INFO: initializing python engine.
2021-02-01 13:08:10.811 T:139980835911424   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:08:10.854 T:139980835911424   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:08:10.854 T:139980835911424   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): the source file to load is "/home/jieiku/.kodi/addons/plugin.audio.ampache/default.py"
2021-02-01 13:08:10.854 T:139980835911424   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): setting the Python path to /home/jieiku/.kodi/addons/plugin.audio.ampache:/home/jieiku/.kodi/addons/script.module.future/libs:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages
2021-02-01 13:08:10.854 T:139980835911424   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache
2021-02-01 13:08:10.854 T:139980835911424   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): instantiating addon using automatically obtained id of "plugin.audio.ampache" dependent on version 0.0.0 of the xbmc.python api
2021-02-01 13:08:10.908 T:139982501538496   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: AmpachePlugin::init handle: 2 url: ?mode=24&name=Library...&object_id=None
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: AmpachePlugin::mode 24
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:08:11.118 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:08:11.119 T:139980835911424   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:08:11.124 T:139980835911424   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=1&name=Artists+%28240%29
2021-02-01 13:08:11.125 T:139980835911424   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=2&name=Albums+%282558%29
2021-02-01 13:08:11.125 T:139980835911424   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=13&name=Playlists+%2811%29
2021-02-01 13:08:11.125 T:139980835911424   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=18&name=Tags
2021-02-01 13:08:11.125 T:139980835911424   DEBUG: AmpachePlugin::endOfDirectory 2
2021-02-01 13:08:11.125 T:139980835911424    INFO: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:08:11.125 T:139980835911424   DEBUG: onExecutionDone(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:08:11.125 T:139980785198848   DEBUG: Thread waiting 139980785198848 terminating
2021-02-01 13:08:11.139 T:139982501538496   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:08:11.139 T:139980835911424    INFO: Python interpreter stopped
2021-02-01 13:08:11.139 T:139980835911424   DEBUG: Thread LanguageInvoker 139980835911424 terminating
2021-02-01 13:08:11.141 T:139982501538496   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:08:11.143 T:139980835911424   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:08:11.145 T:139980835911424   DEBUG: Thread BackgroundLoader 139980835911424 terminating
2021-02-01 13:08:11.867 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:11.867 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:11.870 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:12.106 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:12.106 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:12.247 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:12.450 T:139982501538496   DEBUG: Previous line repeats 1 times.
2021-02-01 13:08:12.450 T:139982501538496   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:08:12.539 T:139982501538496   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:12.864 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x000d, modifier: 0x0
2021-02-01 13:08:12.945 T:139982501538496   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x0000, modifier: 0x0
2021-02-01 13:08:12.945 T:139982501538496   DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2021-02-01 13:08:12.946 T:139982501538496   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/?mode=13&name=Playlists%20(11)&object_id=None)
2021-02-01 13:08:12.946 T:139982501538496   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/?mode=24&name=Library...&object_id=None]
2021-02-01 13:08:12.946 T:139980835911424   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:08:12.951 T:139981609051904   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 5 ms
2021-02-01 13:08:12.951 T:139980835911424   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','3','?mode=13&name=Playlists%20(11)&object_id=None','resume:false')
2021-02-01 13:08:12.952 T:139980785198848   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:08:12.952 T:139980785198848    INFO: initializing python engine.
2021-02-01 13:08:12.952 T:139980785198848   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:08:12.995 T:139980785198848   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:08:12.995 T:139980785198848   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): the source file to load is "/home/jieiku/.kodi/addons/plugin.audio.ampache/default.py"
2021-02-01 13:08:12.995 T:139980785198848   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): setting the Python path to /home/jieiku/.kodi/addons/plugin.audio.ampache:/home/jieiku/.kodi/addons/script.module.future/libs:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages
2021-02-01 13:08:12.995 T:139980785198848   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache
2021-02-01 13:08:12.995 T:139980785198848   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): instantiating addon using automatically obtained id of "plugin.audio.ampache" dependent on version 0.0.0 of the xbmc.python api
2021-02-01 13:08:13.046 T:139982501538496   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:08:13.264 T:139980785198848   DEBUG: AmpachePlugin::init handle: 3 url: ?mode=13&name=Playlists%20(11)&object_id=None
2021-02-01 13:08:13.264 T:139980785198848   DEBUG: AmpachePlugin::mode 13
2021-02-01 13:08:13.264 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:08:13.264 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:08:13.265 T:139980785198848   DEBUG: AmpachePlugin::get_items: object_type playlists
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:08:13.266 T:139980785198848   DEBUG: AmpachePlugin::handle_request: url https://ampache.example.com/server/xml.server.php?action=playlists&auth=0048e58a860f9c1REDACTEDce5343&limit=100
2021-02-01 13:08:13.333 T:139980785198848   DEBUG: AmpachePlugin::handle_request: nossl
2021-02-01 13:08:13.563 T:139980785198848   DEBUG: AmpachePlugin::ampache_http_request: contents <?xml version="1.0" encoding="UTF-8" ?>
                                            <root>
                                            <total_count>11</total_count>
                                            <playlist id="3">
                                                <name><![CDATA[Time to Rock]]></name>
                                                <owner><![CDATA[jennie]]></owner>
                                                <items>4</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="2">
                                                <name><![CDATA[Workout Mix]]></name>
                                                <owner><![CDATA[jennie]]></owner>
                                                <items>6</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_29">
                                                <name><![CDATA[Jake 3+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>241</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_30">
                                                <name><![CDATA[Jake 4+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>115</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_34">
                                                <name><![CDATA[Jen+Jake 3+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>54</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_35">
                                                <name><![CDATA[Jen+Jake 4+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>15</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_31">
                                                <name><![CDATA[Jennie 3+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>169</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_32">
                                                <name><![CDATA[Jennie 4+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>108</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_27">
                                                <name><![CDATA[Jim 3+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>89</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_28">
                                                <name><![CDATA[Jim 4+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>81</items>
                                                <type>public</type>
                                            </playlist>
                                            <playlist id="smart_33">
                                                <name><![CDATA[Jim+Jake 3+]]></name>
                                                <owner><![CDATA[public]]></owner>
                                                <items>1</items>
                                                <type>public</type>
                                            </playlist>
                                            </root>
2021-02-01 13:08:13.566 T:139980785198848   DEBUG: AmpachePlugin::addItem: object_type - playlists
2021-02-01 13:08:13.575 T:139980785198848   DEBUG: AmpachePlugin::endOfDirectory 3
2021-02-01 13:08:13.575 T:139980785198848    INFO: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:08:13.575 T:139980785198848   DEBUG: onExecutionDone(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:08:13.576 T:139980835911424   DEBUG: Thread waiting 139980835911424 terminating
2021-02-01 13:08:13.589 T:139982501538496   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:08:13.590 T:139982501538496   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:08:13.592 T:139980835911424   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:08:13.594 T:139980835911424   DEBUG: Thread BackgroundLoader 139980835911424 terminating
2021-02-01 13:08:13.594 T:139980785198848    INFO: Python interpreter stopped
2021-02-01 13:08:13.594 T:139980785198848   DEBUG: Thread LanguageInvoker 139980785198848 terminating
2021-02-01 13:08:18.597 T:139982501538496   DEBUG: ------ Window Init (Pointer.xml) ------
2021-02-01 13:08:19.340 T:139982501538496   DEBUG: ------ Window Deinit (Pointer.xml) ------
2021-02-01 13:08:21.241 T:139982501538496  NOTICE: Stopping player
2021-02-01 13:08:21.241 T:139982501538496  NOTICE: Storing total System Uptime
2021-02-01 13:08:21.241 T:139982501538496  NOTICE: Saving settings
2021-02-01 13:08:21.243 T:139982501538496  NOTICE: Saving skin settings
2021-02-01 13:08:21.244 T:139982501538496  NOTICE: Stopping all
2021-02-01 13:08:21.244 T:139981600659200   DEBUG: Thread JobWorker 139981600659200 terminating (autodelete)
2021-02-01 13:08:21.244 T:139982501538496   DEBUG: NetworkMessage - Signaling network services to stop
2021-02-01 13:08:21.244 T:139982501538496  NOTICE: ES: Stopping event server
2021-02-01 13:08:21.244 T:139981617444608   DEBUG: Thread JobWorker 139981617444608 terminating (autodelete)
2021-02-01 13:08:21.244 T:139982501538496   DEBUG: NetworkMessage - Waiting for network services to stop
2021-02-01 13:08:21.244 T:139982501538496  NOTICE: stopping zeroconf publishing
2021-02-01 13:08:21.244 T:139981609051904   DEBUG: Thread JobWorker 139981609051904 terminating (autodelete)
2021-02-01 13:08:21.292 T:139980827518720   DEBUG: AmpacheMonitor:Notification System.OnQuit from xbmc, params: {"exitcode":0}
2021-02-01 13:08:21.802 T:139980810733312  NOTICE: ES: UDP Event server stopped
2021-02-01 13:08:21.802 T:139980810733312   DEBUG: Thread EventServer 139980810733312 terminating
2021-02-01 13:08:21.816 T:139980802340608   DEBUG: Thread TCPServer 139980802340608 terminating
2021-02-01 13:08:21.816 T:139982501538496  NOTICE: stop dvd detect media
2021-02-01 13:08:21.816 T:139982501538496   DEBUG: CServiceAddonManager: stopping plugin.audio.ampache.
2021-02-01 13:08:21.816 T:139982501538496   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): trigger Monitor abort request
2021-02-01 13:08:21.816 T:139980827518720    INFO: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): script successfully run
2021-02-01 13:08:21.816 T:139980827518720   DEBUG: onExecutionDone(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py)
2021-02-01 13:08:21.818 T:139980827518720    INFO: Python interpreter interrupted by user
2021-02-01 13:08:21.818 T:139982501538496   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): script termination took 2ms
2021-02-01 13:08:21.818 T:139982501538496   DEBUG: CServiceAddonManager: stopping service.xbmc.versioncheck.
2021-02-01 13:08:21.818 T:139980827518720   DEBUG: Thread LanguageInvoker 139980827518720 terminating
2021-02-01 13:08:21.819 T:139982501538496    INFO: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2021-02-01 13:08:21.819 T:139982484739840   DEBUG: Thread ActiveAE 139982484739840 terminating
2021-02-01 13:08:21.849 T:139982476347136   DEBUG: Thread AESink 139982476347136 terminating
2021-02-01 13:08:22.031 T:139982501538496  NOTICE: Application stopped
2021-02-01 13:08:22.231 T:139982501538496  NOTICE: XBApplicationEx: destroying...
2021-02-01 13:08:22.231 T:139981058197248   DEBUG: Thread PeripEventScanner 139981058197248 terminating
2021-02-01 13:08:22.240 T:139981083375360   DEBUG: Thread PeripBusUSBUdev 139981083375360 terminating
2021-02-01 13:08:22.240 T:139981074982656   DEBUG: Thread PeripBusCEC 139981074982656 terminating
2021-02-01 13:08:22.241 T:139981066589952   DEBUG: Thread PeripBusAddon 139981066589952 terminating
2021-02-01 13:08:22.267 T:139982501538496    INFO: AddOnLog: Joystick Support: Disabling joystick interface "linux"
2021-02-01 13:08:22.267 T:139982501538496   DEBUG: SECTION:UnloadDll(/usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2)
2021-02-01 13:08:22.267 T:139982501538496    INFO: ADDON: Dll Destroyed - Joystick Support
2021-02-01 13:08:22.267 T:139982501538496  NOTICE: unload skin
2021-02-01 13:08:22.267 T:139982501538496    INFO: Unloading old skin ...
2021-02-01 13:08:22.268 T:139982501538496   DEBUG: ------ Window Deinit (MyMusicNav.xml) ------
2021-02-01 13:08:22.268 T:139982501538496   DEBUG: FreeVisualisation() done
2021-02-01 13:08:22.271 T:139982501538496   DEBUG: Previous line repeats 2 times.
2021-02-01 13:08:22.271 T:139982501538496   DEBUG: ------ Window Deinit () ------
2021-02-01 13:08:22.273 T:139982501538496   DEBUG: CloseBundle - Closed bundle
2021-02-01 13:08:22.279 T:139982501538496  NOTICE: unload sections
2021-02-01 13:08:22.280 T:139982501538496   DEBUG: LogindUPowerSyscall - delay lock sleep released
2021-02-01 13:08:22.281 T:139981049804544   DEBUG: Thread Timer 139981049804544 terminating
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f847080 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f8096c0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f828840 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f7f21c0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f82c5d0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f7c8cd0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f7fb220 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f80a1e0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f7d1f20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f82bff0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.281 T:139982501538496    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x55f25f8314f0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 0 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 1 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 2 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 3 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 4 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 5 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 6 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 7 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 8 --> 0 instances
2021-02-01 13:08:22.282 T:139982501538496   DEBUG: object 9 --> 0 instances
2021-02-01 13:08:22.302 T:139982493132544   DEBUG: Thread Lirc 139982493132544 terminating
2021-02-01 13:08:22.304 T:139982501525248   DEBUG: Thread Announce 139982501525248 terminating
2021-02-01 13:08:22.305 T:139982501538496  NOTICE: XBApplicationEx: application stopped!
lusum commented 3 years ago

Here : https://github.com/ampache/ampache-xbmc-plugin/tree/develop

you find a fix, i have to exclude smart playlist due api incompatibility with the architecture of the plugin,now smart playlist are NOT supported.

Jieiku commented 3 years ago

I am now using ampache stable instead of ampache develop and now the Playlists are working.

https://github.com/ampache/ampache/tree/master https://github.com/ampache/ampache-xbmc-plugin/tree/ampache-leia

The smart playlists are still not able to be played, so I look forward to when you can add those.

Thank you for your work on this. :)