Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. kikinjo

    Plugin: Emby Reporter.

    pitty this only works for web client
  3. GrimReaper

    F SERIE WITH SEEDBOX : JELLYFLIN Server Error 403

    And it should not be, as JellyFin forked from Emby long ago. As said, if you have any issues with Emby, server or client apps, the community would gladly try to assist. Else: JF forums.
  4. westlounge

    F SERIE WITH SEEDBOX : JELLYFLIN Server Error 403

    I posted here because I followed the Jellyfin installation instructions on OS ORSAY (link here): https://github.com/Jellyfin2Samsung/Jellyfin-Orsay-Installer And at the bottom of the page, the community is listed: https://emby.media/community/index.php?/topic/9869-samsung-orsay-smarttv-2011-2015-community-app-install-instructions/
  5. GrimReaper

    F SERIE WITH SEEDBOX : JELLYFLIN Server Error 403

    You have missed the appropriate forums by a wide margin, mate. Direct your queries to whoever is selling your access or JF forums. If you have any EMBY queries, feel free to return.
  6. Hello When I enter my seedbox subscription login information on the login page and submit it, I get a 403 error (see attached image). I noticed that the underscore symbol "_" doesn't exist on the TV, could that be the problem? (I entered it using a USB keyboard.) Because I can't change my login, it's provided by the seedbox provider. any idea ? TV => UE40F6500
  7. coyotecabreado

    Problema con los subtitulos

    Hola @Luke¿se sabe algo de la actualizacion? ¿podria usar la version anterior de la aplicacion para Samsung Tv?, un saludo.
  8. Today
  9. Hi everyone, I wanted to share a project I’ve been working on called Zerk Play. It’s a custom Windows desktop front-end for Emby designed specifically for those who want a "lean-back" experience on a big screen without the overhead of a full browser. What makes it different? Native Direct Play: Powered by media_kit / mpv on Windows, so it handles almost any codec natively without forcing your server to transcode. *Built-in seerr Integration: Seamlessly browse and request content via Overseerr/Jellyseerr directly within the app. If you don't have it, you can request it in one click. Couch-Friendly UI: Designed for fast browsing and high-visibility artwork. Dynamic Recommendations: Includes "Because you watched" and "Trending" rows pulled from your Emby history and *seerr instance. Features: Full Search (Library + Requests) Skip Intro & Autoplay support Multi-language UI (English & Romanian + more to come) Built-in Auto-updater I'm currently focused on the Windows build, but an Android TV version is high on the roadmap and with other versions being considered! Check out the repo for screenshots and the latest release: GitHub
      • 1
      • Like
  10. SamES

    Playback error “no compatible streams”

    Thanks. Yes, music often depends on the transcoder. I'll test this tomorrow.
  11. poppov

    EMBY DUPLICATE FINDER FOR SYNOLOGY

    new version on github, language selection, duration next to the movie size.
  12. Please see: Is there a limit to Emby Premiere?
  13. quickmic

    embyforkodi (next-gen) 12.X.X support

    That's not new, actually it's quite old. It does exactly what it says, Emby collections/boxsets are assigned to Kodi tags. Mainly used when the same movie is assigned to multiple collections on Emby. Kodi's boxsets cannot handle that but Kodi tags can. leave it disabled unless you have issues.
  14. Kyrunner

    embyforkodi (next-gen) 12.X.X support

    What is the new setting boxsets as tags.
  15. dajack

    viewing on other devices

    Thanks for your help.
  16. Lol! I see what you mean with "Ild Kugle!" that would be just wrong.. I just feel that Bazarr, even if it translated pretty good, it still feels unnatural often.. like machine translating sentences like a book, not like a spoken dialog. like if the original text is "Hi, do you want coffee? No, I'm good" would translate to "Hej, vil du have kaffe?, Nej, Jeg er god" and so on.. It does not understand slang or spoken dialog as well as an llm..
  17. yocker

    Plugin: Emby Reporter.

    New version up at yocksers/EmbyReporter: Report issues in Emby. Added some of functionality. 1) User and admin can chat with each other. 2) Issue status 3) Notification appears on new reply from admin on the mainpage for the user. 4) Button in the side bar for opening the chat. 5) Toast message gets sent to user when they are watching a video so they don't miss the reply. 6) User can close the issue, in case it was sent by mistake. Remember press the uninstall scripts before updating the plugin and to clear the cache of the browser after pressing install script.
  18. Sorry i meant to say i use "Bazarr". 99% of the stuff i find have english subtitles, no problem to translate with Bazarr for that 1%. Also the only place where i and my users mostly use subtitles is for anime, never translate them to danish.. I don't know, just feels wrong watching those with danish subtitles for some strange reason. Looks strange watching "ILD KUGLE" being written every time someone attacks some one else.
  19. pünktchen

    VirtualTV plugin

    And "Continuous Playback", does it work now for you?
  20. I actually tried lingarr based translation, but wasn't satisfied with the quality. Also had a project where i used NLLB-200, the translating engine from Meta, which translates between all the FLORES languages, and actually trained it on norwegian and english subs to get it better at subtitle translation, but in the end, even if it was pretty good, my newest version using a mix of smart scripts and LLM processing is much better.. nearly flawless. Libretranslate was a fallback option in the NLLB-200 project, and it also had a web-interface with drag and drop etc. It is here: https://github.com/dexusno/srtxlate And if you want to use local models only, probably the best i have seen. But as deepseek api is so incredibly cheap, and also produce so much better results, I use the new project instead. I mean, you can literally translate hundreds of episodes for under 5 usd in api calls.. My newest project for files where subs are not available at all, uses a 5 step process using whisper v3 large in conjunction with local smart scripts and LLM calls to extract audio, transcribe, punctuate correctly, clean up and catch hallucinations by whisper using professional grade subtitle standards as a framework.. It works very well. https://github.com/dexusno/Transcribe-Subs
  21. Hi there, i have a .nfo problem after upgrading server to 4.9.3.0. I have a mixed video folder full of videos with there own .nfo file for each video with release date in the nfo. i like to sort this folder by release date so i can watch them in order. Since upgrading, it looks like none of the metadata is being read for this folder. Im hoping its a quick fix as all my movie and tv series remain unaffected which have the same structure .nfo files. I have attached a .nfo to show the structure. thanks Wrestlepalooza 2025-09-20.nfo
  22. Encho

    TrueNas Scale

    I sure asked Ai about my issue if thats what you mean ?
  23. robbie1407

    LG OLED65CS6LA PVR Playback Issue

    thanks, will do
  24. Hej! I actually made a project to use whisper as well.. But as I am a bit of a perfectionist, I was not very happy with the pure whisper output.. so I made it a 5 step process, where whisper first transcribes, then some smart logic and 2 passes to a LLM gets the subs to where I would like them.. near perfect. The project is here: https://github.com/dexusno/Transcribe-Subs You can read about the inner workings of the project in the Readme.md on git.. It was fun to develop.
  25. danzigman

    embyforkodi (next-gen) 12.X.X support

    Thank you. I was able to make it work. That is, I just updated the server and then let Kodi scan normally. Problems started when I decided to reset the Kodi local database and let it rescan everything. I noticed that using collections and tags in place of smart playlists is slow because the addon has to rescan the videos if there are many entries in the lists. Also, the Emby Android app lacks features like showing the community rating and other details on movies as one browses playlists. The viewing function is much better in Kodi.
  26. It was pre-installed within the image here: https://emby.media/emby-theater-rpi.html
  27. mb93

    HDR Fehler

    Hallo, Wenn ich einen Film (HDR) abspiele ist er an der ein oder anderen Szene mit dem Standard Player der firetv app extrem dunkel bzw. Verwaschen. Auf einer android tv streaming box ebenfalls. Verwende ich einen externen Player ( in der emby app umgestellt), ich verwende vlc ist alles normal. (Direct Play) Leider fehlen mir im vlc dann die Funktionen des normalen players.... Gibt es da evtl. Eine Lösung?
  1. Load more activity
×
×
  • Create New...