Jump to content

Search the Community

Showing results for tags 'ffprobe'.

  • 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
    • Ember for Emby
    • 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...

Found 8 results

  1. How can I get video duration executing internal (from the mediabrowser.server.core nuget) interfaces? To run ffmpeg I use IFfmpegManager, but I didn't find a manager for ffprobe (the most obvious solution).
  2. I using the emby server in docker env. in my region (CN) access other network is diffuclt somes like the Cloudflare Workers ,my strm file resource is pass the CF network.In that, i have to use the proxy. for the network setting , set the proxy. - 'HTTP_PROXY=http://127.0.0.1:7890' - 'HTTPS_PROXY=http://127.0.0.1:7890' the ffprobe don't use the env variable,must add the argc like -http_proxy http://127.0.0.1:7890 i test in my windows terminal add the argc the cmd work good.So i wanna help devoloper can take some if addition, if env.http_proxy : cmd take the -http_proxy http://127.0.0.1:7890 additionally. If that's the case, I'd be incredibly grateful. server.log
  3. Hello, I am running the 4.8.0.51 beta server (also same issues in 4.7.14.0). I find that some photo (Home photos & videos content) folders are missing primary images. The sub-folders have them (except in one case) but the parent folder doesn't. I tried scanning library, refreshing metadata (all options) but no luck. I'm having to manually add them. Secondly, some videos that were working before seems to fail ffprobe during thumbnail extraction. Here are some errors from the logs: http://192.168.1.228:8096/emby/Items/4956/Refresh?Recursive=true&ImageRefreshMode=FullRefresh&MetadataRefreshMode=FullRefresh&ReplaceAllImages=false&ReplaceAllMetadata=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=P2EEA&X-Emby-Device-Id=b5f89d57f1f0bfcf&X-Emby-Client-Version=3.3.29&X-Emby-Token=x_secret4_x&X-Emby-Language=en-gb 2023-10-04 20:48:30.505 Error Server: Error processing web socket message *** Error Report *** Version: 4.8.0.51 Command line: /data/app/com.emby.embyserver-Xwj5T-xShY4fmIWpdyZIXA==/base.apk Operating system: Android 10 (REL) SDK:29 BuildId:QP1A.191105.004 Incremental:eng.ren.20210414.163131 Patch-Level: 2019-12-05 Framework: Mono 6.12.0 (2020-02/c633fe92383) 4.0.50524.0 OS/Process: Arm/Arm Runtime: mscorlib.dll Processor count: 4 Data path: /storage/emulated/0/Android/data/com.emby.embyserver/files Application path: /data/user/0/com.emby.embyserver Fingerprint: google/sailfish/sailfish:10/QP1A.191105.004/:userdebug/test-keys Model: H6 - Allwinner/Allwinner Hardware: H6/H6/sun50iw9p1/exdroid SupportedAbis: armeabi-v7a, armeabi System.IndexOutOfRangeException: System.IndexOutOfRangeException: Index was outside the bounds of the array. at ServiceStack.Text.Json.JsonTypeSerializer.ParseString (System.ReadOnlySpan`1[T] json, System.Int32& index) [0x00049] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at ServiceStack.Text.Json.JsonTypeSerializer.EatValue (System.ReadOnlySpan`1[T] value, System.Int32& i) [0x0008e] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType (System.ReadOnlySpan`1[T] strType, ServiceStack.Text.TypeConfig typeConfig, ServiceStack.EmptyCtorDelegate ctorFn, System.Collections.Generic.KeyValuePair`2[System.String,ServiceStack.Text.Common.TypeAccessor][] typeAccessors) [0x00114] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at ServiceStack.Text.Common.DeserializeType`1+StringToTypeContext[TSerializer].DeserializeJson (System.ReadOnlySpan`1[T] value) [0x00000] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at (wrapper unbox) ServiceStack.Text.Common.DeserializeType`1+StringToTypeContext[ServiceStack.Text.Json.JsonTypeSerializer].DeserializeJson(System.ReadOnlySpan`1<char>) at ServiceStack.Text.Json.JsonReader+<>c__DisplayClass3_0.<GetParseSpanFn>b__0 (System.ReadOnlySpan`1[T] v) [0x0000b] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at ServiceStack.Text.JsonSerializer.DeserializeFromSpan (System.Type type, System.ReadOnlySpan`1[T] value) [0x0000f] in <bb3ab23d1feb49c79196f0d2a277ae01>:0 at Emby.Common.Implementations.Serialization.JsonSerializer.DeserializeFromSpan (System.ReadOnlySpan`1[T] json, System.Type type) [0x00000] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.HttpServer.WebSocketConnection.OnReceiveInternal (System.ReadOnlySpan`1[T] message) [0x00029] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 Source: ServiceStack.Text TargetSite: System.ReadOnlySpan`1[System.Char] ParseString(System.ReadOnlySpan`1[System.Char], Int32 ByRef) 2023-10-04 20:50:21.278 Warn Server: AUTH-ERROR: 192.168.1.216 - Access token is invalid or expired. 2023-10-04 21:51:43.823 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /data/data/com.emby.embyserver/files/ffmpeg/ffprobe -i file:"/storage/5AB9-3C31/Media/Videos/Videos/2021/04-Apr/20210403_103000.MOV" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data 2023-10-04 21:51:44.734 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded 2023-10-04 21:51:44.783 Error App: Error in ffprobe *** Error Report *** Version: 4.8.0.51 Command line: /data/app/com.emby.embyserver-Xwj5T-xShY4fmIWpdyZIXA==/base.apk Operating system: Android 10 (REL) SDK:29 BuildId:QP1A.191105.004 Incremental:eng.ren.20210414.163131 Patch-Level: 2019-12-05 Framework: Mono 6.12.0 (2020-02/c633fe92383) 4.0.50524.0 OS/Process: Arm/Arm Runtime: mscorlib.dll Processor count: 4 Data path: /storage/emulated/0/Android/data/com.emby.embyserver/files Application path: /data/user/0/com.emby.embyserver Fingerprint: google/sailfish/sailfish:10/QP1A.191105.004/:userdebug/test-keys Model: H6 - Allwinner/Allwinner Hardware: H6/H6/sun50iw9p1/exdroid SupportedAbis: armeabi-v7a, armeabi Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: ffprobe failed - streams and format are both null: -i file:"/storage/5AB9-3C31/Media/Videos/Videos/2021/04-Apr/20210403_103000.MOV" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data ffprobe version 5.1-emby_2023_06_25 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC built with Android (9352603, based on r450784d1) clang version 14.0.7 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6) [mov,mp4,m4a,3gp,3g2,mj2 @ 0xee771000] moov atom not found file:/storage/5AB9-3C31/Media/Videos/Videos/2021/04-Apr/20210403_103000.MOV: Invalid data found when processing input { } at Emby.Server.MediaEncoding.Probing.MediaProbeManager.GetMediaInfoInternal (System.String inputPath, System.String primaryPath, MediaBrowser.Model.MediaInfo.MediaProtocol protocol, System.String userAgent, System.Boolean extractChapters, System.String probeSizeArgument, System.Boolean isAudio, System.Threading.CancellationToken cancellationToken) [0x00224] in <6fcfe4a870074ef984b116511d2cc2b3>:0 at Emby.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T] (MediaBrowser.Controller.Providers.MetadataResult`1[T] metadataResult, MediaBrowser.Controller.Providers.MetadataRefreshOptions options, MediaBrowser.Model.Configuration.LibraryOptions libraryOptions, System.Threading.CancellationToken cancellationToken) [0x0026b] in <83a9cb2cc28d42849fdee2426cb071f8>:0 at Emby.Providers.Manager.MetadataService`2[TItemType,TIdType].RunCustomProvider (MediaBrowser.Controller.Providers.ICustomMetadataProvider`1[TItemType] provider, MediaBrowser.Controller.Providers.MetadataResult`1[T] itemResult, System.String logName, MediaBrowser.Controller.Providers.MetadataRefreshOptions options, MediaBrowser.Model.Configuration.LibraryOptions libraryOptions, Emby.Providers.Manager.RefreshResult refreshResult, System.Threading.CancellationToken cancellationToken) [0x000df] in <83a9cb2cc28d42849fdee2426cb071f8>:0 Source: mscorlib TargetSite: Void Throw() 2023-10-04 20:53:28.323 Info Server: http/1.1 Response 204 to host5. Time: 478ms. POST http://192.168.1.228:8096/emby/Items/39?X-Emby-Client=Emby for Android&X-Emby-Device-Name=P25T_EEA&X-Emby-Device-Id=b5f89d57f1f0bfcf&X-Emby-Client-Version=3.3.29&X-Emby-Token=x_secret4_x&X-Emby-Language=en-gb&reqformat=json 2023-10-04 20:57:42.723 Info App: Sqlite: 284 - automatic index on LastWatchedEpisodes(SeriesPresentationUniqueKey) 2023-10-04 21:00:16.915 Info HttpServer: WS http://192.168.1.228:8096/embywebsocket?api_key=7c2c8941b19245d582d7e633f94fefb4&deviceId=b5e89d57f1f0bfcf. UserAgent: Mozilla/5.0 (Linux; Android 12; P25T_EEA Build/SQ1D.211205.016.A5; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Safari/537.36 2023-10-04 21:00:26.286 Error Server: Error processing request *** Error Report *** Version: 4.8.0.51 Command line: /data/app/com.emby.embyserver-Xwj5T-xShY4fmIWpdyZIXA==/base.apk Operating system: Android 10 (REL) SDK:29 BuildId:QP1A.191105.004 Incremental:eng.ren.20210414.163131 Patch-Level: 2019-12-05 Framework: Mono 6.12.0 (2020-02/c633fe92383) 4.0.50524.0 OS/Process: Arm/Arm Runtime: mscorlib.dll Processor count: 4 Data path: /storage/emulated/0/Android/data/com.emby.embyserver/files Application path: /data/user/0/com.emby.embyserver Fingerprint: google/sailfish/sailfish:10/QP1A.191105.004/:userdebug/test-keys Model: H6 - Allwinner/Allwinner Hardware: H6/H6/sun50iw9p1/exdroid SupportedAbis: armeabi-v7a, armeabi System.ArgumentException: System.ArgumentException: Invalid path at System.IO.Path.GetDirectoryName (System.String path) [0x0000d] in <1b39a03c32ec46258a7821e202e0269f>:0 at Emby.Server.Implementations.IO.ManagedFileSystem.GetDirectoryName (System.String path) [0x00028] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.IO.ManagedFileSystem.ToFileSystemMetadata (System.String path) [0x0001f] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at System.Linq.Enumerable+SelectEnumerableIterator`2[TSource,TResult].ToList () [0x0001b] in <2b518444249345309542daed2e208536>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <2b518444249345309542daed2e208536>:0 at Emby.Server.Implementations.IO.ManagedFileSystem.NormalizeDuplicates (MediaBrowser.Model.IO.FileSystemMetadata[] paths, System.Boolean checkSubPaths) [0x00122] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.IO.ManagedFileSystem.CreateCommonFolderList () [0x000a8] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.IO.ManagedFileSystem.get_CommonFolders () [0x00000] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Api.EnvironmentService.GetDrives () [0x00000] in <d35fa6c16bd7430f8124efeed3028a50>:0 at Emby.Api.EnvironmentService.Get (Emby.Api.GetDrives request) [0x00000] in <d35fa6c16bd7430f8124efeed3028a50>:0 at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object) at Emby.Server.Implementations.Services.ServiceController.Execute (Emby.Server.Implementations.HttpServer.HttpListenerHost appHost, System.Object requestDto, MediaBrowser.Model.Services.IRequest req, System.Type serviceType) [0x0008c] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync (Emby.Server.Implementations.HttpServer.HttpListenerHost httpHost, MediaBrowser.Controller.IServerApplicationHost appHost, MediaBrowser.Model.Services.IRequest httpReq, MediaBrowser.Model.Services.IResponse httpRes, MediaBrowser.Model.IO.IStreamHelper streamHelper, Emby.Server.Implementations.Services.RestPath restPath, System.String responseContentType, System.Threading.CancellationToken cancellationToken) [0x001d1] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler (MediaBrowser.Model.Services.IRequest httpReq, System.ReadOnlyMemory`1[T] urlString, System.ReadOnlyMemory`1[T] localPath, System.Threading.CancellationToken cancellationToken) [0x00b9c] in <f99fe759b9d24ddb9acc763f5aa5f567>:0 Source: mscorlib TargetSite: Void Throw() Thanks
  4. Hi, When I add media to Emby it doesn't always automatically update the libraries. I can manually scan the libraries and new media will be added properly, but it doesn't always seem to do it automatically - sometimes it will eventually work and sometimes never. My media is stored across 4x 8TB drives (SATA, internal) formatted for ext4. I have mergerfs setup for the media drives, but emby is pointed to the drives individually (I wondered if there was a hangup using mergerfs instead of directly scanning the drives) and I have been adding new media to the drives directly, not through mergerfs. fstab looks like this: UUID=2137d70f-3027-4fc2-a7d4-08afd99d7c1f / ext4 defaults,noatime 0 1 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 UUID=cde46ccb-bd05-4351-8fe7-acecaa465851 /home/craigjesslogan/.drivemounts/disk1 ext4 defaults 0 1 UUID=880d344e-1179-4ecd-9d2b-24b24abbf8ef /home/craigjesslogan/.drivemounts/disk2 ext4 defaults 0 1 UUID=ff5cce60-de39-4d4e-aceb-0ec8c2102ce6 /home/craigjesslogan/.drivemounts/disk3 ext4 defaults 0 1 UUID=80ab5b14-d8aa-4246-af4d-d7dd0d51cf0d /home/craigjesslogan/.drivemounts/disk4 ext4 defaults 0 1 /home/craigjesslogan/.drivemounts/disk* /home/craigjesslogan/Media fuse.mergerfs defaults,allow_other,cache.files=partial,use_ino,moveonenospc=true,minfreespace=10G,func.getattr=newest,fsname=mergerfsPool 0 0 Emby is part of the media group - there are no playback issues, and manual scans get everything every time. Here is the output of ls -l on all 4 drives showing that emby has read+write as part of the media group [craigjesslogan@craigjesslogan-x58aud3r ~]$ ls -l /home/craigjesslogan/.drivemounts/disk1 total 36 drwxrwsrwx+ 4 craigjesslogan media 4096 Aug 26 21:06 Backup drwxrwsrwx+ 2 craigjesslogan media 16384 Aug 19 13:32 lost+found drwxrwsrwx+ 2 craigjesslogan media 4096 Aug 29 14:39 MegaSync drwxrwsrwx+ 39 craigjesslogan media 4096 Aug 28 07:34 Movies drwxrwsr-x+ 2 craigjesslogan media 4096 Aug 29 03:50 The.Sims.4.Cottage.Living-CODEX drwxrwsrwx+ 31 craigjesslogan media 4096 Aug 26 13:08 TV [craigjesslogan@craigjesslogan-x58aud3r ~]$ ls -l /home/craigjesslogan/.drivemounts/disk2 total 24 drwxrwsrwx+ 2 craigjesslogan media 16384 Aug 21 19:31 lost+found drwxrwsrwx+ 18 craigjesslogan media 4096 Aug 29 14:32 Movies drwxrwsrwx+ 33 craigjesslogan media 4096 Aug 28 19:00 TV [craigjesslogan@craigjesslogan-x58aud3r ~]$ ls -l /home/craigjesslogan/.drivemounts/disk3 total 24 drwxrwsrwx+ 2 craigjesslogan media 16384 Aug 19 13:34 lost+found drwxrwsrwx+ 20 craigjesslogan media 4096 Aug 29 14:46 Movies drwxrwsrwx+ 33 craigjesslogan media 4096 Aug 29 10:48 TV [craigjesslogan@craigjesslogan-x58aud3r ~]$ ls -l /home/craigjesslogan/.drivemounts/disk4 total 24 drwxrwsrwx+ 2 craigjesslogan media 16384 Aug 19 13:35 lost+found drwxrwsr-x+ 22 craigjesslogan media 4096 Aug 29 18:25 Movies drwxrwsrwx+ 27 craigjesslogan media 4096 Aug 28 14:37 TV I've attached the usual logs that seem to be asked for. I noticed that I don't have any permission denied errors in this most recent log, but in the previous log generated today I did get this error: 2021-08-29 12:44:14.303 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /usr/bin/ffprobe-emby -i file:"/home/craigjesslogan/.drivemounts/disk2/Movies/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR.mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data 2021-08-29 12:44:14.314 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 1 2021-08-29 12:44:14.317 Error App: Error in ffprobe *** Error Report *** Version: 4.6.4.0 Command line: /usr/lib/emby-server/EmbyServer.dll -programdata /var/lib/emby -ffdetect /usr/bin/ffdetect-emby -ffmpeg /usr/bin/ffmpeg-emby -ffprobe /usr/bin/ffprobe-emby -restartexitcode 3 Operating system: Linux version 5.13.11-1-MANJARO (builduser@fv-az39-548) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sun Aug 15 13:15:18 UTC 2021 Framework: .NET Core 3.1.17 OS/Process: x64/x64 Runtime: usr/share/dotnet/shared/Microsoft.NETCore.App/3.1.17/System.Private.CoreLib.dll Processor count: 12 Data path: /var/lib/emby Application path: /usr/lib/emby-server System.Exception: System.Exception: ffprobe failed for file:"/home/craigjesslogan/.drivemounts/disk2/Movies/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR.mkv" - streams and format are both null: { } ffprobe version 4.3.0-emby__p__2021_02_27 Copyright (c) 2007-2021 the FFmpeg developers and softworkz for Emby LLC built with gcc 11.1.0 (GCC) file:/home/craigjesslogan/.drivemounts/disk2/Movies/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR/Indiana.Jones.and.the.Raiders.of.the.Lost.Ark.1981.BluRay.1080p.TrueHD.Atmos.7.1.AVC.HYBRID.REMUX-FraMeSToR.mkv: Permission denied at Emby.Server.MediaEncoding.Probing.MediaProbeManager.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, String userAgent, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Boolean forceEnableLogging, CancellationToken cancellationToken) at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](MetadataResult`1 metadataResult, MetadataRefreshOptions options, LibraryOptions libraryOptions, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, MetadataResult`1 itemResult, String logName, MetadataRefreshOptions options, LibraryOptions libraryOptions, RefreshResult refreshResult, CancellationToken cancellationToken) Source: Emby.Server.MediaEncoding TargetSite: Void MoveNext() TL;DR - manual scans work 100% of the time, automatic scanning works when it wants to if it works at all. The ffprobe error only seems have happened once even though the file had permissions with the media group that emby is part of. embyserver.txt hardware_detection-63765848884.txt
  5. So it appears that the upgrade to 4.0 effected a total wipe and rebuild of chapter images. Wow. I'm about 5 hours into a library scan with no end in sight. Not complaining, per se, but I was curious from the technical side what changes necessitated this. I know you rebuilt transcoding from the ground up. What changed in chapter images, etc.?
  6. Hi, I successfully installed an emby server on my RPi2 with raspbian (jessie) using this guide: https://discourse.osmc.tv/t/howto-install-emby-server/6364 Everything seems to work fine. Except one annoying thing... My problem is similar to this post: http://emby.media/community/index.php?/topic/24157-webclient-recursive-library-scan-missing-mediainfo/ There's a Media Info section at the bottom of any video page (using the web-app). It only shows me "container" and "path" (as shown in Pic 1). Nothing else... The server can't get any video mediainfos. I never had this issue with the Windows emby server version. Is there something wrong with my libmediainfo? I'm not sure if it's always true, but it should have a streamdetails section at the end of nfo files. This is not the case for me (it was when I used windows). I did the following: mediainfo /path/of/my/video It actually worked and gave me all the stream details. This is really strange. I also tried the advanced refresh from the metadata manager. No success. Is it a problem with permissions or something else? I even tried running the server from login as root (not sure if it was a good idea). I'm using samba (CIFS) for my video shares just for info... I attached two server logs. The first one is when I scanned the library with only one movie (shorter). Just in case it isn't enough, I also included a second one with the full scan of my entire library. Apparently, there is a problem with ffprobe. I have no idea what to do. I'm really new with linux and I need some help. Thank you
  7. Version 3.0.5306.42925 I had a couple of films that refused to fetch tmdb data. even went to the trouble of deleting them using the dashboard ui, and re-adding. They would identify (using manual option not automatic) , but would not fetch tmdb overview etc... i notices all-en.json was blank, unlike in the other ids (in \cache\tmdb-movies\id). by deleting the id folder (and the contained blank .json), a refresh on the objects would then work. dont know if its related.... but the two films that failed to id also showed ffprobe errors ( and continue to show this error) 2014-07-13 15:46:53.6397 Debug - App: Running FFProbeProvider for \\Q6600\NewMovies\Little Children (2006)\Little Children (2006).mkv 2014-07-13 15:46:53.6397 Error - App: Error in ffprobe Object reference not set to an instance of an object. System.NullReferenceException at MediaBrowser.Providers.MediaInfo.FFProbeHelpers.NormalizeFFProbeResult(InternalMediaInfoResult result) at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.<ProbeVideo>d__0`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Providers.Manager.MetadataService`2.<RunCustomProvider>d__41.MoveNext() even though ffrobe had no trouble being manually run on the files. the ffprobe error is still apparent on a refresh of the objects. wonder if the cache from the primary id provider is related to my separate recorded issue of some of my artists identifying manually fine, but not being fetched automatically by a scan library task....
  8. thiagomnk

    MB3 consuming 100% CPU

    Lukas I call Thiago live in Brazil and I'm starting to familiarize myself with the MB3 until now everything was quiet but as I finished setting up everything I threw on my network, if two computers open 2 movies at the same time it goes on my server up to 100% CPU consumption. and the videos start to hang. My machine has 3 GB RAM, Pentium 4 and 3.2 and only one nucleus. Please help me and solve this problem. I thank Note text translated in google translator so sorry to concordance
×
×
  • Create New...