Update media-hide.lua - #12
Conversation
fixes for OBS 32
IronJeff80
commented
Jan 9, 2026
This should allow this script to work in OBS 32.0.4, previously in 32, it would fail to hide source after playing. |
exeldro
commented
Jan 9, 2026
I see mainly code cleanup, what part is required for OBS 32? |
IronJeff80
commented
Jan 9, 2026
via email
sceneitem_list_release to obs.obs_sceneitem_list_release. …On Fri, Jan 9, 2026, 7:40 AM Exeldro ***@***.***> wrote:
*exeldro* left a comment (exeldro/obs-lua#12)
<#12 (comment)>
I see mainly code cleanup, what part is required for OBS 32?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANN4DDX4YRCBRPVN3WMSGN34F7DW7AVCNFSM6AAAAACRFCHNICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOMRZGQZTMMRXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
IronJeff80
commented
Jan 9, 2026
I was getting this error: (attempt to call field 'obs_sceneitem_list_release' (a nil value). To this: |
exeldro
commented
Jan 9, 2026
So the fixes are not for OBS 32, but for all versions of OBS |
IronJeff80
commented
Jan 9, 2026
via email
I guess so. I'm not too familiar with this stuff. but this is how I got it
to work with 32. some one else had made a fix for 31, because I guess the
original didn't work there either. …On Fri, Jan 9, 2026, 11:29 AM Exeldro ***@***.***> wrote:
*exeldro* left a comment (exeldro/obs-lua#12)
<#12 (comment)>
So the fixes are not for OBS 32, but for all versions of OBS
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANN4DDR3BNBN3RT62BSEY634F76QHAVCNFSM6AAAAACRFCHNICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOMZQGI4TENZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
FaNt4zMa
commented
Mar 22, 2026
I have another issue where the script will fail to hide a media playing in an unselected scene. I use Exeldro's source clone plugin for my camera and I have media playing over it, but since OBS 32.1.0, the media stopped getting hidden. I tried your version, but no luck. It's only when I'm on the actual scene that it gets hidden by the script |
fixes for OBS 32