home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FreakyJ" data-source="post: 1150774" data-attributes="member: 106003"><p>No, don't install it on the client. It is server only!</p><p></p><p></p><p>This is a known issue right now. DLNA is a restricted version of UPnP/AV. WMP needs all that DLNA stuff, but currently the handling is not perfect.</p><p>I guess we need to extend the media library, because we need to know which container we have and which codecs are used.</p><p>[USER=48495]@morpheus_xx[/USER] [USER=17886]@MJGraf[/USER] </p><p>Take a look here:</p><p><a href="https://forums.plex.tv/discussion/73703/working-dlna-profiles" target="_blank">https://forums.plex.tv/discussion/73703/working-dlna-profiles</a> @ post 6</p><p>Or here: <a href="http://sourceforge.net/p/minidlna/git/ci/master/tree/metadata.c#l660" target="_blank">http://sourceforge.net/p/minidlna/git/ci/master/tree/metadata.c#l660</a></p><p>They store all the information in their database:</p><p>[code]INSERT into DETAILS"</p><p> " (PATH, SIZE, TIMESTAMP, DURATION, DATE, CHANNELS, BITRATE, SAMPLERATE, RESOLUTION,"</p><p> " TITLE, CREATOR, ARTIST, GENRE, COMMENT, DLNA_PN, MIME, ALBUM_ART)[/code]</p><p>Our current approach is to determine the profile by using the mime type</p><p><a href="https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_DLNA_v3/MediaPortal/Incubator/MediaServer/DLNA/DlnaProtocolInfoFactory.cs" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_DLNA_v3/MediaPortal/Incubator/MediaServer/DLNA/DlnaProtocolInfoFactory.cs</a></p><p></p><p>Which seems to be wrong if you ask me.</p><p>So I would like to store all this information in the media library. What would be the best table to store it in? Should I write my own MDE?</p><p>Sorry for all the questions, but I never worked with the media library before and I want to do it right <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="FreakyJ, post: 1150774, member: 106003"] No, don't install it on the client. It is server only! This is a known issue right now. DLNA is a restricted version of UPnP/AV. WMP needs all that DLNA stuff, but currently the handling is not perfect. I guess we need to extend the media library, because we need to know which container we have and which codecs are used. [USER=48495]@morpheus_xx[/USER] [USER=17886]@MJGraf[/USER] Take a look here: [URL]https://forums.plex.tv/discussion/73703/working-dlna-profiles[/URL] @ post 6 Or here: [URL]http://sourceforge.net/p/minidlna/git/ci/master/tree/metadata.c#l660[/URL] They store all the information in their database: [code]INSERT into DETAILS" " (PATH, SIZE, TIMESTAMP, DURATION, DATE, CHANNELS, BITRATE, SAMPLERATE, RESOLUTION," " TITLE, CREATOR, ARTIST, GENRE, COMMENT, DLNA_PN, MIME, ALBUM_ART)[/code] Our current approach is to determine the profile by using the mime type [URL]https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_DLNA_v3/MediaPortal/Incubator/MediaServer/DLNA/DlnaProtocolInfoFactory.cs[/URL] Which seems to be wrong if you ask me. So I would like to store all this information in the media library. What would be the best table to store it in? Should I write my own MDE? Sorry for all the questions, but I never worked with the media library before and I want to do it right :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
Contact us
RSS
Top
Bottom