About Us
CinemaVision began in 2014 as a collaboration to create content for use with your home theater, offering movie trivia slides and video bumpers. It has since grown to be THE PREMIER WAY to create and customize your preshow experience. Download the CinemaVision add-on for Kodi today from the official Kodi repository, and easily create a sequence of trivia, videos, trailers, home automation triggers and more that will bring the experience of a movie theater straight to your screen!
I don't understand why this is happening, but I have downloaded a 4k Christmas video from this site, when i try to launch a movie it throws an error and says check the logs.....the weird part, is that other (non-4k) video files work. Why would this happen?
Here is what i see in the Kodi.log file after running the video
4k video files selected
Showing all criteria set to ANY
Plays just fine inside the CV add-on
selecting cv from a movie menu
Throws an error upon playing
I see this information at line 227 in "Sequence.py" but i have no idea what it means, i don't speak py
@classmethod
def load(cls, path):
with util.vfs.File(path, 'r') as f:
dstring = f.read().decode('utf-8')
if not dstring:
raise exceptions.EmptySequenceFileException()
obj = cls(dstring, path_name=re.split(r'[/\\]', path)[-1][:-6])
Edited by shredderobj._loadPath = path
return obj
Share this post
Link to post
Share on other sites