Commit Graph

  • d0844f416f Add commits to blame ignore keep-path-based-properties-in-helpers Šarūnas Nejus 2026-07-16 13:35:56 +01:00
  • 83b959ed53 Rename PathsMixin.temp_dir_path to PathsMixin.temp_path for consistency Šarūnas Nejus 2026-06-30 18:55:08 +01:00
  • d023835b3d Replace PathsMixin.temp_dir attribute with PathsMixin.temp_dir_path Šarūnas Nejus 2026-07-16 12:33:30 +01:00
  • 757257be31 Replace TestHelper.libdir attribute with TestHelper.lib_path Šarūnas Nejus 2026-07-16 12:22:04 +01:00
  • 692a2c408c Allow setting item.path = pathlib.Path() Šarūnas Nejus 2026-07-05 13:08:06 +01:00
  • b690550a70 Replace ImporterMixin.import_dir attribute with ImporterMixin.import_path Šarūnas Nejus 2026-06-26 15:01:26 +01:00
  • 86f0f0a72f Ignore empty deprecated genres (#6848) master Šarūnas Nejus 2026-07-16 16:47:16 +01:00
  • 97c01e1173 Make RSRC a pathlib.Path make-rsrc-pathlib-path Šarūnas Nejus 2026-07-16 14:30:27 +01:00
  • 1e5cb967c9 Add commits to blame ignore Šarūnas Nejus 2026-07-16 13:35:56 +01:00
  • 60cfaf5ed8 Rename PathsMixin.temp_dir_path to PathsMixin.temp_path for consistency Šarūnas Nejus 2026-06-30 18:55:08 +01:00
  • 5999b840c9 Replace PathsMixin.temp_dir attribute with PathsMixin.temp_dir_path Šarūnas Nejus 2026-07-16 12:33:30 +01:00
  • 7b59604c54 Fix the issue Šarūnas Nejus 2026-07-16 14:21:52 +01:00
  • 84c01ef4f9 Add a failing test Šarūnas Nejus 2026-07-16 14:21:41 +01:00
  • 802ff38a2d Replace TestHelper.libdir attribute with TestHelper.lib_path Šarūnas Nejus 2026-07-16 12:22:04 +01:00
  • 1e35d4e6a9 Allow setting item.path = pathlib.Path() Šarūnas Nejus 2026-07-05 13:08:06 +01:00
  • 7dd86f422f Replace ImporterMixin.import_dir attribute with ImporterMixin.import_path Šarūnas Nejus 2026-06-26 15:01:26 +01:00
  • 311662bd7d typing: type beets.library (#6825) Šarūnas Nejus 2026-07-16 13:20:22 +01:00
  • c1c931490f Add commits to ignore Šarūnas Nejus 2026-07-15 21:03:16 +01:00
  • 2904dd9107 typing: fix the rest of beets.library.models Šarūnas Nejus 2026-07-07 01:27:26 +01:00
  • 9022cb5ed7 typing: type the rest of beets.library.models Šarūnas Nejus 2026-07-07 00:52:54 +01:00
  • c346e809c1 typing: fix models typing in beets.library.models Šarūnas Nejus 2026-07-07 23:46:04 +01:00
  • 9b375d0b2d typing: type models in beets.library.models Šarūnas Nejus 2026-07-06 17:16:08 +01:00
  • 8949562ef8 typing: add return types to beets.library.models Šarūnas Nejus 2026-07-06 05:41:30 +01:00
  • 6ccb7c0517 typing: fix beets.library.library Šarūnas Nejus 2026-07-06 15:30:51 +01:00
  • f167dc29e4 typing: type beets.library.library Šarūnas Nejus 2026-07-06 15:30:24 +01:00
  • 856087258b dbcore: rename Database._fetch to Database.get_results Šarūnas Nejus 2026-07-06 05:07:41 +01:00
  • 3f277ad5a0 typing: feed PathLike as database path Šarūnas Nejus 2026-07-06 05:06:13 +01:00
  • c6b87e869e typing: type beets.library.queries Šarūnas Nejus 2026-07-06 04:54:41 +01:00
  • cf23340af9 Fix beets.plugins.queries type Šarūnas Nejus 2026-07-06 04:51:43 +01:00
  • fcee48fb0a typing: type beets.library.exceptions Šarūnas Nejus 2026-07-06 04:37:36 +01:00
  • 00719616ca Added proposal for logging modes to docs. This is intended for review and decision making at the moment. logging_modes Sebastian Mohr 2026-06-24 18:56:40 +02:00
  • 2cf20aa60c discogs: refactor _coalesce_tracks around more specific track types (#6818) Šarūnas Nejus 2026-07-16 12:02:00 +01:00
  • 439a7fa75d discogs: Refactor _coalesce_tracks to make use of various tracks type_ Šarūnas Nejus 2026-07-05 12:34:42 +01:00
  • 8867848612 discogs: Add descriptions of each possible Tracks Šarūnas Nejus 2026-07-05 12:22:44 +01:00
  • 66476049e9 discogs: refactor and clean up tests (#6817) Šarūnas Nejus 2026-07-16 11:56:47 +01:00
  • c46f6a549b discogs: Dedupe test_strip_disambiguation Šarūnas Nejus 2026-07-02 02:50:09 +01:00
  • bbb1b5c1ef discogs: And now add full _coalesce_tracks coverage Šarūnas Nejus 2026-07-02 01:10:26 +01:00
  • bd9c753b99 discogs: Test index_tracks behaviour Šarūnas Nejus 2026-07-02 01:09:15 +01:00
  • b8f43e994a discogs: Test inherited track group artist Šarūnas Nejus 2026-07-02 01:02:02 +01:00
  • bc0591fdb6 discogs: Consolidate test_parse_tracklist_subtracks... tests Šarūnas Nejus 2026-07-02 00:01:21 +01:00
  • 1343d613d3 discogs: Move test_parse_tracklist_positions... under TestTracklist Šarūnas Nejus 2026-07-01 20:45:56 +01:00
  • 951af6d3e8 discogs: Use a single global fixture to kill DiscogsPlugin.setup Šarūnas Nejus 2026-07-01 20:26:22 +01:00
  • a126a3aaa3 discogs: Use Release instead of Bag in tests Šarūnas Nejus 2026-07-01 18:48:45 +01:00
  • 69cdd58240 discogs: remove redundant check for required fields Šarūnas Nejus 2026-05-16 07:41:49 +01:00
  • 26b26c4baf lastgenre: Fix whitelist/tree some disco/funk genres (#6841) J0J0 Todos 2026-07-16 08:08:16 +02:00
  • 408ef47e3f lastgenre: Fix whitelist/tree some disco/funk genres J0J0 Todos 2026-07-15 20:13:07 +02:00
  • 17d6798022 replaygain: add metaflac backend (#6800) Šarūnas Nejus 2026-07-15 22:26:40 +01:00
  • 3d197ee024 replaygain: use a yaml code-block for the docs config example Samad 2026-07-15 14:41:21 -04:00
  • 1b0131e45e ci: install flac for the metaflac replaygain tests Samad 2026-07-05 14:26:02 -04:00
  • 2adce5daff replaygain: filter supported items in metaflac track gain Samad 2026-07-05 14:26:02 -04:00
  • 4ccdcc90c9 replaygain: add metaflac backend Samad 2026-06-28 19:14:30 -04:00
  • 804dd34947 Fix uncaught KeyError on date queries containing a stray pipe (#6835) Šarūnas Nejus 2026-07-15 21:06:28 +01:00
  • 4a1e9164a1 Fix uncaught KeyError on date queries containing a stray pipe TowyTowy 2026-07-15 21:55:46 +02:00
  • db9e044155 typing: add types to beets.dbcore (#6820) Šarūnas Nejus 2026-07-15 20:28:19 +01:00
  • 0f00bc9c1f Add commits to ignore Šarūnas Nejus 2026-07-13 13:47:44 +01:00
  • 1266256f5e typing: fix beets.dbcore.types Šarūnas Nejus 2026-07-06 15:19:21 +01:00
  • ea3d6af616 typing: type beets.dbcore.types Šarūnas Nejus 2026-07-06 15:14:10 +01:00
  • b31c3bf9d4 typing: fix beets.dbcore.query Šarūnas Nejus 2026-07-06 15:22:12 +01:00
  • b1701c2e12 typing: type beets.dbcore.query Šarūnas Nejus 2026-07-06 15:22:02 +01:00
  • a000232509 typing: fix beets.dbcore.sort Šarūnas Nejus 2026-07-06 15:24:27 +01:00
  • ca8e9f69a8 typing: type beets.dbcore.sort Šarūnas Nejus 2026-07-06 15:24:06 +01:00
  • 7a553aad7e typing: fix beets.dbcore.db Šarūnas Nejus 2026-07-07 20:40:43 +01:00
  • 8d03803fcf typing: type beets.dbcore.db Šarūnas Nejus 2026-07-07 20:39:54 +01:00
  • 6a051f9699 Recognize native Spotify URIs when extracting IDs (#6840) Vinícius Martins Cotrim 2026-07-15 16:21:25 -03:00
  • 43e88e0f35 Unify import match change display flow refactor-change-representation Šarūnas Nejus 2026-05-30 14:49:50 +01:00
  • df0358901c Rename ChangeRepresentation -> Change Šarūnas Nejus 2026-05-30 14:27:10 +01:00
  • 92b9912dc3 Move methods belonging to albums under AlbumChange Šarūnas Nejus 2026-05-30 14:20:49 +01:00
  • 8a202d988e Ignore Match move commit introduce-source Šarūnas Nejus 2026-06-03 19:19:55 +01:00
  • 37237d5675 Refactor autotag to use Source abstraction Šarūnas Nejus 2026-06-18 01:55:43 +01:00
  • c15fc0a0f5 Exclude AttrDict move from git blame Šarūnas Nejus 2026-06-18 01:58:48 +01:00
  • 39782db1df Move AttrDict under beets.util Šarūnas Nejus 2026-06-18 01:36:18 +01:00
  • 3736513c1c lyrics: add lrcmux backend (#6816) Šarūnas Nejus 2026-07-15 15:27:57 +01:00
  • 98fb70418a importsource: Only register listener if configured importsource_listener J0J0 Todos 2026-01-17 08:51:03 +01:00
  • 0d65a46bbc lyrics: add lrcmux backend f1nn 2026-07-15 16:10:42 +02:00
  • 361405a42d lastgenre: Genre spelling normalization (aliases) (#6466) J0J0 Todos 2026-07-15 16:09:37 +02:00
  • c51f5755f3 lastgenre: Whitelist/Tree fixes; Default aliases J0J0 Todos 2026-06-24 07:54:37 +02:00
  • fda3fef148 lastgenre: Genre aliases docs; Tools chapter, More J0J0 Todos 2026-06-24 08:02:51 +02:00
  • 3ce8c9bbf5 lastgenre: Tests for _filter_valid helper, J0J0 Todos 2026-06-26 08:32:53 +02:00
  • 1674b5e7f9 lastgenre: Tests for genre alias normalization J0J0 Todos 2026-06-24 07:53:57 +02:00
  • e3568273ee lastgenre: Sync instance var naming J0J0 Todos 2026-06-29 08:08:20 +02:00
  • 4b9fa31a5b lastgenre: Genre aliases; Refactoring J0J0 Todos 2026-06-24 07:33:09 +02:00
  • a78c94c443 Changelog for #6466 genre aliases J0J0 Todos 2026-06-29 20:49:49 +02:00
  • dab3bd337d ci: test base installation dependencies (#6824) Šarūnas Nejus 2026-07-15 14:41:20 +01:00
  • 5616799a8e Merge branch 'master' into issues/5713-base-install-smoke-test Šarūnas Nejus 2026-07-15 14:36:03 +01:00
  • b37fd0e75e Preserve null artpath in edit (#6839) Šarūnas Nejus 2026-07-15 14:35:03 +01:00
  • 4fb451f450 Treat null edit values as safe AleksZyro 2026-07-15 13:56:17 +02:00
  • bb0c0992e5 Format changelog entry AleksZyro 2026-07-15 02:15:03 +02:00
  • a6d576d039 Preserve null artpath in edit AleksZyro 2026-07-15 01:55:26 +02:00
  • 0e3d1cdaca Fix genres-tree.yaml formatting lastgenre_aliases_sn Šarūnas Nejus 2026-07-15 14:24:06 +01:00
  • e9c34b3352 Regroup aliases Šarūnas Nejus 2026-07-10 13:24:03 +01:00
  • f70e813b17 Tidy up hyphenation patterns Šarūnas Nejus 2026-07-09 21:17:39 +01:00
  • 77f80e4120 Remove aliases that would be dropped by canonicalization Šarūnas Nejus 2026-07-09 14:42:39 +01:00
  • 730c997f7d Fix old school aliases Šarūnas Nejus 2026-07-09 14:06:21 +01:00
  • e004fa48e4 Fix darkwave normalisation Šarūnas Nejus 2026-07-09 13:58:40 +01:00
  • 4fc3df4cc5 Use r&b instead of rhytm and blues Šarūnas Nejus 2026-07-09 12:48:20 +01:00
  • 55fb8ad5ed Escape single quote in aliases.yaml to fix treesitter Šarūnas Nejus 2026-07-09 12:30:33 +01:00
  • 1cbe481c96 Replace \g<...> backrefs Šarūnas Nejus 2026-07-09 12:23:21 +01:00
  • 746af4f6cf Do not normalize disney to soundtrack Šarūnas Nejus 2026-07-09 12:21:31 +01:00
  • b454bc013b Normalize psytrance Šarūnas Nejus 2026-07-09 12:15:33 +01:00
  • 6aec4b693f Handle psychedelic folk/soul Šarūnas Nejus 2026-07-10 05:18:00 +01:00