Skip to content

Commit

Permalink
add more video and audio file exclude patterns
Browse files Browse the repository at this point in the history
I sorted the list and copied most of
https://en.wikipedia.org/wiki/Video_file_format
  • Loading branch information
renner0e authored and m3nu committed Dec 28, 2024
1 parent 8a2b513 commit 03bab40
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions src/vorta/assets/exclusion_presets/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,42 @@
"name": "Media Files",
"slug": "media-files",
"patterns": [
"fm:*.mp3",
"fm:*.mp4",
"fm:*.mkv",
"fm:*.3g2",
"fm:*.3gp",
"fm:*.aac",
"fm:*.avi",
"fm:*.f4a",
"fm:*.f4b",
"fm:*.f4p",
"fm:*.f4v",
"fm:*.flac",
"fm:*.wav"
"fm:*.flv",
"fm:*.m2ts",
"fm:*.m4a",
"fm:*.m4p",
"fm:*.m4v",
"fm:*.mkv",
"fm:*.mov",
"fm:*.movie",
"fm:*.mp2",
"fm:*.mp3",
"fm:*.mp4",
"fm:*.mpeg",
"fm:*.mpg",
"fm:*.mts",
"fm:*.ogg",
"fm:*.opus",
"fm:*.qt",
"fm:*.svi",
"fm:*.vob",
"fm:*.wav",
"fm:*.webm",
"fm:*.wmv",
"fm:*.yuv"
],
"tags": [
"type:media", "os:linux", "os:darwin"],
"author": "shivansh02"
"author": "shivansh02, Renner0E"
},
{
"name": "Recycle Bin/Trash",
Expand Down

0 comments on commit 03bab40

Please sign in to comment.