a67acc31b7
feat (back): removes cover image handling, since it's in core now
max2026-08-31 19:50:44 +05:00
5f68eccdbf
feat (core): If user_format is provided, map it to the correct container if it's a codec name
max2026-08-31 19:48:31 +05:00
156dfa693f
update (core): new values for codec/container/file_extension compatibility
max2026-08-31 14:20:02 +05:00
580837fa73
feature (core): adds special handlers for audio+cover_image cases
max2026-08-31 14:19:07 +05:00
747a349877
fix (core): checks the compatibility even if default options are used
max2026-08-30 19:00:12 +05:00
6f6637a9a2
REFACTOR (BACKEND): removes an useless file
max2026-08-30 15:48:28 +05:00
5e02184c8f
REFACTOR (FRONTEND): exports some functionality from web/frontend/src/components/OptionsPanel.tsx into separated hooks
max2026-08-30 15:26:02 +05:00
e935241fd8
REFACTOR (CORE): splits build_ffmpeg_command method into one orchestrator and helper methods
max2026-08-30 14:47:13 +05:00
7af2600ed8
FEATURE: all versions use single source of truth for codec/container/file_extension info
max2026-08-21 14:58:55 +05:00
d08045bf02
Merge pull request 'fix(frontend): frontend functional bugs' (#9) from frontend_bugs into dev
max2026-08-21 13:35:17 +04:00
4843ac1cb5
FEATURE: clarifes 'format' option in output section of the frontend
max2026-08-20 20:21:15 +05:00
364fc7a8fe
FEATURE: adds automatic format detected to the frontend
max2026-08-20 19:59:11 +05:00
8a1e2a5335
FIX: aligns line number with the corresponding lines in the tracklist editor
max2026-08-20 12:47:58 +05:00
3c7ff97e76
Merge pull request 'feat(core): single source of truth for default values added' (#6) from default_args into dev
max2026-08-20 09:34:21 +04:00
140a0fbc46
FEATURE: single source of truth for default values added
max2026-08-20 10:28:07 +05:00
05fcc8ea29
Merge pull request 'FEAT(backend): allows the backend to take a tracklis text file' (#5) from backend_tracks_file into dev
max2026-08-19 16:30:10 +04:00
52d01f1bcd
FEATURE: allows the backend to take a tracklis text file
max2026-08-19 17:26:07 +05:00
607836b280
CHANGE: drops cli version docker support
max2026-08-19 13:12:34 +05:00
5e124645c0
Merge pull request 'feat(core): output format detected logic improved' (#4) from reverse-proxy into main
max2026-08-19 10:21:11 +04:00
02b730b082
CHANGE: maps codec/container/file_extension more accurate
max2026-08-19 11:12:48 +05:00
bb883409e1
run-name added for images building action
max2026-08-05 17:11:43 +05:00
f868de9d3b
Merge pull request 'Reverse proxy config added, secret is used in build images action' (#3) from reverse-proxy into main
max2026-08-05 12:08:10 +00:00
800ad9c280
Building images action uses a secret to authenticate webhook server
max2026-08-05 16:57:12 +05:00
bf6c6780da
New deployment instructions added - simple NGINX reverse proxy example
max2026-08-05 14:33:03 +05:00
96b1588fcc
Merge pull request 'Ci cd merge request' (#2) from ci-cd into main
max2026-08-05 04:57:46 +00:00
f00a70cb2e
Merge pull request 'Web interface merge' (#1) from web-interface into main
max2026-08-05 04:56:17 +00:00
7f2b82aae0
.env.example is improved, comments added. docker-compose-prod.yaml is replaced with docker-compose.yaml, development version is docker-compose.override.yaml now
max2026-08-05 09:52:23 +05:00
a028b875fb
building image actions is triggered only if a pull request has been merged into main
max2026-08-05 09:07:00 +05:00
d1a166a0f1
docker-compose-prod.yaml uses more variables from .env.example now
max2026-08-05 08:52:45 +05:00
fb9413e6f8
.env is untracked now
max2026-08-04 21:50:06 +05:00
e0490c5f41
.env.example is committed to the repo from now on. .env is used as a development file and ignored
max2026-08-04 21:46:48 +05:00
b6deed78c8
Building image action builds both images first, only then notifies the deployment server. Docker compose production file added
max2026-08-04 20:41:21 +05:00
e802b684ff
Docker build context fixed in frontend building job
max2026-08-04 20:18:11 +05:00
e28bcc27fc
fixes in the build image action
max2026-08-04 20:12:41 +05:00
3a326859de
Building image action fixed to use correct Dockerfile and build context
max2026-08-04 19:50:41 +05:00
26fb4fb3f4
Test CI/CD job was removed. Image building job was updated to build web version of the app
max2026-08-04 19:17:36 +05:00
c455bd541b
New test action added. It builds a docker image and pushes it to the registry
max2026-08-04 10:55:15 +05:00
c66dbf9dc3
Test CI/CD file added
max2026-08-03 13:02:48 +05:00
dcdae41706
Tracs validation added. A warning is thrown if the input contains a video strem, but the requested output format doesn't support it
max2026-08-03 11:26:17 +05:00
1d1f8563c0
Backend: endpoint for single output download added
max2026-08-03 10:53:13 +05:00