Decorum for the Forum:
Privacy Policy: Click Here to Review (updated September 30, 2020)
- 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)
[Fixed in v3.2] Black band issue at the top of CMC
Re: [Retest in v3.2] Black band issue at the top of CMC
Hi Manni,
I know it's been a month, but I'm still wondering if v3.2 fixed this issue for you. I'd like to mark it closed.
Thanks,
Paul
I know it's been a month, but I'm still wondering if v3.2 fixed this issue for you. I'd like to mark it closed.
Thanks,
Paul
President, Chameleon Consulting LLC
Author, Chameleon MediaCenter
Author, Chameleon MediaCenter
Re: [Retest in v3.2] Black band issue at the top of CMC
Hi Paul,
Sorry I’ve been busy recently so as I didn’t see anything in the changelog in the recent betas that I was waiting for I didn’t do any specific testing in 3.2.
I’ll take a look as soon as I have a chance and will let you know.
Best,
Manni
Sorry I’ve been busy recently so as I didn’t see anything in the changelog in the recent betas that I was waiting for I didn’t do any specific testing in 3.2.
I’ll take a look as soon as I have a chance and will let you know.
Best,
Manni
Re: [Retest in v3.2] Black band issue at the top of CMC
Okay, thanks.
Note, you can test in CMC v3.3 final which I just released today. You don't need to go back to v3.2.
Note, you can test in CMC v3.3 final which I just released today. You don't need to go back to v3.2.
President, Chameleon Consulting LLC
Author, Chameleon MediaCenter
Author, Chameleon MediaCenter
Re: [Retest in v3.2] Black band issue at the top of CMC
Really sorry it took me so long to get back to you.
I finally managed to test this, and the black band at the top of CMC seems to be gone. Well done!
The start-up logo is back though and I can't remember what the option is to not display it.
I finally managed to test this, and the black band at the top of CMC seems to be gone. Well done!
The start-up logo is back though and I can't remember what the option is to not display it.
Re: [Retest in v3.2] Black band issue at the top of CMC
Awesome, glad it is solved.
The start-up logo will return with each new version. To remove, either rename or delete: Skins\CMC Default\CMC_Logo.png
The start-up logo will return with each new version. To remove, either rename or delete: Skins\CMC Default\CMC_Logo.png
President, Chameleon Consulting LLC
Author, Chameleon MediaCenter
Author, Chameleon MediaCenter
Re: [Retest in v3.2] Black band issue at the top of CMC
Ah that's what I forgot. I guess it was too simplePauven wrote: Mon Apr 27, 2020 1:51 pm The start-up logo will return with each new version. To remove, either rename or delete: Skins\CMC Default\CMC_Logo.png

Thanks!
Re: [Fixed in v3.2] Black band issue at the top of CMC
You can make a little batch file to do this for you. Name it RemoveLogo.bat and place it in the CMC directory. Place this line inside the batch file:
Note that the code is untested, but probably works.
Then you can run that batch file whenever needed. And if you really wanted to and had a spare External Link slot open, you could configure a Custom App to launch the bat file, so you can remove the logo from the comfort of your couch/Lay-Z-Boy using your remote.
Code: Select all
DEL /Q "Skins\CMC Default\CMC_Logo.png"
Then you can run that batch file whenever needed. And if you really wanted to and had a spare External Link slot open, you could configure a Custom App to launch the bat file, so you can remove the logo from the comfort of your couch/Lay-Z-Boy using your remote.
President, Chameleon Consulting LLC
Author, Chameleon MediaCenter
Author, Chameleon MediaCenter
Re: [Fixed in v3.2] Black band issue at the top of CMC
Thanks a lot, but deleting the file in the skins folder is easy enough. I just have to remember the location. I’ll make a note somewhere.