All Activity
- Past hour
-
Ichika started following New Plugin: Simkl Scrobbler
-
Simkl Scrobbler 2.0.0 is in the Emby plugin catalog now, so existing installs update in place. What's new: - Every Emby user logs in to their own Simkl account (PIN login); existing logins are migrated - Real-time scrobbling: play, pause and stop, with "Watching now" on your Simkl profile, seeking updates the position, rewatches for Pro/VIP - Import your Simkl history into Emby, on demand or on a schedule, with the original watch dates - Marking a movie or an episode as played in Emby marks it on Simkl; a single unmark removes it from your Simkl history Requires Emby 4.8.11 or newer.
-
Mrbean123 joined the community
-
DarkStar1977 started following Emby for AppleTV 2.0.9 (1) with Emby Server 4.10.0.40 issues (part 1)
-
Emby for AppleTV 2.0.9 (1) with Emby Server 4.10.0.40 issues (part 1)
DarkStar1977 posted a topic in Apple TV
Hi Emby Team, Even I moved to Infuse in 2024 as my main client in apple tv because the improved compatibility with videos, improved options on remembering speed, etc. After the release of the new server version I wanted to give it a try again to Emby Client and I've found some issues: 1st.- My Media I've configured "My Media" with Scroll Direction "vertical" on the server: This results on my web client to be shown: Instead of this AppleTV App and iOS app are ignoring this configuration and presenting it with "Horitzontal Scroll": 2nd.- Music Videos: I've a library with music videos that are shown by default with poster view: When you enter a video and it's linked to an artist, even if the video itself has no backdrops configured, this shows images from the backdrops of the artist: (No Backdrops configured for the video) Images from Artist shown as backdrop for the video: Artist Images configured in the Artist view: Well Apple TV, ignores that and present the poster in the middle of the screen: 3rd.- Music In web interface you can see the lyrics of a song if those are defined: This option is not available on AppleTV even it was in 2022 and was removed: WHEN will it be back ?? Additionally when playing a song from album view in apple tv (Go to an album, select a song, play), in the lower bottom you can see "More from ARTIST" where other albums ar presented, below this there's an option with "More Like This" where in all the cases I've tried does nothing than showing exactly the same as "More from ARTIST". I expect that if the client suggest more like this present different options than More from Artist, otherwhis this is unuseful. 4.- Options - Login Most of the people that deploys the client on apple tv has more than 1 user at home, and does not want to "close session" to change user. In the past there was an option to "Change user" but this is still not back yet, so WHEN ? Hope this helps. IMG_0058.HEIC -
scarecity joined the community
-
krysammi joined the community
-
does anybody know when will it come out of bata
-
JDCA003 joined the community
-
7vene_ joined the community
-
Cweeks622 joined the community
-
[Legacy App] Screensaver slideshow stops after displaying first image [ET 3.0.20/21]
THXDD1138 replied to scottpro's topic in Windows & Xbox
With 26.0.23 the slideshow now cycles but the movie name and date are still missing Also, there are black bars on either side of the image during the slideshow. As scottpro mentioned, the slideshow cycles now, but name & date are missing, as well as black bars on the side of the image. Thanks for looking into this Luke...appreciate it. -
He is referring to the beta app: https://emby.media/community/forum/188-linux-beta/ 3.0.21 emby theater is EOL. No work is being done on it anymore.
-
fluffyrainbow joined the community
-
emby893 joined the community
-
Junequeen joined the community
-
LavXdotHU joined the community
-
familiezufall started following Stuttering video with DTS-HD audio after pausing
-
Stuttering video with DTS-HD audio after pausing
familiezufall posted a topic in Android TV / Fire TV
Hi, I’m having the following problem: When I play a movie with DTS-HD audio using Emby on my Nvidia Shield TV (Android TV) and then pause, rewind, or resume playback, the video starts to stutter while the audio continues playing normally. I have to rewind about 20 seconds before it eventually recovers and the picture is fine again. This only happens with DTS-HD; other audio tracks work without any issues. Is there a way to fix this, or what is causing the problem? -
Hi have you tried the new app?
-
I world check out the new Home Screen Spotlight feature.
-
That screen doesn’t look very appealing to me.
-
justinrh started following Emby for Android 3.5.55, broken DV on Sheild
-
Emby for Android or Emby for Android TV ?
SoliFlix replied to chrisrobbins1970's topic in Android TV / Fire TV
I prefer using Emby for Android TV... in my opinion, the new Spotlight also looks significantly better than in the Emby Android app. The only downside is that you don't have admin functions. Spotlight on Emby for Android TV vs Emby Android App -
I quite like emby I use it daily and so does my family but why does it feel like a sinking ship does no one care anymore what the customers want I don't even like posting this sort of thing but I pay for emby yet feel like I'm always looking for something to replace it because nothing ever gets done with the UI look and feel. I just want trailers in the top right that auto plays on the home screen for the love of jesus is it ever going to bloody happen ?
-
What I mean is that we have many extension methods available which are doing the same things as the newer .ent APIs are doing, which means in turn that no code changes are needed at all (except some usings.
-
If you use the options in the app to disable direct stream of live TV then that will make it more like the TV app.
-
Ken Burns Zoom: Applies a slow, continuously looping zoom-in/zoom-out effect to the Fokus/Spotlight backdrop image, giving it subtle motion instead of sitting completely still. zoom.mp4 /* Emby Fokus/Spotlight – Ken-Burns-Zoom-Schleife */ .spotlightCard .cardContent, .spotlightCard .cardImageContainer { overflow: hidden; } .spotlightCard .spotlightCardImage { animation: spotlightKenBurns 10s ease-in-out infinite alternate; will-change: transform; } @keyframes spotlightKenBurns { from { transform: scale(1) translate3d(0, 0, 0); } to { transform: scale(1.12) translate3d(-1.5%, -1.5%, 0); } } @media (prefers-reduced-motion: reduce) { .spotlightCard .spotlightCardImage { animation: none; } } Vignette: Adds a soft dark gradient fade around the edges of the Fokus/Spotlight banner so the backdrop image blends into the page instead of ending in a hard rectangle. /* Emby Fokus/Spotlight – Vignette */ .spotlightCard .cardContent, .spotlightCard .cardImageContainer { z-index: 1; } .spotlightCard .cardFooter, .spotlightCard .innerCardFooter { z-index: 2; } .spotlightCard .cardContent::before, .spotlightCard .cardImageContainer::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 1%, rgba(30,30,30,1) 2%, rgba(30,30,30,.99) 3%, rgba(30,30,30,.97) 4%, rgba(30,30,30,.95) 5%, rgba(30,30,30,.9) 8%, rgba(30,30,30,.85) 10%, rgba(30,30,30,.75) 15%, rgba(30,30,30,.6) 20%, rgba(30,30,30,.4) 25%, rgba(30,30,30,.2) 35%, transparent 50%, rgba(30,30,30,.2) 65%, rgba(30,30,30,.4) 75%, rgba(30,30,30,.6) 80%, rgba(30,30,30,.75) 85%, rgba(30,30,30,.85) 90%, rgba(30,30,30,.9) 92%, rgba(30,30,30,.95) 95%, rgba(30,30,30,.97) 96%, rgba(30,30,30,.99) 97%, rgba(30,30,30,1) 98%, rgba(30,30,30,1) 99%, rgba(30,30,30,1) 100% ); } .spotlightCard .cardContent::after, .spotlightCard .cardImageContainer::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to right, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 1%, rgba(30,30,30,1) 2%, rgba(30,30,30,.99) 3%, rgba(30,30,30,.97) 4%, rgba(30,30,30,.95) 5%, rgba(30,30,30,.9) 8%, rgba(30,30,30,.85) 10%, rgba(30,30,30,.75) 15%, rgba(30,30,30,.6) 20%, rgba(30,30,30,.4) 25%, rgba(30,30,30,.2) 35%, transparent 50%, transparent 60%, rgba(30,30,30,.2) 72%, rgba(30,30,30,.4) 80%, rgba(30,30,30,.6) 84%, rgba(30,30,30,.75) 88%, rgba(30,30,30,.85) 92%, rgba(30,30,30,.9) 94%, rgba(30,30,30,.95) 96%, rgba(30,30,30,.97) 97%, rgba(30,30,30,.99) 98%, rgba(30,30,30,1) 99%, rgba(30,30,30,1) 100% ); } only works in the web app...
- Today
-
GrimReaper started following Emby for Android or Emby for Android TV ?
-
Emby for Android or Emby for Android TV ?
GrimReaper replied to chrisrobbins1970's topic in Android TV / Fire TV
-
-
chrisrobbins1970 started following Emby for Android or Emby for Android TV ?
-
I have been using EMBY FOR ANDROID for over 5 months now with the ONN PRO 4k v2 ....However I installed the EMBY FOR ANDROID TV; and I do NOT like it... What is the difference and which is the proper one to use on a GOOGLE TV ?
-
jyeomans started following Is there a way to move Webstream folders back to top level?
-
Is there a way to move Webstream folders back to top level?
jyeomans replied to Pest3366's topic in General/Windows
Just want to second the request to fix this issue. Since the last update, despite telling the plugin i want the webstream items to be top level in My Media, its now been moved into a sub folder. -
installed the latest version now and all working
-
Lonald started following Shuffling a large playlist won't select songs later in the playlist?
-
Shuffling a large playlist won't select songs later in the playlist?
Lonald replied to Scarface1's topic in General/Windows
Put me on the list looking for better randomization during shuffle. I have a lot of music (125k tracks) and like to add albums at a time to playlists, one of which is 7+ days in duration. It's disappointing to find that the full list is not being sampled. I wouldn't mind simple compromises, like limiting the shuffled playlist to 100 tracks before needing to be refreshed. The music app is excellent, and the playback of high fidelity (24/96) is outstanding and can be played in synchrony on several devices.- 14 replies
-
Hello, I have a windows server providing emby to a dozen clients and regular users and myself (remote) are having issues with freezing playback on all videos. Local playback seems fine but I can only check through remote desktop which is jittery anyway. I hope someone more attune to these things could have a look at the log for tonights activity. Much appreciated. embyserver.txt
-
There are multiple ways to submit segments, although manually verifying that the time is accurate is the primary goal. The primary way is through the website https://theintrodb.org, but you can also create an API key there (theintrodb.org/docs) and attach it to the browser extension or you can send an API request directly if you wish to automate it. I've even seen some people make Apple Shortcuts to submit!
-
What is the best way to submit data, other than doing it manually? Or is that what is recommended?
