• Joined on 2025-08-03
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-09 04:49:48 +00:00
b2686ca2b1 feat(vault): Add no_push option to Vault and its subclasses to control key reception
abc3b4f1a4 feat(dl): Add audio language option to override language for audio tracks
Compare 2 commits »
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-08 12:29:45 +00:00
9952758b38 feat(changelog): Update changelog with enhanced tagging configuration and improvements
f56e7c1ec8 chore(release): Bump version to 1.4.1 and update changelog with title caching features
096b7d70f8 Merge remote-tracking branch 'origin/main' into feature/title-caching
f0493292af feat: Implement title caching system to reduce API calls
Compare 4 commits »
kenzuya synced commits to refs/tags/1.4.1 at kenzuya/unshackle from mirror 2025-08-08 12:29:45 +00:00
kenzuya synced new reference refs/tags/1.4.1 to kenzuya/unshackle from mirror 2025-08-08 12:29:45 +00:00
kenzuya synced and deleted reference refs/tags/feature/title-caching at kenzuya/unshackle from mirror 2025-08-08 12:29:44 +00:00
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-07 20:09:44 +00:00
460878777d refactor(tags): Simplify Simkl search logic and soft-fail when no results found
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-07 03:49:44 +00:00
9eb6bdbe12 feat(tags): Enhance tag_file function to prioritize provided TMDB ID if --tmdb is used
41d203aaba feat(config): Add options for tagging with group name and IMDB/TMDB details and new API endpoint of simkl if no tmdb api key is added.
0c6909be4e feat(dl): Update language option default to 'orig' if no -l is set, avoids hardcoded en
Compare 3 commits »
kenzuya synced commits to feature/title-caching at kenzuya/unshackle from mirror 2025-08-06 19:39:44 +00:00
kenzuya synced new reference feature/title-caching to kenzuya/unshackle from mirror 2025-08-06 19:39:44 +00:00
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-06 03:19:44 +00:00
ead05d08ac fix(subtitle): Handle ValueError in subtitle filtering for multiple colons in time references fixes issues with subtitles that contain multiple colons
8c1f51a431 refactor: Remove Dockerfile and .dockerignore from the repository
1d4e8bf9ec Update CHANGELOG.md
b4a1f2236e feat: Bump version to 1.4.0 and update changelog with new features and fixes
3277ab0d77 feat(playready): Enhance KID extraction from PSSH with base64 support and XML parsing
Compare 7 commits »
kenzuya synced commits to refs/tags/1.4.0 at kenzuya/unshackle from mirror 2025-08-06 03:19:44 +00:00
kenzuya synced new reference refs/tags/1.4.0 to kenzuya/unshackle from mirror 2025-08-06 03:19:44 +00:00
kenzuya synced and deleted reference refs/tags/dev at kenzuya/unshackle from mirror 2025-08-05 19:09:43 +00:00
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-05 19:09:43 +00:00
1bd63ddc91 feat(titles): Better detection of DV across all codecs in Episode and Movie classes dvhe.05.06 was not being detected correctly.
4dff597af2 feat(dl): Fix track selection to support combining -V, -A, -S flags
8dbdde697d feat(hybrid): Enhance extraction and conversion processes with dymanic spinning bars to follow the rest of the codebase.
Compare 3 commits »
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-05 02:49:44 +00:00
63c697f082 feat(series): Enhance tree representation with season breakdown
3e0835d9fb feat(dl): Improve DRM track decryption handling
c6c83ee43b feat(dl): Enhance language selection for video and audio tracks, including original language support
507690834b feat(tracks): Add support for HLG color transfer characteristics in video arguments
Compare 4 commits »
kenzuya synced commits to dev at kenzuya/unshackle from mirror 2025-08-05 02:49:43 +00:00
kenzuya synced new reference dev to kenzuya/unshackle from mirror 2025-08-05 02:49:43 +00:00
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-04 02:19:43 +00:00
f8a58d966b feat(subtitle): Add filtering for unwanted cues in WebVTT subtitles
8d12b735ff feat(dl): Add option to include forced subtitle tracks
Compare 2 commits »
kenzuya synced commits to main at kenzuya/unshackle from mirror 2025-08-03 18:09:42 +00:00
1aaea23669 Revert "feat: Implement terminal cleanup on exit and signal handling in ComfyConsole"