Jump to content

flux

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

flux's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am having some difficulties getting the DLNA portion of this to work, and can't for the life of me figure it out The networking mode for the docker is set to host, with ports 1900, 4040, and 4041 mapped, and I have disabled my plex docker while testing. DLNA is enabled in Airsonic, and I can even see Airsonic on my DLNA device. When I navigate to the airsonic server on my device I can browse by artist and album etc, and can see all of the artists and albums fine, but when I click on an actual artist to view songs the DLNA device does not retrieve anything, just get stuck with a loading symbol. Seems so strange that it lists all of the artist names but then I can't browse any further. I get the following in the airsonic logs: 2020-05-01 19:56:17.682 INFO --- o.a.player.service.UPnPService : Starting UPnP service... 2020-05-01 19:56:17.800 INFO --- o.a.player.service.UPnPService : Successfully started UPnP service on port 4041! 2020-05-01 19:56:17.862 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server 2020-05-01 19:56:20.303 INFO --- org.airsonic.player.Application : Started Application in 37.866 seconds (JVM running for 40.616) 2020-05-01 19:56:20.303 INFO --- org.airsonic.player.Application : Started Application in 37.866 seconds (JVM running for 40.616) And when I start browsing I get: 2020-05-01 19:57:27.043 INFO --- o.a.p.s.u.DispatchingContentDirectory : UPnP request - objectId: 0, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 30 2020-05-01 19:57:27.043 INFO --- o.a.p.s.u.DispatchingContentDirectory : UPnP request - objectId: 0, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 30 2020-05-01 19:57:31.220 INFO --- o.a.p.s.u.DispatchingContentDirectory : UPnP request - objectId: artist, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 30 2020-05-01 19:57:31.220 INFO --- o.a.p.s.u.DispatchingContentDirectory : UPnP request - objectId: artist, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 30 Then I browse to an artist but the DLNA device won't load any further, but the following is all I get in the logs: 2020-05-01 19:57:37.987 INFO --- o.a.p.s.u.DispatchingContentDirectory : UPnP request - objectId: artist-119, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 30 Has anyone encountered this before? It feels like I am so close! I was using plex with DLNA with no issues but frustratingly it doesn't support playlists thanks.
×
×
  • Create New...