• 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 151
Release script.extendedinfo
(2015-01-16, 05:33)Brian xD Wrote: hi there,

how do i get just the basic Movie Set Information and the DiscArt, minus all the rest of the extended info script now? on aeon mq5 (not sure if skin matters)

Both movie set info and discart have, as far as I know, nothing to do with this updated version. Most of those features have been moved to a separate service/addon. If you want to use it in MQ5 you would need to talk with the skin maintainer or add that functionality yourself.
Reply
(2015-01-10, 22:48)phil65 Wrote: Finally sent PR to include the script in official addon repo Smile

Nice! Phil - how is that coming along?
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
Reply
(2015-01-16, 14:46)bry- Wrote:
(2015-01-10, 22:48)phil65 Wrote: Finally sent PR to include the script in official addon repo Smile

Nice! Phil - how is that coming along?

Already included since some days.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-01-16, 15:04)phil65 Wrote:
(2015-01-16, 14:46)bry- Wrote:
(2015-01-10, 22:48)phil65 Wrote: Finally sent PR to include the script in official addon repo Smile

Nice! Phil - how is that coming along?

Already included since some days.

grabbed it now! thank you
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
Reply
Hey phil, thanks for this great script!

I'm currently adding support for it in my skin.
Do you have an updated list available somewhere which calls to the script are supported ?
I feel like on the github readme there's some info missing like calling the script with the info= parameter to replace the dialogvideoinfo

Also a quick question... I'm planning to use the script to replace my cast dialog in the skin that is called from dialogvideoinfo.
If i call the script from a onlick event there's a small delay, propably because the content is grabbed from internet.
Any chance I can create a workaround by silently calling the script in the onload of videoinfo so when the user wants/needs the extended info dialog it's instantly displayed ?
Reply
Hi Phil,

I'm in the process of developing a modded skin. However noticed since moving to Helix 14 from Gotham, the ratings supplied for "Trending Shows/Movies" is displaying a fractional value instead of a rounded up figure.

Image

Not sure why this is happening.
Image
— Neuro

Reply
(2015-01-14, 17:09)Hitcher Wrote: This is a follow up to my question in the toolbox script thread with a bit more info on what I'm actually trying to achieve.

When at season or episode level there are a couple of extra options available to the user - 'Also watched' and 'Cast'. I currently have 'Also watched' working by using the following -

PHP Code:
<content limit="10">plugin://script.extendedinfo?info=similartvshowstrakt&amp;&amp;dbid=$INFO[Window(home).Property(TVShowID)]</content> 

As seen here -

Image

What I'd like to add now is the cast view as shown here -

Image

I'm hoping I can add an onfocus action to the cast button that will load my own extendedinfo dialog to show the cast list. This should be possible right?

Thanks.

EDIT: I will only be displaying the actors name and role for the focused item but more info will be available if they're selected correct?

First my apologies for going off-topic, Hitcher , which skin was used in these screenshots ? Doesn't look like CONQ.

Love these screenshots with IMDB logo etc
Reply
My next skin fTV based on the Amazon Fire TV. Top screen is the skin, bottom is the Fire TV.

I've dropped the 'Customers also watched' stuff now and just gone with the cast list in the video info.
Reply
Hey Phil,

Something I noticed when trying to get the new VideoInfo screen to launch with TV Seasons-

In your version of Nox you use the following call to pull up the TV Season version of the Videoinfo-

Code:
<onfocus>RunScript(script.extendedinfo,info=seasoninfo,tvshow=$INFO[ListItem.TvShowTitle],season=$INFO[Window(home).Property(SeasonNumber)],silent=True)</onfocus>

I noticed this call doesn't seem to work (in my skin or in Nox). Whenever I use it I get "Required data missing from script call". Any ideas?

Thanks in advance!
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
Window(home).Property(SeasonNumber) gets filled by script.skin.info.service, so the property is probably empty for you. I wouldnt add that for official repo skins though, it´s a pretty big hack i am using to workaround the issue that kodi does not have separate info for tv show seasons.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Hmm... that is interesting. I am actually running the latest version of your Info Service as well, but it doesn't seem to work.

Although it is something I am looking at adding, it is optional of course! Wink
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
just tested again, works fine here. debug log could help.
EDIT: you also have to start script.skin.info.service btw, it´s not a real service addon since it should only run when needed by skin.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Hi all,

I firstly have to thank phil65 for his great work, it's truly amazing!

