wnielson / Plex-Remote-Transcoder

A distributed transcoding backend for Plex
MIT License
640 stars 59 forks source link

Use servers_script when running check_config #79

Open petetomasik opened 5 years ago

petetomasik commented 5 years ago

When running prt check_config, it would only verify hosts listed under servers in .prt.conf (even if servers_script is not null). This changes the behavior to match how prt decides which host to handle a transcode (use servers_script if set, fallback to servers in .prt.conf).