beets-alternatives
beets-alternatives copied to clipboard
Beets plugin to manage external files
When running `alt update`, files that have previously been encoded (by earlier `alt update` runs) seem to be re-encoded. For instance, I've already run an `alt update` that included this...
I tried to implement @wisp3rwind's proposal to fix issue #59. What do you think?
I see this error when using this plugin on a case-insensitive filesystem (fat32): ``` Error: file exists while renaming /media/NIKON D3300/Music/classical/Henri Dutilleux; Cyril Ciabaud, Kasia Tomczak-Feltrin, Mathieu Petit, Romain Robine,...
Not sure how much the symlink mode is used, but I'm encountering a couple problems with it. The most reproducible is this one: `Error: File exists during link of paths...
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.
When copying files from the library to a new directory, within the same filesystem, the files should be hard linked rather than copied. This would take less time than copying...
This issue is follow-up for a question raised in #58. I said: > I'm confused by the implementation of sync_art / embed. From reading the code it seems that album...
This is my first take on #43 . It's the first time I look into beets (plugin) code. I will need your input to bring this into shape. I'm confused...
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...
Python 2.7 has [reached its end of life](https://www.python.org/doc/sunset-python-2/) and tools are dropping support for it. We should drop support, too since there’s no value in mainting it.