Commit Graph

  • a280237a83 Enhanced changelog. Sebastian Mohr 2025-10-20 15:11:29 +02:00
  • e5d5ce1c77 Fixed issues where empty strings would break the search api of various metadata plugins. Sebastian Mohr 2025-10-20 14:45:11 +02:00
  • a27cf64d4f Unified search string construction between albums and items. Sebastian Mohr 2025-10-20 13:42:33 +02:00
  • bb541e22c3 Lint the docs Jacob Danell 2025-10-20 15:28:33 +02:00
  • 00e3da1a92 Merge branch 'master' into ftintitle-continue-even-if-albumartist-and-artist-is-the-same Ember Light 2025-10-20 15:24:43 +02:00
  • 027b775fcd Change arg name Jacob Danell 2025-10-20 15:22:27 +02:00
  • c26c342cc1 feat(plugin/web): support for nexttrack keypress (#6085) Šarūnas Nejus 2025-10-20 00:37:41 +01:00
  • a9f7ee8d1e working on changing position in import process - may consider options for pre or post import Henry 2025-10-19 16:33:08 -07:00
  • 99987b3f27 Merge branch 'master' into feature/web-handle-nexttrack Šarūnas Nejus 2025-10-20 00:31:46 +01:00
  • b850516a88 Fix transaction context manager signature (#6112) Šarūnas Nejus 2025-10-20 00:20:01 +01:00
  • 72d879cf82 Merge branch 'master' into fix-invalid-contextmanager Konstantin 2025-10-19 19:05:35 +02:00
  • 59874c5734 Use Generic instead of Any for cached_class_property (#6110) Šarūnas Nejus 2025-10-19 14:34:59 +01:00
  • 12f2a1f694 fix mypy error Konstantin 2025-10-19 15:12:27 +02:00
  • d713806263 fix transaction context manager signature Konstantin 2025-10-19 15:07:17 +02:00
  • b924dfcd8c Merge branch 'master' into generic-cached-classproperty Konstantin 2025-10-19 10:09:21 +02:00
  • 8a24518c4c use Generic instead of Any for cached_classproperty Konstantin 2025-10-19 10:06:16 +02:00
  • 39aadf7099 Remove duplicate changelog entry (play plugin) J0J0 Todos 2025-10-19 08:50:25 +02:00
  • 1275ccf8c1 play plugin: $playlist marker for precise control where the playlist … (#4728) cvx35isl 2025-10-19 08:38:20 +02:00
  • 909b9aade4 fix(github/workflows): update to checkout v5, and setup-python v6. (#6086) Šarūnas Nejus 2025-10-19 02:00:05 +01:00
  • 3ccc91d4d4 Drop 3.13 from python-version for now. Martin Atukunda 2025-10-16 09:47:59 +03:00
  • e61ecb4496 fix(github/workflows): update to checkout v5, and setup-python v6. Martin Atukunda 2025-10-10 08:35:56 +03:00
  • 7742631207 Add a consistent way to document configuration (#6088) Šarūnas Nejus 2025-10-19 01:51:32 +01:00
  • d83402fc65 Add a changelog note Šarūnas Nejus 2025-10-19 01:46:32 +01:00
  • 9519d47d57 Convert Python 2 URLs to Python 3 Šarūnas Nejus 2025-10-12 18:39:37 +01:00
  • 861504d5f6 Make sure conf references are converted properly in release notes Šarūnas Nejus 2025-10-12 00:28:44 +01:00
  • e872351170 Add references to configuration values in the changelog Šarūnas Nejus 2025-10-12 00:20:46 +01:00
  • 498b14ee1d Convert autotagger plugin docs to use conf role Šarūnas Nejus 2025-10-12 00:19:08 +01:00
  • a938449b29 Add Sphinx extension for configuration value documentation Šarūnas Nejus 2025-10-12 00:17:19 +01:00
  • 57641ad9d2 merge with master Henry 2025-10-18 11:47:53 -07:00
  • 944299078c working on field titlecasing Henry 2025-10-17 19:32:49 -07:00
  • ca8df30ec3 Add missing test parameter Ember Light 2025-10-16 19:06:56 +02:00
  • adb5b293f0 Update docs/plugins/ftintitle.rst Ember Light 2025-10-16 19:01:29 +02:00
  • 9b33575a70 Update docs/changelog.rst Ember Light 2025-10-16 19:01:17 +02:00
  • 022d7625d2 Add changelog Ember Light 2025-10-16 18:49:39 +02:00
  • 6d2d663d3e Add documentation Ember Light 2025-10-16 18:49:32 +02:00
  • f275835cd3 Add test Ember Light 2025-10-16 18:49:24 +02:00
  • 472aa12767 Add main functionality Ember Light 2025-10-16 18:49:14 +02:00
  • becb073aac lastgenre: Refactor genre applying and pretend mode (#6021) Šarūnas Nejus 2025-10-15 22:50:46 +01:00
  • 88011a7c65 Show genre change using show_model_changes Šarūnas Nejus 2025-10-15 11:14:26 +01:00
  • 0aac7315c3 lastgenre: refactor genre processing with singledispatch Šarūnas Nejus 2025-10-15 02:54:24 +01:00
  • ee289844ed Add _process_album and _process_item methods Šarūnas Nejus 2025-10-14 03:34:11 +01:00
  • c2d5c1f17c Update test Šarūnas Nejus 2025-10-14 03:28:46 +01:00
  • 65f5dd579b Add pytest-mock to poetry test dependencies group J0J0 Todos 2025-09-25 10:18:59 +02:00
  • 654c14490e lastgenre: Refactor test_pretend to pytest J0J0 Todos 2025-09-25 07:22:59 +02:00
  • d617e67199 lastgenre: Fix test_pretend_option J0J0 Todos 2025-09-21 08:07:49 +02:00
  • 1acec39525 lastgenre: Use apply methods during import J0J0 Todos 2025-09-17 07:16:57 +02:00
  • 8613b3573c lastgenre: Refactor final genre apply J0J0 Todos 2025-09-14 09:03:32 +02:00
  • 0bf248d355 Add custom feat words for ftintitle (#6090) henry 2025-10-14 20:38:02 -07:00
  • c1877b7cf5 Increment version to 2.5.1 v2.5.1 snejus 2025-10-14 22:51:15 +00:00
  • 61cbc39c4a Revert "Add git commit suffix to __version__ for development installs (#5967)" Šarūnas Nejus 2025-10-14 23:39:27 +01:00
  • efe1a67e84 Revert "Fix dynamic versioning plugin not correctly installed in workflow (#6094)" Šarūnas Nejus 2025-10-14 23:38:01 +01:00
  • af022683fe Legacy plugin copy not copying properties. (#6101) Sebastian Mohr 2025-10-14 20:41:31 +02:00
  • 391ca4ca26 Yet some more simplification. Sebastian Mohr 2025-10-14 19:45:56 +02:00
  • 365ff6b030 Added test additions Sebastian Mohr 2025-10-14 18:50:52 +02:00
  • f339d8a4d3 slight simplification. Sebastian Mohr 2025-10-14 17:40:03 +02:00
  • 670c300625 Fixed issue with legacy plugin copy not copying properties. Also added test for it Sebastian Mohr 2025-10-14 17:15:02 +02:00
  • ecea47320c Load the last plugin class found in the namespace (#6100) Šarūnas Nejus 2025-10-14 17:05:29 +01:00
  • f33c030ebb Convert replacements and Include URLs for :class: refs in release notes Šarūnas Nejus 2025-10-14 16:53:57 +01:00
  • fbc12a358c Add changelog note Šarūnas Nejus 2025-10-14 16:35:53 +01:00
  • 13f40de5bb Make _verify_config method private to remove it from the docs Šarūnas Nejus 2025-10-14 16:21:33 +01:00
  • 7fa9a30b89 Add note regarding the last plugin class Šarūnas Nejus 2025-10-14 16:17:29 +01:00
  • 75a945d3d3 Initialise the last plugin class found in the plugin namespace Šarūnas Nejus 2025-10-14 15:14:55 +01:00
  • 83858cd7ca Fixed too long text line Jacob Danell 2025-10-14 14:08:30 +02:00
  • 320ebf6a20 Fix misspelling Jacob Danell 2025-10-14 14:07:45 +02:00
  • dc9b498ee8 Fix dynamic versioning plugin not correctly installed in workflow (#6094) Šarūnas Nejus 2025-10-14 13:04:18 +01:00
  • 31488e79da Removed additional linebreaks. Sebastian Mohr 2025-10-14 12:47:27 +02:00
  • febb1d2e08 Removed test release file. Sebastian Mohr 2025-10-14 11:43:27 +02:00
  • 7f15a46081 Added perms to flow. Sebastian Mohr 2025-10-14 10:34:08 +02:00
  • ac31bee4ca Reverted placeholder. Sebastian Mohr 2025-10-14 10:21:47 +02:00
  • 4ea37b4579 Added changelog entry fixed action to use sha. Sebastian Mohr 2025-10-13 17:18:00 +02:00
  • d01f960e4f Fixed an issue where the poetry-dynamic-versioning-plugin was not used in release artifacts. Sebastian Mohr 2025-10-13 17:10:38 +02:00
  • 77842b72d7 Adds a zero_disc_if_single_disc to the zero plugin (#6015) Sebastian Mohr 2025-10-14 04:23:35 +02:00
  • df8cd23ae7 Add back tests as they were. Michael Krieger 2025-09-16 11:57:50 -04:00
  • dc13308784 Remove tests. Update docs. Remove unnecessary return Michael Krieger 2025-09-16 11:55:34 -04:00
  • b1c87cd98c Change parameter name, add return, add tests Michael Krieger 2025-09-16 10:04:24 -04:00
  • 5fc15bcfa4 Misc formatting changes Michael Krieger 2025-09-15 19:00:06 -04:00
  • 33b350a612 Adds a zero_disc_if_single_disc to the zero plugin Michael Krieger 2025-09-15 18:50:47 -04:00
  • 0f0e38b0bf Add link in changelog Ember Light 2025-10-12 22:40:55 +02:00
  • 717809c52c Better custom_words documentation Ember Light 2025-10-12 22:40:44 +02:00
  • b95a17d8d3 remove feat from custom_feat_words Ember Light 2025-10-12 22:40:27 +02:00
  • af09e58fb0 Add new line after New features: Ember Light 2025-10-12 21:40:22 +02:00
  • 51c971f089 Fix sourcery-ai comments Ember Light 2025-10-12 21:38:13 +02:00
  • e90738a6e2 Added changelog Ember Light 2025-10-12 21:09:17 +02:00
  • 992938f0ae Add documentation Ember Light 2025-10-12 20:58:38 +02:00
  • 37a5f9cb15 Add custom feat words Ember Light 2025-10-12 20:47:51 +02:00
  • 41e314247d Modernize getting started guide and remove old contact info (#5807) Sebastian Mohr 2025-10-11 15:07:26 +02:00
  • dcec327942 Developer Resources card now links to doc page. Sebastian Mohr 2025-10-11 14:32:35 +02:00
  • dd9917d3f3 Removed yaml hyperlink. Changed dropdown naming. Use full console param instead of short form. Sebastian Mohr 2025-10-11 14:27:44 +02:00
  • 32fdad1411 Enhanced changelog entry. Sebastian Mohr 2025-10-11 13:55:29 +02:00
  • 3a6769d3b9 Set sphinx dependencies as optional Sebastian Mohr 2025-10-01 14:48:31 +02:00
  • 1270364796 Modernized getting started guide. Sebastian Mohr 2025-09-30 19:21:21 +02:00
  • 7e81f23de6 Readded (outdated) mac instructions. No idea why they were dropped. Sebastian Mohr 2025-09-09 12:52:37 +02:00
  • 7caa68a141 Re-added macport instructions. Removed mailing list ref. Added section header for pip and pipx. Removed python 3.13 attention. Sebastian Mohr 2025-09-09 12:25:05 +02:00
  • e30772f0c1 Run formatter. Sebastian Mohr 2025-09-08 15:33:54 +02:00
  • 1aaaeb49ed Added pipx refernces Sebastian Mohr 2025-05-31 21:35:57 +02:00
  • 81c622bcec Removed duplicate yet. Sebastian Mohr 2025-05-27 13:38:25 +02:00
  • 3b5eee59ee Added changelog entry. Sebastian Mohr 2025-05-27 13:32:50 +02:00
  • 103b501af7 Removed mailing list ref in index.rst Sebastian Mohr 2025-05-27 13:30:59 +02:00
  • 116357e2f6 Removed outdated installation instructions. Sebastian Mohr 2025-05-27 13:29:25 +02:00
  • 6faa4f3ddd Increment version to 2.5.0 v2.5.0 semohr 2025-10-11 09:58:48 +00:00