Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. My issue is that literally all of my 70TB+ media library works perfectly. This has only happened on two shows and both had the truncated nfo files.
  3. Here you go... <?xml version="1.0" encoding="utf-8" standalone="yes"?> <tvshow> <plot><![CDATA[It spans his rise to fame, subsequent spiritual and public fall, struggles with addiction, eventual sobriety (seven years sober), and road to recovery and redemption.]]></plot> <outline><![CDATA[It spans his rise to fame, subsequent spiritual and public fall, struggles with addiction, eventual sobriety (seven years sober), and road to recovery and redemption.]]></outline> <lockdata>false</lockdata> <dateadded>2025-09-28 19:25:57</dateadded> <title>aka Charlie Sheen</title> <originaltitle>aka Charlie Sheen</originaltitle> <actor> <name>Charlie Sheen</name> <role>Himself</role> <type>Actor</type> <tmdbid>6952</tmdbid> <tvdbid>253657</tvdbid> <imdbid>nm0000221</imdbid> </actor> <director tmdbid="1278071" tvdbid="8157417">Andrew Renzi</director> <trailer>plugin://plugin.video.youtube/play/?video_id=WqQUvfsavO4</trailer> <rating>7.519</rating> <year>2025</year> <sorttitle>aka Charlie Sheen</sorttitle> <mpaa>16</mpaa> <imdb_id>tt37898320</imdb_id> <tmdbid>298234</tmdbid> <premiered>2025-09-10</premiered> <releasedate>2025-09-10</releasedate> <enddate>2025-09-10</enddate> <runtime>91</runtime> <tagline>This isn't a comeback. It's a revelation.</tagline> <genre>Documentary</genre> <genre>Mini-Series</genre> <studio>Netflix</studio> <tag>addiction recovery</tag> <tag>biographical documentary</tag> <tag>documentary portrait</tag> <tag>healing journeys</tag> <tag>healing process</tag> <tag>hollywood star</tag> <tag>life after personal tragedy</tag> <tag>life and career</tag> <tag>miniseries</tag> <tag>recovering addict</tag> <tag>recovering alcoholic</tag> <tag>redemption</tag> <tag>rise and fall</tag> <uniqueid type="imdb">tt37898320</uniqueid> <uniqueid type="tmdb">298234</uniqueid> <uniqueid type="tvdb">466849</uniqueid> <tvdbid>466849</tvdbid> <uniqueid type="official website">https://www.netflix.com/title/82024990</uniqueid> <uniqueid type="tv maze">86525</uniqueid> <episodeguide>{"imdb":"tt37898320","tmdb":"298234","tvdb":"466849","official website":"https://www.netflix.com/title/82024990","tv maze":"86525"}</episodeguide> <id>466849</id> <season>-1</season> <episode>-1</episode> <displayorder>aired</displayorder> <status>Ended</status> <?xml version="1.0" encoding="utf-8" standalone="yes"?> <season> <plot /> <outline /> <lockdata>false</lockdata> <dateadded>2025-09-28 19:27:06</dateadded> <title>Miniseries</title> <year>2025</year> <sorttitle>Miniseries</sorttitle> <tvdbid>2200677</tvdbid> <premiered>2025-09-10</premiered> <releasedate>2025-09-10</releasedate> <uniqueid type="tvdb">2200677</uniqueid> <seasonnumber>1</seasonnumber>
  4. claynz

    Metadata being deleted

    I have had to go through some of my TV Shows to identify some shows as they didn't match and now Emby has deleted the posters and backdrops that Media Center Master created, how can I stop this from happenning in future? Thanks
  5. Today
  6. OS: Debian 13 Version 4.9.3.0 Docker Compose I'm experiencing broken images on my phone, on both browser and app. Metadata is saved locally with the video files, I've verified the poster.jpg's are local and permissions are correct. Everything looks fine on Desktop. When I update an image, it then appears just fine on mobile. It seems to be trying to scale down the images, but can't find them on Amazon (instead of looking locally) and it fails to resize, so the image becomes broken? It seems very random which files are broken, but for movies specifically it's a lot of the A/B/C movies, then a random few movies here and there. 2026-04-16 00:09:49.907 Info HttpClient: Http response 200 from https://i.imgur.com/cQBxAVU.gif after 188ms 2026-04-16 00:09:49.920 Info HttpClient: Http response 404 from https://m.media-amazon.com/images/M/MV5BNjE3ZTdmNTctZmYzZi00MDRmLTgzNjUtYTc1MjBiOTdjNjJlXkEyXkFqcGdeQXVyNjExODE1MDc@._V1_UY1200_CR99,0,630,1200_AL_.jpg after 202ms 2026-04-16 00:09:49.923 Info HttpClient: Http response 404 from https://m.media-amazon.com/images/M/MV5BMjc5YmYwZmEtZjA3Ni00MWUxLWFjMmYtMzE3NTNiY2MyZTlmXkEyXkFqcGdeQXVyNjk1Njg5NTA@._V1_UY1200_CR84,0,630,1200_AL_.jpg after 202ms 2026-04-16 00:09:49.926 Error ImageService-0HNKMV9NTCDU1:00000014: Error processing request *** Error Report *** Version: 4.9.3.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 6.12.69+deb13-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian OS/Process: x64/x64 Framework: .NET 8.0.22 Runtime: system/System.Private.CoreLib.dll Processor count: 12 Data path: /config Application path: /system System.InvalidOperationException: System.InvalidOperationException: Operation is not valid due to the current state of the object. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken) at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken) at Emby.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest) at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task) at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken) at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, RestPath restPath, String urlString, String localPath, String contentTypeInPath, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2026-04-16 00:09:49.926 Error ImageService-0HNKMV9NTCDU3:00000022: Error processing request embyserver.txt
  7. Yesterday
  8. EmbyOak

    Debian - Arc A380 GPU

    @Luke, if you need someone to test something for you, let me know.
  9. zlhyh

    backup&restore(question)

    Yes,have .nfo
  10. @adnaan77has this helped?
  11. Luke

    Debian - Arc A380 GPU

    Hi, we are getting closer to having a new ffmpeg build on the server beta channel. Thanks.
  12. Luke

    Mise à jour Images / Ajout images

    And is the metadata locked for the item?
  13. Luke

    Mise à jour Images / Ajout images

    what image types are enabled for download in fetcher settings?
  14. Luke

    Security issue on linux emby servers

    There won't be any exposure of actual data because that is blocked at the api level. This is just the web app allowing that html screen to be viewed when it should be bouncing back to the login screen. You can pick any server screen you want and they'll all be throwing errors and displaying black and putting up error messages if you pressed anything.
  15. Chrislparks7

    Allow user comments on media

    Well that's good to know! I made this because I know I was interested in it at the very least. As a MVP it's has a surprising amount of features. If anyone would like screenshots of other features I'd be happy to post them.
  16. Luke

    Allow user comments on media

    Hi, this thread is not dead. Your screenshot looks nice.
  17. nightknight

    M1/M2 GPU acceleration support

    will never see it probably
  18. jellowe

    No Compatible Stream error on a few episodes

    Attached. Thanks! embyserver-63911807999.txt
  19. mainsupport

    Plex Meta Manager (Emby Support)

    This is my Server logs https://pastebin.com/GPDk2pWb
  20. Chrislparks7

    Allow user comments on media

    I know this thread is kind of dead but I do wonder if there is still an interest in this feature via a plug-in. Because I've been working pretty hard on something but don't want to put the work into trying to get it out unless there is actual interest in it. Let me know any thoughts.
  21. Luke

    Turn off splash screen

    Hi, not currently, but this question has come up before and options are possible for future updates. Thanks.
  22. If it helps I've rotated the log file, still with debugging enabled, and ran the "inotifywait" watchers again, and saved the output, to align the two logs and be able to compare timestamps, and perhaps narrow down what is triggering it embyserver_inotifywait.txt inotifywait_log.txt
  23. PaulSinnema

    Turn off splash screen

    Is there a way to turn off the splash screen?
  24. HI, the horizontal home screen doesn't show information under the poster, but rather shows info about whatever you have highlighted. In general it also just doesn't have the full feature set of the vertical home screen. It really is a special sauce screen taken from an old design of ours and it's specifically for the users who still want it. It sounds to me like you want to use the vertical home screen.
  25. Apologies for the late reply, as I haven't had access to the server for a couple of weeks. After some more testing I'm back with some more information, and I can now say that disabling the saving to NFO files doesn't fix this. As you correctly suggested. I've attached another server log, with debugging enabled of course, but not really that much new in it, unfortunately. However, I noticed that the spin up seems to happen right around when chapter images are queried. Not that they necessarily are related, just that I noticed this is where it hangs while waiting for the disk to spin up, as you can tell by the time. And for context, the movie that triggered the drive spin up in this log, is "Ice Age - Continental Drift (2012)" around 18:17:28, and it also only has the two files, the .mkv and the .nfo. 2026-04-15 18:17:37.755 Debug ImageService-0HNKNOMEABN1D:00000024: http/1.1 Response 200 to host2. Time: 9479ms. GET http://192.168.0.245:8096/emby/Items/12317/Images/Chapter/0?maxWidth=972&tag=cf47c124579c3b18e6bd388dbc9880b1&mediaSourceId=mediasource_12317&quality=90. 2026-04-15 18:17:37.755 Debug ImageService-0HNKNOMEABN1G:00000023: http/1.1 Response 200 to host2. Time: 9479ms. GET http://192.168.0.245:8096/emby/Items/12317/Images/Chapter/1?maxWidth=972&tag=cf47c124579c3b18e6bd388dbc9880b1&mediaSourceId=mediasource_12317&quality=90. This however led me to try and monitor disks for access to get a better understanding of what is happening. So I setup "inotifywait" with watchers for all the disks in the array, and more specifically the "movie" share. And surprisingly it actually seems to always access the folder containing the movie whenever the details page is accessed. Whether that is due to trying to query the chapter images, just verifying that the files still exists, or something else, I'm not sure. Here's an example of the output from the "inotifywait" watchers when accessing a random movie: 18:59:41 /mnt/disk1/movies/The Green Mile (1999) OPEN,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ OPEN,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) CLOSE_NOWRITE,CLOSE,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ CLOSE_NOWRITE,CLOSE,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) OPEN,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ OPEN,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ ACCESS,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999) CLOSE_NOWRITE,CLOSE,ISDIR 18:59:41 /mnt/disk1/movies/The Green Mile (1999)/ CLOSE_NOWRITE,CLOSE,ISDIR Any idea as to what might be causing it to access the folder containing the media whenever you view the details page? The surprising bit here, is that after I had setup the watchers I could no longer reproduce the issue for the movie library. And the answer to why that is, is that "inotifywait" of course needs to traverse all the directories to setup the watchers, and in doing so the directories are added to the RAM cache (VFS). So, it appears that the reason for the spin up is that the directory of the movie, which details page I was accessing, wasn't cached to the RAM. At least that is my theory, since I haven't been able to reproduce it since. I've now manually "forced" the directory structure to be cached by the RAM by simply running a find command, and thereby touching all the directories. find /mnt/disk*/concerts/ /mnt/disk*/documentaries/ /mnt/disk*/movies/ /mnt/disk*/series/ /mnt/disk*/standup/ /mnt/user/concerts/ /mnt/user/documentaries/ /mnt/user/movies/ /mnt/user/series/ /mnt/user/standup/ -type d But I'm still wondering why Emby needs to access the directory when all the metadata is supposed to be in the server folder, which is currently on a separate SSD? Any ideas? embyserver.txt
  26. Killface69

    Plex Meta Manager (Emby Support)

    Could be, Luke once wrote rhat PIL Skia is only one possibility for the overlays and it‘s not available on all platforms, will investigate. Can you take a look in your server log and see if you some errors in your server log after the reboot?
  27. EmbyOak

    Debian - Arc A380 GPU

    I've been doing a lot more digging in to this as I thought I had things working, but I do not. Only decoding, no encoding with the A380. @kikinjoWould you mind confirming that both encoding and decoding are working for you and not falling back to CPU and if you would not mind sharing the following as the only next step that I can see is for Emby to rebuild ffmpeg. I'm running 4.10.0.10. Kernel version (I assume still 6.17, did things work before 6.17? Is that the only thing you needed to do to get QSV working)? Intel media driver version (vainfo driver string and package version), libvpl / oneVPL versions, ffmpeg version and whether it’s built with --enable-libvpl, does your direct ffmpeg -hwaccel qsv -c:v h264_qsv ... command work without device creation errors. QSV fails even though I have options of QSV in both encoding and decoding. QSV needs to be disabled for me for my system to work. I only have VAAPI options in decoding (they work). I do not have VAAPI options in decoding. Thank you.
  1. Load more activity
×
×
  • Create New...