Kodi Community Forum
[RELEASE] Cinema Experience - the new Home Theater Experience Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Cinema Experience - the new Home Theater Experience Script (/showthread.php?tid=87563)



log - Wanilton - 2011-02-26

here you go
http://pastebin.com/MKYYZVKH


- giftie - 2011-02-26

Wanilton Wrote:here you go
http://pastebin.com/MKYYZVKH

Nothing there...


Again - Wanilton - 2011-02-26

TRY NOW
http://pastebin.com/UEUGCCS4


- giftie - 2011-02-26

Wanilton Wrote:TRY NOW
http://pastebin.com/UEUGCCS4

still an empty pastebin...


2 logs - Wanilton - 2011-02-26

download here please
log old
log


- PatK - 2011-02-26

I've had a number of freezes at the triva window.. seems repeatable until it isn't. Regardless of using the keyboard Q or the info icon. Looks like it's loading up all triva..http://pastebin.com/Nr5BcbkJ

NOTICE: [script.cinema.experience] - total slides selected: 998
22:16:48 T:5308 M:1692520448 NOTICE: [script.cinema.experience] - Building Music Playlist
22:16:48 T:3936 M:1692524544 DEBUG: Activating window ID: 13000
22:16:48 T:3936 M:1692524544 DEBUG: Checking if window ID 13000 is locked.
22:16:48 T:3936 M:1692524544 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
22:16:48 T:3936 M:1692454912 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
22:16:48 T:3936 M:1698422784 DEBUG: ------ Window Init (C:\Users\PatK\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\skins\default\720p\script-CExperience-trivia.xml) ------
22:16:48 T:3936 M:1698422784 INFO: Loading skin file: C:\Users\PatK\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\skins\default\720p\script-CExperience-trivia.xml


- giftie - 2011-02-26

Looks like it's getting hung up on your music. And some how you had two Cinema Experience running at the same time.. How large is you music folder?

PatK Wrote:I've had a number of freezes at the triva window.. seems repeatable until it isn't. Regardless of using the keyboard Q or the info icon. Looks like it's loading up all triva..http://pastebin.com/Nr5BcbkJ

NOTICE: [script.cinema.experience] - total slides selected: 998
22:16:48 T:5308 M:1692520448 NOTICE: [script.cinema.experience] - Building Music Playlist
22:16:48 T:3936 M:1692524544 DEBUG: Activating window ID: 13000
22:16:48 T:3936 M:1692524544 DEBUG: Checking if window ID 13000 is locked.
22:16:48 T:3936 M:1692524544 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
22:16:48 T:3936 M:1692454912 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
22:16:48 T:3936 M:1698422784 DEBUG: ------ Window Init (C:\Users\PatK\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\skins\default\720p\script-CExperience-trivia.xml) ------
22:16:48 T:3936 M:1698422784 INFO: Loading skin file: C:\Users\PatK\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\skins\default\720p\script-CExperience-trivia.xml



- giftie - 2011-02-26

Wanilton Wrote:download here please
log old
log

I see that you were stopping the videos and restarting the script. This was causing the playlist clear and this often removed the new videos.

I added code to catch this and protecting the new instance of the script.


You should also send this [url=http://github.com/downloads/Wanilton/voxcomanndo-xbmc-Brazil/xbmc.log"]XBMC LOG[/url] to the guys at the Debug Log script forum.


- PatK - 2011-02-26

The actual folder is 130 mb One CD 16 files, but it's quite deep in large folders. (I'll bring it up and re-path) ..OK tried that and it hung again.

I noticed the two movies.. I did set for one... this image might explain, the window freezes immediately after. I have turned off the triva music

Image

http://pastebin.com/yCyYAvHm

Ok turned off Triva (zero time) and it works... something in or to do with Trvia I guess. Bed time for me...


- giftie - 2011-02-26

At 00:45:45 you start the script with RunScript(script.cinema.experience,movietitles)

Code:
#
00:45:45 T:5136 M:1734897664   DEBUG: CApplication::ExecuteXBMCAction : Translating RunScript(script.cinema.experience,movietitles)
#
00:45:45 T:5136 M:1734897664   DEBUG: CApplication::ExecuteXBMCAction : To RunScript(script.cinema.experience,movietitles)

then at 00:46:03(18 seconds later) your starting the script again from the info window. This is causing a lot of havoc with the play lists.

Code:
#
00:46:03 T:5136 M:1712644096   DEBUG: ------ Window Init (DialogVideoInfo.xml) ------
#
00:46:03 T:5136 M:1712644096    INFO: Loading skin file: DialogVideoInfo.xml
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : Translating Dialog.Close(MovieInformation)
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : To Dialog.Close(MovieInformation)
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : Translating Playlist.Clear
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : To Playlist.Clear
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : Translating RunScript(script.cinema.experience)
#
00:46:10 T:5136 M:1713029120   DEBUG: CApplication::ExecuteXBMCAction : To RunScript(script.cinema.experience)



- branlr - 2011-02-26

Wanna add cirrus extended to your list of supported skins?


- PatK - 2011-02-26

This behaviour started from the latest update, the prior version... 'the old way' seemed to work.

Yes, the script looks like it runs twice... I can assure you there is only one click. I have noted 3 ways this script runs.

