Andy
9eb6bdbe12
feat(tags): Enhance tag_file function to prioritize provided TMDB ID if --tmdb is used
2025-08-06 22:15:16 +00:00
Andy
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.
2025-08-06 21:34:14 +00:00
Andy
ead05d08ac
fix(subtitle): Handle ValueError in subtitle filtering for multiple colons in time references fixes issues with subtitles that contain multiple colons
2025-08-06 01:28:03 +00:00
Andy
b4a1f2236e
feat: Bump version to 1.4.0 and update changelog with new features and fixes
2025-08-05 23:37:45 +00:00
Andy
3277ab0d77
feat(playready): Enhance KID extraction from PSSH with base64 support and XML parsing
2025-08-05 23:28:30 +00:00
Andy
1bd63ddc91
feat(titles): Better detection of DV across all codecs in Episode and Movie classes dvhe.05.06 was not being detected correctly.
2025-08-05 18:33:51 +00:00
Andy
8dbdde697d
feat(hybrid): Enhance extraction and conversion processes with dymanic spinning bars to follow the rest of the codebase.
2025-08-05 14:57:51 +00:00
Andy
63c697f082
feat(series): Enhance tree representation with season breakdown
2025-08-04 19:30:27 +00:00
Andy
507690834b
feat(tracks): Add support for HLG color transfer characteristics in video arguments
2025-08-04 19:28:11 +00:00
Andy
f8a58d966b
feat(subtitle): Add filtering for unwanted cues in WebVTT subtitles
2025-08-03 22:10:17 +00:00
Andy
1aaea23669
Revert "feat: Implement terminal cleanup on exit and signal handling in ComfyConsole"
...
This reverts commit 091d7335a3 .
2025-08-03 15:26:30 +00:00
Andy
e3571b9518
feat(update_checker): Enhance update checking logic and cache handling
2025-08-03 06:58:59 +00:00
Andy
63e9a78b2a
chore: Bump version to 1.3.0 and update changelog with mp4decrypt support and enhancements
2025-08-03 06:26:24 +00:00
Andy
a2bfe47993
feat(drm): ✨ Add support for mp4decrypt as a decryption method
...
* Introduced a new configuration option for DRM decryption in `unshackle.yaml`.
* Updated the `decrypt` methods in `PlayReady` and `Widevine` classes to allow using `mp4decrypt`.
* Enhanced the `Config` class to manage decryption methods per service.
* Added `mp4decrypt` binary detection in the binaries module.
2025-08-03 06:23:43 +00:00
Andy
d61bec4a8c
feat: Add scene naming option to configuration and update naming logic in titles
2025-08-01 18:40:40 +00:00
Andy
4691694d2e
feat: Add Unspecified_Image option to Transfer enum in Video class.
...
The Transfer enum was missing value 2, which according to ITU-T H.Sup19 standards represents "Unspecified (Image
characteristics are unknown or are determined by the application)". This value is often used for still image coding systems.
2025-08-01 17:10:55 +00:00
Andy
a07345a0a2
refactor: Replace log.exit calls with ValueError exceptions for error handling in Hybrid class
2025-07-31 23:48:22 +00:00
Andy
091d7335a3
feat: Implement terminal cleanup on exit and signal handling in ComfyConsole
2025-07-31 18:25:18 +00:00
Andy
46c28fe943
feat: Add update check interval configuration and implement rate limiting for update checks
2025-07-30 23:36:59 +00:00
Andy
22c9aa195e
feat: Bump version to 1.2.0 and update changelog, I'll eventually learn symantic versioning.
2025-07-30 23:15:20 +00:00
Andy
776d8f3df0
feat: Update version to 1.1.1 and add update checking functionality
2025-07-30 23:12:13 +00:00
Andy
67caf71295
Merge branch 'hdr10ptest'
2025-07-30 22:49:01 +00:00
Andy
4de9251f95
feat(tracks): ✨ Add duration fix handling for video and hybrid tracks
2025-07-30 21:39:34 +00:00
Andy
d2fb409ad9
feat(hybrid): ✨ Add HDR10+ support for conversion to Dolby Vision and enhance metadata extraction
2025-07-30 21:14:50 +00:00
Andy
5d1f2eb458
feat(attachment): ✨ Ensure temporary directory is created for downloads
2025-07-30 18:52:36 +00:00
Andy
3efac3d474
feat(vaults): ✨ Enhance vault loading with success status
2025-07-30 17:29:06 +00:00
Andy
9f20159605
feat(hybrid): ✨ Display resolution of HDR10 track in hybrid mode console output and clean up unused code
2025-07-30 02:08:07 +00:00
Sp5rky
80c40c8677
Merge pull request #1 from unshackle-dl/Hybrid-HDR
...
Hybrid HDR
2025-07-29 20:40:24 -04:00
Andy
26ef48c889
fix(download): 🐛 Skip Content-Length validation for compressed responses in curl_impersonate and requests
2025-07-30 00:32:25 +00:00
Andy
5dad2746b1
feat(subtitles): ✨ Integrate subby library for enhanced subtitle processing and conversion methods
2025-07-30 00:24:55 +00:00
Andy
eeb553cb22
chore: 🔖 Bump version to 1.1.0 in pyproject.toml, __init__.py, and uv.lock to follow correct Semantic Versioning.
2025-07-29 19:48:34 +00:00
Andy
06c96b88a5
fix(download): 🐛 Skip Content-Length validation for compressed responses in curl_impersonate and requests. The fix ensures that when Content-Encoding indicates compression, we skip the validation by setting content_length = 0, allowing the downloads to complete successfully.
2025-07-29 19:13:50 +00:00
Andy
e8e376ad51
fix(hybrid): 🐛 Fix import order and add missing json import
...
fix(uv): 🐛 Update unshackle package version to 1.0.2
2025-07-29 19:11:11 +00:00
Andy
c97de0c32b
feat(hybrid): ✨ Implement HDR10+DV hybrid processing and injection support
...
Original code by @P0llUx12 - Discord
2025-07-29 17:40:02 +00:00
Andy
f69eb691d7
feat(binaries): ✨ Add support for MKVToolNix and mkvpropedit
...
* Introduced `MKVToolNix` and `mkvpropedit` binaries to the project.
* Updated the environment check to include required status for dependencies.
* Enhanced the `Tracks` class to raise an error if `MKVToolNix` is not found.
* Modified the `_apply_tags` function to utilize the `mkvpropedit` binary from the binaries module.
2025-07-25 18:27:14 +00:00
Andy
05ef841282
fix(env): 🐛 Update Shaka-Packager binary retrieval method
...
* Changed the binary retrieval for `Shaka-Packager` to use `find_binary` for improved accuracy.
* This ensures the correct binary is located and used in the environment checks.
2025-07-25 18:18:00 +00:00
Andy
4276267455
feat(proxies): ✨ Add SurfsharkVPN support
...
Original code by @p0llux12 - Discord
- Introduced `SurfsharkVPN` class for proxy service integration.
- Updated configuration to include `surfsharkvpn` in proxy providers.
- Removed legacy `nordvpn` configuration from YAML.
- Enhanced `dl.py` and `search.py` to utilize `SurfsharkVPN`.
2025-07-25 09:03:08 +00:00
Andy
ec16e54c10
fix(binaries): 🐛 Improve local binary search functionality
...
* Added logic to check for executables in a local `binaries` directory.
* Enhanced Windows support by checking for `.exe` extensions.
* Removed unnecessary `binaries/` entry from `.gitignore`.
2025-07-25 08:32:26 +00:00
Andy
4385035b05
fix(cfg): 🐛 Update services directory handling
...
* Updated the `services` directory assignment to ensure it is always treated as a list, improving consistency in configuration handling. Allows to provide multiple different service folders.
2025-07-20 16:49:44 +00:00
Andy
cb26ac6fa2
feat: ✨ Update version display in main.py
...
* Changed the version display in `__main__.py` to include copyright information.
2025-07-20 15:45:50 +00:00
Andy
5a15e240d5
Remove branding and year from header.
2025-07-19 14:55:59 +00:00
Andy
4f4542c41c
fixes: ✨ add SubtitleCodecChoice for resolving issues with config clicktype selection, using names like VTT or SRT was not working as expected
...
* Introduced `SubtitleCodecChoice` to allow selection of subtitle codecs with support for enum names, values, and common aliases.
* Updated `--sub-format` option in `dl.py` to utilize the new `SubtitleCodecChoice`.
2025-07-19 05:44:33 +00:00
Andy
49a0eb7cf3
feat: implement VideoCodecChoice for enhanced codec selection
2025-07-18 23:20:46 +00:00
Andy
1a49d288f8
fix: change default value of set_terminal_bg to False
2025-07-18 01:40:55 +00:00
Andy
d37014f53f
Initial Commit
2025-07-18 00:46:05 +00:00