C
CypherMK
Guest
Not literally[emoji12]. They move slightly to the left and right. Because of the different widths of the numbers.jumping around ?
Not literally[emoji12]. They move slightly to the left and right. Because of the different widths of the numbers.jumping around ?
ahh i see that will just be because they are all in the same control, fairly easy fix.Not literally[emoji12]. They move slightly to the left and right. Because of the different widths of the numbers.
when you press the mapped button to adjust does it do the steps directly without slider like if you were jumping forward or back in the video ? if so it will be videoFullscreen xml or zaposd xml im not at pc to look at the moment.
Also if that is the case then hiding the osd would only would if you use the menu route.
We call it 'Moshing'jumping around ?
it would apply for skip steps too and anything else that usually displays there too because they are hardcoded on the same control.Maybe a more advanced suggestion. Would it be possible to just let the delay (in ms) be visible with a small window on top of the screen, and when I pause, rewind etc the video, I will get the original dark OSD with all the info? So a bar image 2 so to speak
It may help, ms hardcodedit would apply for skip steps too and anything else that usually displays there too because they are hardcoded on the same control.
msg.Label = string.Format("{0} ms", SubEngine.GetInstance().Delay);
How does that help ?It may help, ms hardcoded
https://github.com/MediaPortal/Medi....GUIPlugins/Video/GUIVideoFullscreen.cs#L1104
C#:msg.Label = string.Format("{0} ms", SubEngine.GetInstance().Delay);
string.contains But there are no properties (not thought about it). But probably control.hastext - It will work for:How does that help ?
This made more sense to me so this is what it will look like nextSome more improvement suggestions.
When I play some music, and I go to the now playing screen, the album of the playing song isn't visible. Maybe good to display.
Also the progress indicator in the bottom is sometimes not visible, because I use apixel shifter on my plasma TV to prevent burn in. Maybe the thickness can be increased by a few pixels. Or maybe raise it with a few pixels.
On top of the artist-song is the progress visible with played and remaining time. They are both jumping around as time moves on. Can they be in a fixed position?