Benedikt

Results 43 issues of Benedikt

The relevant changes in beets will actually only land in `beets>1.4.9`. Thus, if and when we merge this, the version requirement for beets also needs to be bumped.

As discussed in #48, `beets-alternatives` crashes with a traceback if for some reason (most likely a bug in the plugin itself, or maybe due to a crashed `alt update` which...

needinfo

As mentioned in https://github.com/geigerzaehler/beets-alternatives/pull/48#discussion_r396076268, we could consider linking artwork in `SymlinkView`s, which would be interesting for users which do not employ the `embedart` plugin on their main library. Directly embedding...

enhancement
help wanted

Check where the performance bottleneck is for updating `SymlinkView`s, cf. https://github.com/geigerzaehler/beets-alternatives/pull/48#issuecomment-601440101. Since this requires only accesses to filesystem metadata and two columns in the database (`path` and beets-alternatives `path_key`), it...

performance

cf. https://github.com/geigerzaehler/beets-alternatives/pull/48#issuecomment-601440101, can probably be solved be using some of beets' hooks.

enhancement

`beets-alternatives` currently does not support non-utf8 paths, while beets does (I didn't really test any of this, that's only guessed from reading the code). When the Python 3 PR is...

enhancement
wontfix

In [matched_item_action](https://github.com/geigerzaehler/beets-alternatives/blob/71b718aeb4c800f74734ceebcf674e3fba66d5b8/beetsplug/alternatives.py#L139), `os.path.isfile(album.artpath)` and `os.path.getmtime(syspath(album.artpath))` could be cached in order to reduce evaluation to once per album.

performance

Split out of #17, this PR is relative to #17. This is not really the solution to the problem (see code comment about performance issues), the PR is mostly to...

Addresses https://github.com/duckdb/duckdb/discussions/4091 by adding some aliases for fetching results to `DuckDBPyRelation` and `DuckDBPyResult` such that they have (almost) identical interfaces: - This adds `fetchnumpy` to `Relation`, which was previously missing...

Small correction to the KDE docs such that they match the code (`*` should be `+`).