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
  • 184
  • 185
  • 186(current)
  • 187
  • 188
  • 285
[RELEASE] Cinema Experience - the new Home Theater Experience Script
(2013-02-12, 06:17)deletedpenguin Wrote: Thanks RagnaroktA!

+1
MY CURRENT MEDIA PLAYER
INTEL DN2820FYKH NUC 2D/3D WINDOWS
ACER HD9500BD / MARANTZ SR7009 ATMOS 7.1.4

Reply
You guys are very welcome. Personally, I use the Aeon Nox 4 skin - which is why the colors are blue and purple. I think they look really good with the default color scheme. Can't wait for the full release of CE. I'm really impressed with it so far. I think all it's really missing is the ability to do studio videos. I'd also like to see a popup when a movie is queued up that will show you what's in the queue (if anything is queued already).

Again, if anyone has any ideas for improvements, let me know and I'll try to put them to paper.
Image
Create a Movie Theater Experience at Home
Trivia Slides, Video Bumpers, Ratings Bumpers, Audio Format Bumpers and more...

CinemaVision | CinemaVision Launcher | CinemaVision Service | CinemaVision Content
Reply
Thank you, I like the videos a lot and I am going to put them in. I haven't been able to get at the AE files though, my unzip-fu can't match however you zipped those up. The .zip reports as corrupt and I don't know how to get the other two numbered ones. Tried Win 7 native tool, Powerdesk tool, and 7zip.

I think that some cool mods could be done to the roller coaster video using compositing. Some might be easy, like overlaying the green text with something mentioning XMBC. I think even the signs that are flying around could be replaced, but like you I only have used AE a little bit so I doubt if I could do it.
Reply
(2013-02-12, 17:32)RagnaroktA Wrote: You guys are very welcome. Personally, I use the Aeon Nox 4 skin - which is why the colors are blue and purple. I think they look really good with the default color scheme. Can't wait for the full release of CE. I'm really impressed with it so far. I think all it's really missing is the ability to do studio videos. I'd also like to see a popup when a movie is queued up that will show you what's in the queue (if anything is queued already).

Again, if anyone has any ideas for improvements, let me know and I'll try to put them to paper.

I like your queue idea.

It would be a nice touch if when pause is press it launched an intermission video. Some mechanism to interrupt the intermission video to resume that main video.
HTPC: Dell Optiplex 7050 SFF i7-7700 quad-core, 3.6GHz, 16GB
NAS: Synology DS1813+ and DX513, Hybrid RAID (SHR) 48TB usable space
My Media Center | www.CaptainKen.us | www.YouTube.com/KenInGilbert
Reply
(2013-02-12, 18:57)xsvtoys Wrote: Thank you, I like the videos a lot and I am going to put them in. I haven't been able to get at the AE files though, my unzip-fu can't match however you zipped those up. The .zip reports as corrupt and I don't know how to get the other two numbered ones. Tried Win 7 native tool, Powerdesk tool, and 7zip.

I think that some cool mods could be done to the roller coaster video using compositing. Some might be easy, like overlaying the green text with something mentioning XMBC. I think even the signs that are flying around could be replaced, but like you I only have used AE a little bit so I doubt if I could do it.

Well damn. I zipped it with the latest WinZip as a split zip file. Perhaps I should try a free tool huh? I'll see if I can re-zip them in 7z or WinRar tonight, and edit the posts to include the new link. I'm also debating creating slideshows that look similar to the styling of Aeon Nox 4, but I'm lazy and need to find a way to script the creation of the slides from a spreadsheet before I delve into that.




EDIT: I've uploaded the files in .rar format. It's a split file. You can download WinRAR here.
Image
Create a Movie Theater Experience at Home
Trivia Slides, Video Bumpers, Ratings Bumpers, Audio Format Bumpers and more...

CinemaVision | CinemaVision Launcher | CinemaVision Service | CinemaVision Content
Reply
So I just thought of another idea, and decided to dedicate a post to things I'd like to see in future releases.
  • Play studio intro videos for the feature presentation
  • Pop up a window when a movie is queued that will show you what's in the queue (if anything is queued already)
  • Detect if the feature presentation is 3D, and show an into video for 3D movies (i.e. "Please put on your 3D glasses now")
Image
Create a Movie Theater Experience at Home
Trivia Slides, Video Bumpers, Ratings Bumpers, Audio Format Bumpers and more...

CinemaVision | CinemaVision Launcher | CinemaVision Service | CinemaVision Content
Reply
(2013-02-04, 21:52)DigitalAnvil Wrote:
(2013-02-03, 02:14)moravec Wrote: Hello Giftie

Could you please check the random file select part in CE. I have the impression, that it is not really random. I have often the same file played - this for audio, countdown.

I just started CE three times in a row and the audio file was the same everytime - even there are about six files in the folder...


christian

I seem to be experiencing the same issue. I have a few files in my Audio->Dolby folder. Most of the time, it plays the same file, rather than being random (from time to time it will play a different one but most of the time, its as if the script chose one favorite one and sticks with it... )

Hello Giftie
Yesterday we watched two movies and both times the same audio files was played. It really seems that CE has its favorite - it is nearly always this file - as 'DigitalAnvil' also is experiences this. Will you check the random part in CE too?
Reply
Good news, my Context Item Addon PR is now nearly ready, so I tried it on your Cinema Experience script and it was very easy to get to work Wink

just add:

