Skip to content

Releases: kieraneglin/pinchflat

v2024.10.30

30 Oct 21:13
8c0dd0b
Compare
Choose a tag to compare

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

25 Oct 18:43
20547e6
Compare
Choose a tag to compare

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

02 Oct 21:45
85feb67
Compare
Choose a tag to compare

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

12 Sep 21:39
7fb6fa3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.8.28...v2024.9.12

v2024.8.28

28 Aug 15:47
c85e9cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.8.14...v2024.8.28

v2024.8.14

14 Aug 22:10
1d5b62c
Compare
Choose a tag to compare

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

06 Aug 21:54
2326775
Compare
Choose a tag to compare
  • [Upstream] Bumped yt-dlp to v2024.08.06

Full Changelog: v2024.7.30...v2024.8.6

v2024.7.30

30 Jul 15:36
e0a84a5
Compare
Choose a tag to compare

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

18 Jul 18:20
dbc25e5
Compare
Choose a tag to compare

⚠️ IMPORTANT ⚠️

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

16 Jul 17:03
a3ebf59
Compare
Choose a tag to compare

What's Changed

  • Updates yt-dlp to v2024.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