Re: [OC Users] Zoom Recordings Upload Script

26 views
Skip to first unread message
Message has been deleted

Katrin Ihler

unread,
Feb 26, 2024, 2:23:43 AMFeb 26
to us...@opencast.org

Hi Savneel,

I don't think this question is in the scope of this mailing list. You might, however, want to take a look at this project: https://github.com/opencast/zoom-ingest

Additionally, I sincerely hope that the default credentials used in the script aren't actually still configured for your server, because if they are, I would change that asap.

Cheers,

Katrin

On 24.02.24 11:59, Savneel Kant wrote:

Hi Colleagues,

We have Zoom recordings stored on our local servers that need to be uploaded to Opencast. Previously, we developed and utilized a bash script (attached) to retrieve these recordings for processing, and it was functioning properly. However, due to a change in filename conventions, the script is now unable to read certain filenames. We are requesting assistance from anyone who can review the script and advise on the necessary changes to ensure it can read filenames following these standards:

The script can read filenames in this standard format: LCT-CEB64-1800-19022024-PS However, it cannot read filenames in this standard format: LCT-CEB64-1800-20022024-B-V

These are the only filename standards now in use.

Your assistance would be greatly appreciated.

Regards,

Savneel

--
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
-- 
ELAN e.V.
Karlstr. 23
D-26123 Oldeburg

elan-ev.de

Waldemar Smirnow

unread,
Mar 7, 2024, 3:27:28 PMMar 7
to us...@opencast.org
Hi Savneel,

I'm not really sure to understood the problem. If the script isn't
working due to B-V filename suffix instead of PV then you have two options:

Option 1: rename the files to match the pattern. Put this line after line 25

for f in *B-V ; do mv "$f" "${f/%B-V/PV}"; done

Option 2: fix the script by replacing B-V suffix with PV in processing:

change line 35 to

str1="${TITLE/%B-V/PV}"

Regards
Waldemar


Am 26.02.24 um 08:21 schrieb Katrin Ihler:

Savneel Kant

unread,
Mar 7, 2024, 3:31:04 PMMar 7
to Opencast Users, Waldemar Smirnow
hi Waldemar/Katrin,

Thank you for the suggestion. I managed to correct it by re-doing the IF ELSE structure. The previous coder who wrote the script used old method. This is resolved. Thanks

Reply all
Reply to author
Forward
0 new messages