Plex-footage-sorter

Latest version: v4.4.0

Safety actively analyzes 623092 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

4.4.0

Chore

* chore: remove extranious print. ([`45a70c1`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/45a70c138973470286e1afade76de44570e3c741))

Feature

* feat: handle multiple wildcards. ([`34f4877`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/34f48777c57731c7c40c3ea1cd3f155855e7c455))

* feat: throw an exception for mismatching wildcards. ([`bc34a0f`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/bc34a0f0e3559b5ddbb6642c4a28ec0ebf7fe95b))

* feat: remove regex arg. ([`1ad512d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/1ad512d68e000d507205d32155f553dd7152ce7a))

* feat: handle ? wildcards. ([`4b72a3d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/4b72a3db54a5ed603b7d0b5730e0b50ccf332c0c))

* feat: rename with single * wildcard. ([`b83efb2`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/b83efb29da0710d42d116f512e23a60602cacc6e))

* feat: handle args to rename. ([`cd1d40c`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/cd1d40c45e619f7e903e21fcdf41b41bbd2b90a8))

* feat: pass regex arg to rename. ([`5b1681f`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/5b1681f74ebdab9dccecd4415fae1984bf298f19))

* feat: implement argument passing. ([`7cb557f`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/7cb557fc1240f87955415e31415c1d7eac65873b))

* feat: placeholder rename method. ([`226bdfe`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/226bdfe67cfb2843f2ec27b83ba1438265f27a96))

Refactor

* refactor: separate tests by wildcard. ([`c664c44`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c664c44a4e79a224e1f5fd325f3c4ff1c1a1427f))

Test

* test: add test for multiple wildcards. ([`a89c6dc`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/a89c6dc4f2e61f12de7506004795560deae6b28c))

* test: add test for mismatching wildcards. ([`b653d89`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/b653d89e15b30571b762a07c4cbfcbaabb0d220c))

* test: add test for unsupported glob wildcards. ([`527a14e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/527a14ef820efe93600312a988041ad6c25529f5))

* test: add tests for combinations of multiple files. ([`94ead0d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/94ead0d49582d627a543c07840e3e495b4d5f997))

* test: add test for ? wildcard. ([`37e32ed`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/37e32ede1ca036997bfde2124b1d9d14892f586c))

* test: add test for renaming single file. ([`c86fab3`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c86fab34bdc9c8a59b24cdb40519c57ba7fab4df))

* test: add test for no matching files. ([`7729a1b`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/7729a1bfd126943b102581d7ce341a4d3263734c))

* test: add test for null case - no files. ([`ec89fc7`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ec89fc73198fe000aca1cd72a81472db15c6d41f))

* test: add test for directory logic. ([`69eccda`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/69eccda697002197a9a1792775cc2f3fa9ea16f9))

* test: add test for missing rename args. ([`ba25dda`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ba25dda686ddbc7ef2ef822127145f08e6287ab4))

* test: add test for passing regex argument to rename. ([`205c273`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/205c27342ea18abbd10494cef8d6b537de854c7e))

* test: add test for arg passing to rename. ([`64c55dc`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/64c55dc6bf99f134fed5e539873f02535766c4a8))

* test: add asserts that rename is not called when invoking other commands. ([`759ea16`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/759ea16850826cb7c203c7ace242e88e51c99843))

Unknown

* Merge pull request 32 from BenjaminMummery/feat/renamer

feat: renamer ([`c11ca7b`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c11ca7b75c6e02ef54ece59a2f5ced5dbedf0fbf))

4.3.1

Fix

* fix: handle preexisting season subdir. ([`22713d4`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/22713d4985ed5a56be922d8a6152fa1c7f2e0e23))

Style

* style: fix style ([`896de4c`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/896de4cce19e4485016b3716d5fd62d8fdd04da8))

Unknown

* Merge pull request 31 from BenjaminMummery/fix-allow-preexisting-subdirs

fix: handle preexisting season subdir. ([`60a2aba`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/60a2abaf6839b0a735b7f00e2e4d3ac646b274c8))

4.3.0

Documentation

* docs: update readme. ([`f771487`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/f7714875c895f2f070d1d7e28229a31449041881))

* docs: update docs ([`fd0dd04`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/fd0dd0414838f66cb96688eeabaeef313a3eb7ed))

Feature

* feat: handle netflix style series structures. ([`7314457`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/7314457aed71f1ed4597d61110b38354360ee223))

Refactor

* refactor: adjust tests for multiple subdir formats. ([`c756445`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c7564459cfd06b79421fb81970c80139966d31e1))

Test

* test: add test for non-matching subdir names. ([`49eac5d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/49eac5d25972dc9a67bc60c56030fdcaeeced522))

* test: add tests for netflix-pattern directory structures. ([`1f664e6`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/1f664e67a3e712fc83cf5226acb781b320bb2c7e))

4.2.0

Chore

* chore: bump pytest version. ([`27f5f01`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/27f5f019b9d678d36984d854b6c7410a1e872c6d))

Ci

* ci: enable self-hosted runner. ([`2ba284b`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/2ba284bfae446ad11ff531143819107487a4b20b))

Documentation

* docs: fix typo in README.

&39;Season011&39; should actually be &39;Season01&39;. ([`1df53a0`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/1df53a010cc0d054e5b2c2559d84fc0e4b4aad55))

Feature

* feat: delete empty subdirs when done. ([`05516b0`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/05516b05fbeed8329eb4e22259fd91a34ed2ded2))

* feat: implement custom directory arg. ([`4f8978b`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/4f8978b8c5977468f30e677ed0b6c7192675a4ff))

Fix

* fix: correct &39;title&39; arg for wrong command in test. ([`75eabd0`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/75eabd0e76a88c86c12ba2ca7ee9f75bc096ecb6))

Style

* style: apply style rules to actions yaml. ([`0c83cd8`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/0c83cd82db7f2d32c3bedab1b26ced9f3f643c48))

Test

* test: update tests for subdir structure. ([`9f6da8b`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/9f6da8b334c73333c508c403f0f5141c223257d2))

* test: add tests for custom directory argument. ([`a9b2d7d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/a9b2d7d7434f9c06824d6df5ff47c3b760b53476))

