Skip to content

Commit d4c1bff

Browse files
CyanVoxel050011-codeThesacraftSupKittyMeowFavroiteGamers
committed
feat: port v9.4 thumbnail + related feats to v9.5
Ports the following thumbnail and related PRs from the `Alpha-v9.4` branch to `main` (v9.5+): - (#273) Blender thumbnail support - (#307) Add font thumbnail preview support - (#331) refactor: move type constants to new media classes - (#390) feat(ui): expanded thumbnail and preview features - (#370) ui: "open in explorer" action follows os name - (#373) feat(ui): preview support for source engine files - (#274) Refactor video_player.py (Fix #270) - (#430) feat(ui): show file creation/modified dates + restyle path label - (#471) fix(ui): use default audio icon if ffmpeg is absent - (#472) fix(ui): use birthtime for creation time on mac & win Co-Authored-By: Ethnogeny <111099761+050011-code@users.noreply.github.com> Co-Authored-By: Theasacraft <91694323+Thesacraft@users.noreply.github.com> Co-Authored-By: SupKittyMeow <77246128+supkittymeow@users.noreply.github.com> Co-Authored-By: EJ Stinson <93455158+favroitegamers@users.noreply.github.com> Co-Authored-By: Sean Krueger <71362472+seakrueger@users.noreply.github.com>
1 parent 073d517 commit d4c1bff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3959
-487
lines changed

.vscode/launch.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "TagStudio",
9-
"type": "python",
10-
"request": "launch",
11-
"program": "${workspaceRoot}/tagstudio/tag_studio.py",
12-
"console": "integratedTerminal",
13-
"justMyCode": true,
14-
"args": []
15-
}
8+
"name": "TagStudio",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${workspaceRoot}/tagstudio/tag_studio.py",
12+
"console": "integratedTerminal",
13+
"justMyCode": true,
14+
"args": ["-o", "F:/Example 2"]
15+
}
1616
]
1717
}

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ pillow-heif==0.16.0
1212
chardet==5.2.0
1313
structlog==24.4.0
1414
SQLAlchemy==2.0.34
15+
pydub==0.25.1
16+
mutagen==1.47.0
17+
numpy==1.26.4
18+
ffmpeg-python==0.2.0
19+
Send2Trash==1.8.3
20+
vtf2img==0.1.0
18.1 KB
Loading
10.3 KB
Loading
12.3 KB
Loading
10.9 KB
Loading
8.65 KB
Loading
8.98 KB
Loading
5.63 KB
Loading
8.82 KB
Loading

0 commit comments

Comments
 (0)