Skip to content

Commit 9b03e7e

Browse files
committed
* Adding customer installer
1 parent 38b6332 commit 9b03e7e

27 files changed

Lines changed: 3780 additions & 27 deletions

.claude/settings.local.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,19 @@
127127
"Bash(QT_QPA_PLATFORM=offscreen rtk uv:*)",
128128
"Bash(SKIP_NVIDIA=1 SKIP_INTEL=1 SKIP_AMD=1 uv run:*)",
129129
"Bash([ -f \"/c/Users/Chris/Projects/FastFlix/fastflix/encoders/$encoder/command_builder.py\" ])",
130-
"Bash(uv sync:*)"
130+
"Bash(uv sync:*)",
131+
"Bash(wc -l fastflix/**/*.py fastflix/*.py)",
132+
"Bash(go version:*)",
133+
"PowerShell(Get-Command:*)",
134+
"PowerShell(Test-Path:*)",
135+
"Bash(export PATH=\"/c/Program Files/Go/bin:$PATH\")",
136+
"Bash(go mod:*)",
137+
"Bash(C:/Users/Chris/Projects/FastFlix/dist/FastFlix/FastFlix.exe --version)",
138+
"Bash(C:/Users/Chris/Projects/FastFlix/dist/FastFlix/FastFlix.exe --test)",
139+
"Bash(du -sh *.dll *.pyd)",
140+
"Read(//c/Users/Chris/Projects/FastFlix/dist/FastFlix/lib/PySide6/**)",
141+
"Bash(du -sh Qt6WebEngine* Qt6Quick* Qt6Qml* Qt6Designer* Qt63D* Qt6Pdf* Qt6Multimedia* opengl32sw.dll)",
142+
"Bash(go build:*)"
131143
]
132144
}
133145
}

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,12 @@ build-dir/
126126
benchmarking/
127127

128128
./.claude/settings.local.json
129+
130+
# Go installer build artifacts
131+
cmd/installer/fastflix_dist.*
132+
cmd/*/*.syso
133+
cmd/installer/licenses.txt
134+
cmd/installer/terms_translations.json
135+
136+
# Build script cache (downloaded Python embeddable, get-pip.py)
137+
scripts/cache/

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Adding #457 QSVEncC --tune parameter support (hq, ll, ull, lossless) for HEVC, AV1, and AVC encoders (thanks to Marco Ravich)
1212
* Adding #480 2-pass CRF encoding for the AOM AV1 encoder for improved quality (thanks to jimbow973)
1313
* Adding #498 deinterlace method and mode options (yadif, bwdif, w3fdif, estdif with send_frame/send_field modes) to the Advanced panel, with persistence in profiles
14-
* Adding #520 "Same as Source" option for the output file extension, matching the output container to the source format for batch encoding mixed MKV/MP4 files (thanks to x9sim9)
14+
* Adding #520 "Source" option for the output file extension, matching the output container to the source format for batch encoding mixed MKV/MP4 files (thanks to x9sim9)
1515
* Adding #523 drag and drop folder support in the Concatenation Builder (thanks to GokieKS)
1616
* Adding #526 -movflags +faststart toggle for MP4/MOV containers, enabled by default (thanks to Aria)
1717
* Adding #594 codec and codec+profile matching options for audio profile pattern matching, allowing users to distinguish between e.g. DTS-HD MA and regular DTS tracks (thanks to Damundai)

0 commit comments

Comments
 (0)