Update notes
The project uses now a library to manage user directories on the different operating systems, the location was modified for Windows:
cmd
cmd
mkdir %APPDATA%\DakaraProject
move %APPDATA%\Dakara %APPDATA%\DakaraProject\dakara
powershell
mkdir $env:APPDATA\DakaraProject
mv $env:APPDATA\Dakara $env:APPDATA\DakaraProject\dakara
Added
- Automatically prune artists and works without songs on server.
- Feed tags with command `dakara-feeder feed tags`.
- Feed work types with command `dakara-feeder feed work-types`.
- Feed works with command `dakara-feeder feed works`.
- Support Python 3.10 and 3.11.
Changed
- Name of the command changed from `dakara-feed` to `dakara-feeder`.
- Feed command for songs changed from `dakara-feed` to `dakara-feeder feed songs`.
- Custom song class can be indicated in configuration file with a file name: `custom_song_class: path/to/file.py::MySong`.