I have recently move my Kodi install from Linux to Windows 8.1, what I've done is copying the files from /usr/share/kodi and ~/.kodi from the ubuntu install to the folder C:\users\user\appdata\roaming\kodi in windows.

I have a problem with skin toolbox, when I go to the info section of any film I get the message "Skin Toolbox Error". I've delete the add-on, download from github and install again using "install from zip" but the problem doesn't dissapear.

This is part of the log I think reports the error:

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: global name 'Image' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 232, in <module>
                                                Main()
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 29, in __init__
                                                self._StartInfoActions()
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 102, in _StartInfoActions
                                                image, imagecolor = Filter_Image(self.id, self.radius)
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\resources\lib\Utils.py", line 173, in Filter_Image
                                                img = Image.open(targetfile)
                                            NameError: global name 'Image' is not defined
                                            -->End of Python script error report<--

And this is the complete log of entering Kodi and getting the message:

Code:
17:23:34 T:5996  NOTICE: special://profile/ is mapped to: special://masterprofile/
17:23:34 T:5996  NOTICE: -----------------------------------------------------------------------
17:23:34 T:5996  NOTICE: Starting Kodi (14.0 Git:20141223-ad747d9). Platform: Windows NT x86 32-bit
17:23:34 T:5996  NOTICE: Using Release Kodi x32 build
17:23:34 T:5996  NOTICE: Kodi compiled Dec 23 2014 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
17:23:34 T:5996  NOTICE: Running on Windows 8.1, kernel: Windows NT x86 64-bit version 6.3
17:23:34 T:5996  NOTICE: Host CPU: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz, 4 cores available
17:23:34 T:5996  NOTICE: Desktop Resolution: 1920x1080 32Bit at 59Hz
17:23:34 T:5996  NOTICE: Running with restricted rights
17:23:34 T:5996  NOTICE: Aero is enabled
17:23:34 T:5996  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
17:23:34 T:5996  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
17:23:34 T:5996  NOTICE: special://masterprofile/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\userdata
17:23:34 T:5996  NOTICE: special://home/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\
17:23:34 T:5996  NOTICE: special://temp/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\cache
17:23:34 T:5996  NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
17:23:34 T:5996  NOTICE: Local hostname: XANDER
17:23:34 T:5996  NOTICE: Log File is located: C:\Users\HTPC\AppData\Roaming\Kodi\kodi.log
17:23:34 T:5996  NOTICE: -----------------------------------------------------------------------
17:23:34 T:5996  NOTICE: load settings...
17:23:34 T:5996 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
17:23:34 T:5996 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
17:23:34 T:5996  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
17:23:34 T:5996  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
17:23:34 T:5996  NOTICE: Default DVD Player: dvdplayer
17:23:34 T:5996  NOTICE: Default Video Player: dvdplayer
17:23:34 T:5996  NOTICE: Default Audio Player: paplayer
17:23:34 T:5996  NOTICE: Disabled debug logging due to GUI setting. Level 0.
17:23:34 T:5996  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
17:23:34 T:5996  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
17:23:34 T:5996  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
17:23:34 T:5996  NOTICE: Loaded playercorefactory configuration
17:23:34 T:5996  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
17:23:34 T:5996  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
17:23:34 T:7968  NOTICE: Thread ActiveAE start, auto delete: false
17:23:34 T:7992  NOTICE: Thread AESink start, auto delete: false
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AAC" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "SAMSUNG (Sonido Intel(R) para pantallas)" seems to be not supported.
17:23:34 T:7968  NOTICE: Found 2 Lists of Devices
17:23:34 T:7968  NOTICE: Enumerated DIRECTSOUND devices:
17:23:34 T:7968  NOTICE:     Device 1
17:23:34 T:7968  NOTICE:         m_deviceName      : {036CBB04-BB55-404A-95F1-E048E8FEE606}
17:23:34 T:7968  NOTICE:         m_displayName     : HDMI - SAMSUNG (Sonido Intel(R) para pantallas)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: DIRECTSOUND: SAMSUNG (Sonido Intel(R) para pantallas)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 48000
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:23:34 T:7968  NOTICE:     Device 2
17:23:34 T:7968  NOTICE:         m_deviceName      : default
17:23:34 T:7968  NOTICE:         m_displayName     : default
17:23:34 T:7968  NOTICE:         m_displayNameExtra:
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 48000
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:23:34 T:7968  NOTICE:     Device 3
17:23:34 T:7968  NOTICE:         m_deviceName      : {C3F223DC-B259-481D-ABE4-9E57626EC46F}
17:23:34 T:7968  NOTICE:         m_displayName     : Speakers - Altavoces (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: DIRECTSOUND: Altavoces (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 48000
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
17:23:34 T:7968  NOTICE:     Device 4
17:23:34 T:7968  NOTICE:         m_deviceName      : {F99A3A0E-E0CB-405D-83AF-72E6009191B2}
17:23:34 T:7968  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 48000
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:23:34 T:7968  NOTICE: Enumerated WASAPI devices:
17:23:34 T:7968  NOTICE:     Device 1
17:23:34 T:7968  NOTICE:         m_deviceName      : {036CBB04-BB55-404A-95F1-E048E8FEE606}
17:23:34 T:7968  NOTICE:         m_displayName     : HDMI - SAMSUNG (Sonido Intel(R) para pantallas)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: WASAPI: SAMSUNG (Sonido Intel(R) para pantallas)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
17:23:34 T:7968  NOTICE:         m_dataFormats     :

AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
17:23:34 T:7968  NOTICE:     Device 2
17:23:34 T:7968  NOTICE:         m_deviceName      : default
17:23:34 T:7968  NOTICE:         m_displayName     : default
17:23:34 T:7968  NOTICE:         m_displayNameExtra:
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
17:23:34 T:7968  NOTICE:         m_dataFormats     :

AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
17:23:34 T:7968  NOTICE:     Device 3
17:23:34 T:7968  NOTICE:         m_deviceName      : {C3F223DC-B259-481D-ABE4-9E57626EC46F}
17:23:34 T:7968  NOTICE:         m_displayName     : Speakers - Altavoces (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: WASAPI: Altavoces (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
17:23:34 T:7968  NOTICE:     Device 4
17:23:34 T:7968  NOTICE:         m_deviceName      : {F99A3A0E-E0CB-405D-83AF-72E6009191B2}
17:23:34 T:7968  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
17:23:34 T:7968  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
17:23:34 T:7968  NOTICE:         m_channels        : FL,FR
17:23:34 T:7968  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
17:23:34 T:7968  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
17:23:34 T:5996  NOTICE: Running database version Addons16
17:23:34 T:5996  NOTICE: ADDONS: Using repository repository.xbmc.org
17:23:34 T:5996  NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
17:23:34 T:5996  NOTICE: ADDONS: Using repository repository.p2p-streams.xbmc
17:23:34 T:1144  NOTICE: Thread RemoteControl start, auto delete: false
17:23:34 T:7128  NOTICE: Thread PeripBusCEC start, auto delete: false
17:23:34 T:7100  NOTICE: Thread PeripBusUSB start, auto delete: false
17:23:34 T:6824  NOTICE: Thread JobWorker start, auto delete: true
17:23:34 T:5996  NOTICE: Found screen: Generic PnP Monitor on Intel(R) HD Graphics 4600, adapter 0.
17:23:34 T:5996  NOTICE: Primary mode: 1920x1080@ 59.94 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 23.98 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 24.00 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 23.98 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 24.00 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 23.98 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 24.00 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 25.00 - Full Screen
17:23:34 T:5996  NOTICE: Previous line repeats 2 times.
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 29.97 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 30.00 - Full Screen
17:23:34 T:5996  NOTICE: Additional mode: 320x200@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x200@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 320x240@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 400x300@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 512x384@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x400@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 73.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 1 times.
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 25.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 29.97 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 30.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 50.00 - Full Screen
17:23:35 T:5996  NOTICE: Previous line repeats 2 times.
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
17:23:35 T:5996  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x600@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 1 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 50.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 23.98 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 24.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 25.00 - Full Screen
17:23:36 T:5996  NOTICE: Previous line repeats 2 times.
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 30.00 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 29.97 - Full Screen
17:23:36 T:5996  NOTICE: Additional mode: 1400x1050@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 50.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 2 times.
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 25.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 2 times.
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 50.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 2 times.
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 25.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 1 times.
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 1 times.
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 25.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 2 times.
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
17:23:37 T:5996  NOTICE: Previous line repeats 2 times.
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 25.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 29.97 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 30.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
17:23:37 T:5996  NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
17:23:37 T:5996  NOTICE: Checking resolution 16
17:23:37 T:5996  NOTICE: Running database version Addons16
17:23:37 T:5996  NOTICE: Running database version ViewModes6
17:23:37 T:5996  NOTICE: Running database version Textures13
17:23:37 T:5996  NOTICE: Running database version MyMusic48
17:23:37 T:5996  NOTICE: Running database version MyVideos90
17:23:37 T:5996  NOTICE: Running database version TV26
17:23:37 T:5996  NOTICE: Running database version Epg8
17:23:37 T:5996   ERROR: Couldn't load font name: Font_17(aeon_common.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_19(aeon_common.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_20(aeon_common.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_23(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_21(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_26(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_28(aeon_common.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_40(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_30(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_32(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_100(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:37 T:5996   ERROR: Couldn't load font name: Font_140(aeon_mainmenu.ttf), trying to substitute arial.ttf
17:23:38 T:5996 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
17:23:38 T:5996 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
17:23:38 T:5996 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
17:23:38 T:5996 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
17:23:38 T:2564  NOTICE: Thread LanguageInvoker start, auto delete: false
17:23:38 T:5996  NOTICE: Previous line repeats 7 times.
17:23:38 T:5996  NOTICE: initialize done
17:23:38 T:6540  NOTICE: Thread LanguageInvoker start, auto delete: false
17:23:38 T:5996  NOTICE: Running the application...
17:23:38 T:5996  NOTICE: Webserver: Starting...
17:23:38 T:5996  NOTICE: WebServer: Started the webserver
17:23:38 T:5996  NOTICE: starting upnp server
17:23:38 T:5996  NOTICE: starting upnp renderer
17:23:38 T:5996  NOTICE: ES: Starting event server
17:23:38 T:2564  NOTICE: -->Python Interpreter Initialized<--
17:23:38 T:6604  NOTICE: Thread EventServer start, auto delete: false
17:23:38 T:5640  NOTICE: Thread TCPServer start, auto delete: false
17:23:38 T:6604  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
17:23:38 T:6604  NOTICE: UDP: Listening on port 9777
17:23:38 T:4352  NOTICE: -->Python Interpreter Initialized<--
17:23:38 T:2600  NOTICE: Previous line repeats 7 times.
17:23:38 T:2600  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.13)
17:23:38 T:6540  NOTICE:  StorageServer Module loaded RUN
17:23:38 T:6540  NOTICE: StorageClient-2.5.4 Starting server
17:23:38 T:3420  NOTICE: Service: 1298 actors took 0.5220000743865967
17:23:38 T:3400  NOTICE: Thread AlarmClock start, auto delete: false
17:23:38 T:148  NOTICE: PLATFORM_NAME=xbmcgotham
17:23:38 T:148  NOTICE: [config.py] xbmcgotham config
17:23:38 T:148  NOTICE: [config.py] runtime path = C:\Users\HTPC\AppData\Roaming\Kodi\addons\plugin.video.tvalacarta
17:23:38 T:148  NOTICE: [config.py] data path = C:\Users\HTPC\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.tvalacarta\
17:23:38 T:148  NOTICE: [config.py] temp path = C:\Users\HTPC\AppData\Roaming\Kodi\cache\test
17:23:40 T:2600  NOTICE: script.tv.show.next.aired: ### starting data update
17:23:42 T:6824   ERROR: XFILE::CDirectory::GetDirectory - Error getting include
17:23:42 T:6876  NOTICE: Thread JobWorker start, auto delete: true
17:23:42 T:6824   ERROR: XFILE::CDirectory::GetDirectory - Error getting include
17:23:42 T:3464  NOTICE: Thread JobWorker start, auto delete: true
17:23:42 T:1008  NOTICE: Thread LanguageInvoker start, auto delete: false
17:23:42 T:1008  NOTICE: -->Python Interpreter Initialized<--
17:23:44 T:5996 WARNING: Skin has invalid include: Oscars
17:23:44 T:5996 WARNING: Skin has invalid include: IMDb250
17:23:44 T:5996   ERROR: Unmatched [
17:23:44 T:5996   ERROR: Error parsing boolean expression [[Skin.HasSetting(NoCaseForMovieset) + Container.Content(sets)] + [!Skin.HasSetting(genrethumbs)]
17:23:44 T:5996   ERROR: Unmatched [
17:23:44 T:5996   ERROR: Error parsing boolean expression [[Skin.HasSetting(NoCaseForMovieset) + Container.Content(sets)] + [Skin.HasSetting(genrethumbs)]
17:23:44 T:5072  NOTICE: Thread BackgroundLoader start, auto delete: false
17:23:44 T:7604  NOTICE: Thread LanguageInvoker start, auto delete: false
17:23:44 T:6876   ERROR: XFILE::CDirectory::GetDirectory - Error getting /usr/share/kodi/addons/skin.aeon.shednox.helix-master/backgrounds/Fondos El HTPC/Peliculas/
17:23:44 T:7604  NOTICE: -->Python Interpreter Initialized<--
17:23:44 T:2632  NOTICE: Thread JobWorker start, auto delete: true
17:23:46 T:6404  NOTICE: Thread LanguageInvoker start, auto delete: false
17:23:46 T:6404  NOTICE: Previous line repeats 4 times.
17:23:46 T:6404  NOTICE: -->Python Interpreter Initialized<--
17:23:47 T:6484  NOTICE: Previous line repeats 4 times.
17:23:47 T:6484   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: global name 'Image' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 232, in <module>
                                                Main()
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 29, in __init__
                                                self._StartInfoActions()
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\default.py", line 102, in _StartInfoActions
                                                image, imagecolor = Filter_Image(self.id, self.radius)
                                              File "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.toolbox-master\resources\lib\Utils.py", line 173, in Filter_Image
                                                img = Image.open(targetfile)
                                            NameError: global name 'Image' is not defined
                                            -->End of Python script error report<--
17:23:49 T:5996  NOTICE: Storing total System Uptime
17:23:49 T:5996  NOTICE: Saving settings
17:23:49 T:5996  NOTICE: stop all
17:23:49 T:5996  NOTICE: stop player
17:23:50 T:5996  NOTICE: ES: Stopping event server
17:23:50 T:5996  NOTICE: stopping upnp
17:23:50 T:6604  NOTICE: ES: UDP Event server stopped
17:23:50 T:5996  NOTICE: Webserver: Stopping...
17:23:50 T:5996  NOTICE: WebServer: Stopped the webserver
17:23:50 T:5996  NOTICE: Webserver: Stopped...
17:23:50 T:5996  NOTICE: stop sap announcement listener
17:23:50 T:5996  NOTICE: clean cached files!
17:23:50 T:5996  NOTICE: unload skin
17:23:52 T:2564 WARNING: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): the python script "C:\Users\HTPC\AppData\Roaming\Kodi\addons

\script.cu.lrclyrics\default.py" has left several classes in memory that we couldn't clean up. The classes include: class PythonBindings::XBMCAddon_xbmc_Monitor_Director,class

PythonBindings::XBMCAddon_xbmc_Player_Director
17:23:53 T:2980 WARNING: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): the python script "C:\Users\HTPC\AppData\Roaming\Kodi\addons

\service.skin.widgets\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::Window,class

PythonBindings::XBMCAddon_xbmc_Monitor_Director,class PythonBindings::XBMCAddon_xbmc_Player_Director
17:23:54 T:6540  NOTICE: StorageServer-2.5.4 Closed down
17:23:54 T:2600  NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
17:23:59 T:5996   ERROR: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.videolanguage-master\default.py): script didn't stop in 5 seconds - let's kill it
17:24:00 T:5996  NOTICE: stopped
17:24:00 T:5996  NOTICE: destroy
17:24:00 T:5996  NOTICE: closing down remote control service
17:24:00 T:5996  NOTICE: unload sections
17:24:00 T:5996  NOTICE: special://profile/ is mapped to: special://masterprofile/
17:24:00 T:5996  NOTICE: destroy
17:24:00 T:5996 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
17:24:00 T:5996 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
17:24:00 T:5996  NOTICE: closing down remote control service
17:24:00 T:5996  NOTICE: unload sections
17:24:00 T:5996  NOTICE: application stopped...
17:24:00 T:5996   ERROR: dllFreeLibrary - Invalid hModule specified

I have to say that extended info script is not installed, I deleted it since it produced an error on Kodi's load, should I then uninstall also script.info? It would make sense if script.info was used only by Extended Info script. but I wanted to ask.

I hope you can help me, if this is not the right thread of the forum to answer this I apologyze, I didn't find another one.

Regards and many thanks in advance
Reply
script.module.PIL missing?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-01-17, 03:53)Neuronetix Wrote: Hi Phil,

I'm in the process of developing a modded skin. However noticed since moving to Helix 14 from Gotham, the ratings supplied for "Trending Shows/Movies" is displaying a fractional value instead of a rounded up figure.

Image

Not sure why this is happening.

probably Trakt.TV changed their API. will have a look.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29