bigverm23 2 Posted January 16, 2019 Posted January 16, 2019 so I ensured I have the Chapter Image Extraction option off, ran the scan after upgrading yesterday and its been at 89% for close to 24 hours. Is there something else I should be looking for in the settings?
PenkethBoy 2068 Posted January 16, 2019 Posted January 16, 2019 did you turn off both options - i.e the one while a library scan takes place? and did it for all libraries? other than that just be patient - it does take a long time to upgrade - hence the release notes warning 89% is not that its stuck it updates very slowly as it works through each file in you library - and will depend on the size of your library Look for ffmpeg processes - if you see them then things are still working - a low power server will take proportionally longer to complete Once complete you next scan will be back to normal or quicker than before 1
Luke 42089 Posted January 16, 2019 Posted January 16, 2019 Hi, if you can attach a server log we'll be able to tell you what it's doing. Thanks. 1
ebr 16199 Posted January 16, 2019 Posted January 16, 2019 As mentioned in the announcement, the first scan will take longer than usual. Thanks.
bigverm23 2 Posted February 14, 2019 Author Posted February 14, 2019 (edited) this is still not working if anyone is interested, although I have it working fine on the same host machine. Running latest version of Docker-Compose, using Traefik with Let's Encrypt as reverse proxy to emby.domain.com - this setup although reachable never fully populates the media library, and does not fetch metadata Running latest version of Ubuntu 18.04 - same host as that of the above docker set this Emby runs just fine. emby: image: emby/embyserver:latest container_name: emby volumes: - ${USERDIR}/docker/emby:/config - ${USERDIR}/Downloads1/completed:/downloads/completed - ${USERDIR}/media/movies:/movies - "/etc/localtime:/etc/localtime:ro" - ${USERDIR}/docker/shared:/shared devices: - /dev/dri/renderD128:/dev/dri/renderD128 ports: - "8097:8096" - "8921:8920" restart: always environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - GIDLIST=44 networks: - traefik_proxy Edited February 14, 2019 by bigverm23
Luke 42089 Posted February 14, 2019 Posted February 14, 2019 4.0.2 was released yesterday and resolves an issue of show movie library scans. Thanks.
bigverm23 2 Posted February 14, 2019 Author Posted February 14, 2019 4.0.2 does not resolve the issue, this seems to be an issue specifically related to docker and reverse proxy. I am able to reverse proxy my non-docker Emby version without issue....something with the docker setup.
Luke 42089 Posted February 14, 2019 Posted February 14, 2019 Please see How to report a problem. Thanks.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now