Jump to content

grabbing temp files from shared folder?


jriker1

Recommended Posts

jriker1

Not sure if this is Live TV but looks like it.  I'm looking at the logs and noticed that ffmpeg is looking in \\mce for what looks like temp activities with the LiveTV shows?  So I see:

Quote

 

2023-02-14 11:01:07.136 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: C:\Users\jriker\AppData\Roaming\Emby-Server\system\ffprobe.exe -i file:"\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^1_Digital Cable_192_2022_08_06_07_22_10.wtv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
2023-02-14 11:01:07.163 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
2023-02-14 11:01:07.343 Error App: Error in ffprobe
    *** Error Report ***
    Version: 4.8.0.21
    Command line: C:\Users\jriker\AppData\Roaming\Emby-Server\system\EmbyServer.dll -service
    Operating system: Microsoft Windows 10.0.20348
    Framework: .NET 6.0.10
    OS/Process: x64/x64
    Runtime: C:/Users/jriker/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 8
    Data path: C:\Users\jriker\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\jriker\AppData\Roaming\Emby-Server\system
    Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: ffprobe failed - streams and format are both null: -i file:"\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^1_Digital Cable_192_2022_08_06_07_22_10.wtv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
ffprobe version 5.1-emby_2022_11_29 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC
      built with gcc 12.2.0 (Rev4, Built by MSYS2 project)
    file:\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^1_Digital Cable_192_2022_08_06_07_22_10.wtv: End of file
    
    
{
    
    }
    

       at Emby.Server.MediaEncoding.Probing.MediaProbeManager.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, String userAgent, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, CancellationToken cancellationToken)
       at Emby.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](MetadataResult`1 metadataResult, MetadataRefreshOptions options, LibraryOptions libraryOptions, CancellationToken cancellationToken)
       at Emby.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()
    
2023-02-14 11:01:07.361 Error App: Error in Image Capture
    *** Error Report ***
    Version: 4.8.0.21
    Command line: C:\Users\jriker\AppData\Roaming\Emby-Server\system\EmbyServer.dll -service
    Operating system: Microsoft Windows 10.0.20348
    Framework: .NET 6.0.10
    OS/Process: x64/x64
    Runtime: C:/Users/jriker/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 8
    Data path: C:\Users\jriker\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\jriker\AppData\Roaming\Emby-Server\system
    System.ArgumentNullException: System.ArgumentNullException: Value cannot be null. (Parameter 'source')
       at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
       at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
       at Emby.Providers.MediaInfo.VideoImageProvider.GetImage(BaseMetadataResult itemResult, ImageType type, CancellationToken cancellationToken)
       at Emby.Providers.Manager.ItemImageProvider.RefreshFromProvider(BaseMetadataResult itemResult, IDynamicImageProvider provider, Boolean providerReportsChanges, ImageRefreshOptions refreshOptions, Boolean replaceAllImages, TypeOptions savedOptions, LibraryOptions libraryOptions, List`1 downloadedImages, RefreshResult result, CancellationToken cancellationToken)
    Source: System.Linq
    TargetSite: Void ThrowArgumentNullException(System.Linq.ExceptionArgument)
    
2023-02-14 11:01:07.364 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: C:\Users\jriker\AppData\Roaming\Emby-Server\system\ffprobe.exe -i file:"\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^2_Digital Cable_192_2022_08_06_09_27_54.wtv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
2023-02-14 11:01:07.393 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
2023-02-14 11:01:07.394 Error App: Error in ffprobe
    *** Error Report ***
    Version: 4.8.0.21
    Command line: C:\Users\jriker\AppData\Roaming\Emby-Server\system\EmbyServer.dll -service
    Operating system: Microsoft Windows 10.0.20348
    Framework: .NET 6.0.10
    OS/Process: x64/x64
    Runtime: C:/Users/jriker/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 8
    Data path: C:\Users\jriker\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\jriker\AppData\Roaming\Emby-Server\system
    Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: Emby.Server.MediaEncoding.Unified.Ffmpeg.FfRunException: ffprobe failed - streams and format are both null: -i file:"\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^2_Digital Cable_192_2022_08_06_09_27_54.wtv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
