Recent content by Brownard

  1. B

    MP2 - V2.5 Media Source

    I have identified at least part of the issue, there is an issue in 2.5 where if a network request takes longer than expected and reaches the timeout the request is never marked as finished, e.g. in your case the request to get all network shares times out and the busy spinner is displayed...
  2. B

    [solved] Basic audio question...

    I haven't tested but looking at the code, yes if prefer multi-channel is enabled then it will look for the first stream with >2 channels and if it's disabled then it will look for the first stream with <= 2 channels. The TV player inherits from VideoPlayer and should also take account of this...
  3. B

    [News] MediaPortal 2 - 2.5 Release

    @Timhoh1234 it sounds like you have got this the wrong way round, the net6 version only creates 1 shortcut and will automatically run as x64 on x64 Windows (and x86 on x86 Windows).
  4. B

    MP2 - V2.5 No genres after upgrade to 2.5

    Hi @Nikki Locke, looking into the TVE3.5 code it looks like the default genres are never added. In principle the rest of the code looks like it's there so it could just be a case of adding the genres in, however every time I go and look at the TVE3.5 codebase I uncover new issues so there's no...
  5. B

    MP2 - V2.4.1 Cinema

    @ge2301 I have pushed a potential fix for the trailers to PLUGIN_Cinema, give it a test and if all goes well you could put out an updated version of the plugin.
  6. B

    Next version of MP2

    There's currently a lot of work going on on the next release, hopefully not too long...
  7. B

    AI-based search in (local) MediaItems

    Looks good. I'm not sure if its a limitation of the OpenAI API but your current code will run into rate limiting and performance issues because you perform a new web request for every individual movie, is there a way to pass a list of movies in a single request instead of each movie individually?
  8. B

    Which current remotes are known to be compatible with MP2?

    Personally I have always just used different variations of the MCE RC6 remotes. Regarding your Dell remote, you could try changing the channel that Windows listens to RC6 commands from by editing a registry setting. Open regedit Navigate to...
  9. B

    MP2 - V2.5 TVMosaic Provider for MP2

    The issue here is that we cache a full day's EPG from TvMosaic when EPG is first requested. This can/should probably be optimized to do it in smaller chunks. I'll try and take a look.
  10. B

    MP2 - V2.4.1 Adding Extra Features to the Database...

    The best place to start would be the source code here There is a very basic 'Hello World' example plugin here and a plugin template here, for more complex usage you should probably have a look at some examples of self-contained plugins like News or Weather. There is also some more information...
  11. B

    ts files not playing on MP2

    It is odd, I have an AMD RX6600 with latest drivers and never had any issues before.
  12. B

    ts files not playing on MP2

    It does playback OK for me if I disable hardware acceleration in VLC, so there's something my graphics driver doesn't like in that video :confused:. This is the only video I have ever had any issues with though. Similarly if I disable hardware rendering in LAV it plays back OK in MP2. As a test...
  13. B

    ts files not playing on MP2

    That file plays in my MP2 but is very choppy and full of artifacts in both MP2 and VLC for me, which I would guess is a signal issue. Can you confirm that you've set LAV as the codec to use in MP2, go to Settings->Players->Codecs and for each one check that LAV is selected.
  14. B

    ts files not playing on MP2

    Are you able to make a short 10 second recording, zip it and upload it here?
  15. B

    ts files not playing on MP2

    @Greenhorn7 The logs show that the codecs seem to read the streams from the file correctly, when you say the file does not play what do you mean exactly? Do you just get a black screen? Is the player OSD still visible and the playback timer still running? Do you get the same result for all ts files?
Top Bottom