Jump to content

Music stops after one song OMV5 Docker using Chrome


Bambu Utila

Recommended Posts

Bambu Utila

Hi,

I recently moved my Emby server over from Windows to OMV5 in a docker container.

This is the portainer stack im using to install Emby

---
version: "2.1"
services:
  emby:
    image: linuxserver/emby
    container_name: emby
    environment:
      - PUID=1000
      - PGID=100
      - TZ=America/Tegucigalpa
    volumes:
      - /srv/dev-disk-by-label-Data/AppData/Emby:/config
      - /srv/dev-disk-by-label-TVShows/Tv:/data/Tv
      - /srv/dev-disk-by-label-Movies/Movies:/data/Movies
      - /srv/dev-disk-by-label-Data/Music:/data/Music
    ports:
      - 8096:8096
    restart: unless-stopped

Everything works fine, except for the fact that when i try to play an album the music stops after each song when using Chrome. If i use MS Edge it just moves to the next song without a problem.

I'm using Chrome 86.0.4240.75. Am I just missing a simple setting or is this still a bug?

Link to comment
Share on other sites

Hi there, are you still running into this? I just tested and it seems to be working ok from here, using Chrome 86 as well. Thanks.

Link to comment
Share on other sites

Bambu Utila
3 hours ago, Luke said:

Can you provide the contents of the browser debug console? Thanks.

I'm not 100% sure i understand what you mean.

Where do i get that content and should i get it while music is playing?

Link to comment
Share on other sites

Bambu Utila
Just now, Luke said:

Yes that was it, but nothing obvious there. Does it only happen with that one track?

No it happens with any song. After the first one it just stops.

If i skip to the next song then it will keep playing after that.

This happens for albums and playlists

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...