Recent content by Anthony Vaughan

  1. A

    OnDeviceChange crashing in 64-bit version

    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...
  2. A

    OnDeviceChange crashing in 64-bit version

    Ah. The timestamp on MediaPortal.cs is 23/04/2025 03:58. I've looked at the GIT Hub and see that you have fixed it;). Sorry to have bothered you.
  3. A

    OnDeviceChange crashing in 64-bit version

    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;).
  4. A

    OnDeviceChange crashing in 64-bit version

    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...
  5. A

    1.37 DefaultWideHD - Reloaded

    Okay. I wasn't expecting you to make a change. I just wondered what you thought about that look. I understand completely.
  6. A

    1.37 DefaultWideHD - Reloaded

    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...
  7. A

    1.37 DefaultWideHD - Reloaded

    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:).
  8. A

    1.37 DefaultWideHD - Reloaded

    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...
  9. A

    1.37 DefaultWideHD - Reloaded

    That did the job. Now we can see subtitles when paused without any issues:). Thank you for your help.
  10. A

    1.37 DefaultWideHD - Reloaded

    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...
  11. A

    1.37 DefaultWideHD - Reloaded

    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.
  12. A

    1.37 DefaultWideHD - Reloaded

    For programs that already have subtitles, Screen Calib doesn't work:(.
  13. A

    1.37 DefaultWideHD - Reloaded

    Yep. That's fixed the navigating up and down in dialogs issue:). Thank you very much for that.
  14. A

    1.37 DefaultWideHD - Reloaded

    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?
  15. A

    1.37 DefaultWideHD - Reloaded

    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.
Top Bottom