ampache / ampache-xbmc-plugin

KODI plugin for Ampache
Other
8 stars 3 forks source link

Genre Tags dont seem to be working, but maybe im missing something. #9

Closed Jieiku closed 3 years ago

Jieiku commented 3 years ago

with ampache you can browse your genres(tags):

https://ampache.example.com/index.php#browse.php?action=tag

  1. First I launch the ampache plugin for kodi.
  2. select "Library..."
  3. select "Tags"

In the Tags menu I see the following 3 items but none of them return results, all I can do is click back ".."

"Artist tags..." "Album tags..." "Song tags..."

Kodi Version: 18.9.0 Ampache Version: Latest Ampache Develop

lusum commented 3 years ago

This has been fixed in the new 1.2.1

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

When I click into Library, I see this:

2021-01-31_17-29

Next when I click into Tags, I see this:

2021-01-31_17-30

Finally if I click into artist tags, albums tags, or song tags, it just returns no results:

2021-01-31_17-30_1

In Firefox I have the following Genre Tags:

2021-01-31_17-32

I also tripple checked that I installed the 1.2.1 version of your plugin, and the desktop install of kodi is a clean install:

2021-01-31_17-41

lusum commented 3 years ago

enable debug and tell me the messages. With my setup is all ok.

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 Tags, and selecting Artist tags.

I skimmed over it and noticed these lines:

