Recent content by BCEly

  1. B

    Unable to Play issue on PCs running BitDefender Total Security

    An update.. Here are all the steps I’ve taken to help resolve this….. I have tried disabling ALL modules in BitDefender Total Security and still get the issue with MediaPortal V1. I have removed BitDefender Total Security from my PC and rebooted – The issue goes away, and I can play rtsp...
  2. B

    Unable to Play issue on PCs running BitDefender Total Security

    Thanks - As I'm using Win 11 Pro and BitDefender, the firewall is kind dealt with differently but I do have this defined in BitDefender and like ai say I can read the TV Guide and list the recordings so I'm OK talking the the TV Server for that.
  3. B

    Unable to Play issue on PCs running BitDefender Total Security

    Would appreciate it if someone could solve (or point me in the right direction to resolve) this issue. I have “MultiSeat” MediaPortal 1.36 (x64) on two Windows 11 Pro (24H2) PCs and all works well and has been for some time. I only use the setup for TV so no Music/Movies/Box Sets. I have...
  4. B

    Updates to Bootstrap Skins

    I don't have enough knowledge of how Github works so these are all the updates (with change logs) I'v done - I don't plan on doing much more unless I find further issues. Here are the updated skins.
  5. B

    Updates to Bootstrap Skins

    Yes. It’s Stephens-ely I’m gonna tackle the date picker in the TV Guide tomorrow and hopefully get that working as per the default skin.
  6. B

    Updates to Bootstrap Skins

    Hi there I've recently tried to get the Bootstrap 0.7.255 skins working in a new WebMediaPortal environment but ran into several issues. Consequently, I decided to fix what I found and have uploaded my work here for the community. I've named the updated version 'Bootstrap 0.7.260' but it's...
  7. B

    WebMediaPortl x64 with IISExpress 10

    I’ll bear that in mind. I kinda have the skin where I want it now as I only use it for TV Recordings as everything else is done thru Plex. I’ve mainly for remotely setting up TV Recordings when away from home.
  8. B

    WebMediaPortl x64 with IISExpress 10

    I think it's a JQuery / Bootleg 2.3.2 issue - when the href target is '#'. I have made a change to the Recording\Details page so that the duration is actually correct. As stands in .255, it reports the mins but ignores the hours so a show that is 1 hour, 15 mins only shows as 15 mins - With my...
  9. B

    WebMediaPortl x64 with IISExpress 10

    I'm not sure I have the required skills for that. I'm happy to tinker with this skin and try to get it working as intended but I'm unable to find any documentation about developing skins other than the very simple page here...
  10. B

    WebMediaPortl x64 with IISExpress 10

    That's the one I took and had to modify as per my previous posts so there isn't a newer one then! That's OK - as long as I know I have the latest to work from.
  11. B

    WebMediaPortl x64 with IISExpress 10

    I have resolved this issue by replacing the href="#" to href="/" in the file '_Layout.cshtml' in the folder 'Shared' It now reads; <ul class="nav pull-right"> <li class="dropdown @if (Request.RawUrl.Contains("/Settings")) { <text>active</text> }" > <a href="/"...
  12. B

    WebMediaPortl x64 with IISExpress 10

    Could be a jquery-3.7.1 issue with an uncaught Error - If I click on my login name at top of skin I get; 3 - jquery-3.7.1.min.js?v=7393293:2 Uncaught Error: Syntax error, unrecognized expression: # at I.error (jquery-3.7.1.min.js?v=7393293:2:11769) at Y...
  13. B

    WebMediaPortl x64 with IISExpress 10

    I've tried the Bootstrap skins (light and dark) under IIS (x64) and IISExpress 7.5 (x86) environments now and the issue is the same. In both cases, the navigation dropdown menus do not work so you can't get to any pages other than the defaults offered by the Home page. If you manually enter...
  14. B

    WebMediaPortl x64 with IISExpress 10

    Is there a GitHub page for that skin or is it the one I took from the MPEx GitHub repository? This is where I got my copy from... https://github.com//MPExtended/releases/tag/v0.7.7.x64
  15. B

    WebMediaPortl x64 with IISExpress 10

    I've pulled down a newer version of the Bootstrap Skin (Bootstrap.0.7.255) and get past the spinner issue but still the css doesn't load, HOWEVER, the Dark version of the same skin does load fine. The issue now is that the navigation menus don't work but if you view source and manually enter...
Top Bottom