ffprobe version 5.1-emby_2022_11_29 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC
      built with gcc 12.2.0 (Rev4, Built by MSYS2 project)
    file:\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^2_Digital Cable_192_2022_08_06_09_27_54.wtv: End of file
    
    
{
    
    }
    

       at Emby.Server.MediaEncoding.Probing.MediaProbeManager.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, String userAgent, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, CancellationToken cancellationToken)
       at Emby.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](MetadataResult`1 metadataResult, MetadataRefreshOptions options, LibraryOptions libraryOptions, CancellationToken cancellationToken)
       at Emby.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()
    
2023-02-14 11:01:07.394 Error App: Error in Image Capture
    *** Error Report ***
    Version: 4.8.0.21
    Command line: C:\Users\jriker\AppData\Roaming\Emby-Server\system\EmbyServer.dll -service
    Operating system: Microsoft Windows 10.0.20348
    Framework: .NET 6.0.10
    OS/Process: x64/x64
    Runtime: C:/Users/jriker/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 8
    Data path: C:\Users\jriker\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\jriker\AppData\Roaming\Emby-Server\system
    System.ArgumentNullException: System.ArgumentNullException: Value cannot be null. (Parameter 'source')
       at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
       at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
       at Emby.Providers.MediaInfo.VideoImageProvider.GetImage(BaseMetadataResult itemResult, ImageType type, CancellationToken cancellationToken)
       at Emby.Providers.Manager.ItemImageProvider.RefreshFromProvider(BaseMetadataResult itemResult, IDynamicImageProvider provider, Boolean providerReportsChanges, ImageRefreshOptions refreshOptions, Boolean replaceAllImages, TypeOptions savedOptions, LibraryOptions libraryOptions, List`1 downloadedImages, RefreshResult result, CancellationToken cancellationToken)
    Source: System.Linq
    TargetSite: Void ThrowArgumentNullException(System.Linq.ExceptionArgument)

 

I see references to:  file:\\mce\d$\Recorded TV\TempSWMC\LiveTV_Emby^^2_Digital Cable_192_2022_08_06_09_27_54.wtv

This are no pointers anywhere I can see in emby to the mce computer.  This is migrated from an old system but every screen I look at shows various other servers but nothing pointing to that.  Any idea what's going on?  Weird as it mentions LiveTV_Emby but also wtv file.

I kind of figured it out as maybe WMC temp files during live watching but the name contains Emby so confused.  

Edited by jriker1
Link to comment
Share on other sites

jriker1

I do but am confused.  

I point to the \\mce\d$\Recorded TV folder wher emy WMC shows record so we can play them back in Emby.

In that folder though is a TempSWMC folder that is for live tv.  Think it caches content there to pause/back/forward Live TV.

Couple things:

 

1. Is there any way to exclude a folder specifically within the Recorded TV folder but not all subfolders?

2. Why is there a reference to "LiveTV_Emby" associated with that wtv file in the logs?

 

 

Link to comment
Share on other sites

4 hours ago, jriker1 said:

1. Is there any way to exclude a folder specifically within the Recorded TV folder but not all subfolders?

 

 

 

Try adding a file named .ignore underneath TempSWMC. But why configure ServerWMC to put temp files there?

Quote

2. Why is there a reference to "LiveTV_Emby" associated with that wtv file in the logs?

No idea. That is a serverwmc folder so I can't really explain it.

Link to comment
Share on other sites

jriker1
12 minutes ago, Luke said:

But why configure ServerWMC to put temp files there?

Not ServerWMC.  This is pure Windows Media Center on Windows 7 and how it's setup out of the box.  I am using MCEBuddy to rename and sort the wmv files so they show up in Emby to view but that's out of the box.    Technically other than that Recorded TV folder being in my Emby library, Emby has no awareness of it or shouldn't.

Edited by jriker1
Link to comment
Share on other sites

jriker1

I do have ServerWMC installed in Emby probably came over from my old install but there are no settings I can see for it.  Not using it either.

 

I did notice there are two TempSWMC and TempRec.  TempRec being used by WMC and TempSWMC not being used since 2020 so not sure why Emby is looking at it.  I deleted the folder.

Edited by jriker1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...