johnkiddjr / PlexMatch-File-Generator

This application generates a .plexmatch file in the directory of all shows and movies added to your Plex Server. This is especially useful for migrating storage devices if you have some shows that needed a custom match.
MIT License
65 stars 2 forks source link

PlexMatch File Generator

This application generates a .plexmatch file in the directory of all shows and movies added to your Plex Server. This is especially useful for migrating storage devices if you have some shows that needed a custom match.

Usage

The command is expecting 2 arguments from the command line

For information on how to get your Plex token, see this support link: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/

As of release 0.9.2-rc2 the default behavior for TV Show processing is to perform per season processing when episode ordering is set to anything other than library default. This action preserves the episode ordering as currently set.

Optional Parameters

Examples

./PlexMatchGenerator-Linux-x64 -u http://192.168.0.3:32400 -t ABCD12345

./PlexMatchGenerator-Linux-x64 --url http://192.168.0.3:32400 --token ABCD12345

PlexMatchGenerator-Windows-x86.exe -u http://192.168.0.3:32400 -t ABCD12345

PlexMatchGenerator-Windows-x86.exe --url http://192.168.0.3:32400 --token ABCD12345

Donations

Donations are always accepted but never required. Currently I accept PayPal using the button below.

Paypal Donation Image Button

3rd Party Packages Used

Development Environment Setup

Contributing

Contributions are welcome!