Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/metadata/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.csv
*.json
*.ndjson
*.mp4
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

apiURL = "127.0.0.1" # url of the server
port = 8010 # set to your local port being used
rootFolderId = '68b832711394856d5124a243' # root folderId to push data to
limit = 1000 # only want to process X videos
rootFolderId = '6a046a841f9dc1415085ab7d' # root folderId to push data to
limit = 100 # only want to process X videos
# Below is a global variable which shouldn't be edited
totalFolders = 0 # use to maintain a total count of items added

Expand Down
File renamed without changes.
Loading
Loading