-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
#163 の続き
- READMEの更新
-
requirements.txtの追加(PyJWT) - 環境ファイルに
groupfolder_pathとgroupfoler_idの追加- 引数
--inputが不要になるはず
- 引数
- https://github.com/cloudnativedaysjp/broadcast/blob/main/media-checker/media_checker.py#L197 フォルダの再スキャンディレクトリを、環境ファイルの`groupfoler_idから指定できるように
- decodeの書き方修正(https://github.com/cloudnativedaysjp/broadcast/blob/main/media-checker/media_checker.py#L459)
jwt.decode(token, verify=False)⇒jwt.decode(token, options={"verify_signature": False})
- API対応
- CSVで読み込んでいたTalks情報をAPI経由での情報取得にする(脱CSV!)
- 動画の上限時間指定(UpperLimit)をTalks情報から取得したセッション時間 + n分にできるようにする(n分はenv.jsonに記載、LowerLimitは0分で絶対指定)
Reactions are currently unavailable