Jump to content

DLNA Client don't show any Subfolders of Music, etc


chrissi55

Recommended Posts

chrissi55

DLNA Client is

 

2019-10-13 13:38:08.579 Info Dlna: No matching device profile found. The default will need to be used.	DeviceDescription:	FriendlyName:Sensia 200D Connect	Manufacturer:Pure	ManufacturerUrl:http://www.pure.com	ModelDescription:Sensia 200D Connect	ModelName:Sensia 200D Connect	ModelNumber:	ModelUrl:http://www.pure.com	SerialNumber:2019-10-13 13:38:08.579 Info Dlna: DLNA Session created for Sensia 200D Connect - Sensia 200D Connect2019-10-13 13:38:11.429 Info HttpServer: HTTP GET http://emby-url:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470

 

Main Folders "Musik", "Hoerspiele" are shown. Click on one Folder delivers "Keine Einträge" (empty subs)

Searching Interpret, Album, ,,, delivers mp3 files and some of the subfolders.

 

Playing is possible after search but not by clicking on directories on the emby server.

 

 

Error Messages found

 

 

2019-10-13 13:36:30.028 Error Dlna: Error processing control request
    *** Error Report ***
    Version: 4.2.1.0
    Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
    Operating system: Unix 5.0.0.31
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /var/lib/emby
    Application directory: /opt/emby-server/system
    System.Collections.Generic.KeyNotFoundException: System.Collections.Generic.KeyNotFoundException: The given key 'ContainerID' was not present in the dictionary.
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(IDictionary`2 sparams, User user, String deviceId)
       at Emby.Dlna.ContentDirectory.ControlHandler.GetResult(ReadOnlySpan`1 methodName, IDictionary`2 methodParams)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternal(ControlRequest request)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequest(ControlRequest request)
    Source: System.Private.CoreLib
    TargetSite: Void ThrowKeyNotFoundException[T](T)
    
2019-10-13 13:36:30.029 Info HttpServer: HTTP Response 200 to client-url. Time: 12ms. http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-13 13:36:31.427 Info HttpServer: HTTP GET http://emby-url:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470
2019-10-13 13:36:31.427 Info HttpServer: HTTP Response 404 to client-url. Time: 0ms. http://emby-url:8096/service/recordings/get
2019-10-13 13:36:34.872 Info HttpServer: HTTP POST http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-13 13:36:34.873 Info HttpServer: HTTP Response 200 to client-url. Time: 0ms. http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-13 13:36:34.883 Info HttpServer: HTTP POST http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-13 13:36:34.884 Info HttpServer: HTTP Response 200 to client-url. Time: 0ms. http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-13 13:36:34.889 Info HttpServer: HTTP POST http://emby-url:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-13 13:36:34.890 Error Dlna: Error processing control request
    *** Error Report ***
    Version: 4.2.1.0
    Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
    Operating system: Unix 5.0.0.31
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /var/lib/emby
    Application directory: /opt/emby-server/system
    System.Collections.Generic.KeyNotFoundException: System.Collections.Generic.KeyNotFoundException: The given key 'ContainerID' was not present in the dictionary.
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(IDictionary`2 sparams, User user, String deviceId)
       at Emby.Dlna.ContentDirectory.ControlHandler.GetResult(ReadOnlySpan`1 methodName, IDictionary`2 methodParams)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternal(ControlRequest request)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequest(ControlRequest request)
    Source: System.Private.CoreLib
    TargetSite: Void ThrowKeyNotFoundException[T](T)

 

Link to comment
Share on other sites

Hi, yes this is a very odd one. It looks like when you click on a folder it is actually using the Dlna search function to get the contents, rather than using the normal Browse function. So this will take a little bit of work to support that. Thanks.

Link to comment
Share on other sites

Happy2Play

It appear it is falling back to the default profile as no profile exists for Sensia 200D Connect.  So one would need to be created.

 

@@Luke isn't the folder options handled in the profile Display settings?

