Fix remux audio variants, subtitle extraction, and NFO generation#25
Merged
Hydro74000 merged 5 commits intomainfrom Apr 21, 2026
Merged
Fix remux audio variants, subtitle extraction, and NFO generation#25Hydro74000 merged 5 commits intomainfrom
Hydro74000 merged 5 commits intomainfrom
Conversation
…ration de fichiers .nfo
…tégrer dans l'interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
.nfoMediaInfo en utilisant le chemin complet de sortie.ffmpeg.Commits inclus
c2b5017fix(nfo): corriger le chemin de travail et les arguments pour la génération de fichiers .nfof1078d4feat(extractor): ajouter la logique d'extraction de sous-titres et intégrer dans l'interfacebde9d5cfix(remux): isolate added audio tracksa55466dfix(encode): use stable track entry ids69176c3docs: update README for 1.4.x changesValidation
git diff --check README.mdpytest -q tests/test_nfo_generation.py tests/test_remux_workflow.pypytest -q tests/test_encode_models.py tests/test_encode_panel_widgets.py tests/test_merge_remux_extras.py tests/test_remux.py::TestRemuxPanelNewAudioTrackspytest -q tests/test_encode_workflow.pypytest -q tests/test_remux_workflow.pypython -m compileall -q core ui