Releases: kieraneglin/pinchflat
Releases · kieraneglin/pinchflat
v2024.10.30
What's Changed
- [Enhancement] Improve timezone handling when provided TZ is invalid by @kieraneglin in #441
- [Bugfix] Ensure that
playlist_index
remains persisted in all cases by @kieraneglin in #442 - [Enhancement] Improve short detection logic (again) by @kieraneglin in #447
Full Changelog: v2024.10.25...v2024.10.30
v2024.10.25
What's Changed
- [Enhancement] Flip Config submenu arrow by @FibreTTP in #405
- [Docs] document that BASE_ROUTE_PATH requires the prefix to be stripped by @jbergler in #413
- [Bugfix] Fix off-by-1 error for retention date logic by @kieraneglin in #432
- [Enhancement] Misc. UI updates by @kieraneglin in #434
- [Enhancement] Improve error message when adding a source who's details can't be queried by URL by @kieraneglin in #436
New Contributors
Full Changelog: v2024.10.2...v2024.10.25
v2024.10.2
What's Changed
- [Bugfix] prevent duplicate videos from being downloaded if the video's name changes by @kieraneglin in #396
- [Enhancement] Added ability to detect when files have been deleted by @kieraneglin in #399
- [Bugfix] Resolve invalid timezone error by @kieraneglin in #402
Full Changelog: v2024.9.12...v2024.10.2
v2024.9.12
What's Changed
- [Enhancement] Improve detection of shorts by @kieraneglin in #382
- [Enhancement] Allow configuration of media container format by @kieraneglin in #383
- [Bugfix] Disallow concurrent slow-indexing runs for the same source by @kieraneglin in #384
- [Dev] Speed up CI by @kieraneglin in #385
- [Dev] Version updates 2024-09-12 by @kieraneglin in #388
Full Changelog: v2024.8.28...v2024.9.12
v2024.8.28
What's Changed
- [Bugfix] Improve livestream detection by @kieraneglin in #362
- [Enhancement] Show error messages in-app for easier triage by @kieraneglin in #365
- [Enhancement] Allow IPv6 by @kieraneglin in #372
- [Dev] Lock custom FFmpeg to last known good version by @kieraneglin in #373
Full Changelog: v2024.8.14...v2024.8.28
v2024.8.14
What's Changed
- [Enhancement] Use cookies on a per-source basis by @kieraneglin in #354
- [Enhancement] Support specifying count of
yt-dlp
workers per-queue by @kieraneglin in #355 - [Enhancement] Filter media based on min and/or max duration by @kieraneglin in #356
- [Dev] Adds
.devcontainer
manifest to help promote contributions by @kieraneglin in #342
Full Changelog: v2024.8.6...v2024.8.14
v2024.8.6
- [Upstream] Bumped
yt-dlp
to v2024.08.06
Full Changelog: v2024.7.30...v2024.8.6
v2024.7.30
What's Changed
- [Enhancement] Media from before a source's cutoff date is now automatically deleted by @kieraneglin in #329
- [Enhancement] Ignore media based on user scripts by @kieraneglin in #330
- [Performance] Asyncronously delete sources and media profiles by @kieraneglin in #277
- Bumped
yt-dlp
version
Full Changelog: v2024.7.18...v2024.7.30
v2024.7.18
Starting in the next version of Pinchflat, changing the cutoff date of a source will delete media from before that cutoff date.
In other words, if you update a source to have a cutoff date of March 1st then all media from BEFORE March 1st will be deleted.
What's Changed
- [Enhancement] Added additional output template for playlists used with media center apps by @kieraneglin in #319
- [Bugfix] Determine NFO season and episode from filepath by @kieraneglin in #320
- [Enhancement] Add zero-padding to
playlist_index
output template option by @kieraneglin in #321 - [Enhancement] Support auto-generated subs when embedding subs in media file by @kieraneglin in #324
- [Dev] Fix CI caching by @kieraneglin in #325
Full Changelog: v2024.7.16...v2024.7.18
v2024.7.16
What's Changed
- Updates
yt-dlp
tov2024.07.09
. This may resolve a 403 error some users were seeing - [Enhancement] Improve flow for adding many sources at once by @kieraneglin in #306
- This switches the position of the Source URL and Custom Name fields. Sorry if that breaks muscle memory!
- [Enhancement] Render URL attributes as a link by @breakid in #299
- [Enhancement] Download image when using playlists with media center apps by @kieraneglin in #313
- [Enhancement] Capture
playlist_index
for use with output templates by @kieraneglin in #315- Only for use with playlists that aren't likely to change
- [Enhancement] Add improved output template options for media center apps by @kieraneglin in #318
- [Dev] Improve first-time development experience by @kieraneglin in #304
- [Dev] add date to log entries by @kieraneglin in #305
New Contributors
Full Changelog: v2024.6.25...v2024.7.16