Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Just to add a quick follow-up observation regarding this issue: I did some further testing and confirmed that if a non-admin user queries the single-item endpoint (GET /Users/{UserId}/Items/{ItemId}) or the playback info endpoint (POST /Items/{Id}/PlaybackInfo), the API correctly returns ALL available MediaSources for that episode. Since non-admin users clearly have the permission to view and access all merged versions via single-item requests, restricting the bulk listing endpoint (GET /Shows/{Id}/Episodes) to only return 1 MediaSource seems highly inconsistent and illogical. Currently, this inconsistency forces API consumers to make dozens of individual single-item requests just to build a proper version-aware season playlist. This completely defeats the purpose of having a bulk episodes endpoint and unnecessarily increases server load. Hopefully, this inconsistency can be addressed so that the bulk endpoint matches the behavior of the single-item endpoints.
  3. Today
  4. There you go: docker ps --format "table {{.Names}}\t{{.Image}}" ('790522', 'Filme', 'movies') ('903989', 'Kids', 'unknown') ('903984', 'Sabrina', 'unknown') ('94171', 'Serien', 'unknown')
  5. cristianlopezdiaz

    VirtualTV plugin

    Hi! Thanks a lot for creating this plugin, I love it I just have a small suggestion that would make me love it even more: could it be possible to add a link in every item of the guide to the corresponding detail page of that item inside Emby? Basically the same as the "Go to item" button on a playlist item. That would be really helpful I think. Thanks!
  6. This looks similar to the request I made for region codes. @Lukewere the English gb-826 and us-840 added to the beta also?
  7. I am experiencing the exact same issue. Everything was working perfectly prior to the 4.9.0.x updates. However, after updating the server to the latest version, ⁠GetShowsByIdEpisodes⁠ returns significantly less data (incomplete ⁠MediaSources⁠) for non-admin users. This regression has been quite frustrating. I really hope Luke and the team can consider reverting to the previous logical behavior.
  8. WonkoTheSane

    Lifetime Emby Premiere Abo, yet App keeps nagging

    It does not. I blocked it some time ago. I occasionally unblock it for updates. Is an Internet connection required? If so I wasn't aware of that.
  9. Hello PiliPili, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  10. Hi, I noticed a behavior change in recent Emby 4.9.x versions regarding the GET /Shows/{Id}/Episodes endpoint. Observed behavior: When calling this endpoint with Fields=MediaSources,Path to retrieve all episodes in a season: Admin account: Each episode's MediaSources array contains all available versions (e.g., 3 versions per episode if the item has 3 merged alternate versions). Non-admin account: Each episode's MediaSources array contains only 1 entry (the default version), even though the same item has multiple merged versions visible in the web UI. Steps to reproduce: Have a TV show with episodes that have multiple alternate versions merged together. Call GET /Shows/{SeriesId}/Episodes?SeasonId={SeasonId}&Fields=MediaSources,Path using an admin API key → each Item has multiple entries in MediaSources. Call the exact same endpoint using a non-admin user API key → each Item has only 1 entry in MediaSources. Additional observations: The single-item endpoint GET /Users/{UserId}/Items/{ItemId} with the same non-admin user does return all MediaSources correctly. So the limitation appears to be specific to the bulk episodes listing endpoint. The API documentation states this endpoint only "Requires authentication as user" with no mention of different response payloads for admin vs. non-admin roles. This also affects GET /Users/{UserId}/Items?Ids=... when querying multiple items at once — non-admin users receive only 1 MediaSource per item. Impact / Use Case: This change makes it impossible for non-admin users to programmatically build a season playlist that respects a specific version preference. For example: A user has a TV show where each episode has multiple merged versions (e.g., different subtitle/source variants). They want to play through the season using a consistent version. Previously, calling the Episodes endpoint once would return all MediaSources, allowing the client to pick the preferred version for each episode and build a coherent playlist. Now, non-admin users only see one (default) version per episode from this endpoint. The result is a playlist with mixed, inconsistent versions across episodes — some episodes get version A, others get version B, depending on whichever the server chose as default. The only workaround is to call the single-item endpoint individually for every episode in the season, which feels unnecessarily heavy when a single bulk endpoint used to handle this. Environment: Emby Server version: 4.9.5.0 OS: Linux (Docker) Questions: Is this an intentional change? If so, could the documentation be updated to reflect the difference in response between admin and non-admin users? If intentional, is there a recommended way for API consumers to retrieve all available MediaSources for a season's episodes in a single request as a non-admin user? Would it be possible to revert this behavior so that non-admin users receive the full MediaSources in bulk endpoints as before? This change has caused real inconvenience for users who rely on version selection to maintain a consistent playback experience across a season. Thanks for any clarification.
  11. MarvinB

    [BETA] Ear Wax - NOW AVAILABLE - Testers Wanted

    @ginjaninja Hi, I havent heard anything from you lately, so I am checking in to see how testing is going and to update you on a few changes.. 1) I have finally figured out how to shuffle a playlist from the beginning consistently. 2) and random playback is even more random before. Give the above changes a listen Above all, send me your one off/edge cases, MAYBE just MAYBE, they can be addressed
  12. EriksUsername

    Mint: No compatible streams are currently available

    Update 2: I tried setting up the hard drives so they would mount at system startup, but that just changed the owner to root and didn't fix the 'no compatible streams' problem.
  13. Hi I have two problems with my Emby system, both regard Friend’s TV show. 1: Emby for Android won't show dvdsub on my nVidia Shield TV 2019 pro. Tested on an iPhone it loads subs Android phone does not load subs, another Android tv system loads subs(Get tv box in Norway, tested one week ago), Emby web shows the subtitles. It is my Shield and Android phone that does not show it. Logs can be sent in PM if needed as they are not depersonalized. 2: The show won't auto resume either. Other tested shows will. Is there any setting that I have forgotten, or is it an Android bug? I think it is strange that it works on web and iPhone. This tells me (I think) that it is not a server problem. Phones and everything is updated to latest builds. The server is on latest beta.
  14. yocker

    Subtitle not saved in media folder

    @GrimReaperTry this one. Should be correct this time. Any subtitles downloaded by Emby (with e.g. opensubtitles) can now be extracted and copied to video library or custom folder. MetaExtractor.dll
  15. EriksUsername

    Mint: No compatible streams are currently available

    Update: after reconnecting the hard drives to the docking station and restarting, the problem seems to be solved again. Puzzling ...
  16. EriksUsername

    Mint: No compatible streams are currently available

    Hm, I do have both external hard drives mounted via a docking station. I'll check to see if connecting them directly solves the issue. Edit: no luck, the problem persists.
  17. roberclash222

    Join Our Translation Team

    I've noticed lately that the translation page is taking a long time to load.
  18. GrimReaper

    Mint: No compatible streams are currently available

    Your server log is flooded with path not found errors: Same can be observed in ffmpeg log: Is your mount point getting disconnected? As if it were a permission issues you'd see access denied error entries, so it likely ain't.
  19. Hi, I recently migrated from Windows to Linux Mint (Mate) and I'm having recurrent problems with streaming files on client devices. One day things are working fine and the next I'm getting the error message "No compatible streams are currently available. Please try again later or contact your system administrator for details." I've attached two server log files, I'd greatly appreciate it if you would be so kind as to point me in the right direction. My knowledge of Linux is limited but I can usually fix basic problems, except in this case. Thanks! ffmpeg-transcode-b807f23e-f7a8-4aea-aa8f-1ce30058b79b_1.txt embyserver.txt
  20. Hispanico957

    SerieTv genres with empty folders/genres

    Thank mate but 4.10 it's still beta Hispa
  21. Emby for Android 3.5.36 Emby for Android TV 2.1.23g
  22. Guderian

    Problema Emby Client en Windows 11

    Hola, tengo un HTPC con W11 conectado a un Home Cinema y a una TV. Es la mejor manera de sacar audio de calidad 5.1 DTS o posterior (tambien lo tengo en Plex). Por el momento voy escapando con un chromecast que manejo desde el movil. Saludos
  23. I just loaded the new update at work to watch listen to world cup and noticed that latest recordings next to on now is missing. This release is a huge letdown first the horrible and useless view for recordings and now the few latest recordings have been removed as well. At home I still haven't updated because of the showstopper bug with recordings view can we please get this fixes before windows update takes over and doesn't let me go back. It is really disappointing what is happening with this product it is just going downhill.
  24. Mahinepua

    2.310 crashes at first start

    Another pc crashing on first start after updating to latest version. Xeon 2276m
  25. Luke

    At least 1 channel has stopped working

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  26. Luke

    Audio Issues

    Great, thanks. Please keep us posted.
  27. Luke

    Movie trailers not working

    Hi, can you give it another try?
  1. Load more activity
×
×
  • Create New...