exeldro / obs-scene-collection-manager

GNU General Public License v2.0
53 stars 4 forks source link

List is Empty despite Multiple Scene Collections #11

Closed proactivematter closed 6 months ago

proactivematter commented 1 year ago

Hello,

I just installed this plugin and it doesn't populate with any of my various scene collections.

Log shows "Failed to glob scene collections"

Let me know if there is anything I can do / provide to track this down.

Many thanks

exeldro commented 1 year ago

What operating system? portable mode? do you know the folder your scene collections are stored in?

proactivematter commented 1 year ago

MacOS 13.0.1 OBS 28.1.2 (regular)

They are located in the default folder /Users/diego/Library/Application Support/obs-studio/basic/scenes

exeldro commented 1 year ago

as far as I can see now the plugin tries to read: obs-studio/plugin_config/scene-collection-manager/../../basic/scenes/*.json not sure what is going wrong there

proactivematter commented 1 year ago

I don't have the obs-studio/plugin_config/scene-collection-manager folder. Just tried reinstalling the plugin as well and relaunching OBS, but it's not there.

exeldro commented 1 year ago

https://github.com/exeldro/obs-scene-collection-manager/actions/runs/3552861625 Can you test if this build fixes it?

proactivematter commented 1 year ago

Sorry, not a dev. Tried following the build instructions but as simple as I'm sure that it is, I can't figure it out beyond step 1 (building OBS itself).

I'd be glad to test but I will need more step-by-step plugin build instructions or a release.

exeldro commented 1 year ago

You don't need to build it yourself, you can download the build artifact at the bottom of the page I linked

proactivematter commented 1 year ago

Ah! Thanks.

Installed it, but now OBS crashes when I try to select Scene Manager from the menu. Here's the crash report.

No entries on the OBS log.

exeldro commented 6 months ago

I made a fix, you can download the test build from the bottom of this page: https://github.com/exeldro/obs-scene-collection-manager/actions/runs/7332084839

proactivematter commented 6 months ago

Awesome! All seems to be working as intended now. Damn, over a year later too. You're the man, thank you!