All Activity
- Past hour
-
Us_qadoos joined the community
-
iuliaa24 joined the community
-
Crunchyroll joined the community
-
qwertyuiop13 joined the community
-
Mqadoos joined the community
-
vaise started following Cover Art plugin
-
nedark joined the community
-
Thanks. I think I may see the issue. Ear Wax requires your Emby User ID, not your Emby username/display name. On the Ear Wax setup page, this is the field labeled Emby User ID, with the instruction to enter the ID rather than the display name. Can you confirm whether you entered your actual Emby User ID in that field, or your Emby username? If you entered the username, please replace it with the User ID and try the connection again. If you already entered the User ID and are still getting HTTP 500, let me know and I'll investigate the validation failure further.
- 13 replies
-
- alexa skill
- alexa
-
(and 1 more)
Tagged with:
-
JimiT joined the community
-
Doing meta refresh, missing information and replace images indeed does set it to the highest resolution, but that in turn also changes it for HD-Only users. My method means 4K for 4K+HD and HD for HD only.
-
Ruak920 joined the community
-
You might benefit from posting your issue in the thread dedicated to the plugin itself
-
疯狂的人 joined the community
-
pablo_blmz joined the community
-
Thanks! You can enable “Show YouTube root folders at Emby’s top level”.
-
I'm sure there's stuff happening, but the testing area for Apple TV is pretty dry. Not really telling what is being worked on.
- Today
-
I haven't tracked down any issue. If it is a huge problem for you, you can use the standard app.
-
Plugin: EmbyCredits, detect end credits and add auto skip.
RedNo7 replied to yocker's topic in Plugins
question for understanding. I have set a schedule for the plugin to run for 18 hours every day (as it needs to get through my whole library which will take a while). The schedule screen shows the plugin ran correctly, but only for ~40 mins (1st screenshot). When I run it manually, it states it needs ~450 hrs to complete (2nd screenshot). Why is the scheduled task not running for the full 18 hours? -
drahmed86 started following [YouTube Plugin] Beta Test Thread
-
Thanx dev for this great plugin could have the channels inside youtube category on home screen instead of being one youtube icon like in ss
-
Hey Guys Just installed the introDB plugin and went to scan for intro markers but the scan is only going to 0.3% before it stops completely. Any idea what could be wrong. I whitelisted all my tv shows (About 2600 shows) and it seems the scan stops within 3 minutes of starting it. Attached is my log maybe someone could help Thanks Mook embyserver.txt
-
Tv guide issue is still the same is there an updated beta for the amazon tv app? Also not sure if its the amazon tv app or server as I usually mostly use the amazon app but recordings are starting late around 5-6 mind and the popup for "now playing" also has the same delay
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
Why aren’t you answering my question? Have I hit a sore spot? -
4K HEVC shows as 1080p, think I can't find any setup to fix?
Luke replied to PeteGul's topic in Android
We are looking into the issue of this showing as 1080p. It is an edge case due to the cropped resolution so we will have to account for that. Thanks. -
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
Because it’s really just a stopgap solution. @Luke Were you actually counting on me forgetting your empty promise, or are you just mocking me? -
mike3821 started following New Emby Server Release: 4.9.5.0
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
PeteGul replied to PeteGul's topic in Android
PS: I don't mark any answer as an solution, when I don't see any solution. I will call it a "work around". -
4K HEVC shows as 1080p, think I can't find any setup to fix?
PeteGul replied to PeteGul's topic in Android
That's understandable Same experience, but then the waf factor is gone. Have to take that discussion Thanks and done -
Music playback sometimes stalls between tracks in Android Mobile app on cellular
Luke replied to benmoses's topic in Android
OK we are looking into it. Thanks. -
HLS segment list is computed from the container's declared duration and is never checked against the media.
vdatanet replied to vdatanet's topic in Developer API
4.10.0.30 fixes the tail for me. Thank you. This is the recipe I gave in the post with the sample: seek to about 35 seconds from the end and let it play out. Emby Web on Safari, the same synthetic sample I attached, a clean disposable container for each build, nothing carried over from my server. 4.10.0.29 — 500, and the picture freezes on the last frame: 05:55:22.209 GET .../hls1/main/220.ts -> 200 (2 ms) 05:55:22.215 GET .../hls1/main/221.ts 05:55:22.216 Starting transcoding because currentTranscodingIndex=null 05:55:22.220 StreamTranscode 06922e ... -ss 00:22:06.000 -noaccurate_seek ... SegmentComplete=video:0 Index=221 ... Frames=32 filename=D7DD1C_221.ts FfRunException: Error starting ffmpeg 05:55:22.276 Response 500. Time: 60ms 05:56:22.222 PlaySession has gone idle while playing. Position: 1325390 ms. IsPaused: False 4.10.0.30 — 200, and the session ends by itself: 05:06:15.809 GET .../hls1/main/220.ts -> 200 (2 ms) 05:06:15.818 GET .../hls1/main/221.ts 05:06:15.819 Starting transcoding because currentTranscodingIndex=null 05:06:15.830 StreamTranscode 0155ad ... -ss 00:22:06.000 -noaccurate_seek ... 05:06:15.863 Process exited with code 0 05:06:15.885 Response 200. Time: 67ms 05:06:34.522 POST Sessions/Playing/Stopped It is the same ffmpeg command, and it writes the same line it wrote before: SegmentComplete=video:0 Index=221 Start=0.000000 End=1325.370000 ... Frames=32 ..._221.ts Same run, same 32 frames, same announcement. The only thing that changed is how the exit is classified — which is exactly what your changelog line says. In your own log, across everything each container did: 4.10.0.29 4.10.0.30 "Error starting ffmpeg" 18 0 FfRunException 18 0 "Starting transcoding because" 38 36 "Process exited with code 0" 46 44 That is the case I opened this thread about, and on the ts path it is served now. One thing left over, and I want to be careful about how much weight I put on it: with fMP4 segments a script asking for the last segment still gets no response at all on this build, where 4.10.0.29 returned 500. I have not reproduced that with a real player — neither Emby Web nor my own tvOS app requests fMP4 from this build — so I am not going to call it a live defect until one does. I will report back if I get there. And a correction I owe you. In #comment-1536600 I wrote that the restarts themselves weren't the problem, because segments 106 and 210 went through the same restart path and returned 200. That was too strong. The fast-clean-exit classification was a real and separate defect — it is the one this build removes — and my original wording in #comment-1536596, "a clean exit is read as 'Error starting ffmpeg'", was right. I withdrew more than I should have. -
Cannot use EMBY Connect in Vivaldi browser on Android phone or on Windows 11.
Luke replied to JeremyR's topic in Web App
Nonetheless, what is the result of the above? -
Cannot use EMBY Connect in Vivaldi browser on Android phone or on Windows 11.
JeremyR replied to JeremyR's topic in Web App
My provider changes my WAN address pretty regularly 2 to 4 weeks. Which is why I use Emby Connect. My alternative is to put my own IP sentry up and query it and then modify the URL I use to reflect the current WAN... duplicating what you do to a very limited degree. I do something like that with my home cloud storage... my other problem is I have two other friends with emby servers, though Roku works fine with them. The underlying problem is one friend uses an iPhone 13 and they have the subtitle growing issue that's been around forever, and I was hoping that using the Web Browser app would take care of that. I would be left with that issue. -
Are you using an optical audio connection or something similar that is not providing HDMI side-data? If so, be sure you are configuring your audio settings in Android appropriately. Alternatively, you can try searching for our standard android app (Just "Emby" on Amazon and "Emby for Android on Google) on the same device's app store and see how that compares? Thanks.
-
Because in my js for the page, I have it load a helpers file, in the defines section, and the js engine is saying Dashboard is undefined.
-
Yes, very short videos are not going to have the next up information. I believe the threshold is at 5min.
-
What makes you think there’s no Dashboard? There’s no equivalent on the server if that’s what you’re asking.
-
I’m not sure. Start with something identical to the example and then go from there.
