joyrider3774 / PlayniteSound

An extension for playnite to play audio during events
https://joyrider3774.github.io/PlayniteSound/
MIT License
21 stars 6 forks source link

Return error when user attempts to download from YouTube without FFmpeg #42

Closed cnapolit closed 2 years ago

cnapolit commented 2 years ago

Currently, the plugin will retrieve playlists, videos, and attempt to download even if FFmpeg is not provided. New users are unaware of this requirement and will be confused when the plugin implies the file is downloaded, but no file exists.

cnapolit commented 2 years ago

Nevermind, it does throw an exception.