Unknown

* Revert &34;ci: enable self-hosted runner.&34;

This reverts commit d9a43b399ca50a80234c7fcd1214bbba68f6b317. ([`fce7e03`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/fce7e033522b65979f4e7a40161c9b1ea1481dc7))

4.1.0

Feature

* feat: implement &39;--version&39; command. ([`7750506`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/775050652e5ed49df4e8f3ffbfdf76c085900e45))

Test

* test: add test for ([`61de859`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/61de85966f8de909f1ed08be37a15f5e40a84a73))

4.0.0

Chore

* chore: add template movpilot sorter script. ([`a32df7f`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/a32df7f64a81f030de6de4330bcd57b7a9628847))

Ci

* ci: only enforce integration test coverage ([`a5da104`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/a5da104c5ba3488fe8cb3083d2bd4a1da5a6b3de))

* ci: separate unit and integration test runs. ([`ab7b3c3`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ab7b3c38d02401f632768dbe8ea53ebf417de8e6))

* ci: enforce 100% coverage? ([`8890081`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/8890081cd61404fbf7f59c786e25033eeff65417))

* ci: nope, that didn&39;t work, scrapping reporting unit test coverage. ([`9109d7d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/9109d7d188feb3f88fe0413e651508e9e76b8525))

* ci: report unit test coverage. ([`22dd8f0`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/22dd8f0e4e111fe94566ceeb43c2b868ec1983dc))

Documentation

* docs: update readme. ([`7a99b4c`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/7a99b4ccb26164793ca921d4e0ab83d53ee4abc4))

* docs: fix type in docstring. ([`67ca43e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/67ca43e1b994e8ac3666107bd9b50ca806848851))

* docs: update readme. ([`5d92a76`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/5d92a76ffaf9c77f95881c240f9eebe0f769c1bd))

Feature

* feat: handle supplemental non-episode files. ([`65ee382`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/65ee3822eed7d604a77196047e460b0abbfdaf50))

* feat: handle supplemental non-episode files. ([`c65da4a`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c65da4a8e86f32114bfec87e68137e6ce48b7956))

* feat: create correct subdirs for missing seasons. ([`bdf1331`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/bdf1331bab0011dd35839eb33b16045eb5969baa))

* feat: remove underscores from episode titles. ([`c541e9d`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/c541e9d164915eabece1526ac5b056d178b48dbb))

* feat: implement movpilot file sorting, ([`aeb42ec`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/aeb42ec699da751fe2478aed4e7087acc8c772e0))

* feat: call movpilot sorter from entry. ([`ab7f11e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ab7f11e6075fbe1b04d73f0b00ce6057fe8cb295))

* feat: minimal movpilot implementation. ([`7afe9b2`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/7afe9b2bdfcffbf4647a32e75ec8a1f2efd684c8))

Fix

* fix: integration tests need to patch srgv. ([`ca6ecd1`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ca6ecd1899c0b69c74eb788ed160ff6c5c8759a2))

Style

* style: remove unused local variable. ([`b6f815f`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/b6f815fc39ff4521cc5adfbd2053ef3588114fce))

Test

* test: add test for supplemental files. ([`bf2ce98`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/bf2ce98a992f52f4bffe861324b7f4b5f12eb099))

* test: add test for episodes outside of season structure. ([`ae6f7c9`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/ae6f7c9a471d1a54e23ba50941a84d1461447839))

* test: add tests for multiple series and misfiled episodes. ([`fdbbdd9`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/fdbbdd9dbbe7325a95188207ea3027b865cb559f))

* test: add test for multiple amazon-style files. ([`12d0c5e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/12d0c5e4ddaa0eafa8a29df1e042caca86b7f6ea))

* test: add test for renaming single movpilot file. ([`e45401a`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/e45401ab6bc0fd4f59186a5f19bc2764f57c0eac))

* test: add unit test for calling movpilot sorter. ([`70471ba`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/70471bafdc8f0017d90941ecc6aae288d1f8ae10))

* test: add unit tests for entry. ([`2f68681`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/2f68681467e4df38963019c702e7eadb0dbc4864))

* test: add tests for minimal movpilot sorter. ([`11a37f2`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/11a37f21564f90b58a6cfd5e1700b9101d57e691))

* test: expaded system tests. ([`06e7c8a`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/06e7c8ab5b52c2d5f80a2d3e3edfb8412bbcf710))

* test: adjust test strategy towards unit testing. ([`e7d7ab2`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/e7d7ab277d7333169547f5f6388cf8af8940dbc5))

Unknown

* Merge pull request 25 from BenjaminMummery/21-rename-movpilot-series-downloads

feat: rename movpilot series downloads ([`94b076e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/94b076e0332329f329d595c4aa4d78f91ee82e21))

* Update python-publish.yml ([`48ca88e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/48ca88e308897e01f4d74c46376a023587f5fcfd))

* Update coverage.yml ([`16948fc`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/16948fca2d3d7408631d4865eee6fa9f04249490))

* Update coverage.yml ([`0e75427`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/0e754270cb689f4daa17b15f6bca86b975312f12))

* Merge branch &39;main&39; into 21-rename-movpilot-series-downloads ([`b0a559e`](https://github.com/BenjaminMummery/plex-footage-sorter/commit/b0a559e5337968f7bb04994be2f44f06b60dedad))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.