Jump to content

Search the Community

Showing results for tags 'in-progress'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Third Party Apps
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. AmoryCC

    Reading logs

    I was watching Sinners and it buffered a few times I don't know how to read the logs could someone read them and tell me the reason? Info: Emby running on unread nuc Emby app through Nvidia shield Watching on a Samsung s90d. I'm just wondering if it could be the fact it's a Dolby vision movie and Samsung doesn't support it. It a new TV and my first movie watching on it. loga.docx
  2. Hi. I'm facing same issue. While "remember audio" works as expected and changes the audio of all episodes when you change it in one, "remember subtitles" option doesn't work at all. No matter what subtitle mode you set, subtitles are not propagated to other episodes. Do we have any update to this topic?
  3. Seems to work as expected for audio tracks, but it's completely broken for subtitle tracks. I can't get the subtitles to stick for other episodes under any scenario. Even if I reach the end of one episode with the desired track selected and let it auto play the next episode, it starts with no subtitles selected (or whatever the default would dictate).
  4. No se como entrar a la app, es gratis? Me pide un servidor Y no se de donde sacarlo o como…
  5. cant connect over remote unless on the internal via tailscale or something like that. realistically want it linked to my domain and be able to remote connect safely without other clients needing anything but emby. i have port forwarded all relevant ports to the correct internal ips. tried mullvad and proton for vpns but they dont offer a dedicated open port for me to use. using canyouseeme to check if ports are open shows nothing but either refused or time outs on the ping. thanks for reading
  6. kingmustard

    Filtering movies by subgenres

    I know filtering by subgenres has been requested before (I believe most recently five years ago) but it does not appear to have received a solution. Filtering by Genre only (such as Horror) (please see screenshot below) is very broad when there are hundreds or even thousands of movies on a server. Being able to then filter by subgenre, such as Horror > Slasher, would be very helpful. I presume most metadata sources contain more data for movies than only (in the above example) Horror but also some subgenres?
  7. Hey everyone, I have recently started seeing the following error popup everyday in the server alerts. Would anyone know what is causing this issue and a means to fix it? I am running Emby on a Synology DS920+ and the emby server version is 4.8.3.0
  8. Okok!! So...We now have a pubic source for animated music album art. https://covers.musichoarders.xyz/ This is the link to the place in question I was wondering if we could get it added as a feature? Just for when you're on the page though! Kinda like Apple Music...I've been searching for a self streaming platform similar to what Spotify and Apple Music have...
  9. Can you change the sorting of countries? Sort in alphabetical order. I have been using EMBY for several years, but I still struggle with the order of country selection. (可以更改一下国家的排序吗? 按英文首字母正序排序。 我使用EMBY好几年了,到现在还是会被国家选择顺序所困扰。)
  10. Didn't see an official feature request for this so adding it.
  11. The server config backup plugin isn't creating backups. It shows (failed) in the Scheduled Tasks page. Emby is running in Docker Here is the log: 2022-08-24 17:07:19.615 Error Server Configuration Backup: Error Copying /config/data/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js to /mnt/Nasuni/AppData/emby-server/backup/Emby Backup - 2022-08-24 17.7.19 - Auto/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js *** Error Report *** Version: 4.7.6.0 Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3 Operating system: Linux version 5.4.0-121-generic (buildd@lcy02-amd64-013) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2 Framework: .NET 6.0.2 OS/Process: x64/x64 Runtime: app/emby/System.Private.CoreLib.dll Processor count: 56 Data path: /config Application path: /app/emby System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/config/data/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter) at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at Emby.Server.Implementations.IO.ManagedFileSystem.CopyFile(String source, String target, Boolean overwrite) at MBBackup.ServerEntryPoint.CopyFile(String source, String target, Boolean createDirectory) Source: System.Private.CoreLib TargetSite: Void ThrowExceptionForIoErrno(ErrorInfo, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo]) InnerException: System.IO.IOException: Permission denied Source: TargetSite: 2022-08-24 17:07:19.617 Error TaskManager: Error *** Error Report *** Version: 4.7.6.0 Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3 Operating system: Linux version 5.4.0-121-generic (buildd@lcy02-amd64-013) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2 Framework: .NET 6.0.2 OS/Process: x64/x64 Runtime: app/emby/System.Private.CoreLib.dll Processor count: 56 Data path: /config Application path: /app/emby System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/config/data/ScheduledTasks/c623dbe7-7c91-ebed-cb4c-80409cdb79ee.js' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter) at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at Emby.Server.Implementations.IO.ManagedFileSystem.CopyFile(String source, String target, Boolean overwrite) at MBBackup.ServerEntryPoint.CopyFile(String source, String target, Boolean createDirectory) at MBBackup.ServerEntryPoint.CopyAllFiles(String sourceDir, String targetDir, Boolean recursive) at MBBackup.ServerEntryPoint.ExecuteBackup(BackupProfile settings, CancellationToken cancellationToken, IProgress`1 progress, Boolean isAuto) at MBBackup.Entities.ScheduledBackupTask.Execute(CancellationToken cancellationToken, IProgress`1 progress) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) Source: System.Private.CoreLib TargetSite: Void ThrowExceptionForIoErrno(ErrorInfo, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo]) InnerException: System.IO.IOException: Permission denied Source: TargetSite: 2022-08-24 17:07:19.617 Debug TaskManager: Configuration Backup Failed after 0 minute(s) and 0 seconds The backup is actually showing in the list, and some of the files are copying over to the backup location... Here's the .js files that won't copy and their attributes: 4 -rwxr-x--- 1 abc abc 1687 Aug 24 17:07 a1e4a796-2c72-ac5e-4914-97598d1ee479.js 4 -rwxr-x--- 1 abc abc 219 Aug 24 17:05 a27c5425-9520-b2e5-c509-def68c8f4c45.js 4 -rwxr-x--- 1 abc abc 208 Aug 24 17:05 c27fda37-dfb6-e39b-e141-191aaa1c3060.js 4 -rwxr-x--- 1 abc abc 206 Aug 24 17:05 4ccba258-b890-b2b7-3ee3-e1d0ceec11e9.js 4 -rwxr-x--- 1 abc abc 216 Aug 24 17:05 1cc2f60a-05be-fec8-b153-2ac44630a00f.js
  12. There is a great and well maintained open IPTV resource here: https://iptv-org.github.io Their m3u files contain the guide URL via x-tvg-url. It would be ideal if emby could support this to make setting up this free resource far easier.
  13. Some pieces of media have not loaded so I've check the folders themselves and discovered either the media file itself not being in the folder or nothing at all. I have no idea what is going on, I have check any user that could delete media and that doesn't check out. whatever the issue is can be tracked down by the log right? embyserver.txt
  14. Hi all, Just a request for the tvOS app to respect the logged in user on the Apple TV. The ideal behaviour would be to have an option to ‘remember me’ per TV user, so when changing user in control centre, the emby user would change also to reflect that. Cheers!
  15. waynepaulward

    Apple TV live tv spin and crash

    Just reinstalled all my Emby server and Emby clients on phone and Apple TV got a fresh start On iOS Emby client I get the full TV guide and can make recordings and can beam these to the televisions On the AppleTv app when I select iptv and channels it used to spin a while and show the channels. Now it spins and the client just crashes so can’t just go direct to channels any more have to beam from my phone which is a real pain. Is there a way I’m Emby server to tell it not to look at the tv seasons and movies in the iptv list without using a proxy or m3u editor Wayne Sent from my iPhone using Tapatalk
  16. Probably not the best title nor do I know if this is an Embuary issue or just an issue. I've been having this issue for a while now and I'm just getting around to posting it. We watch a lot of TV and when we're done with the episode we'll delete it. The deletion seems to work fine. The problem arises when I delete the last episode of a show. The episode will delete but the show image stays in the list of shows even though there are no episodes in there. Once I click in and back out of the show it disappears. It's like something is just getting stuck and when you click on it then it realizes it should be gone and disappears. Any ideas what might be causing this? Like I mentioned, I am using Embuary, so maybe it's a skin issue? Maybe?
  17. What’s happened to the playlists in Emby? They’ve disappeared??? Sent from my iPhone using Tapatalk
  18. Hi there, Here’s a photo of the wrong aspect ratio of YouTube videos that play inside the Emby app for iOS, it’s been like this since version god knows?? Please fix?? Sent from my iPhone using Tapatalk
  19. Was watching Billy Madison in MKV and noticed the playback controls are missing even though it’s an MKV file? Sent from my iPhone using Tapatalk
  20. lightsout

    Green static with HDR

    I have a 4 series TCL TV. Sometimes when I play an HDR movie the screen goes all green and blocky. Sometimes skipping forward will fix it. Was happening last night watching a remux of Toy Story 4. Is this a know thing? I've had Emby do this on a small Android box as well.
  21. Bussiebaer

    Kodi doesn't sync anymore

    System: Windows Emby Server 4.2.1.0 Kodi 17.6 Emby for Kodi 4.1.14 I don't know for how long, just today I realiced the sync between Kodi and Emby isn't working anymore (worked over a year without problem before, didn't changed anything except automatet updates). New Shows and Films appear in Emby, but not in Kodi. After starting Kodi, I get the welcome to Emby-Message, but no Update-Message after that. Don't get the reason for it. Hope you can help me. I attached the Log from Kodi. kodi.log
  22. I'm setting up a new box with Kodi and Emby and found out that, when using Emby Connect, the plugin seems to "forget" the login details every time it starts. It asks to log in every time then. 2019-09-10 20:26:04.176 T:3850568576 NOTICE: EMBY.entrypoint.service -> --->>>[ EMBY ] 2019-09-10 20:26:04.177 T:3850568576 NOTICE: EMBY.entrypoint.service -> Version: 4.1.14 2019-09-10 20:26:04.177 T:3850568576 NOTICE: EMBY.entrypoint.service -> KODI Version: 18.4 Git:48c0b53aae7b0647d1f5a0a9cdb6ad5b1ebb9407 2019-09-10 20:26:04.187 T:3850568576 NOTICE: EMBY.entrypoint.service -> Platform: Linux 2019-09-10 20:26:04.197 T:3850568576 NOTICE: EMBY.entrypoint.service -> OS: CoreElec/1988MB 2019-09-10 20:26:04.197 T:3850568576 NOTICE: EMBY.entrypoint.service -> Python Version: 2.7.16 (default, Sep 7 2019, 02:36:38) 2019-09-10 20:26:04.208 T:3850568576 NOTICE: EMBY.entrypoint.service -> Using dynamic paths: False 2019-09-10 20:26:04.209 T:3850568576 NOTICE: EMBY.entrypoint.service -> Log Level: 1 When logging in: 2019-09-10 20:27:12.502 T:3607085952 NOTICE: Emby.emby.core.connection_manager -> Begin connectToServers, with 3 servers 2019-09-10 20:27:12.503 T:3607085952 NOTICE: Emby.emby.core.connection_manager -> testing connection mode 2 with server Media.Server.net 2019-09-10 20:27:12.504 T:3607085952 NOTICE: Emby.emby.core.connection_manager -> tryConnect url: http://{server-ip}:8096/emby/system/info/public 2019-09-10 20:27:12.558 T:3607085952 NOTICE: Emby.emby.core.connection_manager -> calling onSuccessfulConnection with connection mode 2 with server Media.Server.net 2019-09-10 20:27:12.675 T:3607085952 NOTICE: Emby.emby.client -> User is authenticated. And then on next startup again: 2019-09-10 20:27:48.767 T:3808338816 NOTICE: Emby.emby.core.connection_manager -> Begin connect 2019-09-10 20:27:49.775 T:3808338816 NOTICE: Emby.emby.core.connection_manager -> Found Servers: [] 2019-09-10 20:27:49.775 T:3808338816 NOTICE: Emby.emby.core.connection_manager -> Begin connectToServers, with 0 servers Attached is a complete Emby log from installing the plugin to restarting it and being asked to log in again. If I log in manually, all is fine. emby.log
  23. I setup emby for Kodi. I only want three libraries synced. Movies, TV shows and 4k. They show up fine. But on the front page of Kodi under movies I see all my kids stuff which is a section I didn't add. How do I prevent this from showing up?
  24. This is been bothering me for a while.. almost every time I open emby guide for the first time the bottom two guide rows are missing until I scroll them out of view and then come back. They magically load then. I can re-create. I’ll attach a video in a few minutes. Sent from my iPhone using Tapatalk
  25. Request that Emby server store Dolby Vision (including profile), Dolby Atmos, DTS:X, HDR10+ (smpte2094) and HLG for appropriate video in the db and use it for display in the media info and track selection sections of movie/episode details screen. This information once in the db can then also be used in numerous other areas like: Mediainfo Cover Art, Stats for Nerds, Distinguishing different DV profiles for hardware support and tone mapping Example Mediainfo app display of HDR10+ ffmpeg patch for HDR10+ https://patchwork.ffmpeg.org/patch/11491/ Related requested that may require DV profile information in order to prevent unneeded TM
×
×
  • Create New...