aboutsummaryrefslogtreecommitdiffstats
path: root/beetsplug (follow)
Commit message (Collapse)AuthorAgeLines
* extras: Use shutil.move instead of os.renameWolfgang Müller2022-02-28-1/+1
| | | | | | os.rename fails when moving files between devices or filesystems. Instead use shutil.move which uses os.rename or falls back to copying the files and removing the originals.
* extras: Specify full list of argumentsWolfgang Müller2022-02-22-2/+2
|
* Initial commitWolfgang Müller2022-02-22-0/+128