All Activity
- Past hour
-
Somemia joined the community
-
HI there, can you please provide a specific example? How to Report a Problem Thanks !
-
paulocorrea joined the community
-
18605313310 joined the community
-
dana77 joined the community
-
waltervane joined the community
-
Jeremy M&A joined the community
-
ssandven joined the community
-
sobeitjedi started following Missing Collections since Update
-
Hi. Since updating to Emby server Version 4.9.5.0 , my manually created movie collections have disappeared from Collections. Other collections are still showing (assuming these are auto-created collections), but my manually created ones are gone. Why? Can they be recovered or do I have to create them all again? Hoping someone can please advise.
-
Ziyad8 joined the community
-
So we're just ignoring this?
-
Yep. Pop it up after a few seconds, fine. But it's incredibly annoying having it pop up on my wired LAN connection, because it looks like an error message and just feels like it ends up extending connection time, which is not a good thing.
-
bindirob joined the community
-
S16___ joined the community
-
Atrium — a native tvOS app for your Emby server
vdatanet replied to vdatanet's topic in Third Party Apps
Atrium 1.7 is on the App Store. The sign-in trouble reported here this week is fixed. One word it didn't recognise in a reply and the app threw the whole reply away — which is why a single library of an unfamiliar kind stopped every account on that server from loading any libraries at all. So if you ever installed Atrium, got "Couldn't load your libraries" and concluded it didn't work with your server: it wasn't your server. Worth another go. "Who's watching?" has a way out now, too. The new thing is Live TV. If your server has channels, Home gets one more tile. Each row in the list says what's on now and how long is left; there's a grid view that shows channels by their logo, which is how you actually recognise them; hold Select to make one a favourite and show only those. The player is built for live rather than for a film: no scrubbing bar, no chapters, no total duration — what's on now, and how much of the programme is left. What it isn't, so you don't go looking: no guide grid, no recordings, no scheduling. Get in, find your channel, watch it. And here's where I need your help. All I have is an M3U list of internet channels. If yours comes from a terrestrial, satellite or cable tuner, the signal is a different animal — interlaced, often MPEG-2 with MP2 audio — and the app asks your server to convert it. I've only ever tested that against signals I built here. Try your channels and say here how it went: if one won't start, which one and where it comes from; if they stutter on a connection that plays films fine, say that too — live opens at one fixed quality, with nothing lower to fall back to. Also fixed: the screen saver interrupting a film, the time bar vanishing after a few jumps, scrubbing forward hanging the video, and the remote going dead with Playback Information on. -
GrimReaper started following TV Resolution
-
You cannot have "Resolution" as TV Show field as TV Shows are not media items per-se (and have no video/audio/subtitle stream properties) but a collection of items (episodes) that can have multiple resolutions. Closest thing you could do is use some community-made plugin - like EmbyIcons - that'd overlay TV Show posters based on underlying episodes properties.
- Today
-
jakXburn2077 started following TV Resolution
-
Nvidia Shield, Emby server 4.9.5.0 Hello, On the server webpage, Under Films/Settings/Show Fields, I have the option to display the "Resolution", ie 1920x1080, But under TV, it's three small dots /Settings/Show Fields and the option for "Resolution" is missing, Could this option be added? tia Jak
-
Much appreciate, Emby is such a great software!
-
Hi Luke, Have you enough informations or want more ? Thanks.
-
Thanks for sharing.
-
It's weird, I tried this over three days giving it plenty of time to update the data and it wasn't, after a while I would try to refresh metadata or even place a .ignore file in the folders so emby would forget them and then remove the ignore file so emby would reintegrate 'em with the same results everytime, emby just putting the files in with the file-names and adding no new metadata, and then all of a sudden it worked and now it seems to be fine. IDK why.
-
I just pushed v1.0.8.6. A limit was in place to throttle under the API limit, but I've increased it and if you still see a stop, the log will now say exactly why. Keep in mind the API does have a daily request limit: - authenticated users (with API key): 500 daily requests - unauthenticated: 100 daily requests The plugin is designed to slowly chip away your entire library over multiple runs, so it may take a few days before your large library is scanned. I would recommend using the whitelisting feature in the plugin to first scan media you're actively watching or a smaller part of your library you want skips for, then you can increase the whitelist to fill the remaining media in your library.
-
Completed Sort and filter of the content of collections
malghana replied to harold's topic in Feature Requests
@LukeHey, just wondering if there is a way to track this for when it's coming -
KatchiMunki started following Keep some additional labels with group by collection
-
I have added tags to movies that are 'Special Edition', 'Extended Edition' 'Unrated Edition' etc and they show up underneath the movie along with the year and duration when looking through the library. If you have group by collection activated they obviously disappear from the main screen but when you click into that collection they still don't show, it would be nice to retain these within collections.
-
Library Real Time Monitoring needs SAFETY CHECK
MacGyver27 replied to MacGyver27's topic in General/Windows
Hey. Thanks fore the reply. Unfortunately this happened quite few weeks ago.. but can simulate if necessary.. should be pretty straight forward with docker. Let me know! -
Hey. Latest one - 31.Aug - 3.5.55
-
embyforkodi (next-gen) 12.X.X support
quickmic replied to quickmic's topic in Emby For Kodi Next Gen
Did you browse via video addon (helper) and not music the addon (helper)? -
Can't move Emby when installed as an app in Edge
Luke replied to IdeasMan's topic in General/Windows
Hi, we are looking into it. Thanks. -
Library Real Time Monitoring needs SAFETY CHECK
Luke replied to MacGyver27's topic in General/Windows
Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks! -
Hi, what version of the Android app are you on now?
-
Soukron started following Emby CLI
-
Hello all! I spend most of my daily time in a command line terminal, so I've created this CLI for Emby so playing a movie is as easy as emby-cli item play "Interstellar" or an episode of a given TV show: emby-cli item play "Breaking Bad S03E01" It's an early stage project and I'm still adding features and improving the packaging (as the Python self-contained packages take a few seconds to decompress and start), but it's mature enough to share it. I hope you find it useful and provide feedback. The code is in https://github.com/soukron/emby-cli. Regards, Sergio
-
@ebrIs the PR#1809 (the maincard image fix) in the store version yet or is it just presently in the Beta and testing? This issue is likely fixed by #1809.
-
Hi, here's some ideas for you to try... with no custom logo sizing at all, my screen, with standard Emby logo, looks like this: then, use CSS something like this for 1.5 times larger logo: .skinHeader h2.pageTitleWithLogo.pageTitleWithDefaultLogo { transform: scale(1.5) !important; transform-origin: left center !important; } this is the result: Note: with the standard Emby logo, I found sizes above 1.5 tend to crop the logo top and bottom and you would then run into problems with the whole menu header and row height constraints by modifying the CSS further. Also: depending upon how you configure the LHS panel in Emby and the aspect ratio of your logo, you may need to experiment with the horizontal placement of your logo. Perhaps replace the transform-origin line with something like this (px adjusted to suit your set up): margin-left: 50px !important; Good luck with your customizing!
-
I'll bring this up. This is a really convenient feature, as the built-in player is mostly fine, but there are 10-20% that play much better in an external player. Currently, I have to use a separate Emby ATV app to launch the external player. The checkbox for enabling the external player is already quite far down in the settings. Placing the checkbox for adding an external player button next to it seems quite sensible. As does placing the button on the same line as the "Play" button on the movie page.
