Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Nuitarius

    Transcode issue with a specific title

    Hi Luke, Thanks for the assist. I believe I found the culprit. I did the remux as you said, but it gave identical result. So I went down a rabbit hole. Apparently my Quadro P1000 is not able to transcode 4K videos that i rip. I am unsure exactly why because nvidia states that it at least supports 10bit HEVC, but only in 4:2:0 so I must assume current day 4K's are running at least 4:2:2? I found out by doing nvidia-smi while transcoding and saw it was using 0% of the GPU while transcoding 4K while using 6% while transcoding blu rays. So it must be denying service and emby is silently falling back to CPU. Interestingly it was only using 1 core, during this fallback, which is why I didn't see a heavy CPU use. When I disable HEVC decoder in transcoding it can now use all 4 cores and it is transcoding fine. It needs 90% of my CPU to do the job *jeez* It seems I will have to do some upgrading.
  3. Spyderturbo007

    Refresh Metadata Question

    I dug deeper with permissions and I'm seeing the SAB is writing the folder and file with these permissions: Folder: drwxr-xr-x 2 nobody users File: -rw-r--r-- 1 nobody users If I manually copy the folder over to the array and the run Emby, I get a permissions error when trying to write the files (NFO, Images, etc). If I manually create the folder on the array using Windows Explorer and the copy over only the file, Emby can write the NFO, Images, etc into the folder. But all the files it creates has these permissions: -rw-r--r-- 1 That matches the .mkv file that was created by SAB, but not the folder that I created where it is drwxrwxrwx 2 nobody users Shouldn't Emby use the file permissions of the folder, which would mean that it should write -rw-rw-rw- 1 nobody users when it creates the files in the folder with permissions of drwxrwxrwx 2 nobody users? I'm new to Linux permissions, so I might be way off base.
  4. speechles

    Photos not showing correct size

    The app decides how to render the image. The backdrops usually get zoomed and cropped if they are not the exact resolution of the screen. Photos are scaled to fit. The app is showing your photos as backdrops rather than scaled to fit images. That is likely all this is. It needs to understand the entire photo must be visible unlike backdrops. You want the entire photo in frame.
  5. Today
  6. Before you dig anything up, here's what I think is going on - it'll make the requests below make sense, and I suspect a lot of it comes down to how the Games library itself is set up. How ROMote decides what's what: it reads the ROM file's extension (NES = .nes, SNES = .sfc/.smc, N64 = .z64) and tags each game with its console. When it recognizes a file, that console shows up under ROMote's proper name. When it doesn't, Emby's built-in scanner lists the file instead and just labels it by its folder. You can actually see that split in your Systems view: "Nintendo Entertainment System", "Nintendo 64", and "Atari 2600" are ROMote's names - it recognized those. But "SNES" and that stray "roms" tile are folder names, which means those files came in through Emby's generic scanner and ROMote never tagged them. That's exactly the SNES "Unknown platform" error: no console tag, so Play has nothing to launch. The NES "only shows from S" is likely a separate issue - a clean alphabetical cutoff like that usually points to a scan that didn't finish, or a display/sort quirk, rather than file types. Since both of these come down to what Emby is scanning and how ROMote sees it, a few things would let me pin it all down in one shot: 1. Library settings - Dashboard > Library > your Games library > Edit. A screenshot showing the Content Type (should be "Games") and the folder path(s) it points at. This is the one I most want to see. 2. Inside the folders - first turn on View > "File name extensions" in Explorer (Windows hides them by default). Then screenshot the contents of: one NES folder that shows in Emby, one NES folder that doesn't (something early like "8 Eyes" or "1942"), and one SNES game folder. I'm after the actual files and their extensions. 3. The layout - a screenshot of the top level or two of folders under that library path, so I can see where NES, SNES, and "roms" sit relative to what Emby is scanning. 4. The Emby log - run Dashboard > Library > "Scan Library Files", let it go for a bit, then Dashboard > Logs, open the newest server log and attach it (or paste any errors/exceptions). And the 10-second one: in the Games search, type "1942" (or another title that's missing) - does it find it? That tells me whether those NES games imported at all. With those in hand I should be able to sort both out.
  7. StuBailey

    Ignore m3u and add dropdown for playlists

    right, but I'm talking about a music playlist created by making a playlist and then right clicking songs to add to the playlist, and those are not showing up when I turn off the import.
  8. crusher11

    Lengthy black screen after playback

    They were behaving just fine in Emby yesterday...
  9. TMCsw

    Permissions for media shares on Linux?

    Perhaps you should talk to Dr. Phil <TL;DR>
  10. ebr

    Lengthy black screen after playback

    Can you reproduce the problem with any other video? If you play these with any other player how does it behave?
  11. Spyderturbo007

    Refresh Metadata Question

    Is it safe to post my embyserver.txt file here without exposing anything sensitive? I did the following and have the file, but I don't know if I should add the file or if something needs redactedd. 1. Ran "Rotate log file" from the schedule task manager 2. Add new movie to Movies folder 3. Run "Scan Media Library Folder" from the schedule task manager 4. No images were added The name of the movie is Disclosure Day
  12. Checkoutside

    Photos not showing correct size

    Not what this is. On the same TV, the Emby for Android TV, Jellyfin, and Plex all show the photos correctly! Only the Standard Android app shows them like this. It is not a server issue, it is an app issue.
  13. Checkoutside

    Photos not showing correct size

    I have not seen this happen with any other programs, and , on the same TV, the Emby Android for TV app displays the same files correctly! Yes, this was a bit complicated, and if I did NOT have the signature on my photos, I may never have noticed it. Some year maybe they will fix it but I am no longer holding my breath, it has been over 2 years already!
  14. crusher11

    Lengthy black screen after playback

    They're just MKV files, with AVC video and Atmos audio. Play them in Emby, record the output with a mic connected to my laptop. embyserver-63920707200.txt
  15. scottpro

    Emby Theater Select Server Screen

    Emby Theater 3.0.20/3.0.21 — Legacy Version This is the original version of Emby Theater, formerly associated with the MediaBrowser platform. It is an Electron-based desktop application that combines custom DLLs with what is essentially a hosted web client. Most of the assets required to run Emby Theater are web-based and hosted on Emby’s servers. These assets include JavaScript, HTML, CSS, JSON, and other supporting files. When the application launches, it first retrieves the index.html file from the Emby website. As a result, an active internet connection is required during startup; without access to the hosted files, the application will not run. The index.html file contains an appversion value in the following format: appversion=4.9.5.xx Emby Theater uses this value to identify and retrieve the appropriate client assets. The downloaded files are then cached locally in a binary format, with the appversion serving as the cache key. When Emby updates the legacy Theater client, it generally updates the hosted web assets and increments the appversion value. The version number appears to combine the corresponding Emby Server revision with a client-specific revision. For example, server version 4.9.5.0 combined with client revision 17 results in an application version of 4.9.5.17. You can verify this appversion by viewing the page source (right click, View page source) from Emby's hosted index.html page. https://tv.emby.media/index.html?autostart=false Emby App 2.317.2.0 — Microsoft Store Version This is the newer, redesigned version of the Emby application. It is written primarily in native C# and is designed to run on both Windows and Xbox. The application is distributed and updated through the Microsoft Store. Unlike the legacy Emby Theater client, all assets required to run the application are bundled within the installed package. Therefore, an internet connection is not required simply to launch the application after installation. The Microsoft Store deployment model does impose certain limitations, particularly regarding access to and customization of the MPV player. Users who rely on custom MPV configuration files, scripts, shaders, or plug-ins may find the legacy version more flexible. However, users who use MPV with its default configuration and do not require custom scripts, plug-ins, or configuration files will generally be better served by the newer Microsoft Store version.
  16. ebr

    Lengthy black screen after playback

    These are videos? In exactly what format? Please provide logs from an example.
  17. yocker

    Plugin: EmbyIcons release.

    Many thanks for the kind words! There is no way to add the black background to images, other than the way you have done it, for now. Good idea for the future though.
  18. Wait what???? You gentlefolk have been bound by their artificial software locks? My card is so old, it's no longer even listed. 24 streams I think it was. Someone back in the day did a whole website with PLEX transcoding. I don't have it anymore, but below is the relevant software for those who have the cajones like me. Check out https://github.com/keylase/nvidia-patch Ah, just re-read Xarano post, I guess I missed his/her post. My bad. Edit again... I somehow did find that OG website. https://www.elpamsoft.com/?p=Plex-Hardware-Transcoding
  19. Rumzzz

    Search Very Slow (3 minute response)

    Honestly I just re-ran my last (The Alchemist / DJ Khaled) searches that worked and they are timing out. The only thing I can think of was a nightly server reboot. Could the database being cached in memory after the first few searches have something to do with it? EDIT yeah ok, after a few timeouts, those searches are coming back fast.
  20. Claudiaa

    Claudiaa

  21. Rumzzz

    Search Very Slow (3 minute response)

    Most of my testing was done in the browser web ui. I always make sure to type fast enough to not trigger multiple searches, and will make sure my previous search is completed before doing another. I personally have not seen a difference between the web and dedicated Emby app.
  22. Luke

    Emby kan externe harde schijven niet vinden

    Hi there, what happens when you try to import it?
  23. Luke

    Refresh Metadata Question

    HI there, can you please provide a specific example? How to Report a Problem Thanks !
  24. Luke

    Ignore m3u and add dropdown for playlists

    Because the imported list is part of the library, not associated to the user, so it gets hidden or shown in the same manner as the media files.
  25. dc12345

    Plugin: EmbyIcons release.

    @yockerI just wanted to say that I stumbled across this plugin yesterday and it is awesome. I had a quick question if I may. I use all my own templated movie posters and due to the location of some of the content, using the black bar at the top or bottom wont work for me. I know you can do it so it doesn't overlay but it gets a bit squashed up. I found that adding the icons over the poster itself sometimes made it hard to read so I wanted to add a black border around the edges of them all so they would stand out. I couldn't seem to do this via the UI soI added the border to my source images themselves. It seems to have the desired effect but I was wondering if there was a way possibly to this via the UI that I missed? I thought maybe it would be good to have an option to add a coloured box to the overlay so you could move it to under where your icons will be. A bit similar to that drag and drop box I found with highlights areas where icons can go? i have attached a poster to show you what I mean about the black bar not being suitable at top and bottom. Once again seriously this plugin is great .
  26. Luke

    Search Very Slow (3 minute response)

    The browser also has added cancellation of the previous search when you add another letter, and now this cancellation makes it all the way up to the database query. This helps a lot. But not all apps can do that and some of the ones that can haven’t gotten a store update with it yet:
  27. Spyderturbo007

    Refresh Metadata Question

    I'm running Emby Server as a docker container on my unRAID server and am having some issues. A lot of my movies don't pull any images or NFO data. I can do it manually, but it's not automatic when I add a file. I have to browse to the movie and then do the Refresh Metadata -> Replace Images and then it comes right up. Is there a button or setting I'm missing to do that automatically when a file is added to the library? Also, if I try and back fill the images by refreshing the metadata on the library and choose "Search for missing metadata" and toggle on "Replace Existing Images", will that leave alone everything that has metadata and images? I've had to do some manually because they were obscure and I don't want to lose what I've done manually.
  1. Load more activity
×
×
  • Create New...