Display all folders as plain storage folders
If enabled, all folders are represented in DIDL as "object.container.storageFolder" instead of a more specific type, such as "object.container.person.musicArtist".
Link to comment
Share on other sites

 

It appear it is falling back to the default profile as no profile exists for Sensia 200D Connect.  So one would need to be created.

 

@@Luke isn't the folder options handled in the profile Display settings?

Display all folders as plain storage folders
If enabled, all folders are represented in DIDL as "object.container.storageFolder" instead of a more specific type, such as "object.container.person.musicArtist".

 

I suppose it's possible that option could have an impact, but i'm not sure.

Link to comment
Share on other sites

chrissi55

I've tried to configure a separate DLNA profile for the Pure but i thought it is enough giving emby these infos

DeviceDescription:	FriendlyName:Sensia 200D Connect	Manufacturer:Pure	ManufacturerUrl:http://www.pure.com	ModelDescription:Sensia 200D Connect	ModelName:Sensia 200D Connect	ModelNumber:	ModelUrl:http://www.pure.com	SerialNumber:

But i was not successful. The result is the same or my profile is ignored

 

I rebootet emby after creating the profile (see attachments)

 

 

2019-10-14 17:31:08.691 Info HttpServer: HTTP Response 200 to client.IP. Time: 29ms. https://server.URL:8920/emby/News/Product?StartIndex=0&Limit=4
2019-10-14 17:31:08.693 Info HttpServer: HTTP GET https://server.URL:8920/web/bower_components/emby-webcomponents/themes/appletv/theme.json?v=4.2.1.0&r=0. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.693 Info HttpServer: HTTP Response 304 to client.IP. Time: 0ms. https://server.URL:8920/web/bower_components/emby-webcomponents/themes/appletv/theme.json?v=4.2.1.0&r=0
2019-10-14 17:31:08.694 Info HttpServer: HTTP GET https://server.URL:8920/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.761 Info HttpServer: HTTP Response 200 to client.IP. Time: 101ms. https://server.URL:8920/emby/ScheduledTasks
2019-10-14 17:31:08.763 Info HttpServer: HTTP Response 200 to client.IP. Time: 69ms. https://server.URL:8920/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true
2019-10-14 17:31:08.774 Info HttpServer: HTTP Response 200 to client.IP. Time: 111ms. https://server.URL:8920/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2019-10-13T15%3A31%3A08.662Z&hasUserId=true
2019-10-14 17:31:08.774 Info HttpServer: HTTP Response 200 to client.IP. Time: 108ms. https://server.URL:8920/emby/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2019-10-07T15%3A31%3A08.663Z&hasUserId=false
2019-10-14 17:31:08.775 Info HttpServer: HTTP GET https://server.URL:8920/web/css/images/supporter/supporterbadge.png. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.775 Info HttpServer: HTTP GET https://server.URL:8920/web/bower_components/emby-webcomponents/themes/logodark.png. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.776 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. https://server.URL:8920/web/css/images/supporter/supporterbadge.png
2019-10-14 17:31:08.776 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. https://server.URL:8920/web/bower_components/emby-webcomponents/themes/logodark.png
2019-10-14 17:31:08.794 Info HttpServer: HTTP Response 200 to client.IP. Time: 134ms. https://server.URL:8920/emby/Sessions?ActiveWithinSeconds=900
2019-10-14 17:31:08.803 Info HttpServer: HTTP GET https://server.URL:8920/emby/Users/2/Images/Primary?tag=ce27cb1d2e3c8260ed1f0d38fdc19755&height=40&quality=90. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.803 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. https://server.URL:8920/emby/Users/2/Images/Primary?tag=ce27cb1d2e3c8260ed1f0d38fdc19755&height=40&quality=90
2019-10-14 17:31:08.821 Info HttpServer: HTTP Response 200 to client.IP. Time: 155ms. https://server.URL:8920/emby/LiveTv/Recordings?UserId=893b534ac0394406979eb5a04f93db7f&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop
2019-10-14 17:31:08.826 Info HttpServer: HTTP GET https://server.URL:8920/emby/Users/893b534ac0394406979eb5a04f93db7f/Images/Primary?tag=ce27cb1d2e3c8260ed1f0d38fdc19755&height=24&quality=90. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:08.826 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. https://server.URL:8920/emby/Users/893b534ac0394406979eb5a04f93db7f/Images/Primary?tag=ce27cb1d2e3c8260ed1f0d38fdc19755&height=24&quality=90
2019-10-14 17:31:18.345 Info HttpServer: HTTP GET http://server.IP:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470
2019-10-14 17:31:18.345 Info HttpServer: HTTP Response 404 to 192.168.55.101. Time: 0ms. http://server.IP:8096/service/recordings/get
2019-10-14 17:31:20.921 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:20.921 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.008 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.009 Info HttpServer: HTTP Response 200 to client.IP. Time: 1ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.038 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.049 Error Dlna: Error processing control request
    *** Error Report ***
    Version: 4.2.1.0
    Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
    Operating system: Unix 5.0.0.31
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /var/lib/emby
    Application directory: /opt/emby-server/system
    System.Collections.Generic.KeyNotFoundException: System.Collections.Generic.KeyNotFoundException: The given key 'ContainerID' was not present in the dictionary.
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(IDictionary`2 sparams, User user, String deviceId)
       at Emby.Dlna.ContentDirectory.ControlHandler.GetResult(ReadOnlySpan`1 methodName, IDictionary`2 methodParams)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternal(ControlRequest request)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequest(ControlRequest request)
    Source: System.Private.CoreLib
    TargetSite: Void ThrowKeyNotFoundException[T](T)
    
2019-10-14 17:31:21.050 Info HttpServer: HTTP Response 200 to client.IP. Time: 12ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.105 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.211 Info HttpServer: HTTP Response 200 to client.IP. Time: 106ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.380 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.422 Info HttpServer: HTTP Response 200 to client.IP. Time: 42ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.482 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.524 Info HttpServer: HTTP Response 200 to client.IP. Time: 41ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:21.585 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:21.626 Info HttpServer: HTTP Response 200 to client.IP. Time: 41ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:25.590 Info HttpServer: HTTP GET http://server.IP:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470
2019-10-14 17:31:25.591 Info HttpServer: HTTP Response 404 to 192.168.55.103. Time: 0ms. http://server.IP:8096/service/recordings/get
2019-10-14 17:31:31.173 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.174 Info HttpServer: HTTP Response 200 to client.IP. Time: 0ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:31.185 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.186 Info HttpServer: HTTP Response 200 to client.IP. Time: 0ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:31.199 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.203 Error Dlna: Error processing control request
    *** Error Report ***
    Version: 4.2.1.0
    Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
    Operating system: Unix 5.0.0.31
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /var/lib/emby
    Application directory: /opt/emby-server/system
    System.Collections.Generic.KeyNotFoundException: System.Collections.Generic.KeyNotFoundException: The given key 'ContainerID' was not present in the dictionary.
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(IDictionary`2 sparams, User user, String deviceId)
       at Emby.Dlna.ContentDirectory.ControlHandler.GetResult(ReadOnlySpan`1 methodName, IDictionary`2 methodParams)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternal(ControlRequest request)
       at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequest(ControlRequest request)
    Source: System.Private.CoreLib
    TargetSite: Void ThrowKeyNotFoundException[T](T)
    
