INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Convert Format often fails...  (Read 3742 times)

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1852
Convert Format often fails...
« on: May 30, 2016, 04:30:24 am »

This has been bugging me for years now I guess...

Quite often I need to convert format, usually to extract individual files from a CUE'd album or to convert high resolution files down to a format I can use.  More often than not the conversion fails on one or more tracks forcing me to rerun on the tracks that fail, which then pass on the 2nd attempt. This will happen nearly every run...

Usually the files are on a NAS during the processing, via a mapped drive.  No other MC functions over this mapped drive fail, however.  And it happens whether I'm playing music or not during processing.

And usually the options are "Same Folder, Replace item in Library".

Every time I think to capture a log to report it, it works.  Sod's Law.

And this attempt, I noticed two fails straight away so hit "reset log" in preparation to capture and then the next 30 tracks converted, making me wonder if the logfile size is somehow implicated...?

So, with a complete lack of evidence at this point, I just wanted to throw this out there in case others have noticed and can provide some more solid information while I try to capture my own data...






Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: Convert Format often fails...
« Reply #1 on: May 30, 2016, 08:40:21 am »


Do you have the converter set to keep original files or replace original files?

Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1971
Re: Convert Format often fails...
« Reply #2 on: May 30, 2016, 08:42:10 am »

Could be same issue? I'm on internal SSD mostly though. If I encode one file at time there are no failed files.

http://yabb.jriver.com/interact/index.php?topic=105091.0
Logged

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1852
Re: Convert Format often fails...
« Reply #3 on: May 30, 2016, 09:41:09 am »

Do you have the converter set to keep original files or replace original files?

I use both, but it's the fails on replace that are the problem, because I then have to undelete the original files to try again...
Logged

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1852
Re: Convert Format often fails...
« Reply #4 on: May 30, 2016, 09:43:41 am »

Could be same issue? I'm on internal SSD mostly though. If I encode one file at time there are no failed files.

http://yabb.jriver.com/interact/index.php?topic=105091.0

Could well be... a fail on conversion...
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: Convert Format often fails...
« Reply #5 on: May 30, 2016, 10:13:14 am »

My guess that your issue is due to multi thread contention on file accesses.

MC surely has a scheduler thread that decides the list of files to be converted, and the scheduler starts another individual converter thread(s) to do the conversion and write the new file. And after the conversion is done, either the scheduler thread, or the converter thread does the file rename, replace, or whatever you have selected.

So I am guessing that (say) the rename, replace, or whatever, function fails because either the scheduler thread or the converter thread still has a file lock open on the file in question.

The issue may be exacerbated on slower HDDs (particularly USB HDD and NAS) where either the device or the OS may extend the duration of file locks (lock caching) for performance reasons..


Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1852
Re: Convert Format often fails...
« Reply #6 on: May 31, 2016, 03:04:31 am »

My guess that your issue is due to multi thread contention on file accesses.

MC surely has a scheduler thread that decides the list of files to be converted, and the scheduler starts another individual converter thread(s) to do the conversion and write the new file. And after the conversion is done, either the scheduler thread, or the converter thread does the file rename, replace, or whatever you have selected.

So I am guessing that (say) the rename, replace, or whatever, function fails because either the scheduler thread or the converter thread still has a file lock open on the file in question.

The issue may be exacerbated on slower HDDs (particularly USB HDD and NAS) where either the device or the OS may extend the duration of file locks (lock caching) for performance reasons..

Sounds like it could be tricky to fix... fingers crossed for some dev magic!
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1971
Re: Convert Format often fails...
« Reply #7 on: August 10, 2016, 08:45:32 am »

My guess that your issue is due to multi thread contention on file accesses.

MC surely has a scheduler thread that decides the list of files to be converted, and the scheduler starts another individual converter thread(s) to do the conversion and write the new file. And after the conversion is done, either the scheduler thread, or the converter thread does the file rename, replace, or whatever you have selected.

So I am guessing that (say) the rename, replace, or whatever, function fails because either the scheduler thread or the converter thread still has a file lock open on the file in question.

The issue may be exacerbated on slower HDDs (particularly USB HDD and NAS) where either the device or the OS may extend the duration of file locks (lock caching) for performance reasons..



I think this could be it. When this happens MC leaves temporary converted files behind which seem to be fine so I would seem that renaming process fails. I'm just using Foobar2000 to convert my files as it never fails. (I'm not on NAS)
Logged
Pages: [1]   Go Up