Skip to content

Commit bea4f0c

Browse files
authored
Metadata fixes (#422)
* move metadata testing scripts * metadata key processing updates * add default params for display and ffprobe values plus a unit test * update counts and unique when bulk updating metadata * add in categorical recalculation for counts when updating
1 parent bece638 commit bea4f0c

13 files changed

Lines changed: 1160 additions & 169 deletions

scripts/metadata/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.csv
2+
*.json
3+
*.ndjson
4+
*.mp4
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

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

0 commit comments

Comments
 (0)