I have been using the following link to access the MP1 GIT HUB:
https://github.com/MediaPortal/MediaPortal-1
This page doesn't reflect changes to sources after the final release is enacted. For example, it says the last change is 2 months ago.
Is there a way to know that sources have been...
Yes. It's not easy to spot them all.
I expect many MP1 users don't switch to other so this wouldn't happen to them.
I only came across this because I added DVD player to my setup and started to get log errors when switching between the MP1 laptop and the DVD player;).
Now that MediaPortal has gone 64-bit, any references to lParam should be converted to int64 rather than int32 or compared to zero without being converted.
An example of this is the OnDeviceChange method in MediaPortal.cs where the following fails:
if (msg.LParam.ToInt32() != 0)
{
The...
It's just an idea, but I think the 'osd_progress_background.png' image used in videoFullScreen.xml and mytvFullScreen.xml is very dark, especially when viewed from 18 feet away. So, I tried changing the color to yellow, white and then very light gray. But, to me, the progress bar didn't look...
Yes, that is very unusual. I guess we just have to take a punt and go for the option that works for most scenarios:mad:.
Funny having subtitles for snooker:).
I've attached a picture of what I had in mind for the pause bar demonstrating how it works with embedded subtitles.
I've inverted the Video_Tab_OSD_Pause.png image because I thought it looked a bit odd when at the top of the screen. I have flipped the program name and progress bar.
I have moved...
I want to move whole pause progress bar up to the top of the screen, including the skip steps +15, + 30, -15, -30 label. That way I can see the subtitle without any issues and the progress bar will behave exactly as normal.
Changing the OnScreen timeout did not have the affect I wanted. I want...
Talking about the pause bar, where do I find the field that tells you how far you have navigated forwards/back in time? I need to move that field together with the toolbar but I can't find it in videoFullScreen.xml.
I'm talking about subtitles that are build into the video (like foreign language dramas). I don't think I can do anything about where they are displayed.
Am I missing something?
Will test that.
I have moved the pause bar to the top of the screen and reduced its height a little. It doesn't look too bad. I think this is one that needs a bit of time in use before I can be sure it works for us.