2019-10-14 17:31:31.203 Info HttpServer: HTTP Response 200 to client.IP. Time: 4ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:31.215 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.256 Info HttpServer: HTTP Response 200 to client.IP. Time: 41ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:31.316 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.357 Info HttpServer: HTTP Response 200 to client.IP. Time: 41ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:31.399 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:31.440 Info HttpServer: HTTP Response 200 to client.IP. Time: 42ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:33.139 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:33.532 Info HttpServer: HTTP Response 200 to client.IP. Time: 393ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:33.632 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:33.835 Info HttpServer: HTTP Response 200 to client.IP. Time: 203ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:36.211 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:36.253 Info HttpServer: HTTP Response 200 to client.IP. Time: 42ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:37.820 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:38.275 Info HttpServer: HTTP Response 200 to client.IP. Time: 455ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:38.345 Info HttpServer: HTTP GET http://server.IP:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470
2019-10-14 17:31:38.345 Info HttpServer: HTTP Response 404 to 192.168.55.101. Time: 0ms. http://server.IP:8096/service/recordings/get
2019-10-14 17:31:38.357 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:38.630 Info HttpServer: HTTP Response 200 to client.IP. Time: 272ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:39.920 Info HttpServer: HTTP POST http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control. UserAgent: Pure Sensia 200D Connect D3R, UPnP/1.0, Intel MicroStack/1.0.1868
2019-10-14 17:31:39.962 Info HttpServer: HTTP Response 200 to client.IP. Time: 42ms. http://server.IP:8096/dlna/c1e5d403105543d38d52912b33fd197b/contentdirectory/control
2019-10-14 17:31:45.591 Info HttpServer: HTTP GET http://server.IP:8096/service/recordings/get. UserAgent: Zenterio/0x800D-13.1.61.2-470
2019-10-14 17:31:45.591 Info HttpServer: HTTP Response 404 to 192.168.55.103. Time: 0ms. http://server.IP:8096/service/recordings/get
2019-10-14 17:31:49.906 Info HttpServer: HTTP GET https://server.URL:8920/emby/System/Logs. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:49.907 Info HttpServer: HTTP GET https://server.URL:8920/emby/System/Configuration. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
2019-10-14 17:31:49.916 Info HttpServer: HTTP Response 200 to client.IP. Time: 10ms. https://server.URL:8920/emby/System/Logs
2019-10-14 17:31:49.924 Info HttpServer: HTTP Response 200 to client.IP. Time: 17ms. https://server.URL:8920/emby/System/Configuration
2019-10-14 17:31:51.474 Info HttpServer: HTTP GET https://server.URL:8920/emby/System/Logs/embyserver.txt. UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

 

