All Activity
- Past hour
-
Well, I can't check right now un til I get a new heat pump. Been without AC for 3 weeks but finally tomorrow. Been up to 110 degrees outside. So, too hot in the closed theater room to check. Pretty sure it's just a dynamic mode. Once I find out, will tell you which node and what the custom menu item is. It is not a complete show (but could be if it's E01, it is a new episode mostly for an existing show.
-
MunchlaxAU joined the community
-
From my iPhone via web. I also took those of my daughters account but these are from mine. Nonetheless same shows you can see they’re showing fine in the web display vs the Roku
-
tmichalle joined the community
-
Hi, can you show screenshots of the same screen in the web app? Thanks.
-
Right now only your built-in web app.
-
It's probably not getting loaded there. It is a legacy api at this point that is just a wrapper around other functions. what do you need to do with it?
-
ugafe88708 joined the community
-
Over the last few days I’ve noticed my posters (and some thumbnails on the continue playing) on my main page disappearing but only on my Roku TVs. iPhone, computer are fine no issues. I tried to reboot server, tv, computer etc then my category images (movies tv etc) disappeared as well. I’ve researched a little on past threads and stuff and it seems like I should maybe erase my cache folder on my computer. I just don’t want to go erasing things and rebuilding until I know it’s absolutely necessary. Attached is a few photos and my log. embyserver.txt
-
echo7 joined the community
-
Ev5327pe joined the community
-
João 2 joined the community
-
JeffSun joined the community
-
Shelbysaurusrex joined the community
-
I was able to get it working with the api client. General question @Lukecan these pages be seen on the TV/android apps? Or only via the web page?
-
thao0209 joined the community
-
Blank for further details
-
Blank for further details
-
Blank for further details
-
HawkXP71 started following New statistics plugin
-
I was having problems with DV Profile 5.0, and I wanted an easy way to find any media that was using this profile. Thus began my efforts in working with the statistics package. Mostly for my own benefit and knowledge, I started working on the plugin to clean it up a bit as well as speed it up. It started as a fork of the fork that represents the current state of the current statistics plugin Architecturally, the biggest change is it no longer uses the config file for all the data. Instead it uses a sqllite database. The biggest advantaged is the runtime. On my server, 5,312 movies and 17,232 episodes the 3 scheduled tasks for the current plugin takes 25 minutes. The new plugin about 3.5 minutes. There is also only 1 task that needs to get scheduled (it takes care of calling the subtasks, which can be run if you want updating) I also added the ability for non-admin users to see their "User Based Statistics" as well as "TV Progress" via a non-admin settings page. There is still more work to do, but I would love any and all feedback. I have not yet submitted the plugin, but people can play with it via github https://github.com/towel42-com/Statistics2026 Things I want to working - Convert to the PluginUI architecture Better table/list viewing Remove one of the caches
- Today
-
embyforkodi (next-gen) 12.X.X support
quickmic replied to quickmic's topic in Emby For Kodi Next Gen
Video playlists are (should be) synced but I assume the music playlist crash might be related why it's not. Can you please upload a kodi.log including the sync crash. -
Possibly but I'm not sure. That will require some evaluation.
-
Atrium — a native tvOS app for your Emby server
arrbee99 replied to vdatanet's topic in Third Party Apps
Thanks for the detailed info. If your list of words refers to a library I've named (not a category or type of library) then possible culprits might have been Documentaries or Radio... Thought the different error for the youngest was significant, but unlike you, I'd still be trying to fix things like that days, not minutes later... Thanks again for all your help. - Yesterday
-
Can you or I not respond with all that stuff for 404's?
-
Atrium — a native tvOS app for your Emby server
vdatanet replied to vdatanet's topic in Third Party Apps
Stop — put the router down. Nothing on your side is wrong, and my two questions were both barking up the wrong tree. Sorry about that. Point by point, so you're not left wondering: the proxy-headers setting, the one entry in the IP filter, automatic port mapping, the static IP, the Pi-hole — none of them have anything to do with this. You can leave every one of them exactly as it is. There was never anything between the app and your server; the problem was inside my app the whole time. Your answer did help, though. You're on .30, and that's the version I had on the bench — so what I reproduced is what you were hitting, not something adjacent to it. Here's what was actually happening. The app reads your server's replies against a fixed list of the words it expects to see. When a reply contained a word that wasn't on that list, it didn't ignore that one field — it threw the whole reply away. Neither of your errors was a rejection or a permissions problem. Both were the app failing to read a perfectly good answer. That's also why your other apps were fine on the same server: they don't hold it to a word list the way mine did. Your libraries. If a single library on that server is of a type that wasn't on my list — audiobooks, games, anything unusual — the entire library list got discarded, and out came "Couldn't load your libraries". It made no difference which account you used, which is exactly what you reported: "this happens with other users as well". One library the app didn't recognise, and nobody on that server could get past that screen. And the youngest one. Your own sentence is what found this. If a child account has parental controls set to block unrated games, the word "Game" comes back inside the sign-in reply — and that wasn't on my list either. So the reply was thrown away and the app announced that your server had rejected the sign-in. It hadn't. And it's only that one account because it's the only one with that box ticked. Both are fixed the same way: the app no longer holds your server to a fixed vocabulary. Where the server is telling it something — a type, a label, a setting — it takes the word as given, and one it doesn't recognise is just a word it doesn't recognise, not a reason to bin the answer. I reproduced both of your errors here before fixing them, and both are gone. If you're ever curious you can go and look at which of your libraries isn't a plain Movies/TV/Music/Collections one — that'll be the culprit. But there's nothing you need to do, and nothing to change. Thank you for going to that much trouble, both in the first report and just now. The whole diagnosis came out of your description — the bit about it only being the youngest account is the single line that found the second bug. -
Hi, we don't actually just put or patch, but the rest are needed.
-
Atrium — a native tvOS app for your Emby server
arrbee99 replied to vdatanet's topic in Third Party Apps
Your questions...hmmmm Anything in-between. Well, there's no reverse proxy, I don't know what a sign-in portal is, don't know what a path prefix would be, I think the ports are standard 8096/8920. Under Networks, it seems more or less default, although... - I have one item under Remote IP Address Filter, which I guess doesn't matter, the Apple TV is very local to the server. - I have Read Proxy Headers To Determine Client IP Addresses set to Yes - not sure if thats right, says is for when using reverse proxy, which I'm not. Maybe it got changed years ago and never changer back ? OTOH I have ordinary Emby and Moonfin on the Apple TV and they seem fine with the new account I set up for me I mentioned earlier. - Enable Automatic Port Mapping is not enabled - no idea if that matters. On my router I think I set the Apple TV to a static IP, and there are probably other things as well I've tried over the years to try to improve security, but I generally have no idea what to do with that kind of stuff except follow step by step guides. Also have a RPi with Pi-Hole. Again I just follow step by step stuff and Apple TV and Shield (on same local network) seem to be fine. So anything I should check needs to be pretty specific if you would be so kind. What server. The latest beta .30. Seems fine with other apps / devices. -
justinrh started following can modify response headers?
-
I was looking at my Caddy reverse proxy logs and see Emby is handing out a large amount of response headers. If I'm misunderstand the logging, please tell me. My main question is, are all of these methods necessary for media playback and picture upload? : "Access-Control-Allow-Methods": [ "GET, POST, PUT, DELETE, PATCH, OPTIONS" ] Can I remove some of those methods? What I really don't like about this is that all of this stuff is handed out even for 404's, like when the public is scanning and fishing for services! the whole thing: "resp_headers": { "Via": [ "1.1 Caddy" ], "Strict-Transport-Security": [ "max-age=31536000" ], "Content-Type": [ "text/plain" ], "Access-Control-Allow-Methods": [ "GET, POST, PUT, DELETE, PATCH, OPTIONS" ], "Cross-Origin-Resource-Policy": [ "cross-origin" ], "Private-Network-Access-Name": [ "server name that emby doesn't like" ], "Server": [ "UPnP/1.0 DLNADOC/1.50" ], "Content-Length": [ "39" ], "Access-Control-Allow-Origin": [ "*" ], "Date": [ "Mon, 31 Aug 2026 14:01:56 GMT" ], "Access-Control-Allow-Headers": [ "Accept, Accept-Language, Authorization, Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Length, Content-MD5, Content-Range, Content-Type, Date, Host, If-Match, If-Modified-Since, If-None-Match, If-Unmodified-Since, Origin, OriginToken, Pragma, Range, Slug, Transfer-Encoding, Want-Digest, X-MediaBrowser-Token, X-Emby-Token, X-Emby-Client, X-Emby-Client-Version, X-Emby-Device-Id, X-Emby-Device-Name, X-Emby-Authorization" ], "Access-Control-Allow-Private-Network": [ "true" ], "Private-Network-Access-Id": [ "8yuizxfe9a604c159a4dbd55fad7bjku" ] }
-
Hi there, I have a Google 4k streamer device, it’s not my main device but I’ve tested plenty on it before so I’d be surprised if it can’t play a 1080p rip. What’s the bitrate of the file and I’m assuming you’re on Ethernet and not using WiFi? I’ll try and find something similar and test it tomorrow.
-
vdatanet started following JellyWatch for Android TV -- A dedicated Emby & Jellyfin client for the big screen
-
[Help] Official Emby Theater RPi4 Image on Armbian: Choppy H.264, Missing v4l2m2m, Invisible Playback Overlay
softworkz replied to Modify3453's topic in Linux & Raspberry Pi
Did you know that the only hw acceleration that the RPi5 provides is an HEVC decoder. No more - end of story... And of course it once again changes the API for accessing that decoder... This means: We have nothing for the RPi 5 and I wouldn't recommend it as a video player. Regarding RPI 4, we're going to have something soon, even though its hw acceleration support is limited as well and probably any half-broken not-too-old Android phone (like with display damage but hdmi adapter) makes a better playback device for Emby than an RPi. We're rolling out a new FFmpeg everywhere, but it will come to the server first, then to Windows + Linux apps with the current MPV version and shortly after with a new MPV version including RPi4 HWA support. -
@Luke@softworkzI am playing with the ListenBrainz trying to get a Dashboard object in the JS file configPage.js Any calls to Dashboard here, fails with Dashboard undefined Just modifying the onResume function to View.prototype.onResume = function (options) { BaseView.prototype.onResume.apply(this, arguments); console.log("onResume", Dashboard); if (options.refresh) { loading.show(); var view = this.view; var form = view.querySelector("form"); var instance = this; loadConfiguration(instance.params.userId, form); } }; should work, but it says undefined when running Thoughts?
-
The problem I have, is I am not (yet) using the PluginUI system.
-
Movies in collections that I made are missing movies
ZamBucca1 replied to ZamBucca1's topic in General/Windows
I am not really sure exactly when it happened. I believe It was sometime in the last week. -
Working on a new version. So far I fixed it so the user count actually works and that the library with the storm file gets scanned when a new file is added so it will show up instant. Still working on but other stuff before new version of our. It should improve things a fair bit.