2021-02-01 13:18:27.202 T:140430666626816   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','4','?mode=19&name=Artist%20tags...&object_id=None','resume:false')
2021-02-01 13:18:27.203 T:140431253821184   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:18:27.203 T:140431253821184    INFO: initializing python engine.
2021-02-01 13:18:27.203 T:140431253821184   DEBUG: CPythonInvoker(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.298 T:140432789871296   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:18:27.511 T:140431253821184   DEBUG: AmpachePlugin::init handle: 4 url: ?mode=19&name=Artist%20tags...&object_id=None
2021-02-01 13:18:27.511 T:140431253821184   DEBUG: AmpachePlugin::mode 19
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (add) was not found.

Full Log:

2021-02-01 13:17:54.226 T:140432789871296  NOTICE: -----------------------------------------------------------------------
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: Starting Kodi (18.9 (18.9.0) Git:20201024-0655c2c718). Platform: Linux x86 64-bit
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: Using Release Kodi x64 build
2021-02-01 13:17:54.226 T:140432789871296  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:17:54.226 T:140432789871296  NOTICE: Running on Ubuntu 20.04.2 LTS, kernel: Linux x86 64-bit version 5.4.0-65-generic
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: FFmpeg version/source: 4.0.4-Kodi
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: Host CPU: Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz, 4 cores available
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi/addons
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://masterprofile/ is mapped to: /home/jieiku/.kodi/userdata
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://envhome/ is mapped to: /home/jieiku
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://home/ is mapped to: /home/jieiku/.kodi
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://temp/ is mapped to: /home/jieiku/.kodi/temp
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: special://logpath/ is mapped to: /home/jieiku/.kodi/temp
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: The executable running is: /usr/lib/x86_64-linux-gnu/kodi/kodi-x11
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: Local hostname: jieiku
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: Log File is located: /home/jieiku/.kodi/temp/kodi.log
2021-02-01 13:17:54.226 T:140432789871296  NOTICE: -----------------------------------------------------------------------
2021-02-01 13:17:54.226 T:140432789871296    INFO: loading settings
2021-02-01 13:17:54.227 T:140432789871296  NOTICE: special://profile/ is mapped to: special://masterprofile/
2021-02-01 13:17:54.231 T:140432789871296   DEBUG: CSkinSettings: no <skinsettings> tag found
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: Default Video Player: VideoPlayer
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: Default Audio Player: paplayer
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: Enabled debug logging due to GUI setting (2)
2021-02-01 13:17:54.231 T:140432789871296  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
2021-02-01 13:17:54.232 T:140432789871296    INFO: creating subdirectories
2021-02-01 13:17:54.232 T:140432789871296    INFO: userdata folder: special://masterprofile/
2021-02-01 13:17:54.232 T:140432789871296    INFO: recording folder:
2021-02-01 13:17:54.232 T:140432789871296    INFO: screenshots folder:
2021-02-01 13:17:54.477 T:140432789871296  NOTICE: PulseAudio: Server found running - will try to use Pulse
2021-02-01 13:17:54.478 T:140432781465344   DEBUG: Thread Lirc start, auto delete: false
2021-02-01 13:17:54.478 T:140432789871296  NOTICE: Running database version Addons27
2021-02-01 13:17:54.478 T:140432781465344    INFO: Loading special://xbmc/system/Lircmap.xml
2021-02-01 13:17:54.479 T:140432781465344    INFO: * Adding remote mapping for device 'mceusb'
2021-02-01 13:17:54.479 T:140432781465344    INFO: * Adding remote mapping for device 'XboxDVDDongle'
2021-02-01 13:17:54.479 T:140432781465344    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'anysee'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'iMON-PAD'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'MCE_via_iMON'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'TwinHanRemote'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'linux-input-layer'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'mediacenter'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'devinput'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'devinput-32'
2021-02-01 13:17:54.480 T:140432781465344    INFO: * Adding remote mapping for device 'devinput-64'
2021-02-01 13:17:54.480 T:140432781465344   DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
2021-02-01 13:17:54.485 T:140432789871296   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: game.controller.default v1.0.8 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: game.controller.snes v1.0.8 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: inputstream.adaptive v2.4.6 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: inputstream.rtmp v2.0.9 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: kodi.resource v1.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.album.universal v3.1.4 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.imdb.com v3.1.6 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.common.themoviedb.org v3.2.13 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.local v1.0.0 installed
2021-02-01 13:17:54.485 T:140432789871296  NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.12 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: peripheral.joystick v1.5.2 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: plugin.audio.ampache v1.2.1 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: script.module.future v0.17.1 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: script.module.pil v1.1.7 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: service.xbmc.versioncheck v0.5.13 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: skin.estouchy v2.0.28 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: skin.estuary v2.0.27 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.addon v18.9 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.core v0.1.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.gui v5.14.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.json v10.3.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.python v2.26.0 installed
2021-02-01 13:17:54.486 T:140432789871296  NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2021-02-01 13:17:54.490 T:140432789871296   DEBUG: CFavourites::Load - no system favourites found, skipping
2021-02-01 13:17:54.490 T:140432789871296   DEBUG: CFavourites::Load - no userdata favourites found, skipping
2021-02-01 13:17:54.491 T:140432789871296   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:17:54.491 T:140432789871296    INFO: Selected Logind/UPower as PowerSyscall
2021-02-01 13:17:54.504 T:140432789871296   DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 11
2021-02-01 13:17:54.505 T:140432789871296    INFO: Selected UPower as PowerSyscall
2021-02-01 13:17:54.506 T:140432789871296   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanSuspend”
2021-02-01 13:17:54.507 T:140432789871296   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanHibernate”
2021-02-01 13:17:54.507 T:140432773072640   DEBUG: Thread ActiveAE start, auto delete: false
2021-02-01 13:17:54.507 T:140432764679936   DEBUG: Thread AESink start, auto delete: false
2021-02-01 13:17:54.508 T:140432773072640   DEBUG: PulseAudio: Context authorizing
2021-02-01 13:17:54.508 T:140432773072640   DEBUG: PulseAudio: Context setting name
2021-02-01 13:17:54.509 T:140432773072640   DEBUG: PulseAudio: Context ready
2021-02-01 13:17:54.509 T:140432773072640 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2021-02-01 13:17:54.509 T:140432756287232   DEBUG: PulseAudio: Found Built-in Audio Analog Stereo with devicestring alsa_output.pci-0000_00_1b.0.analog-stereo
2021-02-01 13:17:54.509 T:140432773072640  NOTICE: Found 1 Lists of Devices
2021-02-01 13:17:54.509 T:140432773072640  NOTICE: Enumerated PULSE devices:
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:     Device 1
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_deviceName      : Default
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_displayName     : Default
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_displayNameExtra: Default Output Device (PULSEAUDIO)
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_channels        : FL, FR
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-02-01 13:17:54.509 T:140432773072640  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:17:54.509 T:140432773072640  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:     Device 2
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_deviceName      : alsa_output.pci-0000_00_1b.0.analog-stereo
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_displayName     : Built-in Audio Analog Stereo
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_displayNameExtra: Line Out (PULSEAUDIO)
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_channels        : FL, FR
2021-02-01 13:17:54.509 T:140432773072640  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-02-01 13:17:54.509 T:140432773072640  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:17:54.509 T:140432773072640  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-02-01 13:17:54.510 T:140432764679936    INFO: CActiveAESink::OpenSink - initialize sink
2021-02-01 13:17:54.510 T:140432764679936   DEBUG: CActiveAESink::OpenSink - trying to open device Default
2021-02-01 13:17:54.510 T:140432764679936   DEBUG: CActiveAESink::OpenSink - trying to open device PULSE:Default
2021-02-01 13:17:54.510 T:140432764679936   DEBUG: PulseAudio: Context authorizing
2021-02-01 13:17:54.510 T:140432764679936   DEBUG: PulseAudio: Context setting name
2021-02-01 13:17:54.511 T:140432764679936   DEBUG: PulseAudio: Context ready
2021-02-01 13:17:54.511 T:140432764679936   DEBUG: PulseAudio: Stream ready
2021-02-01 13:17:54.511 T:140432764679936  NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
2021-02-01 13:17:54.512 T:140432764679936   DEBUG: CActiveAESink::OpenSink - PULSE Initialized:
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Output Device : Default
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Sample Rate   : 44100
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Sample Format : AE_FMT_FLOAT
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Channel Count : 2
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Channel Layout: FL, FR
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Frames        : 2205
2021-02-01 13:17:54.512 T:140432764679936   DEBUG:   Frame Size    : 8
2021-02-01 13:17:54.512 T:140432756287232   DEBUG: Sink changed
2021-02-01 13:17:54.515 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:17:54.515 T:140432789871296    INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2021-02-01 13:17:54.515 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
2021-02-01 13:17:54.515 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
2021-02-01 13:17:54.516 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
2021-02-01 13:17:54.516 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
2021-02-01 13:17:54.516 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
2021-02-01 13:17:54.516 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
2021-02-01 13:17:54.516 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
2021-02-01 13:17:54.517 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
2021-02-01 13:17:54.518 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
2021-02-01 13:17:54.518 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
2021-02-01 13:17:54.518 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
2021-02-01 13:17:54.518 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
2021-02-01 13:17:54.518 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
2021-02-01 13:17:54.519 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
2021-02-01 13:17:54.520 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
2021-02-01 13:17:54.520 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
2021-02-01 13:17:54.520 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
2021-02-01 13:17:54.520 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
2021-02-01 13:17:54.520 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
2021-02-01 13:17:54.521 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
2021-02-01 13:17:54.522 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
2021-02-01 13:17:54.522 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
2021-02-01 13:17:54.522 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
2021-02-01 13:17:54.522 T:140432789871296   DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
2021-02-01 13:17:54.524 T:140432789871296   DEBUG: Selected UDisks2 as storage provider
2021-02-01 13:17:54.525 T:140432789871296   DEBUG: UDisks2: Daemon version 2.8.4
2021-02-01 13:17:54.525 T:140432789871296   DEBUG: UDisks2: Querying available devices
2021-02-01 13:17:54.734 T:140432789871296    INFO: Available videomodes (xrandr):
2021-02-01 13:17:54.734 T:140432789871296    INFO: Output 'DVI-D-1' has 138 modes
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x47 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x48 Name:1920x1080 Refresh:59.962841 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x49 Name:1920x1080 Refresh:50.000000 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4a Name:1920x1080 Refresh:59.940201 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4b Name:1920x1080 Refresh:59.933880 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4c Name:1920x1080i Refresh:30.000000 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4d Name:1920x1080i Refresh:25.000000 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4e Name:1920x1080i Refresh:29.970100 Width:1920 Height:1080
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x4f Name:1680x1050 Refresh:69.876381 Width:1680 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x50 Name:1680x1050 Refresh:59.954250 Width:1680 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x51 Name:1680x1050 Refresh:59.883251 Width:1680 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x52 Name:1600x1024 Refresh:60.169090 Width:1600 Height:1024
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.140974
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x53 Name:1400x1050 Refresh:74.757210 Width:1400 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x54 Name:1400x1050 Refresh:69.998573 Width:1400 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x55 Name:1400x1050 Refresh:59.975620 Width:1400 Height:1050
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x56 Name:1600x900 Refresh:59.946018 Width:1600 Height:900
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x57 Name:1600x900 Refresh:60.000000 Width:1600 Height:900
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x58 Name:1600x900 Refresh:59.824760 Width:1600 Height:900
2021-02-01 13:17:54.734 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.734 T:140432789871296    INFO: ID:0x59 Name:1280x1024 Refresh:75.024673 Width:1280 Height:1024
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.426217
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5a Name:1280x1024 Refresh:60.019741 Width:1280 Height:1024
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.426217
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5b Name:1440x900 Refresh:59.887451 Width:1440 Height:900
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5c Name:1400x900 Refresh:59.964130 Width:1400 Height:900
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.146068
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5d Name:1400x900 Refresh:59.879822 Width:1400 Height:900
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.146068
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5e Name:1280x960 Refresh:60.000000 Width:1280 Height:960
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x5f Name:1440x810 Refresh:119.949303 Width:1440 Height:810
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x60 Name:1368x768 Refresh:59.882050 Width:1368 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.000854
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x61 Name:1368x768 Refresh:59.853199 Width:1368 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.000854
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x62 Name:1360x768 Refresh:59.798988 Width:1360 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.006742
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x63 Name:1360x768 Refresh:59.960030 Width:1360 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.006742
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x64 Name:1280x800 Refresh:119.973183 Width:1280 Height:800
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x65 Name:1280x800 Refresh:119.943176 Width:1280 Height:800
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x66 Name:1280x800 Refresh:59.810329 Width:1280 Height:800
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x67 Name:1280x800 Refresh:59.909550 Width:1280 Height:800
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x68 Name:1152x864 Refresh:75.000000 Width:1152 Height:864
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x69 Name:1152x864 Refresh:74.998001 Width:1152 Height:864
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6a Name:1152x864 Refresh:70.001450 Width:1152 Height:864
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6b Name:1152x864 Refresh:59.997059 Width:1152 Height:864
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6c Name:1280x720 Refresh:120.001633 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6d Name:1280x720 Refresh:119.982109 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6e Name:1280x720 Refresh:59.855129 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x6f Name:1280x720 Refresh:60.000000 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x70 Name:1280x720 Refresh:50.000000 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x71 Name:1280x720 Refresh:59.940201 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x72 Name:1280x720 Refresh:59.744709 Width:1280 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x73 Name:1024x768 Refresh:150.094864 Width:1024 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x74 Name:1024x768 Refresh:120.074669 Width:1024 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x75 Name:1024x768 Refresh:75.028580 Width:1024 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x76 Name:1024x768 Refresh:70.069359 Width:1024 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x77 Name:1024x768 Refresh:60.003841 Width:1024 Height:768
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x78 Name:960x720 Refresh:150.000000 Width:960 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x79 Name:960x720 Refresh:120.000000 Width:960 Height:720
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7a Name:928x696 Refresh:150.000000 Width:928 Height:696
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7b Name:928x696 Refresh:120.101318 Width:928 Height:696
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7c Name:896x672 Refresh:150.099380 Width:896 Height:672
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7d Name:896x672 Refresh:120.028877 Width:896 Height:672
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7e Name:1024x576 Refresh:119.906700 Width:1024 Height:576
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x7f Name:1024x576 Refresh:119.918663 Width:1024 Height:576
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x80 Name:1024x576 Refresh:59.899212 Width:1024 Height:576
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x81 Name:1024x576 Refresh:59.819519 Width:1024 Height:576
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x82 Name:960x600 Refresh:119.865479 Width:960 Height:600
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x83 Name:960x600 Refresh:119.997513 Width:960 Height:600
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x84 Name:832x624 Refresh:74.551270 Width:832 Height:624
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x85 Name:960x540 Refresh:119.925690 Width:960 Height:540
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x86 Name:960x540 Refresh:119.975739 Width:960 Height:540
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x87 Name:960x540 Refresh:59.629028 Width:960 Height:540
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x88 Name:960x540 Refresh:59.818218 Width:960 Height:540
2021-02-01 13:17:54.735 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.735 T:140432789871296    INFO: ID:0x89 Name:800x600 Refresh:150.000000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8a Name:800x600 Refresh:140.000000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8b Name:800x600 Refresh:130.000000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8c Name:800x600 Refresh:120.000000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8d Name:800x600 Refresh:72.187569 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8e Name:800x600 Refresh:75.000000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x8f Name:800x600 Refresh:60.316540 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x90 Name:800x600 Refresh:56.250000 Width:800 Height:600
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x91 Name:840x525 Refresh:149.920471 Width:840 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x92 Name:840x525 Refresh:139.752747 Width:840 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x93 Name:840x525 Refresh:120.018707 Width:840 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x94 Name:840x525 Refresh:119.766510 Width:840 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x95 Name:864x486 Refresh:59.915340 Width:864 Height:486
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x96 Name:864x486 Refresh:59.570309 Width:864 Height:486
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x97 Name:720x576 Refresh:50.000000 Width:720 Height:576
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.426217
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x98 Name:800x512 Refresh:120.337013 Width:800 Height:512
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.140974
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x99 Name:700x525 Refresh:149.514404 Width:700 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9a Name:700x525 Refresh:140.125351 Width:700 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9b Name:700x525 Refresh:119.951233 Width:700 Height:525
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9c Name:800x450 Refresh:119.892036 Width:800 Height:450
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9d Name:800x450 Refresh:119.649521 Width:800 Height:450
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9e Name:720x480 Refresh:60.000000 Width:720 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.188514
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0x9f Name:720x480 Refresh:59.940060 Width:720 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.188514
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa0 Name:640x512 Refresh:150.049347 Width:640 Height:512
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.426217
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa1 Name:640x512 Refresh:120.039482 Width:640 Height:512
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.426217
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa2 Name:720x450 Refresh:119.774887 Width:720 Height:450
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa3 Name:700x450 Refresh:119.928253 Width:700 Height:450
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.146068
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa4 Name:700x450 Refresh:119.759651 Width:700 Height:450
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.146068
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa5 Name:640x480 Refresh:120.000000 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa6 Name:640x480 Refresh:75.000000 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa7 Name:640x480 Refresh:72.808800 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa6 Name:640x480 Refresh:75.000000 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa8 Name:640x480 Refresh:60.000000 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xa9 Name:640x480 Refresh:59.940479 Width:640 Height:480
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xaa Name:720x405 Refresh:59.506180 Width:720 Height:405
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xab Name:720x405 Refresh:58.987850 Width:720 Height:405
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xac Name:720x400 Refresh:70.081657 Width:720 Height:400
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 0.990429
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xad Name:684x384 Refresh:119.764099 Width:684 Height:384
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.000854
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xae Name:684x384 Refresh:119.706413 Width:684 Height:384
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.000854
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xaf Name:680x384 Refresh:119.597977 Width:680 Height:384
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.006742
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb0 Name:680x384 Refresh:119.920052 Width:680 Height:384
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.006742
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb1 Name:640x400 Refresh:119.764771 Width:640 Height:400
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb2 Name:640x400 Refresh:119.964859 Width:640 Height:400
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.114232
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb3 Name:576x432 Refresh:150.000000 Width:576 Height:432
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb4 Name:576x432 Refresh:149.996002 Width:576 Height:432
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb5 Name:576x432 Refresh:140.002884 Width:576 Height:432
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb6 Name:576x432 Refresh:120.128342 Width:576 Height:432
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb7 Name:640x360 Refresh:119.710251 Width:640 Height:360
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.736 T:140432789871296    INFO: ID:0xb8 Name:640x360 Refresh:119.650902 Width:640 Height:360
2021-02-01 13:17:54.736 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xb9 Name:640x360 Refresh:59.840431 Width:640 Height:360
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xba Name:640x360 Refresh:59.324871 Width:640 Height:360
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xbb Name:512x384 Refresh:150.057159 Width:512 Height:384
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xbc Name:512x384 Refresh:140.138718 Width:512 Height:384
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xbd Name:512x384 Refresh:120.007683 Width:512 Height:384
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xbe Name:512x288 Refresh:119.998756 Width:512 Height:288
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xbf Name:512x288 Refresh:119.841118 Width:512 Height:288
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc0 Name:416x312 Refresh:149.326416 Width:416 Height:312
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc1 Name:480x270 Refresh:119.258049 Width:480 Height:270
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc2 Name:480x270 Refresh:119.636429 Width:480 Height:270
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc3 Name:400x300 Refresh:144.375137 Width:400 Height:300
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc4 Name:400x300 Refresh:150.240387 Width:400 Height:300
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc5 Name:400x300 Refresh:120.633080 Width:400 Height:300
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc6 Name:400x300 Refresh:112.680290 Width:400 Height:300
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc7 Name:432x243 Refresh:119.830688 Width:432 Height:243
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc8 Name:432x243 Refresh:119.140617 Width:432 Height:243
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xc9 Name:320x240 Refresh:145.617599 Width:320 Height:240
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xca Name:320x240 Refresh:150.000000 Width:320 Height:240
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xcb Name:320x240 Refresh:120.104958 Width:320 Height:240
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.337079
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xcc Name:360x202 Refresh:119.012360 Width:360 Height:202
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.000333
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xcd Name:360x202 Refresh:118.257942 Width:360 Height:202
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.000333
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xce Name:320x180 Refresh:119.680847 Width:320 Height:180
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296    INFO: ID:0xcf Name:320x180 Refresh:118.649727 Width:320 Height:180
2021-02-01 13:17:54.737 T:140432789871296    INFO: Pixel Ratio: 1.002809
2021-02-01 13:17:54.737 T:140432789871296  NOTICE: Checking resolution 15
2021-02-01 13:17:54.737 T:140432789871296   DEBUG: Window Manager Name: KWin
2021-02-01 13:17:54.765 T:140432789871296    INFO: RetroPlayer[PROCESS]: Registering process control for X11
2021-02-01 13:17:54.765 T:140432789871296    INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
2021-02-01 13:17:54.847 T:140432789871296  NOTICE: Using visual 0x21
2021-02-01 13:17:54.880 T:140432789871296   DEBUG: Vaapi2 EGL interop test results: general yes, deepColor yes
2021-02-01 13:17:54.905 T:140432789871296   DEBUG: libva info: VA-API version 1.7.0
2021-02-01 13:17:54.906 T:140432789871296   DEBUG: libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
2021-02-01 13:17:54.906 T:140432789871296   DEBUG: libva info: Found init function __vaDriverInit_1_7
2021-02-01 13:17:54.919 T:140432789871296   DEBUG: libva info: va_openDriver() returns 0
2021-02-01 13:17:54.919 T:140432789871296  NOTICE: VAAPI::Close - closing decoder context
2021-02-01 13:17:54.945 T:140432789871296   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:17:54.946 T:140432789871296  NOTICE: GL_VENDOR = nouveau
2021-02-01 13:17:54.946 T:140432789871296  NOTICE: GL_RENDERER = NV137
2021-02-01 13:17:54.946 T:140432789871296  NOTICE: GL_VERSION = 4.3 (Core Profile) Mesa 20.2.6
2021-02-01 13:17:54.946 T:140432789871296  NOTICE: GL_SHADING_LANGUAGE_VERSION = 4.30
2021-02-01 13:17:54.946 T:140432789871296  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:17:54.969 T:140432789871296    INFO: GL: Maximum texture width: 16384
2021-02-01 13:17:54.969 T:140432789871296   DEBUG: guilib: Fill viewport on change for solving rendering passes
2021-02-01 13:17:55.043 T:140432789871296    INFO: GL: Enabling VSYNC
2021-02-01 13:17:55.043 T:140432789871296    INFO: load keymapping
2021-02-01 13:17:55.044 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
2021-02-01 13:17:55.044 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2021-02-01 13:17:55.044 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2021-02-01 13:17:55.045 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
2021-02-01 13:17:55.045 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/joystick.xml
2021-02-01 13:17:55.046 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
2021-02-01 13:17:55.047 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/mouse.xml
2021-02-01 13:17:55.048 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/remote.xml
2021-02-01 13:17:55.049 T:140432789871296    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
2021-02-01 13:17:55.049 T:140432789871296    INFO: GUI format 1865x978, Display Windowed
2021-02-01 13:17:55.049 T:140432789871296    INFO: CLangInfo: loading resource.language.en_gb language information...
2021-02-01 13:17:55.050 T:140432789871296   DEBUG: trying to set locale to en_US.UTF-8
2021-02-01 13:17:55.050 T:140432789871296    INFO: global locale set to en_US.UTF-8
2021-02-01 13:17:55.050 T:140432789871296    INFO: CLangInfo: loading resource.language.en_gb language strings...
2021-02-01 13:17:55.055 T:140432789871296   DEBUG: LocalizeStrings: loaded 4015 strings from file resource://resource.language.en_gb/strings.po
2021-02-01 13:17:55.057 T:140432789871296   DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
2021-02-01 13:17:55.057 T:140432789871296   DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
2021-02-01 13:17:55.057 T:140432789871296   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:17:55.057 T:140432789871296   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:17:55.057 T:140432789871296   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:17:55.058 T:140432789871296   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:17:55.058 T:140432789871296   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:17:55.058 T:140432789871296   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:17:55.059 T:140432789871296   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:17:55.059 T:140432789871296   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:17:55.059 T:140432789871296   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:17:55.060 T:140432789871296   DEBUG: LocalizeStrings: loaded 24 strings from file /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/language/English/strings.po
2021-02-01 13:17:55.060 T:140432789871296   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:17:55.060 T:140431912941312   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:17:55.060 T:140431912941312   DEBUG: Initialize, updating databases...
2021-02-01 13:17:55.061 T:140431912941312  NOTICE: Running database version Addons27
2021-02-01 13:17:55.061 T:140431912941312  NOTICE: Running database version ViewModes6
2021-02-01 13:17:55.062 T:140431912941312  NOTICE: Running database version Textures13
2021-02-01 13:17:55.063 T:140431912941312  NOTICE: Running database version MyMusic72
2021-02-01 13:17:55.064 T:140431912941312  NOTICE: Running database version MyVideos116
2021-02-01 13:17:55.065 T:140431912941312  NOTICE: Running database version TV32
2021-02-01 13:17:55.065 T:140431912941312  NOTICE: Running database version Epg12
2021-02-01 13:17:55.065 T:140431912941312   DEBUG: Initialize, updating databases... DONE
2021-02-01 13:17:55.066 T:140432789871296  NOTICE: start dvd mediatype detection
2021-02-01 13:17:55.066 T:140432747886336   DEBUG: Thread DetectDVDMedia start, auto delete: false
2021-02-01 13:17:55.066 T:140432747886336   DEBUG: Compiled with libcdio Version 0.20000
2021-02-01 13:17:55.066 T:140432789871296   DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
2021-02-01 13:17:55.067 T:140432747886336   DEBUG: Thread DetectDVDMedia 140432747886336 terminating
2021-02-01 13:17:55.076 T:140432789871296    INFO: Unloading old skin ...
2021-02-01 13:17:55.077 T:140432789871296  NOTICE:   load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2021-02-01 13:17:55.077 T:140432789871296    INFO:   load fonts for skin...
2021-02-01 13:17:55.077 T:140432789871296    INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2021-02-01 13:17:55.092 T:140432789871296    INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2021-02-01 13:17:55.098 T:140432789871296   DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
2021-02-01 13:17:55.098 T:140432789871296    INFO:   load new skin...
2021-02-01 13:17:55.098 T:140432789871296    INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2021-02-01 13:17:55.100 T:140432789871296   DEBUG: Load Skin XML: 1.98ms
2021-02-01 13:17:55.100 T:140432789871296    INFO:   initialize new skin...
2021-02-01 13:17:55.100 T:140432789871296   DEBUG: guilib: Fill viewport on change for solving rendering passes
2021-02-01 13:17:55.100 T:140432789871296    INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.101 T:140432789871296    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.103 T:140432789871296   DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
2021-02-01 13:17:55.103 T:140432789871296    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.103 T:140432789871296    INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.103 T:140432789871296    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.104 T:140432789871296    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.108 T:140432789871296    INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.109 T:140432789871296    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-02-01 13:17:55.109 T:140432789871296    INFO: Loading resource://resource.uisounds.kodi/sounds.xml
2021-02-01 13:17:55.121 T:140432789871296    INFO:   skin loaded...
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: Activating window ID: 12997
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: ------ Window Init () ------
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: Activating window ID: 12999
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: ------ Window Init (Startup.xml) ------
2021-02-01 13:17:55.121 T:140432789871296    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: Activating window ID: 10000
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: ------ Window Deinit (Startup.xml) ------
2021-02-01 13:17:55.121 T:140432789871296   DEBUG: ------ Window Init (Home.xml) ------
2021-02-01 13:17:55.121 T:140432789871296    INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
2021-02-01 13:17:55.148 T:140431904548608   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[library://video/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[sources://video/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[favourites://]: refreshing..
2021-02-01 13:17:55.148 T:140432789871296   DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-02-01 13:17:55.148 T:140431896155904   DEBUG: Thread JobWorker start, auto delete: true
2021-02-01 13:17:55.152 T:140431912941312   DEBUG: CAddonMgr::GetAvailableUpdates took 3 ms
2021-02-01 13:17:55.158 T:140432789871296   DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
2021-02-01 13:17:55.158 T:140432789871296 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-02-01 13:17:55.158 T:140432789871296    INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2021-02-01 13:17:55.158 T:140432789871296    INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2021-02-01 13:17:55.159 T:140431904548608   DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2021-02-01 13:17:55.159 T:140431904548608   DEBUG: Getting Directory (special://profile/playlists/video)
2021-02-01 13:17:55.160 T:140431904548608   DEBUG: Getting Directory (special://profile/playlists/mixed)
2021-02-01 13:17:55.160 T:140431904548608   DEBUG: CMultiPathDirectory::MergeItems, items = 0
2021-02-01 13:17:55.160 T:140431904548608   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
2021-02-01 13:17:55.163 T:140431904548608   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:17:55.164 T:140431904548608   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:17:55.165 T:140431904548608   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
2021-02-01 13:17:55.170 T:140432789871296    INFO: JSONRPC v10.3.0: Successfully initialized
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node "CEC Adapter"
2021-02-01 13:17:55.171 T:140431904548608   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node "iMON HID device"
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node "WETEK Play remote"
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: LoadMappings - loaded node ""
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: Add-on bus: Registering add-on peripheral.joystick
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: ADDON: Dll Initializing - Joystick Support
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: SECTION:LoadDLL(/usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2)
2021-02-01 13:17:55.171 T:140432789871296   DEBUG: Loading: /usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2
2021-02-01 13:17:55.172 T:140431904548608   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:17:55.173 T:140432789871296   DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 97 total joysticks
2021-02-01 13:17:55.174 T:140432789871296   DEBUG: Calling TransferSettings for: Joystick Support
2021-02-01 13:17:55.174 T:140432789871296   DEBUG: CAddonSettings[peripheral.joystick]: loading setting definitions
2021-02-01 13:17:55.174 T:140432789871296    INFO: AddOnLog: Joystick Support: Enabling joystick interface "linux"
2021-02-01 13:17:55.174 T:140431769720576   DEBUG: Thread PeripBusUSBUdev start, auto delete: false
2021-02-01 13:17:55.174 T:140431769720576   DEBUG: Process - initialised udev monitor
2021-02-01 13:17:55.174 T:140431761327872   DEBUG: Thread PeripBusCEC start, auto delete: false
2021-02-01 13:17:55.174 T:140431752935168   DEBUG: Thread PeripBusAddon start, auto delete: false
2021-02-01 13:17:55.174 T:140432789871296   DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
2021-02-01 13:17:55.174 T:140432789871296  NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2021-02-01 13:17:55.174 T:140432789871296   DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
2021-02-01 13:17:55.174 T:140432789871296  NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2021-02-01 13:17:55.175 T:140432789871296   DEBUG: ContextMenuManager: addon menus reloaded.
2021-02-01 13:17:55.175 T:140432789871296  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
2021-02-01 13:17:55.176 T:140432789871296   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
2021-02-01 13:17:55.176 T:140432789871296  NOTICE: Loaded playercorefactory configuration
2021-02-01 13:17:55.176 T:140432789871296  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-02-01 13:17:55.176 T:140432789871296  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-02-01 13:17:55.176 T:140432789871296    INFO: removing tempfiles
2021-02-01 13:17:55.178 T:140432789871296   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:17:55.178 T:140431262213888   DEBUG: Thread Timer start, auto delete: false
2021-02-01 13:17:55.179 T:140432789871296   DEBUG: CServiceAddonManager: starting service.xbmc.versioncheck
2021-02-01 13:17:55.179 T:140432789871296   DEBUG: CServiceAddonManager: starting plugin.audio.ampache
2021-02-01 13:17:55.179 T:140432789871296  NOTICE: initialize done
2021-02-01 13:17:55.179 T:140432789871296  NOTICE: Running the application...
2021-02-01 13:17:55.179 T:140431245428480   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:17:55.179 T:140431245428480    INFO: initializing python engine.
2021-02-01 13:17:55.179 T:140432789871296   DEBUG: no profile autoexec.py (/home/jieiku/.kodi/userdata/autoexec.py) found, skipping
2021-02-01 13:17:55.179 T:140432789871296   DEBUG: NetworkMessage - Starting network services
2021-02-01 13:17:55.180 T:140431270606592   DEBUG: Thread PeripEventScanner start, auto delete: false
2021-02-01 13:17:55.181 T:140432789871296   DEBUG: CZeroconfAvahi::clientCallback: client is up and running
2021-02-01 13:17:55.181 T:140432789871296  NOTICE: starting zeroconf publishing
2021-02-01 13:17:55.181 T:140432789871296    INFO: JSONRPC Server: Successfully initialized
2021-02-01 13:17:55.181 T:140431904548608   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (jieiku) port:9090
2021-02-01 13:17:55.193 T:140431253821184   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:17:55.197 T:140431220250368   DEBUG: Thread TCPServer start, auto delete: false
2021-02-01 13:17:55.197 T:140431253821184    INFO: initializing python engine.
2021-02-01 13:17:55.197 T:140431228643072   DEBUG: Thread EventServer start, auto delete: false
2021-02-01 13:17:55.198 T:140431228643072  NOTICE: ES: Starting UDP Event server on port 9777
2021-02-01 13:17:55.198 T:140431904548608   DEBUG: CZeroconfAvahi::addService() named: Kodi (jieiku) type: _xbmc-jsonrpc._tcp port:9090
2021-02-01 13:17:55.201 T:140431228643072  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2021-02-01 13:17:55.201 T:140431904548608   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (jieiku) port:9777
2021-02-01 13:17:55.201 T:140431904548608   DEBUG: CZeroconfAvahi::addService() named: Kodi (jieiku) type: _xbmc-events._udp port:9777
2021-02-01 13:17:55.245 T:140432789871296   DEBUG: ------ Window Init () ------
2021-02-01 13:17:55.258 T:140431245428480   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): start processing
2021-02-01 13:17:55.258 T:140431253821184   DEBUG: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): start processing
2021-02-01 13:17:55.275 T:140432789871296    INFO: GL: Maximum texture width: 16384
2021-02-01 13:17:55.373 T:140431245428480   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:17:55.373 T:140431245428480   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:17:55.373 T:140431253821184   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:17:55.373 T:140431253821184   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:17:55.373 T:140431245428480   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:17:55.373 T:140431245428480   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:17:55.373 T:140431253821184   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:17:55.373 T:140431253821184   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:17:55.373 T:140431245428480   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:17:55.391 T:140431253821184   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:17:55.417 T:140431245428480   DEBUG: AmpacheMonitor::ServiceMonitor called
2021-02-01 13:17:55.449 T:140431253821184   DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting definitions
2021-02-01 13:17:55.449 T:140431253821184   DEBUG: CAddonSettings[service.xbmc.versioncheck]: trying to load setting definitions from old format...
2021-02-01 13:17:55.449 T:140431253821184   DEBUG: Version Check: Version 0.5.13 started
2021-02-01 13:17:55.682 T:140432789871296   DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
2021-02-01 13:17:56.023 T:140431237035776   DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
2021-02-01 13:17:56.064 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:17:56.064 T:140432789871296   DEBUG: ------ Window Init (Pointer.xml) ------
2021-02-01 13:18:00.466 T:140431253821184   DEBUG: Version Check: Version installed {u'major': 18, u'tag': u'stable', u'minor': 9, u'revision': u'20201024-0655c2c718'}
2021-02-01 13:18:00.466 T:140431253821184   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:18:00.466 T:140431253821184   DEBUG: Version Check: There is no newer stable available
2021-02-01 13:18:00.466 T:140431253821184    INFO: CPythonInvoker(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
2021-02-01 13:18:00.466 T:140431253821184   DEBUG: onExecutionDone(0, /home/jieiku/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py)
2021-02-01 13:18:00.469 T:140431253821184    INFO: Python interpreter stopped
2021-02-01 13:18:00.470 T:140431253821184   DEBUG: Thread LanguageInvoker 140431253821184 terminating
2021-02-01 13:18:03.117 T:140432789871296   DEBUG: Keyboard: scancode: 0x72, sym: 0x275, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:03.117 T:140432789871296   DEBUG: HandleKey: right (0xf083) pressed, action is Right
2021-02-01 13:18:03.118 T:140432789871296   DEBUG: ------ Window Deinit (Pointer.xml) ------
2021-02-01 13:18:03.266 T:140432789871296   DEBUG: Keyboard: scancode: 0x72, sym: 0x275, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:03.646 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:18:03.646 T:140432789871296   DEBUG: HandleKey: right (0xf083) pressed, action is Right
2021-02-01 13:18:03.646 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:03.646 T:140432789871296   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:18:03.661 T:140432789871296   DEBUG: Keyboard: scancode: 0x72, sym: 0x275, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:03.689 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:04.066 T:140432789871296   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x000d, modifier: 0x0
2021-02-01 13:18:04.182 T:140432789871296   DEBUG: Keyboard: scancode: 0x24, sym: 0x13, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:04.182 T:140432789871296   DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2021-02-01 13:18:04.182 T:140432789871296   DEBUG: Activating window ID: 10502
2021-02-01 13:18:04.499 T:140432789871296   DEBUG: ------ Window Deinit (Home.xml) ------
2021-02-01 13:18:04.499 T:140432789871296   DEBUG: FreeVisualisation() done
2021-02-01 13:18:04.501 T:140432789871296   DEBUG: ------ Window Init (MyMusicNav.xml) ------
2021-02-01 13:18:04.501 T:140432789871296    INFO: Loading skin file: MyMusicNav.xml, load type: KEEP_IN_MEMORY
2021-02-01 13:18:04.536 T:140432789871296   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/)
2021-02-01 13:18:04.536 T:140432789871296   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/]
2021-02-01 13:18:04.537 T:140431253821184   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:18:04.540 T:140431912941312   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 3 ms
2021-02-01 13:18:04.540 T:140431253821184   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','1','','resume:false')
2021-02-01 13:18:04.540 T:140430666626816   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:18:04.540 T:140430666626816    INFO: initializing python engine.
2021-02-01 13:18:04.540 T:140430666626816   DEBUG: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:18:04.580 T:140430666626816   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:18:04.580 T:140430666626816   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:18:04.580 T:140430666626816   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:18:04.580 T:140430666626816   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:18:04.580 T:140430666626816   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:18:04.637 T:140432789871296   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:18:04.836 T:140430666626816   DEBUG: AmpachePlugin::init handle: 1 url:
2021-02-01 13:18:04.850 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=4&name=Search...
2021-02-01 13:18:04.850 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=25&name=Quick+access...
2021-02-01 13:18:04.851 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=23&name=Explore...
2021-02-01 13:18:04.851 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=24&name=Library...
2021-02-01 13:18:04.851 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=54&name=Switch+Server
2021-02-01 13:18:04.852 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=50&name=Settings
2021-02-01 13:18:04.852 T:140430666626816   DEBUG: AmpachePlugin::endOfDirectory 1
2021-02-01 13:18:04.852 T:140430666626816    INFO: CPythonInvoker(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:18:04.852 T:140430666626816   DEBUG: onExecutionDone(2, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:18:04.852 T:140431253821184   DEBUG: Thread waiting 140431253821184 terminating
2021-02-01 13:18:04.864 T:140430666626816    INFO: Python interpreter stopped
2021-02-01 13:18:04.864 T:140430666626816   DEBUG: Thread LanguageInvoker 140430666626816 terminating
2021-02-01 13:18:04.865 T:140432789871296   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:18:04.867 T:140432789871296   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:18:04.870 T:140430666626816   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:18:04.871 T:140430666626816   DEBUG: Thread BackgroundLoader 140430666626816 terminating
2021-02-01 13:18:07.335 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:07.335 T:140432789871296   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:18:07.449 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:07.778 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:18:07.778 T:140432789871296   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:18:07.912 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:09.024 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:18:09.024 T:140432789871296   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:18:09.277 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:10.263 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:18:10.263 T:140432789871296   DEBUG: HandleKey: down (0xf081) pressed, action is Down
2021-02-01 13:18:10.560 T:140432789871296   DEBUG: Keyboard: scancode: 0x74, sym: 0x274, unicode: 0x0000, modifier: 0x0
2021-02-01 13:18:13.653 T:140432789871296   DEBUG: ------ Window Init (Pointer.xml) ------
2021-02-01 13:18:21.943 T:140432789871296   DEBUG: ------ Window Deinit (Pointer.xml) ------
2021-02-01 13:18:22.086 T:140432789871296   DEBUG: ProcessMouse: trying mouse action leftclick
2021-02-01 13:18:22.087 T:140432789871296   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/?mode=24&name=Library...&object_id=None)
2021-02-01 13:18:22.087 T:140432789871296   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/]
2021-02-01 13:18:22.087 T:140430666626816   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:18:22.090 T:140431912941312   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 3 ms
2021-02-01 13:18:22.090 T:140430666626816   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','2','?mode=24&name=Library...&object_id=None','resume:false')
2021-02-01 13:18:22.090 T:140431253821184   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:18:22.090 T:140431253821184    INFO: initializing python engine.
2021-02-01 13:18:22.090 T:140431253821184   DEBUG: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:18:22.131 T:140431253821184   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:18:22.131 T:140431253821184   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:18:22.131 T:140431253821184   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:18:22.131 T:140431253821184   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:18:22.131 T:140431253821184   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:18:22.187 T:140432789871296   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:18:22.189 T:140432789871296   DEBUG: ------ Window Init (Pointer.xml) ------
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: AmpachePlugin::init handle: 2 url: ?mode=24&name=Library...&object_id=None
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: AmpachePlugin::mode 24
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:18:22.408 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:18:22.409 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=1&name=Artists+%28240%29
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=2&name=Albums+%282558%29
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=13&name=Playlists+%2811%29
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=18&name=Tags
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: AmpachePlugin::endOfDirectory 2
2021-02-01 13:18:22.417 T:140431253821184    INFO: CPythonInvoker(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:18:22.417 T:140431253821184   DEBUG: onExecutionDone(3, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:18:22.418 T:140430666626816   DEBUG: Thread waiting 140430666626816 terminating
2021-02-01 13:18:22.431 T:140432789871296   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:18:22.432 T:140431253821184    INFO: Python interpreter stopped
2021-02-01 13:18:22.432 T:140431253821184   DEBUG: Thread LanguageInvoker 140431253821184 terminating
2021-02-01 13:18:22.433 T:140432789871296   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:18:22.435 T:140431253821184   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:18:22.436 T:140431253821184   DEBUG: Thread BackgroundLoader 140431253821184 terminating
2021-02-01 13:18:24.482 T:140432789871296   DEBUG: ProcessMouse: trying mouse action leftclick
2021-02-01 13:18:24.482 T:140432789871296   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/?mode=18&name=Tags&object_id=None)
2021-02-01 13:18:24.482 T:140432789871296   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/?mode=24&name=Library...&object_id=None]
2021-02-01 13:18:24.483 T:140431253821184   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:18:24.486 T:140431904548608   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 3 ms
2021-02-01 13:18:24.486 T:140431253821184   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','3','?mode=18&name=Tags&object_id=None','resume:false')
2021-02-01 13:18:24.487 T:140430666626816   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:18:24.487 T:140430666626816    INFO: initializing python engine.
2021-02-01 13:18:24.487 T:140430666626816   DEBUG: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:18:24.529 T:140430666626816   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:18:24.530 T:140430666626816   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:18:24.530 T:140430666626816   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:18:24.530 T:140430666626816   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:18:24.530 T:140430666626816   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:18:24.583 T:140432789871296   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: AmpachePlugin::init handle: 3 url: ?mode=18&name=Tags&object_id=None
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: AmpachePlugin::mode 18
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:18:24.801 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:18:24.802 T:140430666626816   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:18:24.816 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=19&name=Artist+tags...
2021-02-01 13:18:24.817 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=20&name=Album+tags...
2021-02-01 13:18:24.817 T:140430666626816   DEBUG: AmpachePlugin::addDir url plugin://plugin.audio.ampache/?object_id=None&mode=21&name=Song+tags...
2021-02-01 13:18:24.817 T:140430666626816   DEBUG: AmpachePlugin::endOfDirectory 3
2021-02-01 13:18:24.817 T:140430666626816    INFO: CPythonInvoker(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:18:24.817 T:140430666626816   DEBUG: onExecutionDone(4, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:18:24.817 T:140431253821184   DEBUG: Thread waiting 140431253821184 terminating
2021-02-01 13:18:24.832 T:140432789871296   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:18:24.834 T:140432789871296   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:18:24.835 T:140430666626816    INFO: Python interpreter stopped
2021-02-01 13:18:24.835 T:140430666626816   DEBUG: Thread LanguageInvoker 140430666626816 terminating
2021-02-01 13:18:24.836 T:140430666626816   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:18:24.839 T:140430666626816   DEBUG: Thread BackgroundLoader 140430666626816 terminating
2021-02-01 13:18:27.196 T:140432789871296   DEBUG: ProcessMouse: trying mouse action leftclick
2021-02-01 13:18:27.197 T:140432789871296   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.ampache/?mode=19&name=Artist%20tags...&object_id=None)
2021-02-01 13:18:27.197 T:140432789871296   DEBUG:   ParentPath = [plugin://plugin.audio.ampache/?mode=18&name=Tags&object_id=None]
2021-02-01 13:18:27.198 T:140430666626816   DEBUG: Thread waiting start, auto delete: false
2021-02-01 13:18:27.202 T:140431912941312   DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.ampache] took 5 ms
2021-02-01 13:18:27.202 T:140430666626816   DEBUG: StartScript - calling plugin Ampache('plugin://plugin.audio.ampache/','4','?mode=19&name=Artist%20tags...&object_id=None','resume:false')
2021-02-01 13:18:27.203 T:140431253821184   DEBUG: Thread LanguageInvoker start, auto delete: false
2021-02-01 13:18:27.203 T:140431253821184    INFO: initializing python engine.
2021-02-01 13:18:27.203 T:140431253821184   DEBUG: CPythonInvoker(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): start processing
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: -->Python Interpreter Initialized<--
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): entering source directory /home/jieiku/.kodi/addons/plugin.audio.ampache
2021-02-01 13:18:27.246 T:140431253821184   DEBUG: CPythonInvoker(5, /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:18:27.298 T:140432789871296   DEBUG: ------ Window Init (DialogBusy.xml) ------
2021-02-01 13:18:27.511 T:140431253821184   DEBUG: AmpachePlugin::init handle: 4 url: ?mode=19&name=Artist%20tags...&object_id=None
2021-02-01 13:18:27.511 T:140431253821184   DEBUG: AmpachePlugin::mode 19
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: AmpachePlugin::get_items: object_type tags
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: AmpachePlugin::get_items: object_subtype tag_artists
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting definitions
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: trying to load setting definitions from old format...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: loading setting values
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (add) was not found.
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting add. Creating a setting on-the-fly...
2021-02-01 13:18:27.512 T:140431253821184   DEBUG: CSettingsManager: requested setting (albums) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting albums. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CSettingsManager: requested setting (artists) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting artists. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CSettingsManager: requested setting (playlists) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting playlists. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CSettingsManager: requested setting (songs) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting songs. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CSettingsManager: requested setting (token) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CSettingsManager: requested setting (token-exp) was not found.
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: CAddonSettings[plugin.audio.ampache]: failed to find definition for setting token-exp. Creating a setting on-the-fly...
2021-02-01 13:18:27.513 T:140431253821184   DEBUG: AmpachePlugin::handle_request: url https://ampache.example.com/server/xml.server.php?action=tags&auth=0048e58a86REDACTEDce5343&limit=5000
2021-02-01 13:18:27.537 T:140431253821184   DEBUG: AmpachePlugin::handle_request: nossl
2021-02-01 13:18:27.537 T:140431253821184   DEBUG: AmpachePlugin::ampache_http_request: contents <?xml version="1.0" encoding="UTF-8" ?>
                                            <root>
                                                <error errorCode="4706">
                                                    <errorAction><![CDATA[tags]]></errorAction>
                                                    <errorType><![CDATA[removed]]></errorType>
                                                    <errorMessage><![CDATA[Depreciated]]></errorMessage>
                                                </error>
                                            </root>
2021-02-01 13:18:27.538 T:140431253821184   DEBUG: AmpachePlugin::endOfDirectory 4
2021-02-01 13:18:27.538 T:140431253821184    INFO: CPythonInvoker(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py): script successfully run
2021-02-01 13:18:27.538 T:140431253821184   DEBUG: onExecutionDone(5, /home/jieiku/.kodi/addons/plugin.audio.ampache/default.py)
2021-02-01 13:18:27.538 T:140430666626816   DEBUG: Thread waiting 140430666626816 terminating
2021-02-01 13:18:27.548 T:140432789871296   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-01 13:18:27.550 T:140432789871296   DEBUG: RetrieveMusicInfo() took 0 msec
2021-02-01 13:18:27.552 T:140430666626816   DEBUG: Thread BackgroundLoader start, auto delete: false
2021-02-01 13:18:27.553 T:140430666626816   DEBUG: Thread BackgroundLoader 140430666626816 terminating
2021-02-01 13:18:27.555 T:140431253821184    INFO: Python interpreter stopped
2021-02-01 13:18:27.555 T:140431253821184   DEBUG: Thread LanguageInvoker 140431253821184 terminating
2021-02-01 13:18:30.122 T:140432789871296  NOTICE: Stopping player
2021-02-01 13:18:30.122 T:140432789871296  NOTICE: Storing total System Uptime
2021-02-01 13:18:30.122 T:140432789871296  NOTICE: Saving settings
2021-02-01 13:18:30.123 T:140432789871296  NOTICE: Saving skin settings
2021-02-01 13:18:30.123 T:140432789871296  NOTICE: Stopping all
2021-02-01 13:18:30.124 T:140431912941312   DEBUG: Thread JobWorker 140431912941312 terminating (autodelete)
2021-02-01 13:18:30.124 T:140431896155904   DEBUG: Thread JobWorker 140431896155904 terminating (autodelete)
2021-02-01 13:18:30.124 T:140432789871296   DEBUG: NetworkMessage - Signaling network services to stop
2021-02-01 13:18:30.124 T:140432789871296  NOTICE: ES: Stopping event server
2021-02-01 13:18:30.124 T:140431904548608   DEBUG: Thread JobWorker 140431904548608 terminating (autodelete)
2021-02-01 13:18:30.124 T:140432789871296   DEBUG: NetworkMessage - Waiting for network services to stop
2021-02-01 13:18:30.124 T:140432789871296  NOTICE: stopping zeroconf publishing
2021-02-01 13:18:30.145 T:140431245428480   DEBUG: AmpacheMonitor:Notification System.OnQuit from xbmc, params: {"exitcode":0}
2021-02-01 13:18:30.232 T:140431220250368   DEBUG: Thread TCPServer 140431220250368 terminating
2021-02-01 13:18:30.235 T:140431228643072  NOTICE: ES: UDP Event server stopped
2021-02-01 13:18:30.235 T:140431228643072   DEBUG: Thread EventServer 140431228643072 terminating
2021-02-01 13:18:30.235 T:140432789871296  NOTICE: stop dvd detect media
2021-02-01 13:18:30.235 T:140432789871296   DEBUG: CServiceAddonManager: stopping plugin.audio.ampache.
2021-02-01 13:18:30.235 T:140432789871296   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): trigger Monitor abort request
2021-02-01 13:18:30.235 T:140431245428480    INFO: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): script successfully run
2021-02-01 13:18:30.235 T:140431245428480   DEBUG: onExecutionDone(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py)
2021-02-01 13:18:30.237 T:140431245428480    INFO: Python interpreter interrupted by user
2021-02-01 13:18:30.237 T:140432789871296   DEBUG: CPythonInvoker(1, /home/jieiku/.kodi/addons/plugin.audio.ampache/resources/lib/service.py): script termination took 2ms
2021-02-01 13:18:30.237 T:140432789871296   DEBUG: CServiceAddonManager: stopping service.xbmc.versioncheck.
2021-02-01 13:18:30.237 T:140431245428480   DEBUG: Thread LanguageInvoker 140431245428480 terminating
2021-02-01 13:18:30.237 T:140432789871296    INFO: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2021-02-01 13:18:30.237 T:140432773072640   DEBUG: Thread ActiveAE 140432773072640 terminating
2021-02-01 13:18:30.286 T:140432764679936   DEBUG: Thread AESink 140432764679936 terminating
2021-02-01 13:18:30.469 T:140432789871296  NOTICE: Application stopped
2021-02-01 13:18:30.669 T:140432789871296  NOTICE: XBApplicationEx: destroying...
2021-02-01 13:18:30.669 T:140431270606592   DEBUG: Thread PeripEventScanner 140431270606592 terminating
2021-02-01 13:18:30.727 T:140431769720576   DEBUG: Thread PeripBusUSBUdev 140431769720576 terminating
2021-02-01 13:18:30.727 T:140431761327872   DEBUG: Thread PeripBusCEC 140431761327872 terminating
2021-02-01 13:18:30.727 T:140431752935168   DEBUG: Thread PeripBusAddon 140431752935168 terminating
2021-02-01 13:18:31.178 T:140432789871296    INFO: AddOnLog: Joystick Support: Disabling joystick interface "linux"
2021-02-01 13:18:31.178 T:140432789871296   DEBUG: SECTION:UnloadDll(/usr/lib/x86_64-linux-gnu/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.5.2)
2021-02-01 13:18:31.178 T:140432789871296    INFO: ADDON: Dll Destroyed - Joystick Support
2021-02-01 13:18:31.178 T:140432789871296  NOTICE: unload skin
2021-02-01 13:18:31.178 T:140432789871296    INFO: Unloading old skin ...
2021-02-01 13:18:31.179 T:140432789871296   DEBUG: ------ Window Deinit (MyMusicNav.xml) ------
2021-02-01 13:18:31.179 T:140432789871296   DEBUG: FreeVisualisation() done
2021-02-01 13:18:31.180 T:140432789871296   DEBUG: Previous line repeats 1 times.
2021-02-01 13:18:31.180 T:140432789871296   DEBUG: ------ Window Deinit (Pointer.xml) ------
2021-02-01 13:18:31.180 T:140432789871296   DEBUG: FreeVisualisation() done
2021-02-01 13:18:31.182 T:140432789871296   DEBUG: ------ Window Deinit () ------
2021-02-01 13:18:31.184 T:140432789871296   DEBUG: CloseBundle - Closed bundle
2021-02-01 13:18:31.190 T:140432789871296  NOTICE: unload sections
2021-02-01 13:18:31.191 T:140432789871296   DEBUG: LogindUPowerSyscall - delay lock sleep released
2021-02-01 13:18:31.191 T:140431262213888   DEBUG: Thread Timer 140431262213888 terminating
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d438bd080 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d43847f00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d438a1f90 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d438a7490 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d43871210 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d4387f6a0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d4389e7e0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d438681a0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d438a2570 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d43880170 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x561d4383ecb0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 0 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 1 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 2 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 3 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 4 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 5 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 6 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 7 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 8 --> 0 instances
2021-02-01 13:18:31.192 T:140432789871296   DEBUG: object 9 --> 0 instances
2021-02-01 13:18:31.218 T:140432781465344   DEBUG: Thread Lirc 140432781465344 terminating
2021-02-01 13:18:31.221 T:140432789858048   DEBUG: Thread Announce 140432789858048 terminating
2021-02-01 13:18:31.222 T:140432789871296  NOTICE: XBApplicationEx: application stopped!
lusum commented 3 years ago

Same as above, not tested for develop, i will try something

lusum commented 3 years ago

Changes introduced in api 5.0, the api is not already stable, i wll wait for this bug.

Jieiku commented 3 years ago

I am now using ampache stable instead of ampache develop and now the Genre Tags are working without issue :)

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

Thank you for your work on this. :)