Rezultati pretrage

  1. K

    SF Vip plejer

    I've tried that, but it still trying to connect directly. My proxy is on localhost in case it matters somehow. Socks proxy is not possible to use? That would be even better.
  2. K

    SF Vip plejer

    @salezli I have issues with proxy settings if the source playlist is HTTPS. It simply ignores the proxy settings and trying to connect directly. With HTTP it works fine. Am I doing something wrong or it is some bug?
  3. K

    SF Vip plejer

    Great works as I needed. Thanks again.
  4. K

    SF Vip plejer

    @salezli I'm confirming that fullscreen on 1.2.3.9 now works fine. Thank you. And I have one more question. I've noticed some channels got pretty low volume level. That's of course not program bug, but it is like that in source. But I've been wondering if you could implement some normalize...
  5. K

    SF Vip plejer

    I have here only single monitor connected so cannot test on multiple ones, but with single one your code with little modifications as well works for me: WindowStyle = WindowStyle.None; Top = 0; Left = 0; var bounds = System.Windows.Forms.Screen.FromPoint(new...
  6. K

    SF Vip plejer

    @salezli So I've been able to fix that on my system using this dirty patch. This way it works properly for me with the themes service disabled. Up to you if you want to implement this for others. This is the code inside the fix.dll file double snugContentWidth =...
  7. K

    SF Vip plejer

    VGA driver is installed and fully working. GPU is NVIDIA RTX 2080 with latest driver version 473.04 available for Win7. Also Windows 7 is fully updated with ESU updates, so it is still OS supported by MS with updates. Only thing I have disabled is Windows themes service and if I enable it, then...
  8. K

    SF Vip plejer

    Here I've captured video with the bug. edit: If I tick "stay on top", then the windows under the player window don't popup, but the taskbar is still visible as on the video.
  9. K

    SF Vip plejer

    @salezli I've just tested new version 1.2.3.7. Fullscreen still doesn't work for me and there is also some strip from application under the player for maybe half a second when switching to fullscreen. That was not there in version 1.2.3.4.
  10. K

    SF Vip plejer

    Thank you, but unfortunately the taskbar is still visible with this dll. Only the sidebar with channel list and control bar with play etc buttons goes over taskbar, but they are transparent and taskbar is visible under them. But there was the same behaviour with the original dll.
  11. K

    SF Vip plejer

    Ah good point. This works for me in test WPF I've created for full screen. WindowState = WindowState.Maximized; WindowStyle = WindowStyle.None; But if I try to patch the dll with that, traybar is still visible.
  12. K

    SF Vip plejer

    @salezli I've been trying to debug that fullscreen issue I have little bit. It seems to be caused by this inside libthemes.dll. private void OnIsFullscreenChanged() . base.WindowState = WindowState.Maximized; If I try to create simple windows form with just WindowState.Maximized it will not go...
  13. K

    SF Vip plejer

    Hi and thanks for this great software. I've just found it and it's really nice. Unfortunately there seems to be one very annoying bug on my system and that is full screen mode doesn't work properly and system tray is still visible in full screen mode. I've been trying older version of the...
Natrag
Top