Code:
<extension point="xbmc.context" label="32931" library="addon.py" visible="Container.Content(movies)"> </extension>
to your addon.xml and:

Code:
<!-- Context Menu label -->
    <string id="32931">Enjoy the Cinema Experience</string>
to your strings.xml and you're ready to go Wink

One minor bug thought, if you choose "Enjoy the Cinema Experience" via Context menu and navigate up or down quickly, it plays the wrong Movie at the end Wink In order to fix that, just check if "sys.item" is set (will be set when starting via context menu) and use that info. Couldn't find where the magic happens, so I leave that up to you
Reply
Are you guys seeing the movie_pause and movie_resume events for the HA in eventghost?
Reply
(2013-02-12, 19:26)RagnaroktA Wrote:
(2013-02-12, 18:57)xsvtoys Wrote: Thank you, I like the videos a lot and I am going to put them in. I haven't been able to get at the AE files though, my unzip-fu can't match however you zipped those up. The .zip reports as corrupt and I don't know how to get the other two numbered ones. Tried Win 7 native tool, Powerdesk tool, and 7zip.

I think that some cool mods could be done to the roller coaster video using compositing. Some might be easy, like overlaying the green text with something mentioning XMBC. I think even the signs that are flying around could be replaced, but like you I only have used AE a little bit so I doubt if I could do it.

Well damn. I zipped it with the latest WinZip as a split zip file. Perhaps I should try a free tool huh? I'll see if I can re-zip them in 7z or WinRar tonight, and edit the posts to include the new link. I'm also debating creating slideshows that look similar to the styling of Aeon Nox 4, but I'm lazy and need to find a way to script the creation of the slides from a spreadsheet before I delve into that.




EDIT: I've uploaded the files in .rar format. It's a split file. You can download WinRAR here.

Thanks! Got it all with WinRAR. Still working through it though, I need to find some time to play with AE.
Reply
I am a noobie, just started tinkering with Cinema Experience. Let me first say that it is pretty darn awesome!! I have been impressed so far. After much frustration, I have finally got most everything to roll perfectly. I have trivia slides with background music that will play for five minutes, then roll into a few intros, followed by movie trailers and finally the curtain opening. However, once I get there, it goes back to my movie selection screen. The movie will not play in cinema mode. I use Back Row skin; I have a FreeNAS with all my movies on it (about 3000 titles, with 1 TB of TV shows). I recently discovered Media Center Master and am currently running that, sifting through all the movies and are being renamed, tagged,etc. Will this fix the problem do you think?? I haven't received any error messages when the intro is finished running, just goes back to the beginning to select another movie.

Thanks! XBMC is awesome!!!!!
Reply
(2013-02-15, 18:43)drchris33 Wrote: I haven't received any error messages when the intro is finished running, just goes back to the beginning to select another movie.
Thanks! XBMC is awesome!!!!!

You are going to need to post a log file. Without it, everyone is just guessing at the problem.
Take Care
Reply
Ok, not to be stupid, but I'm not sure how to do that. I haven't ever seen an error message, so I didn't know where to pull the log file from. I will try it again tonight and see if I can figure it out. Thanks
Reply
(2013-02-17, 05:05)drchris33 Wrote: Ok, not to be stupid, but I'm not sure how to do that. I haven't ever seen an error message, so I didn't know where to pull the log file from. I will try it again tonight and see if I can figure it out. Thanks

You can read the third message in this thread or XBMC's forum rules regarding posting about bugs. Most of all, make sure you are using the latest version for your version of XBMC.
Reply
(2013-02-09, 12:46)deathbringer Wrote: Hello,

been playing around with this addon for some days now and it seems to be pretty cool. But I'm having some difficulties, don't know if I'm just not setting it up in the correct way or if this are some bugs.

- DTS-HD High Resolution Audio doesn't seem to get recognized, I copied the trailers from DTSHD-MA to a new folder DTSHD-HRA, but no trailer gets played

- almost all of my movies have 2 audio streams (english and german), on some of those files those 2 streams have different audio codecs, e.g. english is in DTS-HD Master Audio and german only in DTS. If I change the selected language for that movie, the audio trailer does not change, so for that movie there's always either the DTS or the DTS-HD Master Audio played, no matter which audio stream is chosen for that movie. (I'm still searching for a possibility to choose the audio and subtitle stream before playback of the movie starts, this would really boost the cinema-like experience of XBMC for me)

- when selecting a movie to be played in cinema mode, the view always changes to the next movie. I'm using the newest Aeon Nox skin with the big fan view.

I'm also looking for the correct way to organize my local movie trailers. Currently I'm just having trailers accompanying my movies in the same directory with the postfix -trailer in the filename, so the local movie trailer gets played when I choose to watch the trailer for a movie. But for Cinema Experience I would like to also have trailers for movies I do not have in my library yet. How do I set that up correctly, so that trailers get played in Cinema Experience according to the genre of the movie I select?

Any help would be greatly appreciated.

I've been wondering the same about trailers for movies I've not got yet, is it just as simple as putting a movie in the directory without the movie for now?

I.e. X:\Movie (2013)\Movie (2013)-trailer

I.e. the only file in the folder is the trailer?

I tried this once or twice but seeing as there were 500+ trailers with other movies they were never picked up, so it's a bit of a guess.
Reply
  • 1
  • 184
  • 185
  • 186(current)
  • 187
  • 188
  • 285

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