-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this compatible with greenlight? #3
Comments
Ok now checking with bbb-record --watch I see that only shows "podcast,screenshare" but not presentation so question is not about greenlight but about bbb |
What is the value of DELETE_SERVER_FILES ? on Line 6 in your edited code of bbb-s3.py is it set to True? |
Yes, I have set to true that value |
Just set Value to False and then check if everything works properly. I never checked it with GreenLight but it seems, greenlight only shows those records whose folders are present in bbb instance. Just set value to false and try again, it will do everything same as this script is made for, it will not delete local copies for now. Just test it, and I will push new codes. |
Im going to try that, the thing is the server is low on disk space so I hope we can use this setting to save some space. Thank you, by the way nice job with this script |
Ok I have an update here, did some changes in script... First I declared an array for filetypes I dont want to upload: Then I put a new condition before deleting files: This way files like metadata.xml and thumbnails stay in server and nothing looks weird in GL. This is what I got so far, Im thinking in the best way to manage this to prevent an impact in performance later if folders grow much. |
I considered that approach but there are some thumbnails that GL uses and look for them in local directory so I decided too keep all files except for big ones |
Ok, can you please create a new bbb-s3-gL.py and add PR? Or let me know, if you want to share final bbb-s3-gl.py via pastebin.com ? It would be good for other ones |
Sure, Im gonna share when I feel its kinda ready |
Hello.
I have an issue after meeting is processed and presentation is uploaded button "Presentation" shows in greenlight but then after some minutes its gone, link works but is not displaying in gl.
Any clue on what can I do ?
The text was updated successfully, but these errors were encountered: