Identifying what Plugin's, etc, have been installed and what Version.

Videobuff

Member
Is there an easy way to identify which Plugins have been installed and the version of each Plugin installed? I think something like this would be really useful....or maybe there's an easy way of doing this already that I don't know about?
 

lofihap

Member
Not sure about confirming the version number. But if you want to see a list of all plug-ins that you've installed into OBS.

If you've installed to default location *assuming Win* - you can check
C:\Program Files\obs-studio\data\obs-plugins
 

Videobuff

Member
Thanks...hoping there's also a way of telling which Version of the Plugin is installed as well as I can never tell if I've installed the latest version or not :)
 

Videobuff

Member
I think I’ve managed to find the answer....I eventually thought of just looking in the log file and there it was.....sorted!!
 

Tormy

Member
Is there an easy way to identify which Plugins have been installed and the version of each Plugin installed? I think something like this would be really useful....or maybe there's an easy way of doing this already that I don't know about?
Open CMD as Adminstrator
Go to: C:\Program Files\obs-studio\data\obs-plugins
type: dir /b > "OBS Installed Plugins.txt"
Return/Enter

you will get the list of all the installed plugins into a text file.
 
Top