UPnP / DLNA Media Server for MediaPortal 2 (3 Viewers)

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @henso
    Is there a reason that you don't use the Profile "Default" as Default?
    Because right now you are using "None" and than the service isn't working at all. Tooke me some minute sto figure that out^^
     

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    On my Samsung TV I get an annoying message that a DLNA server was found if I use the default, so I opted for none to keep the wife happy during testing.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Ah okay.
    So I will change it than to "Default" we can add a debug option if you like or a config setting^^

    The post build events should be fixed now. At least I hope so^^
     

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    You should use:
    <PluginFiles Include="$(ProjectDir)*.png" />
    <PluginFiles Include="$(ProjectDir)*.jpg" />
    To get all the images. Some clients only like jpg and others only png for the server thumbnail. Some are also picky about the size of the thumbnail.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    you are right, I am not very concentrated any more :/ I guess I will go to bed in a view minutes oO
    I really appreciate your help ;)
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,566
    3,947
    Lehmden
    Home Country
    Germany Germany
    Hi.
    First, it is great seeing you working together on this..
    Just a little hint about FFMpeg. We already have FFMpeg used in MP2 Server (Video Thumbnailer Plugin). So it's better to add a dependency to Video Thumbnailer plugin and use FFMpeg from there instead having a second copy of it.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    First, it is great seeing you working together on this..
    Just a little hint about FFMpeg. We already have FFMpeg used in MP2 Server (Video Thumbnailer Plugin). So it's better to add a dependency to Video Thumbnailer plugin and use FFMpeg from there instead having a second copy of it.
    Calm down. I need to get it working first :D
    I already fixed some NRE in DlnaVideoMetadataExtractor.
    http://stackoverflow.com/questions/3949113/check-if-element-at-position-x-exists-in-the-list
    Probably this is also existent in the other Extractors. But I am really happy that henso provided his src code :) Thank you again.

    What branch did you start with to create this?
    https://github.com/MediaPortal/MediaPortal-2/tree/SummerRelease15_Update1

    The Client Side doesn't compile really well. Not that happy with that.... Does anybody expense the same? I haven't changed anything on the client side.
    All the DB Plugins were enabled, the BlurayPlayer fails etc.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Okay pushed my latest changes.
    I will continue work today^^
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I have some concerns about the used 1:N attributes in the created Aspect:
    AFAIK the linked references are stored unordered. This means the order of Audio Codec and Audio Bitrate (as example) must not be the same when querying them.

    @MrTechno can you confirm this? You already worked much with the ML. If we need ordered 1:N attributes, we must extend the link tables with an ordering field.
     

    Users who are viewing this thread

    Top Bottom