Release CinemaVision: Create a Movie Theater Experience at Home - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release CinemaVision: Create a Movie Theater Experience at Home (/showthread.php?tid=231881) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - leejk - 2016-09-11 (2016-08-29, 16:54)CinemaVision-Scott Wrote:(2016-08-27, 01:26)leejk Wrote: Hi Scott, Hello, Sorry for the delay... I have a log but pastebin will not except it because it's too large apparently. Any alternative suggestions? In the global settings for the CV add-on I turned on the setting to ignore youtube trailers. Then started a movie using CV. Each trailer that played was a youtube trailer, and was a trailer for a movie in my library, so no new upcoming movie trailers were played. I can see in the log where it queued up 6 trailers, all of which were for a movie in my library, and 6 is the number of trailers I have set to play in the settings. In this instance tho it only played 3 of them before moving on to the sound intro. So that is a new issue. In another test, it grabbed a very low resolution trailer from youtube, even tho in the settings I have it set to 720p only. It really looks like CV is dead set on using youtube. Based on my settings, I'd expect it to play random trailers from the content folder CV looks at, random trailers from iTunes, then random trailers from the KODI db, skipping the youtube ones but playing the locally stored ones alongside the movies. For me the is not happening at all with the dev version. thx RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Schiffschaukel - 2016-09-13 Hello, Does CV also work for tv-shows? i only could manage it to play one episode. which settings lead me to play a whole season within CV? cheers, Schiffschaukel RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - georgetgonzales - 2016-09-13 Download the latest stable release from the Kodi Add-on Repository. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - gezeebeezee - 2016-09-15 (2016-08-19, 21:08)CinemaVision-Scott Wrote:(2016-08-16, 02:48)gezeebeezee Wrote: I am currently running Jarvis 16.1 on a MacBook Pro 2011 but the crash still occurs randomly. Also, I tested the same setup on my Amazon Fire TV but have not experienced a crash. Any ideas? Hey Scott! Long overdue...I've been super busy with grad school and honestly forgot about this for a while. I finally got around to it and was able to recreate the issue. Kodi crashed entirely so I'm posting both kodi.log and kodi.old.log. I'm not entirely sure which one shows the crash but if it helps at all, the movie I chose prior to the crash was "500 Days of Summer". Here are the logs: kodi.old.log: http://pastebin.com/MpiKraNm kodi.log: http://pastebin.com/T665Zjkv I hope this helps! Thanks again! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2016-09-20 (2016-09-15, 12:09)gezeebeezee Wrote: Hey Scott! No worries at all. Clearly, it's a full moon, because I'm just now getting back in the swing of things. So I see two errors in your log. The first being that it thinks your database is locked and can't open it for reading: Code: Support/Kodi/addons/script.cinemavision/lib/cinemavision/included_packages/peewee/peewee.py", line 3152, in execute_sql We'll revisit that after we fix the second error, which likely causes the crash. There was a bug in the iTunes scraper that we fixed in the most recent development version, 1.0.12a1. Install that version, and hit me with another log file if you still see issues. Lets weed out the low-hanging fruit so we can see what the real issue is. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Skank - 2016-09-23 Hey mate. Quick question. I know hue lamp scenes are supported with the addon, bui think they are quite expensive. So im looking for alternative... That alternative is kaku www.klikaanklikuit.nl When using a lightmanager mini from jbl , i could turn on my lights using a harmony by prssing a button.. I could do this when i launch a movie in kodi and when i press stop.. Or pause.. Can this somehow then fit in cinemavision? RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2016-09-23 (2016-09-23, 19:02)Skank Wrote: Hey mate. Hey hey! So, we don't just support Hue. We can interact with anything that can be controlled via HTTP REST API, Python or shell scripting, command line, etc. As long as those lights (or their bridge device that controls them) accepts that kind of input, you're good to go. All we need to figure out is where we can get the API documentation so we have examples of how to control their hardware. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Skank - 2016-09-25 Mm it can only be controlled by harmony.. Lights go on when pressing play or pause, go out when clicking stop. This works in kodi but not with cinema vision addon, unless i can somehow put this into the scene? RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - gezeebeezee - 2016-09-28 (2016-09-20, 23:30)CinemaVision-Scott Wrote:(2016-09-15, 12:09)gezeebeezee Wrote: Hey Scott! Hey again Scott! Updated to CinemaVision 1.0.12a1 as suggested but still experiencing the crash at the same spot (right when feature should play). Here's the new log with the crash: http://pastebin.com/M4041g0u Thanks for all your help! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2016-09-30 (2016-09-25, 18:10)Skank Wrote: Mm it can only be controlled by harmony.. I'm honestly not sure. If there's an API we can use you can conrol it directly from the sequence. I'm assuming the lights are all on the network, but I dont know what can be used to control them, which is where you come in. Is the Harmony using RF to control the lights, or does it connect to them over the network? (2016-09-28, 10:24)gezeebeezee Wrote: Hey again Scott! Added to our bug/features list. Rumor has it, our developer is about to wrap up the project he's been consumed with so it shouldn't be long before we can start to work. I'll run this by him the next time we talk. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - leejk - 2016-10-02 Hi, Did the trailer/Youtube bug I reported make the list? In general, the whole trailers thing needs a rework IMHO. It just doesn't behave the way I set it up in the settings. It seems like the current dev version is most broken in this area. I think earlier builds were much better. Here are some examples: - For trailer content if KODI is enabled and ignore YouTube videos is checked, every trailer played is a YouTube video. - If KODI content for trailers is turned off completely, and match genre is turned on, it plays the same trailers for every movie, from iTunes. - If match genre is turned off for trailers, then it plays all iTunes trailers that are mostly no name movies. It never plays a trailer for upcoming movies in theaters. - I have the number of trailers set to play at 6, but it never plays that many. Sometimes, 4, sometimes 5. - It never plays trailers I have stored in the CV content folder. This definitely used to work in earlier builds. Anyways, hope this can be improved because having nice trailers is key to having a nice theater experience. Thx RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2016-10-02 (2016-10-02, 00:41)leejk Wrote: Hi, In addition to all that you listed here, which is on the list of reported bugs and new features for the next round of development, we also have plans to add several more scrapers and the ability to download trailers in the background to the CV content folder. There will be tons of enhancements to the trailers module, because we agree with you. Trailers are a huge part of the whole experience. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - RamboUnchained - 2016-10-03 Finally got my theater set up, but for the life of me, I can't get CV to work if Apple Trailers is my content source for trailers: Code: 12:27:06 T:9472 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2016-10-03 (2016-10-03, 19:32)RamboUnchained Wrote: Finally got my theater set up, but for the life of me, I can't get CV to work if Apple Trailers is my content source for trailers: Hey hey! This is the result of a bug in the iTunes scraper. We've fixed it in 1.0.12, but that hasn't been completed yet, so you have to download the development release from the website. Install that, and you should be good. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - RamboUnchained - 2016-10-03 I've agreed to the terms, but I can't DL the file. EDIT: It's downloading now. Just took a while to connect to the DL mirror I suppose. Edit 2: ALL FIXED! Thanks you! |