I don't know how to create a working profile for the Pure...

post-378937-0-06833800-1571066989_thumb.png

post-378937-0-57299200-1571066996_thumb.png

post-378937-0-35393100-1571067028_thumb.png

Link to comment
Share on other sites

chrissi55

I did as you said

 

Only "Pure" is set to my profile

 

I still get those errors:

 

2019-10-18 12:33:16.580 Error Dlna: Error processing control request	*** Error Report ***	Version: 4.2.1.0	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb	Operating system: Unix 5.0.0.31	64-Bit OS: True	64-Bit Process: True	User Interactive: True	Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll	Processor count: 4	Program data path: /var/lib/emby	Application directory: /opt/emby-server/system	System.Collections.Generic.KeyNotFoundException: System.Collections.Generic.KeyNotFoundException: The given key 'ContainerID' was not present in the dictionary.	   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)	   at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(IDictionary`2 sparams, User user, String deviceId)	   at Emby.Dlna.ContentDirectory.ControlHandler.GetResult(ReadOnlySpan`1 methodName, IDictionary`2 methodParams)	   at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternal(ControlRequest request)	   at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequest(ControlRequest request)	Source: System.Private.CoreLib	TargetSite: Void ThrowKeyNotFoundException[T](T)

 

and i'm not sure if emby server has recognized my Pure Sensia

 

Via UPnP / DLNA i see EMBY-FriendlyName -> Folders Musik, Musik2, etc.

But no subfolders or files behind EMBY/Musik/....  or EMBY/Musik2/....

 

The subs resist empty for Pure

Link to comment
Share on other sites

Right that's the same as before. I would just delete your custom profile and wait for the next release as I mentioned earlier.

Link to comment
Share on other sites

chrissi55

Today i've installed 4.3.0.15 beta over 4.2.1.0

 

I rebootet the server and reenabled DLNA twice. My profile for Pure has been deleted.

 

No effect -> empty subfolders of Musik folder as before.

 

And still possible to search for files and play after search. And what is more important i don't get target list after searches in form of  directories but as artist / album ...

I want to browse my dlna server like a file explorer dir / subdir / subsubdir ...

 

There are no error messages at the client.

 

Log is attached

embyserver.txt

Edited by chrissi55
Link to comment
Share on other sites

The errors are cleared up though so we did make a little progress. Even if that doesn't help in this particular situation, it may end up helping with other older devices.

 

Unfortunately as for what the problem is now, I don't know. We'd probably have to test with your device ourselves in order to figure it out. Maybe I can look at adding more logging in case it might shed some light on the answer.

Link to comment
Share on other sites

  • 2 weeks later...
chrissi55

I've installed 4.3.0.18 - has DLNA Plugin changed since 4.3.0.15?

 

Interesting is, opening my root folder for music no folders appear - as before.

When starting a search i had to minimum give a * for Albumnames to search.

 

After my list appear i don't start playing by clicking on a track or an mp3 file but i click on the back button to switch over to upper directory.

 

That moment a song / a file starts playing ??

 

I can reproduce that behaviour in another folder with different type of audio files.

Edited by chrissi55
Link to comment
Share on other sites

  • 4 weeks later...
chrissi55

I've updated to DLNA PlugIn 1.0.33 from Nov 29th 2019 ... and still have the probs.

 

In comparason to miniDLNA or e.g. Fritz!Box UPnP Server - what worked well for my Pure - the emby plugin still don't show any files beyond 1st folder level ....

 

:(

 

Would it be possible to have a compatible DLNA PlugIn on level of miniDLNA or something like that - what seems to be more device-friendly for elderly devices at the same time?

Edited by chrissi55
Link to comment
Share on other sites

We're doing our best to make it as compatible as possible. I'm just not sure what the issue is with your device.

Link to comment
Share on other sites

chrissi55

As wrote above

 

My device is working well in common with miniDLNA (ReadyMedia) Server -> standard under ubuntu linux.

And with MediaServer (UPnP Server of my Router(s) FritzBox 7490 and 7590) as well.

 

In Emby i see the EMBY Server friendly name of the DLNA and can click on that. After that it opened my given categories "Music" and "other audio files"

After that click i only see an empty page. But i can start a search in that empty page. After doing so my device is listing audiofiles but not in a sort of the mediafolders but totaly mixed as Interpret / Album / Song

 

Clicking on one mp3 file i can play from emby as well - but that's not comfortable.

 

I have another device from Medion that behaves the same way as Pure Connect 200D.

 

That why i'm not sure if it is my device (devices) that is (are) making trouble.

 

 

Sadly i can't give way for the files laying on my emby-server in Fritz!Box UPnP Server because the Router is supporting local storage (USB / NAS storage) and / or online storage like Magenta CLOUD Service.

In case i could make emby files accessible via Fritz i would have done that and disabled the whole DLNA Server in emby settings

Edited by chrissi55
Link to comment
Share on other sites

chrissi55

Today i made some experiments - disabled emby dlna and installed gerbera from the repositories.

 

gerbera is working as expected too with Pure Sensia Connect 200D.

 

gerbera as fork of MediaTomb .... from the website this info:

 

Gerbera implements the UPnP MediaServer V 1.0 specification that can be found on ....

 

 

So i have 3:1 upnp servers working with Pure .... emby is not.

Edited by chrissi55
Link to comment
Share on other sites

  • 1 year later...
chrissi55

I'm still using gerbera as DLNA Server ....

Don't know why gerbera is so much better than the build in DLNA in emby.

Never the less with ubuntu upgrade to 20.04.1 gerbera get it's update too and performs very very good.

Link to comment
Share on other sites

  • 3 weeks later...
chrissi55

I'm using Emby Server 4.5.4.0 from the date of release.

Installing Gerbera DLNA beneath emby is pretty easy with this guide

https://docs.gerbera.io/en/stable/install.html

 

Link to comment
Share on other sites

  • 5 months later...
ayham002

have the same problem... server 4.6.4.0 :)

 

try to change content type to mixed content (maybe because of subtitle files)....worked for me

Edited by ayham002
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...