wnielson / Plex-Remote-Transcoder

A distributed transcoding backend for Plex
MIT License
646 stars 58 forks source link

Use servers_script when running check_config #79

Closed petetomasik closed 2 months ago

petetomasik commented 6 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).