1) enter the movie library and click on any movie CE runs. (past behavour was to exit)
2) Keyboard Q, gets it ready then 'C' brings the play Queue choice. (note pressing Q puts it in Queue, pressing 0 does nothing)
3) opening up movie info and clicking CE icon

On conclusion of the script, (-->| to the end of each video) the script is no longer running and the library is browse able, and plays any movie directly... CE can be re-initialized by the CE icon in the info panel. The troubling part is that going into settings again... and the default is again set at 2 features, I've double checked this action a number of times, and it always reverts to 2 features. I've updated to CE 1.0.27 (uninstalled and re-installed a few times) at this point the window no longer crashes.

All Music & Triva have been toggled off or Zeroed.

The script is running the second I get into the library off the homepage unlike the 'old way'. It looks like at one point I get 2 of everything when I run the script... from the info icon. http://tinypaste.com/d8bd38

temp disabled CE at this point.


- giftie - 2011-02-26

PatK Wrote:This behaviour started from the latest update, the prior version... 'the old way' seemed to work.

Yes, the script looks like it runs twice... I can assure you there is only one click. I have noted 3 ways this script runs.

1) enter the movie library and click on any movie CE runs. (past behavour was to exit)
2) Keyboard Q, gets it ready then 'C' brings the play Queue choice. (note pressing Q puts it in Queue, pressing 0 does nothing)
3) opening up movie info and clicking CE icon

On conclusion of the script, (-->| to the end of each video) the script is no longer running and the library is browse able, and plays any movie directly... CE can be re-initialized by the CE icon in the info panel. The troubling part is that going into settings again... and the default is again set at 2 features, I've double checked this action a number of times, and it always reverts to 2 features. I've updated to CE 1.0.27 (uninstalled and re-installed a few times) at this point the window no longer crashes.

All Music & Triva have been toggled off or Zeroed.

The script is running the second I get into the library off the homepage unlike the 'old way'. It looks like at one point I get 2 of everything when I run the script... from the info icon. http://tinypaste.com/d8bd38

temp disabled CE at this point.

I still see the script running twice:

Code:
10:20:07 T:4756 M:2261823488  NOTICE: [script.cinema.experience] - Script Name: Cinema Experience
10:20:07 T:4756 M:2261823488  NOTICE: [script.cinema.experience] - Script ID: script.cinema.experience
10:20:07 T:4756 M:2261823488  NOTICE: [script.cinema.experience] - Script Version: 1.0.27
10:20:07 T:4756 M:2261823488  NOTICE: [script.cinema.experience] - Autorefresh - Before Script: False
10:20:07 T:4756 M:2261823488  NOTICE: [script.cinema.experience] - Script Started With: movietitles

Code:
10:20:25 T:4500 M:2254430208  NOTICE: [script.cinema.experience] - Script Name: Cinema Experience
10:20:25 T:4500 M:2254430208  NOTICE: [script.cinema.experience] - Script ID: script.cinema.experience
10:20:25 T:4500 M:2254430208  NOTICE: [script.cinema.experience] - Script Version: 1.0.27
10:20:25 T:4500 M:2254430208  NOTICE: [script.cinema.experience] - Autorefresh - Before Script: False
10:20:25 T:4500 M:2254438400  NOTICE: [script.cinema.experience] - Video Playlist Cleared
10:20:25 T:4500 M:2254438400  NOTICE: [script.cinema.experience] - Music Playlist Cleared
10:20:25 T:4500 M:2254438400  NOTICE: [script.cinemaexperience] - Action(Queue,25)

the T:4756 and T:4500 are to different 'Threads'(or programs)

Are you starting the script from home with Runscript(script.cinema.experience,movietitles) then going to the info page and selecting the Cinema(the projector) button?

This is what it seems like...

The script was incorrectly setting the value for the Number Of Feature films.


- PatK - 2011-02-26

giftie Wrote:I still see the script running twice:

the T:4756 and T:4500 are to different 'Threads'(or programs)

Are you starting the script from home with Runscript(script.cinema.experience,movietitles) then going to the info page and selecting the Cinema(the projector) button?

This is what it seems like...

The script was incorrectly setting the value for the Number Of Feature films.
I don't initialize the script... I just enter the movies from home and click on a movie. I just goes... it re-sets to 2 features.

I'm getting into some bigger issues now. De-activating CE (or de-installing it) will no longer allow me to enter 'movies' from the home page (just no action when I click on the button). I've re-installed XBMC R10 again and CE again and it acts the same. De-activating locks me out of my movies library. I can get to them with file view. It's starting to look like a total re-install... maybe with a windows format.... fears are rising. Re installing CE makes the movie button active again.


- giftie - 2011-02-26

PatK Wrote:I don't initialize the script... I just enter the movies from home and click on a movie. I just goes... it re-sets to 2 features.

I'm getting into some bigger issues now. De-activating CE (or de-installing it) will no longer allow me to enter 'movies' from the home page (just no action when I click on the button). I've re-installed XBMC R10 again and CE again and it acts the same. De-activating locks me out of my movies library. I can get to them with file view. It's starting to look like a total re-install... maybe with a windows format.... fears are rising. Re installing CE makes the movie button active again.

What skin are you using?

Have you made any changes to your movie button in the skin?

When you had the script installed and selected your movies, did you have the CE notification on the screen?