beets-alternatives
beets-alternatives copied to clipboard
Beets plugin to manage external files
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.
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...
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...
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'...
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,...
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,...
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...