Files with tags don't show up

Server Version#: 1.25.2.5319
Player Version#:

Hi,
I have a problem with movie files with tags within: they are skipped during the scanning process.
I had the same problem with the same files in KODI. I had to disable the video tags in the library settings.
I don’t see any similar option in PLEX.
I tried to rename the movie files, but it was useless.
Thanks for help

Edit the library,
go to the Advanced tab
disable “Prefer local metadata”

After a bad mismatch, you might have to perform the Plex Dance

Thanks, but it didn’t work.
Some files (the same as previously) were skipped in the scannig process.
I tried to read the logs (verbose mode not enabled) but I can’t find any trace of it.
What kind of informations had I to provide to troubleshoot this?
Thanks

Please give an example of an actual file name.
Do also include the type of library.

The structure is ike this:
Media folder → movies folder → Aladdin (2019).mkv
The file is h264 - mpeg4 avc (part 10)(avc 1)

Like I said only some files within the movies folder don’t show up: 7 files over 44. The others 37 files are well scanned.

There is nothing wrong with this file name.
Also, Plex doesn’t read embedded meta tags from MKV files. (at least not the kind of tag which could influence proper “matching” of a movie)

Since this is Linux, check the file access permissions.
Keep in mind that Plex Server is running under a special user account (i.e. not the user account which you are using when you log on to the machine).

I tried to change the scanner to “plex movie scanner” and the agent to “plex movie (legacy)”.
Now the missing files are shown in the library, but they are marked as unavailable and, therefore, I can’t play them.
Do you still think is a permission issue?

Could be. Could be something else as well.
I hope you are not doing something with cloud media storage or something?
Are you perhaps using external hard drives with aggressive power-saving behaviour (leading them to spin down after just a few minutes of idle time)?

All my files are stored on a nas. The linux server with plex mounts the shared folders at boot.
As I said, in a sinlge movie folder I have 44 files, but only 7 are affected.

As I said: this is Linux, check the file access permissions.

Mounting the folder at boot doesn’t change the possibility of wrong access permissions on certain files only. Whether using NFS or SMB doesn’t really make a difference either, as far as I know.

You might wanna give this a read: Linux Tips

To add to @OttoKerner

May I see the mount entries in /etc/fstab ?

Sure:

//192.168.50.130/Transmission /media/transmission cifs auto,defaults,nofail,guest,uid=1000,iocharset=utf8 0 0

//192.168.50.130/Videoteca /media/videoteca cifs auto,defaults,nofail,guest,uid=1000,iocharset=utf8 0 0

This is the output of ls -la of the file:
-rwxr-xr-x 1 sav root 10656702657 Dec 22 2019 ‘Aladdin (2019).mkv’

This is the output for another file in the same dir wich hasn’t problems:
-rwxr-xr-x 1 sav root 8546970476 Apr 26 2019 ‘The Blues Brothers BDrip 1080p ENG-ITA DTS Multisub x264 bluray 1980.mkv’

Am I missing something?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.