Decorum for the Forum:
  • Be nice. If you want to be mean, try Reddit.
  • No Piracy. If you want to be a thief, there are dark places on the internet dedicated to that.
  • No Cracking. Discussions on AnyDVD, DeUHD, DVDFab, UHDKeys and similar tools are not permitted here.
  • No Spamming. If you want to make a buck, work smarter... somewhere else.
  • No Adult Content. Half the internet is dedicated to adult content. This half isn't.

Privacy Policy: Click Here to Review (updated September 30, 2020)

Search found 257 matches

by Manni
Thu Nov 09, 2023 5:09 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Looks great, thanks, I’ll test ASAP and will report back.
by Manni
Thu Nov 09, 2023 1:48 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Don't forget that one of my ideas is to have CMC query JRMC to detect if the movie is playing, and only issue the command then. In this case, having the batch file or JVCControl manage time delays is counter-productive. CMC would need to be in control. Now, if that doesn't pan out, then the time de...
by Manni
Thu Nov 09, 2023 1:22 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Further to my last two posts, re the rogue A/R, I didn't know it was even possible. If that's the case, of course your logic is an improvement.
by Manni
Thu Nov 09, 2023 1:19 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Further to the above, I just saw in the jvccontrol.exe that there is already a sleep command: ------------ Other commands: Adding sleep xx to the end of your command line will cause the command to be delayed by xx seconds before running. Remember JVC Control is a windows program so it will return c...
by Manni
Thu Nov 09, 2023 1:01 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Ok, sorry for the late reply, busy day here... First, re the variable A/R titles, this is a known issue. It's handled by madVR/Envy/Lumagen by selecting a fixed A/R that doesn't lose any content (you have other options) when they detect frequent A/R changes in the same title. This only works for ins...
by Manni
Thu Nov 09, 2023 9:39 am
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

I've emailed the PDFs to you.

Further to the posts above, if you're familiar with python you could take a look at the source in some of the modules for this excellent utility that controls the JVCs, especially the jvc_network and the jvc_protocol ones.

https://github.com/arvehj/jvcprojectortools
by Manni
Thu Nov 09, 2023 9:31 am
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Also if you wanted to go the batch files way, the lens memory / installation mode commands are implemented in the utility, so it's very easy, no need to work out the RAW commands: D8 Installation MODE1 - Change of "Installation mode" or "lens memory" to 1 D9 Installation MODE2 - ...
by Manni
Thu Nov 09, 2023 9:25 am
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

You're very welcome :) Yes, it can be an issue to change the A/R before the film itself starts, but there isn't much we can do about this. It's more of an issue if you have a scope screen (with or without an anamorphic lens), as you can end up with a large part of the interface masked/cropped, but i...
by Manni
Thu Nov 09, 2023 4:27 am
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

Sorry, I thought you were more familiar with projector IP control. I've answered many of your questions in my previous posts, but you might have missed the info. Let's recap/clarify: - There is no universal IP control for projectors. Each brand has its own protocol, and each model/family can have sp...
by Manni
Wed Nov 08, 2023 1:32 pm
Forum: Chameleon MediaCenter (CMC) Roadmap & Feature Requests
Topic: Custom IP control command according to aspect ratio
Replies: 25
Views: 10744

Re: Custom IP control command according to aspect ratio

There is nothing in the batch file, it's trivial, it would be something like this: REM Use: JVC [A/R] @echo off GOTO %1 :AR178 RUN c:\video\jvccontrol.exe Raw:[command for installation mode 1.78] GOTO END :AR240 RUN c:\video\jvccontrol.exe Raw:[command for installation mode 2.40] GOTO END :AR235 RUN...