Skip to content

Releases: eltharynd/OnePacerr

v1.4.1

22 Jun 16:48
e5a21a6

Choose a tag to compare

Skypiea Alternate G-8 toggle

Previously there was no option and was treated as true, now it defaults to false.

Changes

  • Added an env var PREFER_G8 (default: false) to be able to select whether you prefer the Alternate G-8 cut for Skypiea 25 or not.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Jun 14:10
0d631ad

Choose a tag to compare

✳️✳️✳️ Emby Support is here ✳️✳️✳️

Changes

  • Emby support implemented
  • Added some better logic to torrenting clients to handle possible weird situations
  • Season names for Jellyfin/Emby now start with season number (eg 35. Wano)
    • If you want to update all of them and you already have them uploaded don't forget to set SKIP_UPDATE_METADATA_PRESENT_FILES to false

Full Changelog: v1.3.8...v1.4.0

v1.3.8

22 Jun 12:30
5266e7f

Choose a tag to compare

Deluge Support is here

Note Label plugin has to be enabled (Preferences -> Plugins -> Label)

Changes

  • Added support for Deluge as a torrent client
  • Renamed MOUNT_DOWNLOADS_QBITTORRENT to MOUNT_DOWNLOADS_TORRENT since it's used by all torrent clients
    • if you don't set MOUNT_DOWNLOADS_TORRENT but you did set MOUNT_DOWNLOADS_QBITTORRENT, the latter will be used for reverse compatibility. However you should change whenever you get the chance.
  • Added renamed env vars to deprecated warnings

Full Changelog: v1.3.7...v1.3.8

v1.3.7

22 Jun 08:34
71ccead

Choose a tag to compare

🗜️ Reduced Image Size

I reorganized and compressed the poster images to reduce the image size.

Changes

  • poster images reorganized
  • poster images compressed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

22 Jun 01:45
8e20277

Choose a tag to compare

Minor improvements

Honestly just created a release due to lower image size :)

Changes

  • Reduced image size (by reducing some poster image sizes)
  • Fixed a small error where TORRENT_URL was defaulting to port 80 rather than 8080

Full Changelog: v1.3.5...v1.3.6

v1.3.5

22 Jun 00:41
d42dec7

Choose a tag to compare

Updated Organization Process

Some minor changes to how OnePacerr organizes your metadata.

Changes

  • Clean leftover trash files when organizing episode files
  • Added PLEX_SKIP_METADATA_FILES (defaults to true): Whether to create .nfo and various poster.png even if Media Server is Plex
  • Added PLEX_PLEXMATCH_EVEN_IF_NOT (defaults to false): Whether to create .plexmatch even if Media Server is not Plex

These are mostly useful if you plan to use the same media folder for multiple Media Servers, or if you just want to have it all in case you ever change.

The reason plex does not need .nfo is because Plex is unreliable at best when using the files. Metadata is set entirely with API with OnePacerr.

Full Changelog: v1.3.4...v1.3.5

v1.3.4

21 Jun 22:22
3c0dba5

Choose a tag to compare

🔎 Filters

Implemented include and exclude filters so that you can chose which seasons/episodes you want OnePacerr to deal with, if not all of them.

Changes

  • Added the following env vars:
    • FILTERS_INCLUDE
    • FILTERS_EXCLUDE

In short, they are a comma separated list of strings to match seasons and/or episodes (eg: S01, S01E01, E01).

Read more in Readme under the new Filters Section.

Full Changelog: v1.3.3...v1.3.4

v1.3.3

21 Jun 12:37
f41c6ea

Choose a tag to compare

🪼 Jellyfin bug fixes

Bug Fixes

  • Fixed Jellyfin not finding existing episodes
  • Fixed Jellyfin sometimes not recognizing metadata correctly

Changes

  • Added Emb env variables in documentation

Changes for Devs

  • Prepared skeleton for Emby implementation

Full Changelog: v1.3.0...v1.3.3

v1.3.0

20 Jun 21:53
fa9b17a

Choose a tag to compare

🪼🪼🪼 Jellyfin Support is here 🪼🪼🪼

Jellyfin as a Media Server option has been implemented.

Changes

  • Jellyfin support
  • new Jellyfin related env vars read README.md for details
    • JELLYFIN_URL
    • USERNAME
    • PASSWORD
    • JELLYFIN_LIBRARY_NAME
  • PLEX_CREATE_SHOW_IF_NOT_FOUND renamed to LIBRARY_CREATE_SHOW_IF_NOT_FOUND since shared between Media Servers

That's it.. Enjoy :)

And many thanks for all the support and the stars :)

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Jun 14:32
c066ab8

Choose a tag to compare

🌟 No Media Server Implemented

This allows for just organizing files on a local folder rather than relying on Plex or another Media server.

Also defines the skeleton to be able to implement other Media Servers (Jellyfin, Emby) faster.

Changes

  • You can now use LIBRARY_MEDIA_SERVER to choose what Media Server you're using.
    • default: plex
    • none means you only want to work on a local folder, look at the env var description in README.md for setup info
    • emby coming soon
    • jellyfin coming sooner

Bug Fixes

  • Fixed a bug where using an https:// url for plex resulted in attempting to open an insecure socket connection (therefore crashing).
    • Thanks #2 for reporting <3

Changes for Devs

  • Refactored LibraryController to be factory-like, more work needed for improving readability.

Please don't miss these notes from the previous release

  • The following env vars were renamed
    • PLEX_FILENAME_FORMAT -> LIBRARY_FILENAME_FORMAT
    • PLEX_SERIES_NAME -> LIBRARY_SERIES_NAME
    • PLEX_SERIES_FOLDER_NAME -> LIBRARY_FILENAME_FORMAT
    • MOUNT_LIBRARY_PLEX -> MOUNT_LIBRARY_MEDIA_SERVER
  • Added temporary logic to get old names if defined instead of new (this will eventually go away)
  • Added logs at launch to detect the usage of old env vars and WARN about deprecation

Full Changelog: v1.1.2...v1.2.0