Nuka1195 Wrote:the setting under misc, is to run a script for home automation stuff.
Ok, I *love* this script but I can't seem to get it to run my X10 "lights off" python script. This script runs from the commandline if I use "python HTE_Lights_OFF.py", but if I simply select it inside the HCE "Misc" section, it doesn't work...
Here's the HTE_Lights_OFF.py script contents:
PHP Code:
import urllib
urllib.urlopen("http://172.16.17.55:8086/?x10command=DEVICE~sendplc~%22A2%20OFF%22").close()
urllib.urlopen("http://172.16.17.55:8086/?x10command=DEVICE~sendplc~%22A3%20OFF%22").close()
urllib.urlopen("http://172.16.17.55:8086/?x10command=DEVICE~sendplc~%22A1%20OFF%22").close()
Here's my XBMC Log output, if it helps...
PHP Code:
22:43:16 T:3356 M:1549750272 NOTICE: -->Python Interpreter Initialized<--
22:43:16 T:3356 M:1548701696 NOTICE: [script.cinemaexperience] - ** Required XBMC Revision: r34000 **
22:43:16 T:3356 M:1548701696 NOTICE: [script.cinemaexperience] - ** Found XBMC Revision: r0 [Unknown] **
22:43:16 T:3356 M:1497972736 NOTICE: [script.cinemaexperience] - _get_queued_video_info()
22:43:16 T:3356 M:1497538560 NOTICE: [script.cinemaexperience] - Action(Queue,25)
22:43:16 T:3356 M:1552498688 NOTICE: [script.cinemaexperience] - SQL: SELECT movie.c12, movie.c14, streamdetails.strAudioCodec FROM movie, streamdetails WHERE movie.idFile=streamdetails.idFile AND streamdetails.iStreamType=1 AND c00='''Burbs, The' LIMIT 1
22:43:16 T:3356 M:1551384576 NOTICE: [script.cinemaexperience] - Queued Movie Information
22:43:16 T:3356 M:1551364096 NOTICE: [script.cinemaexperience] ----------------------------------------------------------------------
22:43:16 T:3356 M:1551364096 NOTICE: [script.cinemaexperience] - Title: 'Burbs, The
22:43:16 T:3356 M:1551388672 NOTICE: [script.cinemaexperience] - Path: The 'Burbs (1989)
22:43:16 T:3356 M:1551495168 NOTICE: [script.cinemaexperience] - Genre: Comedy / Horror / Thriller
22:43:16 T:3356 M:1551495168 NOTICE: [script.cinemaexperience] - MPAA: NR
22:43:16 T:3356 M:1551495168 NOTICE: [script.cinemaexperience] - Audio: mp3
22:43:16 T:3356 M:1548902400 NOTICE: [script.cinemaexperience] - Folder: C:\XBMC_HTE\Videos\Audio\Other\
22:43:16 T:3356 M:1548857344 NOTICE: [script.cinemaexperience] ----------------------------------------------------------------------
22:43:16 T:3356 M:1540730880 NOTICE: C:\XBMC_HTE\Videos\Audio\Other\THX Cavalcade (5.1).avi
22:43:16 T:3356 M:1540730880 NOTICE: 93a54235.tbn
22:43:16 T:3356 M:1527062528 NOTICE: C:\XBMC_HTE\Videos\Feature Presentation Intros\Our Feature Presentation (2).mp4
22:43:16 T:3356 M:1526976512 NOTICE: c9990faa.tbn
22:43:16 T:3356 M:1516572672 NOTICE: [script.cinemaexperience] - Trailer Count: 3
22:43:16 T:3356 M:1511038976 NOTICE: Apple Movie Trailers Newest trailers scraper
22:43:16 T:3356 M:1518313472 NOTICE: http://trailers.apple.com/trailers/sony_pictures/theroommate/images/poster-xlarge.jpg?|User-Agent=QuickTime%2F7.2+%28qtver%3D7.2%3Bos%3DWindows+NT+5.1Service+Pack+3%29
22:43:16 T:3356 M:1518272512 NOTICE: dd420ed6.tbn
22:43:16 T:3356 M:1515319296 NOTICE: http://trailers.apple.com/trailers/disney/marsneedsmoms/images/poster-xlarge.jpg?|User-Agent=QuickTime%2F7.2+%28qtver%3D7.2%3Bos%3DWindows+NT+5.1Service+Pack+3%29
22:43:16 T:3356 M:1515319296 NOTICE: a41b91ce.tbn
22:43:16 T:3356 M:1511391232 NOTICE: C:\XBMC_HTE\Videos\Coming Attractions Intros\Previews Of Coming Attractions.mp4
22:43:16 T:3356 M:1511288832 NOTICE: 8eff7320.tbn
22:43:16 T:3356 M:1502683136 NOTICE: C:\XBMC_HTE\Videos\OurTheatre\MarentetteTheatre.avi
22:43:16 T:3356 M:1502666752 NOTICE: f0a2649f.tbn
22:43:16 T:3356 M:1498185728 NOTICE: MPAA
22:43:16 T:3356 M:1495285760 NOTICE: NR
22:43:17 T:3356 M:1469394944 NOTICE: current volume: 62
22:43:17 T:3356 M:1471406080 NOTICE: [script.cinemaexperience] - Sorting Watched/Unwatched and Shuffing Slides
22:43:17 T:3356 M:1471070208 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1471041536 NOTICE: included - q181q.JPG, , q181a.JPG
22:43:17 T:3356 M:1471033344 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1471021056 NOTICE: included - , , ToyStory2-01.jpg
22:43:17 T:3356 M:1471012864 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470992384 NOTICE: included - q98q.JPG, , q98a.JPG
22:43:17 T:3356 M:1470951424 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470926848 NOTICE: included - q85q.jpg, , q85a.jpg
22:43:17 T:3356 M:1470898176 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470881792 NOTICE: included - , , ToyStory1-15.jpg
22:43:17 T:3356 M:1470857216 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470836736 NOTICE: included - q78q.jpg, , q78a.jpg
22:43:17 T:3356 M:1470816256 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470791680 NOTICE: included - , , PixarTheCompany03.jpg
22:43:17 T:3356 M:1470763008 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470738432 NOTICE: included - , , Slide153.JPG
22:43:17 T:3356 M:1470713856 NOTICE: ------------------Unwatched-------------------------
22:43:17 T:3356 M:1470689280 NOTICE: included - q30q.jpg, , q30a.jpg
22:43:17 T:3356 M:1470664704 NOTICE: ------------------Unwatched-------------------------
--- ETC ETC, LOTS OF SLIDES :) ----
22:43:17 T:3356 M:1456779264 NOTICE: [script.cinemaexperience] - total slides selected: 938
22:43:18 T:3356 M:1472217088 NOTICE: [script.cinemaexperience] - ## Intro ##
22:43:18 T:3356 M:1473277952 NOTICE: ## Starting Trivia Music
22:43:18 T:3356 M:1473224704 NOTICE: trivia music: false
22:44:17 T:4796 M:1675378688 NOTICE: [script.cinemaexperience] - ## Outro ##
22:44:17 T:4928 M:1677901824 NOTICE: DVDPlayer: Opening: C:\XBMC_HTE\Videos\OurTheatre\MarentetteTheatre.avi
22:44:19 T:4928 M:1613697024 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Tophicles\AppData\Roaming\XBMC\addons\script.cinema.experience
Any suggestions?
The only other request would be a home automation script in more than one spot. For example, I have the main lights in the room and also some overhead "cove" lights that I'd like to stay on until the "Feature Presentation" video starts. In short, I would like to see:
1) Main lights off at beginning of HCE script.
- this is working now, not by the MISC setting, but by hacking the skin's XML file to RunScript
2) Overhead lights off at "Feature Presentation" intro video.
- like I said, may have to be hacked into the plugin's code, but I'm not sure where or how, haha!
Is this possible? I think it would have to be hacked into the main python file for the script.cinemaexperience (maybe?) but I'm not sure where to put it...
Thanks so much for all your work, it's greatly appreciated!