All Activity
- Past hour
-
Hdbdhdhdh joined the community
-
zdgzkchpqmwlu@protonmail.com joined the community
-
abat119 started following Atrium — a native tvOS app for your Emby server
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
GrimReaper replied to Blueskies278's topic in Plugins
Minor glitch: Ended/Canceled/Returning shows get both Season Premiere and Season Finale badges on first/last episode of each season (single- or multi-season shows). Still Airing shows do not get Season Finale on any last episode of previous completed seasons (but do get Season Premiere badge on each first episode of all seasons). Another possible improvement: maybe last episode of the last season for Ended and Canceled shows should get Series Finale badge instead of only Season Finale? -
If this is asked my apologies since searching the terms would not get me quickly to my question. My question is, is there any way to treat depisodes with the "Live" setting just like "New". Example, under live you can limit recordings to "New". However, my guide provider and I'm assuming others do the same, they send "Live" for live events. If you select "New" it does not record any "Live" or "repeat" or no designation. If you want the live versions, you have remove the "Live" option and it records all and the only way to limit to a specific time is to select the around time option. So in the case of the two below I would say around 6AM. The problem is if there is a live version of that show at different times they you only get the one.
-
rhelly joined the community
-
PeterWangDL joined the community
-
Bozai555 joined the community
-
vdatanet started following iOS 26.5 broke safari web playback
-
Sssssssssyyyyybbbbb joined the community
-
Eden zilberman joined the community
-
I have worked through all the steps on External Connections in the linked guide. I've tried enabling UPnP on my router with automatic port mapping enabled on Emby server, but that didn't work - still couldn't connect outside my home network. So I disabled that and tried manual port forwarding - set this up as per the instructions, verified external IP address etc, but still no success. Whatever I do, I cannot access Emby outside my home network
-
@LukeCan you take a look at this?
-
Hi Luke Thanks for the reply. For DV 5 ffmpeg -i file.mkv -c copy -tag:v dvh1-strict unofficial file.mp4 For DV 8.x ffmpeg -i file.mkv -c copy -tag:v hvc1 -strict unofficial file.mp4 -strict -2 also works Note the video tag difference between P5 & P8.x For HLS, the master manifest needs to be reflect the different profiles (8.x requires supplemental-codecs where as 5 doesn’t) Happy to test and/or help in anyway!
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
Blueskies278 replied to Blueskies278's topic in Plugins
Thanks. Please let me know if you experience any bugs or if something doesn't look right. -
ArnaudLULU joined the community
-
Corrie bird5 joined the community
-
Kyouma started following Can't scroll down in Collections
-
Hello, I can't seem to scroll down when I'm inside a Collection when grouped by none. It does not go further then the 2nd Tile. Here's a recording 20260825_113119.mp4
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
GrimReaper replied to Blueskies278's topic in Plugins
Awesome update. Color coding looks great (very useful), image rendering is fast, episode primary-type and thumb-type images getting proper badges as well. Well done. - Today
-
Folks. I'm so sorry. This problem seems "fake" now: transcoding info is just not displayed anywhere (except in logs). So I would say transcoding itself is working as expected. Displayed values problem has been already reported in another issue.
-
Misleading transcode information in clients and dashboard
danergo replied to danergo's topic in Linux
@Lukethis avoided my intention, sorry. Can you tell me which exact version(s) fix(es) this problem? The other issue might be a duplicate. Let's focus on this first if you have the version numbers. Thank you! -
Resumen 1. Los trailers: Cinema Mode Tienes activo el plugin Emby.Server.CinemaMode 1.0.50 junto con Trailers. En el log se ve antes de la película: 10:11:29 Playback start ... "Un gran viaje atrevido y maravilloso" 10:11:31 Playback stopped ... "Eleanor the Great" 10:11:35 Playback start ... "Gran Torino" Es exactamente lo que reporta el usuario: trailers sin relación con la película elegida. Es el comportamiento previsto de Cinema Mode (pre-rolls tipo cine) y se desactiva en Plugins → Cinema Mode. 2. Por qué no arranca después: bucle de seek La película sí empieza — los segmentos 0 a 12 se sirven bien. Entonces: 10:11:38.977 Starting transcoding because segmentGap is 641 and max allowed gap is 8. requestedIndex=664 La TV salta al segmento 664 (= 33:12, probablemente una posición de reanudación). Emby mata ffmpeg y lanza otro con -ss 00:33:12. A partir de ahí, bucle: ocho intentos idénticos, cada uno terminando con exit 137 (SIGKILL) tras ~10.300 ms. La TV espera exactamente 10 segundos, no recibe el segmento, desconecta y lo vuelve a pedir; eso mata el ffmpeg y el siguiente empieza de cero. Nunca llega a producirlo. Pantalla negra hasta que la sesión muere sola a las 10:14. Por qué el seek tarda más de 10 segundos El almacenamiento va muy lento. En el mismo log: SubtitleEncoder: Subtitle extraction took 289,348ms 289 segundos para extraer un SRT interno de 47 KB. Leer el archivo de 26 GB hasta el minuto 33 es inviable a esa velocidad. Había un escaneo de biblioteca en marcha (ValidatePhysicalRoots, decenas de consultas a TMDb y ffprobe entre las 10:10 y 10:11), compitiendo por la misma E/S. Solo 2 vCPU (Processor count: 2). Aunque NVENC haga el trabajo pesado, el demux y el segmentado son CPU. Qué hacer, por orden de impacto Desactivar Cinema Mode. Medir /discos: dd if=/discos/Peliculas/... of=/dev/null bs=1M count=2000. Si es NFS, revisar rsize/wsize y que no esté montado soft. Es el problema de fondo, el mismo que causó el Stale file handle anterior. Mover los escaneos de biblioteca a la madrugada y desactivar el monitoreo en tiempo real. Subir el contenedor a 4 vCPU como mínimo. Probar sin la posición de reanudación: marcar como no vista y reproducir desde el principio. Si funciona, confirma que el problema es el seek. Secundario Plugin ScripterX roto: lanza NullReferenceException en cada evento de progreso (150+ excepciones en dos minutos). Actualizarlo o quitarlo. Error de resolución de nombres en /discos/Peliculas/Pelis/H y /W: bug de Emby en VideoListResolver, normalmente disparado por archivos de versiones múltiples mal nombrados. A medio plazo: este archivo es el peor caso posible — remux Blu-ray VC-1 de 29,7 Mbps con límite remoto de 5 Mbps. Reencodarlo a H.264/HEVC a 8-10 Mbps eliminaría todos estos problemas de golpe.
-
Noahsil started following Jar4tt
-
Ahora el log parece correcto, ¿que sucede exactamente?. ¿Solo reproduce trailers no relacionados?
-
Fixed nfs problem, now you can see it in the logs. About the limit, it was done in purpose and they are outside the lan network. Logs.zip
-
Only my own db
-
Gran Torino: 08:59:19.040 /discos/Peliculas/Pelis/G/Gran Torino (2008) [tmdb=13223] 1080p.mkv: Stale file handle Resumen Problema principal: Stale file handle (error ESTALE de Linux) al acceder a /discos/Peliculas/Pelis/G/Gran Torino (2008)...mkv. No es un fallo de transcodificación: ffmpeg muere en menos de un segundo, antes siquiera de leer el archivo. Secuencia del log: Intenta transcodificar por hardware (NVDEC VC-1 → NVENC H.264 en la A2000) → falla en 0,8 s. Emby interpreta mal la causa y hace fallback a software. Reintenta con x264 → falla igual en 2 ms. La línea del fallback es ruido: el hardware está bien configurado. Solución: desde el host (y el contenedor si aplica), comprobar y remontar: ls /discos/Peliculas mount | grep discos umount -l /discos && mount -a Si es NFS, revisar el servidor (exportfs -ra) y montar con hard,intr en vez de soft. Después reiniciar Emby, porque mantiene handles abiertos al montaje antiguo. Dos detalles secundarios: Límite de bitrate remoto de 5 Mbps para el usuario Angel, con un archivo VC-1 a 29,7 Mbps: siempre transcodificará. Si la TV de los suegros está en la red local, conviene marcarla como tal para saltarse el límite. Parámetros de encoder alterados: preset superfast y CRF 35 en lugar de veryfast/23. Ese CRF da una calidad bastante pobre; con NVENC funcionando ya no hace falta.
-
@NeminemI am having that field as empty for all users. But it is not the problem with 'auto'. I can select something manually from the UI and it won't be displayed in stats for nerds nor in emby server dashboard.
-
Hi there. Here are the logs, movie won´t reproduce and only "ads" will appear. It only play´s trailers that aren´t even related. Logs.zip
-
Limiting download speed (for offline playback) per user/global
jvc99 replied to iBoss's topic in Feature Requests
We need this! -
No, nothing. Had to force close the app after 5 minutes.
-
Give me a second, i´m asking them to reproduce the movie
-
This is the only log you posted.
-
Euphoria was fine, maybe there was an issue while playing with teh A2000 but it plays fine
-
Your log: {"Chapters":[],"Protocol":"File","Id":"mediasource_392391","Path":"/discos/Series/Series/E/Euphoria (2019) [tvdb=360261]/Temporada 1/1080p/1x01 - [1] - Piloto.mkv","Type":"Default","Container":"mkv","Size":3904650596,"Name":"1x01 - [1] - .....
-
-
BDMV folder playback broken in Emby Server 4.9.5.0 – BDMV directory is incorrectly opened as a regular file
Jar4tt replied to Jar4tt's topic in General/Windows
confirm,the dot Pokemon Detective Pikachu 2019 ULTRAHD Blu-ray 2160p HEVC Atmos TrueHD 7.1-sGnb@CHDBits No Pokemon Detective Pikachu 2019 ULTRAHD Blu-ray 2160p HEVC Atmos TrueHD 71-sGnb@CHDBits YES
