cedarrapidsboy / pms-postprocessing

Post processing scripts to augment the Plex Media Server DVR functionality.
MIT License
18 stars 4 forks source link

Fix for parsing video stream codec #11

Closed cedarrapidsboy closed 4 years ago

cedarrapidsboy commented 4 years ago

Regex parsing on the video stream codec was not expecting any additional content after the codec identifier (e.g., mpeg2video). Loosened the pattern matching to allow for other codec accouterments (e.g., mpeg2video (Main)).