Skip to content

Commit

Permalink
[file_size_metrics] v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2024
1 parent 8ae43d9 commit 6e89823
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions source/file_size_metrics/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{info.json,*.py}]
indent_size = 4
28 changes: 14 additions & 14 deletions source/file_size_metrics/info.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "Josh.5, EspadaV8",
"compatibility": [1, 2],
"description": "Aggregate changes in file size metrics for processed files and add a data panel for displaying the results.",
"icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.file_size_metrics/master/icon.png",
"id": "file_size_metrics",
"name": "File Size Metrics Data Panel",
"platform": ["all"],
"priorities": {
"on_worker_process": 1,
"on_postprocessor_task_results": 0
},
"tags": "data panel",
"version": "0.1.0"
}
"author": "Josh.5, EspadaV8",
"compatibility": [1, 2],
"description": "Aggregate changes in file size metrics for processed files and add a data panel for displaying the results.",
"icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.file_size_metrics/master/icon.png",
"id": "file_size_metrics",
"name": "File Size Metrics Data Panel",
"platform": ["all"],
"priorities": {
"on_worker_process": 1,
"on_postprocessor_task_results": 0
},
"tags": "data panel",
"version": "0.1.0"
}

0 comments on commit 6e89823

Please sign in to comment.