All Activity
- Past hour
-
Klotus456 joined the community
-
GrimReaper started following Can't drag Playlist items
-
I see the same on 3.5.36. And to cut through the unnecessary back-and-forth: SVID_20260619_183247_1.mp4
-
mazover joined the community
-
Isabelle-lopez joined the community
-
jhsyh2541 joined the community
-
Lifetime Emby Premiere Abo, yet App keeps nagging
WonkoTheSane replied to WonkoTheSane's topic in LG Smart TV
Alright, everything works as expected with an unblocked Internet connection. What's the reasoning here? -
The video will simply show the playlist scrolling, so I'm not sure what you think that will achieve.
-
It's possible @Lukemeans it will be fixed in .16.
-
Tanvir 11820 joined the community
-
mundi937mxhg@gmail.com joined the community
-
Abdulaziz100w joined the community
-
OG262 joined the community
-
xavilo1488 joined the community
-
Works fine for me, so a video would be helpful.
-
I am on the latest beta (.15) and I am still seeing empty genre entries. Do we need to do a full metadata refresh?
-
What I'm seeing is my playlist. I press the grab handles. I drag. The list scrolls, as it would do if I was pressing and dragging somewhere on the screen other than the grab handles. Basically, the grab handles don't seem to do anything.
-
@softworkzis around. He will take a look at it. Thanks.
-
Well it would help us visualize what you are seeing and what is happening.
-
GetShowsByIdEpisodes returns incomplete MediaSources for non-admin users since 4.9.x
Luke replied to PiliPili's topic in General/Windows
HI, try also adding the field AlternateMediaSources to the url. This is recommended anyway. The only reason it is there is because some insist that they want it, and they're going to do it anyway despite our recommendation. But pulling down this information in bulk is not going to be optimal because many database queries will be one at a time for each item. It is best to wait and do /playbackinfo prior to playback of each episode. No it does not. The typical usage of a bulk endpoint is to display items in a list. When you're displaying in a list, you're not typically going to be displaying this level of detail. The same idea applies to requesting things like Chapters and People. It is there in case you're going to insist that you need it, but some things are going to happen one at a time and it's not going to be optimal. -
Q-Droid started following Container Health & Warning
-
The official Emby Docker image has wget, not curl.
-
Of what? Nothing happening?
-
It doesn't appear that @softworkzis around...
-
Looks to work fine, only issue I have with it so far is that if I add my guide xml to the plugin nothing populates, but if I add it via the emby normal setup it works fine. I will give the new version ago, as it looks to fix the issue i was going to report
-
Hi, what about now?
-
On Live TV Home Page the latest recordings is missing
Luke replied to denz's topic in Windows & Xbox
Hi, do you have any latest recordings? - Today
-
Support full regional language tags like es-419 in media stream information
Luke replied to AngelSing's topic in Feature Requests
No, not yet.- 24 replies
-
- 1
-
-
- es-419
- regional-language-tags
-
(and 2 more)
Tagged with:
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
Eigeplackter replied to gbarone123's topic in Third Party Apps
The docker exec fails: And I cant pull v2.1.5 right now, it says pulled newer image, but —force-recreate still builds 2.1.4. PS. You should check naming of releases, some have v2.x.x other without v. EDIT: Even though, after testing connection, refreshing and saving libraries again with 2.1.4.all Looks fine now -
Will just add that if I use "Playback Correction" the sun is showing afterwards. So in my opinion now, this is a server issue that don't understand what works or not. And there should be an option for burn in of subs.
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
gbarone123 replied to gbarone123's topic in Third Party Apps
I believe I have identified and solved your issue. I have adjusted the backend logic identifying libraries based on -arr source selection for the library media counter. Version 2.1.5 contains the fix and is available now. Thanks for all your help/feedback. The fix is much cleaner logic than I was using. -
Dedone started following Plugin: EmbyIcons release.
-
I have English set as my preferred language fetcher settings. I'll probably create a new post about it and see if anyone else is having issues. Thank you again!
-
The plugin takes the posters that emby gives it and draws on them, it does not dictate what to download. If I had to guess you don't use English and the posters for your language might be poor quality.
-
Emby.FastIptv.dll @Phyrate Added new version with scrollbar!
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
gbarone123 replied to gbarone123's topic in Third Party Apps
Thanks, this is very helpful. Based on the output, MediaSync is currently storing: Filme = movies Serien = unknown Kids = unknown Sabrina = unknown MediaSync isn’t identifying “Serien” as a movie library. It’s actually identifying it as unknown, and the dashboard count is falling back to a movie count. The next thing I want to check is what Emby is actually reporting back to MediaSync for your libraries. Can you run the following command and paste the output? docker exec mediasync python -c ‘from app.providers.media_servers.emby import EmbyProvider; import sqlite3,pprint; c=sqlite3.connect(”/config/mediasync.db”); row=c.execute(“select server_url, api_key from media_server limit 1”).fetchone(); p=EmbyProvider(row[0], row[1]); pprint.pp(p.get_libraries())’ This will show us exactly what Emby is returning for each library. Once we see that output, we’ll know whether this is an Emby library configuration issue, an Emby API behavior difference, or something MediaSync needs to handle differently.
