Handmatige conversies en monitoringfouten

Ik heb enkele bestanden die DENKEN dat ze zijn geconverteerd, maar dat duidelijk niet zijn, want het zijn nog steeds TS-bestanden. Ik heb meerdere mappen met zulke bestanden, terwijl andere submappen in mijn gecontroleerde directory wel normaal werken. Dit is de logregel die ik krijg voor een bestand in een bewaakte map:

2021-04-07T10:01:33 MCEBuddy.Engine.QueueManager → Monitor task Windows Default : File I:\Media\Recorded TV\Modern Marvels (1993)\Season 15\Modern Marvels (1995) - S15E22 - The Real National Treasure.ts already converted with status Converted

Dit is de logregel die ik krijg voor een bestand dat ik handmatig binnen sleep:

I:\Media\Recorded TV\Dateline (2016)\Season 01\Dateline (2016) - S01E22 - The Last Dance.ts, Conversion Task ->Convert to MKV
2021-04-07T10:57:40 MCEBuddy.Engine.QueueManager → File >Dateline (2016) - S01E22 - The Last Dance.ts<, checking filename filter >.ts,.m4v<
WARNING> 2021-04-07T10:57:40 MCEBuddy.Engine.QueueManager → File Dateline (2016) - S01E22 - The Last Dance.ts did not match Filename meta data pattern

Tussen deze twee regels door krijg ik dit blok foutmeldingen. Ik weet niet of dit relevant is:

> 
> ERROR> --> Unable to open INI file -> C:\Program Files\MCEBuddy2x\config\history.. Retrying once more.
> Error : System.IO.IOException: The process cannot access the file 'C:\Program Files\MCEBuddy2x\config\history' because it is being used by another process.
>    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
>    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
>    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
>    at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
>    at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
>    at SharpConfig.Configuration.LoadFromFile(String filename, Encoding encoding)
>    at MCEBuddy.Util.Ini..ctor(String file)
> ERROR> --> Unable to open INI file -> C:\Program Files\MCEBuddy2x\config\history.. Retrying once more.
> Error : System.IO.IOException: The process cannot access the file 'C:\Program Files\MCEBuddy2x\config\history' because it is being used by another process.
>    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
>    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
>    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
>    at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
>    at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
>    at SharpConfig.Configuration.LoadFromFile(String filename, Encoding encoding)
>    at MCEBuddy.Util.Ini..ctor(String file)

Alle hulp wordt op prijs gesteld!

Dit betekent dat je een bestandsnaamfilter in je conversietaak hebt ingesteld en het bestand dat je in MCEBuddy hebt gesleept voldoet niet aan het filter, dus wordt het genegeerd.

Dit is een groter probleem. Het geschiedenisbestand bewaart een record van alle geconverteerde bestanden en wordt gebruikt om herconversie te voorkomen.

Je geschiedenisbestand is vergrendeld door een ander proces (antivirus??) en verhindert dat MCEBuddy het kan openen, wat verklaart waarom je mogelijk deze problemen ervaart.

Je zult met behulp van externe tools moeten achterhalen welk proces je geschiedenisbestand vergrendelt. Zodra dat is opgelost en je je conversietaakinstellingen aanpast, zou alles weer normaal moeten werken.