This is a fork of the original FileBot Xattr Metadata Scanners. For the improvement of the code, thanks go to Reyter.
Enhance Plex with support for FileBot Xattr Metadata.
- Download the release
- Copy the
Scannersfolder into thePlex Media Serverdata directory - Restart Plex
- Configure
Advanced ➔ Scannerfor each library and selectFileBot Xattr Scanner ID
#!/bin/sh -xu
curl -L -O https://github.com/IIeTp/Filebot-Xattr-Scanner-ID/archive/master.zip
unzip -o master.zip
cp -vru 'Filebot-Xattr-Scanners-ID-master/Scanners' '/path/to/PlexMediaServer/Library/Plex Media Server'The FileBot Xattr Scanner ID will read name / year / season / episode / etc from xattr metadata instead of guessing and parsing information from the file path. This scanner will greatly enhance primary agents such as Plex Movie, TheMovieDB or TheTVDB, regardless of whether files are named according to {plex} standards or not. Files without xattr metadata will be ignored.