2015-11-06, 17:53
(2015-11-04, 23:48)Dalton63841 Wrote: The only thing that actually comes to mind, and this is probably just do to my slowish internet connection, is that with trailers, when each one starts, it pauses for like 1 second and then plays. The side effect being the pause symbol throwing itself on the screen and then disappearing, much like the busy symbol(which I suppressed using the line of code given here). Other than that, for my extremely normal use case, it works great.
We do plan to add an option to download trailers in the background, we just didn't get it in for the initial release. We do have code for skinners to use to suppress the busy dialog and pop-ups. Some currently use that code, but some don't. You might also be able to add it yourself to your skin.
(2015-11-05, 14:57)HomeTheatreGuru Wrote: Audio bumpers still not working for me : (
Literally everything else is! I have re-downloaded the audio files from your website, Scott. Log says "file unplayable" as per previous post. No idea why this is. When I manually select the file it plays flawlessly.
Can I talk you into posting a log after reproducing the issue with Audio Format Bumpers?
(2015-11-05, 23:31)Warner306 Wrote: I am getting an error dialog in between each bumper:
Playlist
Can't find a next item to play.
All of the videos play as intended but this dialog interrupts the sequence.
Full log here: http://xbmclogs.com/p7caflu2v.
Errors like this show up in the log:
15:20:39 T:6572 ERROR: Playlist Player: skipping unplayable item: 2, path [C:\Users\Administrator\AppData\Roaming\Kodi\addons\script.cinemavision\resources\videos\script.cinemavision.dummy_NEXT.mpeg]
(2015-11-06, 09:10)wints Wrote: Hi Warner, your not using DSPlayer are you? as far has I know it don't work with it I tried it and reported the problem but was told it needed to be solved aracnoz
wints is exactly right. The issue you're seeing is DSPlayer. We wrote CinemaVision for DVDPlayer, and will only add support for whatever player Kodi moves to in the future. We can't maintain several branches of the add-on, so unless the team behind DSPlayer modifies their player there's not much we can do.
(2015-11-06, 10:35)kemuri Wrote: Hi wints, thanks for the quick reply. Yes, i have installed CV, i use Kodi 15.2 on my laptop and Helix on my PI B 512. I'm not sure if my PI can handle the addon working smoothly. Anyway, I'd like to use it on my laptop. I have set the content path as described in the first post. I'd like to stream the trailers and I have downloaded some intro videos (DTS-HD and TRUEHD). As I wrote before I'd like only one of theese videos and about two or three trailers streamed when I start a movie, thats all. To be honest i'm a little confused with the sequence setup. It's like in japanese for me. Sorry for my english. Thanks!
The Pi 2 can handle CinemaVision but it does hiccup a bit on the slide transitions during trivia. If you see that behavior, you can just disable transitions. I'm currently putting together videos for different things, and sequences will be one of them. What it sounds like you want to do should be incredibly simple.
- Create a New Sequence using the Sequence Editor
- Add a Trailer Module, and edit it to show 2 or 3 trailers
- Add an Audio Bumpers Module
- Add a Feature Module
- Add a Command Module, and edit it to skip forward to the Video Bumper Module at the end if the feature queue is empty
- Copy the Trailer Module from earlier to this spot in the sequence
- Copy the Audio Bumpers Module from earlier to this spot in the sequence
- Copy the Feature Module from earlier to this spot in the sequence
- Add a Command Module, and edit it to skip backward to the copied Trailer Module if the feature queue is full
- Add a Video Bumper Module, and set the type to Theater Outro
(2015-11-06, 12:30)sammy08 Wrote: CV 's not working with Pulsar? will it work in future?
CinemaVision relies too heavily on the data stored in the Kodi database, and won't currently work with any streaming features. We have that on the roadmap, but we're not even sure it's possible to support streaming features yet.