Poll: Most Desired Feature To Be Added
You do not have permission to vote in this poll.
Other Movie Ratings
5.45%
Download Movie Trailers
28.04%
Home Automation scripting
24.22%
Other Movie Streaming Location
9.04%
Trivia Intro Fixed
11.24%
Cartoon Video Option
14.72%
More Videos for before Feature(s) - Specify how many
7.30%
Total
863 vote(s)
100%
* You voted for this item.

  • 1
  • 180
  • 181
  • 182(current)
  • 183
  • 184
  • 285
[RELEASE] Cinema Experience - the new Home Theater Experience Script
self.broadcastUDP("eventname&&extrainfo")

def broadcastUDP(self,data):
IPADDR = '255.255.255.255'
PORTNUM = 33000
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
s.connect((IPADDR, PORTNUM))
s.send(data)
s.close()
Image
VoxCommando.com
Reply
Yes! Looking forward to CE for Frodo very much! Thanks for your work on this project.
Reply
I keep all my media on my NAS and naturally want to keep my CE stuff on there as well. When setting it up, I was unable to point to the new share I have created specifically for this script.

The script will show me all of the current folders/paths that I currently use with my media and local drives on the pc that I'm currently on. (The only make do solution that I'm using currently is that I have created a mapped drive to the main CE content directory to make it work). I also tried adding the folder that is on my NAS in mediasource.xml (under files section) but even that did not resolve the issue.

Does everyone just keep everything locally on their machine and/or create a mapped drive? Or did I completely miss a step to set it up correctly (I'd rather not create mapped drives if I can avoid them)?
Reply
giftie, thanks heaps for working on this. It's really quite impressive.

As a side note, is it possible to set "Cinema" as the default play functionality for movies? I'd love for this to become the standard way we play movies, rather than having to go into the info screen and scrolling to Cinema.

Reply
(2013-01-25, 21:03)DigitalAnvil Wrote: I keep all my media on my NAS and naturally want to keep my CE stuff on there as well. When setting it up, I was unable to point to the new share I have created specifically for this script.

The script will show me all of the current folders/paths that I currently use with my media and local drives on the pc that I'm currently on. (The only make do solution that I'm using currently is that I have created a mapped drive to the main CE content directory to make it work). I also tried adding the folder that is on my NAS in mediasource.xml (under files section) but even that did not resolve the issue.

Does everyone just keep everything locally on their machine and/or create a mapped drive? Or did I completely miss a step to set it up correctly (I'd rather not create mapped drives if I can avoid them)?

For the script's settings to see the shared files/folders you need to add the source in the Filemanger in XBMC.

I personally keep my Cinema Experience files on a local drive to prevent any buffering(though fast networks shouldn't have too much buffering)


(2013-01-25, 23:43)deletedpenguin Wrote: giftie, thanks heaps for working on this. It's really quite impressive.

As a side note, is it possible to set "Cinema" as the default play functionality for movies? I'd love for this to become the standard way we play movies, rather than having to go into the info screen and scrolling to Cinema.

You can modify the key map file for XBMC. Though this creates a problem as it will try to run Cinema Experience in any of the Video section, not just the Movie Library.
Reply
(2013-01-25, 23:44)giftie Wrote: You can modify the key map file for XBMC. Though this creates a problem as it will try to run Cinema Experience in any of the Video section, not just the Movie Library.

Hmm, good point. I don't think I'd want to do that. I'll keep it as is. Thanks for the quick response!

Reply
hey guys asked this before but ill try again. I was wondering if when cinema exp is working properly does it transition from the trailer to the movie or is it suposed to take me back to the poster screen again?

Brad
Reply
Hi giftie, just had chance to try this but everytime i launch it just hangs XBMC? using hybrid skin but also tried others with same results log below cheers

pastebin log
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
Thank you very much.

Installed in Frodo and it's working fine.
Reply
(2013-01-26, 16:49)wints Wrote: Hi giftie, just had chance to try this but everytime i launch it just hangs XBMC? using hybrid skin but also tried others with same results log below cheers

pastebin log

That log does not show any signs of the script being started.

How are you trying to start the script?
Reply
Hi giftie i'm trying to launch it via This option in hybrid skin

9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
trying to launch CI in new frodo test and am getting a python script error. I would definetly be appreciative if you could help troubleshoot the issue. I have enclosed the debug log for your convienance.

http://xbmclogs.com/show.php?id=30654
Reply
(2013-01-27, 18:07)armymanbrad Wrote: trying to launch CI in new frodo test and am getting a python script error. I would definetly be appreciative if you could help troubleshoot the issue. I have enclosed the debug log for your convienance.

http://xbmclogs.com/show.php?id=30654

Make sure you install the Frodo version from the first page
Reply
(2013-01-27, 12:53)wints Wrote: Hi giftie i'm trying to launch it via This option in hybrid skin

Sets Item <onclick> to
Code:
RunScript(script.cinema.experience,movietitles)
Noli illegitimi carborundum


Reply
Hi

I'm trying to use the new broadcast code posted for broadcasting events to eventghost;

self.broadcastUDP("eventname&&extrainfo")

def broadcastUDP(self,data):
IPADDR = '255.255.255.255'
PORTNUM = 33000
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
s.connect((IPADDR, PORTNUM))
s.send(data)
s.close()

But I cant make it work. Can someone perhaps make a home_automation.py with the code implanted? It would have been great helpSmile!
Reply
  • 1
  • 180
  • 181
  • 182(current)
  • 183
  • 184
  • 285

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Cinema Experience - the new Home Theater Experience Script24