Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Testfor69

    Cover Art plugin

    I think so, because these all the same Codec (H264) not different Codecs and SBS...
  3. spearoid

    Android App, Wired Mirroring

    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!
  4. Today
  5. TugboatBill

    How do I lock the external IDs for a TV show?

    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.
  6. neves000

    Serveur ne peut être atteint

    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.
  7. Luke

    How do I lock the external IDs for a TV show?

    How did you do that?
  8. Hi, are you sure this is the right log? There's really nothing here other than just starting up the server.
  9. TugboatBill

    How do I lock the external IDs for a TV show?

    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.
  10. Luke

    Artwork Missing on Apple TV

    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.
  11. Yes
  12. Kurt13

    Troubles with codec VC-1

    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.
  13. No, in your case you don't need to bother with it.
  14. So what you're seeing is the image that's embedded inside the webm file?
  15. Luke

    Problem with Emby on Google Tv

    not specifically for this, but was just curious. Thanks.
  16. Luke

    10bit videos stuttering HEVC265

    @leifrodhared Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  17. Well when you open the episode detail screen, do you see the version selection drop down box?
  18. Heinrich

    Kodi MediaImport Project

    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?
  19. Luke

    How do I lock the external IDs for a TV show?

    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.
  20. Luke

    Troubles with codec VC-1

    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.
  21. Luke

    Blank Screen

    OK yes we are looking into that. Thanks.
  22. OK that would be great, thanks.
  23. OK we'll take a look at it. Thanks.
  24. Luke

    Genre Cleaner save button location

    It probably needs some design change, yes.
  25. LoV432

    Intel N150 Transcoding Not Working

    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
  26. Luke

    Android app subtitles not displaying

    Thanks for following up.
  27. Luke

    No access to Emby on Asustor

    Hi, what download exactly are you referring to?
  1. Load more activity
×
×
  • Create New...