INTERACT FORUM

More => Old Versions => JRiver Media Center 28 for Windows => Topic started by: BigAlB on July 24, 2021, 09:47:48 am

Title: JRiver does not import most of my music files -rest are apparently system files
Post by: BigAlB on July 24, 2021, 09:47:48 am
Hi,
I have just upgraded to V 28 on the Windows 10 desktop after not using MC for a number of years.

Unfortunately, I am only able to import (auto of manual) about 20% of my audio .flac files.  The rest are not imported and the log shows they have been classified as "skipped (system file)".
They are not system files but just to be sure I have attrib -s some of the subfolders but no change in the import behaviour.
other programs such a foobar2000 and MediaMonkey have no issue with importing the files.

There may be some link to the fact that most of the music folders with files not imported have a folder.jpg in them which can in some circumstances be classified as s system file but folder.jpg files are very common in audio file structure.

I'm really at a loss to solve this which obviously makes JRiver a non-starter for me.

Any ideas?
Thanks
Allan
Title: Re: JRiver does not import most of my music files -rest are apparently system files
Post by: zybex on July 24, 2021, 11:53:58 am
You can recursively remove the System attribute from all files with a shell command. User files should not have the S attribute.

Code: [Select]
forfiles /P c:\audio /s /m *.flac /c "cmd /c attrib -s -r -h @path"
Replace c:\audio with your actual location for the files (in quotes if it has a space in the path). If your files are in a NAS, you'll need to mount it first with some drive letter since 'forfiles' doesn't work on network paths.

edit: here's a similar post regarding S attribute on the folders, not files.
Title: Re: JRiver does not import most of my music files -rest are apparently system files
Post by: BigAlB on July 24, 2021, 12:26:17 pm
Thanks for the reply.

As I said in my original post -  I have used an admin command prompt and -s attrib commands on some of my audio folders and it makes no difference to the importing.
Title: Re: JRiver does not import most of my music files -rest are apparently system files
Post by: BigAlB on July 24, 2021, 01:02:12 pm
Hi zybex,
Looked at the other similar post on S attrib on the folders - That was my problem as well!

All fixed

Thanks
Title: Re: JRiver does not import most of my music files -rest are apparently system files
Post by: zybex on July 24, 2021, 01:05:41 pm
Eh, looks like I didn't actually paste the link to that other post, good that you found it and it helped  :)

For future reference:
https://yabb.jriver.com/interact/index.php/topic,128227.msg889656.html#msg889656