home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Integration of MPC-HC subtitle's engine
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="nestochi" data-source="post: 385359" data-attributes="member: 51206"><p>first of all, i would like to thank cpp2005 for his great work.</p><p>i've been struggling with the subtitles problems of MP since i changed to 1.0 , and after i installed his modified dll's i have the subtitles the way they should be .</p><p></p><p>about the color problem, same is happening for me.</p><p>I've installed 21720 SVN build, and modified binaries from the first post of this thread.</p><p>i think there is a problem in MP reading that color from the configuration file.</p><p></p><p>i've been reading the development wiki, and the color format should be like this:</p><p>[CODE]Hex values in the format #AARRGGBB (e.g. #20FFFFFF)</p><p>AA = Alpha (transparency) channel hex value</p><p>RR = red hex value</p><p>GG = green hex value</p><p>BB = blue hex value[/CODE]</p><p></p><p>but it's now working like that. </p><p>after some tests, i found out that the format for that parameter is actually this:</p><p>#AABBGGRR (red and blue are exchanged)</p><p></p><p>so, if i wanted blue subtitles , (weird choice, i know <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> ) i should type #FFFF0000 instead of RGB #FF0000FF</p><p>maybe it's a problem reading the configuration file.</p><p></p><p>anyway, i modified the xml according to this, and now my subtitles are showing just the way i want.</p><p>thanks again for this great integration.</p><p></p><p>best regards</p></blockquote><p></p>
[QUOTE="nestochi, post: 385359, member: 51206"] first of all, i would like to thank cpp2005 for his great work. i've been struggling with the subtitles problems of MP since i changed to 1.0 , and after i installed his modified dll's i have the subtitles the way they should be . about the color problem, same is happening for me. I've installed 21720 SVN build, and modified binaries from the first post of this thread. i think there is a problem in MP reading that color from the configuration file. i've been reading the development wiki, and the color format should be like this: [CODE]Hex values in the format #AARRGGBB (e.g. #20FFFFFF) AA = Alpha (transparency) channel hex value RR = red hex value GG = green hex value BB = blue hex value[/CODE] but it's now working like that. after some tests, i found out that the format for that parameter is actually this: #AABBGGRR (red and blue are exchanged) so, if i wanted blue subtitles , (weird choice, i know :-) ) i should type #FFFF0000 instead of RGB #FF0000FF maybe it's a problem reading the configuration file. anyway, i modified the xml according to this, and now my subtitles are showing just the way i want. thanks again for this great integration. best regards [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Integration of MPC-HC subtitle's engine
Contact us
RSS
Top
Bottom