beets-alternatives icon indicating copy to clipboard operation
beets-alternatives copied to clipboard

Beets plugin to manage external files

Results 33 beets-alternatives issues
Sort by recently updated
recently updated
newest added

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

Hi, i think this command could be usefull as it simplifies an update of several alternative locations in a single command

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...

A nice feature would be to avoid repeated transcoding if a version of file in proper format already exists in one of the alternative collections. On `update`, the plugin could...

enhancement

I really like this idea, but it's somewhat limited by the fact that devices need to be mounted the regular way, which is fine for dumb devices, but most newer...

enhancement

Using beets-alternavives. I Installed it within docker container. I'm deploying it using docker-compose with hard limits for usage: ```yaml deploy: resources: limits: # Adjust as needed cpus: '0.5' memory: '2048M'...

needinfo

What do I need to configure for convert and alternatives plugin to make my FLAC files in the alternative version embeded with art? As far as I understood the docs,...

enhancement
help wanted

I just started using this plugin, and the first time I ran `beets alt update ipod` after setting things up worked just fine. It took all night, as expected. However,...

needinfo

Hello! Some of my paths make use of the built in inline plugin (I'm guessing most people using beets use it) but beets-alternatives throws a NameError 'len' not defined which...

needinfo