Skip to content

Releases: kieraneglin/pinchflat

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

v2024.6.25

25 Jun 15:20
b8da973
Compare
Choose a tag to compare

What's Changed

Small one this time but I wanted to get it out there since I'm leaving for a few weeks! I'll be back soon enough 😎

Full Changelog: v2024.6.10...v2024.6.25

v2024.6.10

10 Jun 18:55
9daef8b
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] Partially revert custom codec selection by @kieraneglin in #279
    • ⚠️ This is a breaking change for users that have set a manual codec order. That said, I'm sure almost no one has done this so you're probably good ⚠️
  • [Housekeeping] Improve internal thumbnail downloading by @kieraneglin in #281
  • [Bugfix] Fix upload_date_index being recomputed unnecessarily by @kieraneglin in #284
    • ⚠️ This may result in some media files being duplicated if they were downloaded before v2024.5.30 and then re-downloaded after v2024.5.30. If this happened you can manually delete the older file of the two ⚠️
  • [Enhancement] Improve error message when a source's URL is invalid by @kieraneglin in #285
  • [Enhancement] Optionally use the YouTube API for improved fast indexing by @kieraneglin in #282

Full Changelog: v2024.5.30...v2024.6.10