Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    Mensaje Fast RWI al iniciar aplicacion

    Hi, I haven't seen this before. Please let us know if you find anything. Thanks.
  3. Hi, this is case insensitive. It does not matter whether you send username or Username or UserName.
  4. Oratorian

    [Plugin] Emby Theme Maker

    Theme Maker · What's New Movies are now supported — via ChapterAPI intro markers Theme Maker builds a per-title theme video/music from an intro's IntroStart → IntroEnd span. Emby only auto-creates those markers for episodes, so movies were skipped. Now you can point it at a movie by setting the markers yourself — e.g. around a favourite scene — using the Chapter API / Chapter Editor. 01 Why movies needed a manual step Theme Maker is marker-driven: it reads an item's IntroStart/IntroEnd chapter markers and cuts exactly that span. Episodes get those markers from Emby's intro detection; movies don't. So for a movie you simply provide the span — mark the seconds you want the theme cut from — and Theme Maker treats it exactly like an episode. Delete the markers afterward if you like; the theme file stays. 02 How to make a movie theme 1 In Theme Maker settings, turn on Include movies (default: off, so existing series-only setups are unaffected). 2 On the movie, add two chapter markers via the Chapter API / Chapter Editor: one of type IntroStart and one of type IntroEnd, bracketing the scene you want as the theme. 3 Run Theme Maker: Preview (read-only) to confirm it sees the movie — the log shows '<Movie>' (movie): source intro … — then run Theme Maker: Generate. 4 The theme lands in the movie's own folder — backdrops/theme.mp4 and/or theme.mp3 — exactly like a series. You can remove the markers now; the theme file remains. Mind the length limits. The marked span must fall between Minimum intro length (default 8s) and Maximum intro length (default 150s) — a span outside that range is silently skipped. So a ~2-minute favourite scene works out of the box; if you want a longer theme, raise Maximum intro length in settings first. Standard Pad start / Pad end and fade settings apply to movies too. 03 Good to know Off by default. If you don't enable Include movies, nothing changes — series are processed exactly as before. One folder per movie is assumed (standard Emby layout). The theme is written to the folder that contains the movie file. No markers = skipped, cleanly. A movie without IntroStart/IntroEnd just logs "no intro markers" and is left untouched — no errors. Same encode pipeline. Movies use the identical ffmpeg cut, downscale, fade and audio-language handling as series — nothing to configure separately. TL;DR: Enable Include movies → set IntroStart/IntroEnd on the movie via Chapter API (8–150s span) → Generate → get backdrops/theme.mp4 + theme.mp3 in the movie folder. Download github.com/Oratorian/emby-theme-maker/releases Grab the latest EmbyThemeMaker.dll from the newest release. Source github.com/Oratorian/emby-theme-maker Source, README and issue tracker.
  5. Thanks for the response. To clarify, after playback stops, it brings me back to the movie info screen and then if I try to play the movie again (even without subtitles enabled) it will freeze and force close the Emby app. Seems I have to give the server a bit of time before I try to play a movie again or else that happens.
  6. Luke

    [Plugin] Emby Theme Maker

    Hi, send a message to @ebr
  7. Oratorian

    [Plugin] Emby Theme Maker

    @Luke Sorry to poke you, but how do plugins get access to the emby Repo?
  8. Ah, I see now you already did do that. Thanks. As I observed from the video, the server simply stops responding and that is why playback stops. The app is not "crashing". Playback is failing because the server stops responding. The question is why... failed to connect to /192.168.0.57 (port 8096) from /:: (port 54272): connect failed: ECONNREFUSED (Connection refused) Hopefully, Luke can spot something server side.
  9. Hello ebr, The problem is happening on all movies with subtitles even if its just one track. Also all these movies subtitles were working fine just a few weeks ago. I just reproduced the problem again and sent the logs from the app. User: MartinVallejo Movie: 3:10 To Yuma Logs sent: 1:51pm ET
  10. crusher11

    Intro/Credits Backup & Restore (New Plugin)

    Is it still writing its own NFO, or does it now write to the media's existing NFO? What's the best way for me to go about handling my existing backups and intros? I have some intros that aren't backed up, because they were marked after Cheese's plugin stopped working, and I don't want to lose those, but I also want to restore the intros I did have backed up with Cheese's plugin and have since lost. I'm still on .17 for now, so I can't install this until I have time to do a full server update.
  11. Today
  12. Hi Emby community, I think there is a login bug in Emby server 4.9.5.0. The web login fails for me across multiple devices and browsers, and the server log shows Value cannot be null. (Parameter 'name') on POST /emby/Users/authenticatebyname. After checking the network request, I found that Emby Web sends the form body as Username=myuser&Pw=mypassword, but the server seems to expect UserName=myuser&Pw=mypassword with a capital N. I tested this manually: Username=test&Pw=test returns HTTP 400 with the null name error, while UserName=test&Pw=test reaches normal login handling. As a temporary local fix, I changed the bundled web client from Username:name to UserName:name, and login started working again. Could you please check this casing mismatch?
  13. Hi. From the app perspective, it looks like your server stops responding during the attempt to switch to those subs. Do all of the problem items have 25+ subtitle tracks? Can you also reproduce that and then follow the instructions to send a log from the app? Thanks.
  14. softworkz

    Windows 11 App Refusing to Load

    The beta was just for testing, not a solution. A new stable with the new ARM64 package will be out in the new 2 days if all goes well. Thanks
  15. FlameRed

    MBS - Live TV Commercials file support

    and I forgot the Emby Plugin → Com Skipper
  16. Thanks for the prompt responses. Please see below information: User: MartinVallejo Logs sent: 12:30 ET Problem: Tried to activate subtitles while watching 2001: A Space Odyssey mkv (happens with all movies) I have attached a video and what I think are the correct logs from the web app. Please let me know if there is anything else I can provide. embyserver-63919888164.txt ffmpeg-transcode-e6103ed0-bae5-401a-847d-7adc43d88a24_1.txt hardware_detection-63919888172.txt 20260717_123245.mp4
  17. Oratorian

    [Plugin] Emby Theme Maker

    Manually installing an Emby plugin on Synology — DLL drop For plugins that aren't in the catalog — a third-party plugin shipped as a .dll (sometimes inside a .zip). Drop the DLL into Emby's plugins folder and restart. The only Synology-specific trick is finding that folder. Native or Docker? The steps are the same — only the plugins-folder path differs depending on whether you installed the Emby .spk package from Package Center or you run Emby in Container Manager / Docker. Both paths are below. Step 1 — Find your plugins folder The plugins folder sits directly below Emby's data folder. Don't guess the path — Emby tells you where it is: open Dashboard → 3-dot menu → Get Server Info (or check the Paths section) and note the data folder, then look for plugins just under it. native .spk → typically /volume1/@appdata/EmbyServer/plugins/ (a hidden system folder — reach it over SSH or WinSCP; confirm the exact path from Dashboard first) Docker → inside the folder you mapped to /config, e.g. /volume1/docker/emby/config/plugins/ (a normal shared folder — just browse to it in File Station) Step 2 — Drop the DLL in and restart Stop Emby Server before copying anything — Package Center for a native install, Container Manager for Docker. If the plugin came as a .zip, unzip it and locate the .dll. Copy the .dll into the plugins folder from Step 1. Replacing an older copy? Rename the old one to .dll.old first. Fix ownership/permissions — the step people miss on a NAS. Make the new .dll match the owner and permissions of the other .dll files already in that folder, or Emby won't load it. Start Emby Server again. Confirm it under Dashboard → Plugins → My Plugins. Docker tip: because the plugins folder lives in a normal shared folder, you can do the whole thing from File Station — no SSH needed. The native package hides its data under @appdata, so SSH (or WinSCP) is the practical way in. If the plugin doesn't show up Server wasn't fully stopped when you copied the DLL — stop it, recopy, start. Wrong ownership/permissions on the .dll — match it to the neighbouring plugin files. Wrong folder — re-check the data-folder path in Get Server Info; the file belongs in plugins, directly below it. Check the server log for a load error mentioning the plugin. In short: stop the server, drop the DLL into the plugins folder below your data folder, match the file's permissions to its neighbours, start again.
  18. FlameRed

    MBS - Live TV Commercials file support

    Thank you, and the Mods for pointing me to this solution. I am no docker or Emby expert by any means, but Claude AI was able to write the script and the files necessary to get this to work. So if I can do it with the aid of AI, I think anyone could. I would post the files, but they are customized to my QNAP NaS, so will not work generally. We found that we had to install ffmpeg in the comskip container to get it to work as a idiosyncrasy with QNAP. Also, we created the docker source on the server as another. So basically it requires: dockerfile (because of Qnap workarounds) comchap.sh docker-compose.yml with all kinds of various Qnap workarounds. comskip.ini If someone is running a QNAP with QuTS Hero, I would be happy to share the files. They would be of no use to other environments. Get-R-Done with Claude or your favorite AI.
  19. Oratorian

    [Plugin] Emby Theme Maker

    Did you install Emby as a docker service on Synology?
  20. Parpatrus

    Mensaje Fast RWI al iniciar aplicacion

    Gracias por la info visproduction Modo desarrollador no lo tengo activado o al menos yo no lo activé para hacer la instalación desde el usb, leo que algunos han reiniciado de fabrica, me gastaría alguna solución para no tener que perder los ajustes
  21. visproduction

    Mensaje Fast RWI al iniciar aplicacion

    See:
  22. butters0_0

    Windows 11 App Refusing to Load

    Hi - I'm also running into the same issue - Emby app from Microsoft Store doesn't open. I am using a Surface Pro that needs the ARM64 package. Can you invite me to the beta package? Thanks.
  23. Recientemente instale emby en un tv Samsung por usb ya que la versión de la tienda Samsung es 2.2.8 y pensaba que con una mas actual quitaría el fallo de al pasar de un capitulo a otro de una seria de forma manual, la barra de estado no se esconde de forma automática como pasaba en versiones anteriores, se instaló correctamente y funciona bien, lleva varios días funcionando, pero hoy ha salido esta notificación cada vez que lo inicio, pensando que podría ser certificado caducado o alguna actualización con lo que la he desinstalado y he instalado el que hay en la tienda oficial de apps de la tv, aun así sigue saliendo. antes de instalar la de la tienda de Samsung, hice mantenimiento del dispositivo para borrar la cache de la tv, un reinicio dejando el boton de encendido del mando presionado y luego instalar la que hay en la tienda de Samsung, pero aun sigue saliendo esa notificación cada vez que inicio la app de emby. mi tv es Samsung oled modelo S93D. Alguna solución? Muchas gracias. P.D. Después de dar a ok emby funciona bien
  24. Yeah they are logged in to the same account. I just noticed when I look at the activities on the server, the playback never show up there, only the authentication from each device. If I play from the Emby app, the playback activities show up.
  25. I am in a similar situation. I have a 77" Class OLED S90D paired with HW-Q990D, but I run on Emby on an Ubuntu server. I think the sound quality is excellent, however sometimes it just feels like something is "missing" when transcoding DTS audio. So I did the Nvidia shield thing. It does direct play, but it sounded far less boombastic and almost tinny. Then I bought a Intel NUC 13 PRO (NUC13ANKi5000) that I put Bazzite on. I find it better than the Shield, but still not as good as the transcoded Samsung app+soundbar. From what I can tell from reading other forums is that if you are using the Emby app on the TV, it has access to the internal DSP that makes it sound objectively better. If going through the soundbar, you get native audio codec compatibility, but no DSP effects applied to the audio stream. Honestly, it's a lot of work troubleshooting. For me, in the long run, it's just not worth the time. The transcoded movies sound great or at least better than the direct playback. And 90% of the time, the TV is playing older TV shows or media that doesn't matter if it is even surround sound.
  26. TecEmbryo

    [Plugin] Emby Theme Maker

    Many thanks for your help! I have check and see ... nothing for a "Tecembryo". I can only find instructions for deleting or modifying, not for adding anything. Never mind, I don't dare try it, so I'll just have to do without.
  27. Neminem

    Theme Songs/Movie ThemSongs a.s.o - not work

    Just another Emby user. Not part of any support team Is was a quick forum search to finde it. Guess I'm not lazy.
  1. Load more activity
×
×
  • Create New...