All Activity
- Past hour
-
Erika silva joined the community
-
Pedrohpa joined the community
-
Anakin kikh joined the community
-
bbcgrrrl joined the community
-
Cami2103 joined the community
-
SHRARA-NET joined the community
-
Enrique02 joined the community
-
nick2907 joined the community
-
Diet772 joined the community
-
I think so, because these all the same Codec (H264) not different Codecs and SBS...
-
Hey @Lukeis this setting option something in the works or with any kind of ETA? I have checked periodically for updates but figured I would ask directly I love Emby but if this change isn't likely to happen any time soon I'm going to have to find another solution... And I really don't want to!
- Today
-
How do I lock the external IDs for a TV show?
TugboatBill replied to TugboatBill's topic in General/Windows
Right from the GUI. Metadata Manager/TV Shows/Shows/The Rookie/External IDs. I had to go to IMDB/MovieDB/TheTVDB to search and get the correct IDs. FYI - Zap2it may be dead (sold and new owners appear to have retired it) When I ran Identify (IIRC) I tied just a couple of the external IDs,. I assumed if it didn't work with one the logic would be consistent no matter how many I used. -
Si tu tapes l'URL de ton serveur emby dans le navigateur Web de ta télé, vois-tu l'interface de login ? N'oublie pas de mettre le port dans l'URL (ex: http://tonserveur:8096/). Essaye en http et en https.
-
How do I lock the external IDs for a TV show?
Luke replied to TugboatBill's topic in General/Windows
How did you do that? -
My daughters have access to only a few of my many Playlists, despite SHARE PLAYLISTS setting set to ON.
Luke replied to RLanger7228's topic in General/Windows
Hi, are you sure this is the right log? There's really nothing here other than just starting up the server. -
How do I lock the external IDs for a TV show?
TugboatBill replied to TugboatBill's topic in General/Windows
That's what was happening. The Rookie/Season01/The Rookie S01E01 Pilot.mkv /The Rookie S01E02 "tile".mkv /etc ... I changed the external IDs (3 main ones) to the correct IDs Ran a metadata refresh w/replace pics Metadata/pics showed The Rookie: Feds Tried again with identify - same result. The only way I was able to get it to work was to change the name of the top folder to The Rookie (2018), then metadata refresh. -
Hi, how do you know? What I'm suggesting is that it might be happening without you realizing it. It would actually because the apple tv might be missing something that the web app has added. Actually I think this is the most likely answer.
-
Emby: Continue Watching Logic for New Episodes/Series
grzes2411 replied to grzes2411's topic in General/Windows
-
Not saying that you aren't right but like i mentioned, if I choose to play with an external player (precisely using HW+ decoding), the file plays fine. Also, regarding emby for Android ( now talking about my smartphone) you think that the Samsung Galaxy S23 Ultra 512GB/12GB isn't powerful enough to play it??? The file has 2 audio options: TrueHD 5.1 with which Emby automatically transcode the video file and shows "Auto 1080p - 60Mbps" and plays just fine, and AC3 5.1 that doesn't transcode shows "Auto - Direct", and play without any issue.
-
Unable to authenticate/find share on another machine
Luke replied to aerospyke's topic in General/Windows
No, in your case you don't need to bother with it. -
Thumbnails periodically get reset, only seems to happen with WEBM files
Luke replied to billcw's topic in Linux
So what you're seeing is the image that's embedded inside the webm file? -
not specifically for this, but was just curious. Thanks.
-
@leifrodhared Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
-
Emby: Continue Watching Logic for New Episodes/Series
Luke replied to grzes2411's topic in General/Windows
Well when you open the episode detail screen, do you see the version selection drop down box? -
If I understand correctly, if I want animated posters (which I had a few years back and still exist on my UNRAID Emby Database) they need to be local (per Kodi Wiki.) Is this the only way to GET them local? Or can I fake Kodi out somehow with path substitution?
-
How do I lock the external IDs for a TV show?
Luke replied to TugboatBill's topic in General/Windows
External ids should not change, so that's why there is no lock. If you're seeing them change then we should look at a specific example of that. Thanks. -
Then you need a device powerful enough to handle vc1, which most are not. What I would suggest is using the server's convert media feature to pre-convert it to h264 or hevc: Convert Media Please let us know if this helps. Thanks.
-
OK yes we are looking into that. Thanks.
-
OK that would be great, thanks.
-
OK we'll take a look at it. Thanks.
-
It probably needs some design change, yes.
-
Got hardware acceleration working for a non-Docker Emby install on Ubuntu 25.04 (LXC Inside Proxmox) using this: apt update && apt upgrade -y && apt install vainfo intel-media-va-driver -y cp -r /usr/lib/x86_64-linux-gnu/* /opt/emby-server/extra/lib/ mv /opt/emby-server/lib/libstdc++.so.6 /tmp/libstdc++.so.6.bk && cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/emby-server/lib/libstdc++.so.6 # Finally to check if it worked root@emby:~# /opt/emby-server/bin/emby-vainfo Trying display: drm libva info: VA-API version 1.22.0 libva info: Trying to open /opt/emby-server/extra/lib/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_22 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.22 (libva 2.17.1) vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 25.1.2 () vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSliceLP VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSliceLP VAProfileJPEGBaseline : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointEncPicture VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP VAProfileVP8Version0_3 : VAEntrypointVLD VAProfileHEVCMain : VAEntrypointVLD VAProfileHEVCMain : VAEntrypointEncSliceLP VAProfileHEVCMain10 : VAEntrypointVLD VAProfileHEVCMain10 : VAEntrypointEncSliceLP VAProfileVP9Profile0 : VAEntrypointVLD VAProfileVP9Profile0 : VAEntrypointEncSliceLP VAProfileVP9Profile1 : VAEntrypointVLD VAProfileVP9Profile1 : VAEntrypointEncSliceLP VAProfileVP9Profile2 : VAEntrypointVLD VAProfileVP9Profile2 : VAEntrypointEncSliceLP VAProfileVP9Profile3 : VAEntrypointVLD VAProfileVP9Profile3 : VAEntrypointEncSliceLP VAProfileHEVCMain12 : VAEntrypointVLD VAProfileHEVCMain422_10 : VAEntrypointVLD VAProfileHEVCMain422_12 : VAEntrypointVLD VAProfileHEVCMain444 : VAEntrypointVLD VAProfileHEVCMain444 : VAEntrypointEncSliceLP VAProfileHEVCMain444_10 : VAEntrypointVLD VAProfileHEVCMain444_10 : VAEntrypointEncSliceLP VAProfileHEVCMain444_12 : VAEntrypointVLD VAProfileHEVCSccMain : VAEntrypointVLD VAProfileHEVCSccMain : VAEntrypointEncSliceLP VAProfileHEVCSccMain10 : VAEntrypointVLD VAProfileHEVCSccMain10 : VAEntrypointEncSliceLP VAProfileHEVCSccMain444 : VAEntrypointVLD VAProfileHEVCSccMain444 : VAEntrypointEncSliceLP VAProfileHEVCSccMain444_10 : VAEntrypointVLD VAProfileHEVCSccMain444_10 : VAEntrypointEncSliceLP
-
Thanks for following up.
-
Hi, what download exactly are you referring to?