Šarūnas Nejus

Results 42 issues of Šarūnas Nejus

## Description Fixes #2635 Fixes #5133 I realised that #5406 has gotten too big, thus I'm splitting it into several smaller PRs. This PR refactors lyrics plugin tests and fixes...

This PR refactors the test codebase by removing redundant functions and simplifying item and album creation. Key changes include: - Removed redundant `_item_ident` index tracker from `_common.py`. - Removed `album`...

## Description This PR introduces a distance threshold mechanism to the Genius backend and unifies its implementation across the rest of backends that perform searching and matching artists and titles....

Hi @tranxuanthang, following your suggestion under https://github.com/beetbox/beets/pull/5406 I now attempt to find matching lyrics using the `/get` endpoint, and only perform `/search` if they could not be found. Thanks to...

**Describe the bug** Firstly, thanks for this amazing tool - I have been using it more or less every day since I discovered it back in 2020. I have just...

Given a task such as ```toml [tasks.output-json] cmd = """echo '{"some": "json"}'""" ``` I see the following output ```shell $ poe output-json Poe => echo '{"some": "json"}' {"some": "json"} ```...

See below ```sh $ mid3v2 '/run/media/sarunas/music/Music/Muzika/2013/Mind Vortex - Alive (Radio Edit).mp3' --list-frames-v2.2 Traceback (most recent call last): File "/media/pipx-3.9/bin/mid3v2", line 8, in sys.exit(entry_point()) File "/media/pipx-3.9/venvs/mutagen/lib/python3.9/site-packages/mutagen/_tools/mid3v2.py", line 484, in entry_point return...

Previously: ```sh Poe => pytest -p no:cov test/test_query.py --durations=10 =============================================================================== test session starts =============================================================================== platform linux -- Python 3.9.20, pytest-8.3.5, pluggy-1.5.0 cachedir: /tmp/pytest_cache rootdir: /home/sarunas/repo/beets configfile: setup.cfg plugins: anyio-4.9.0, xdist-3.6.1,...

This PR moves query and type definitions away from `library.py` to `dbcore` to improve modularity and organization. **Key Changes:** * **Query and Type Relocation:** * `PathQuery` and `SingletonQuery` moved from...

refactor

### Problem Running this command in verbose (`-vv`) mode: ```sh $ beet -vv import -LI 'id::^9664$' ``` Led to this problem: ``` user configuration: /home/sarunas/.config/beets/config.yaml data directory: /home/sarunas/.config/beets plugin paths:...