Releases: DakaraProject/dakara-feeder
Releases · DakaraProject/dakara-feeder
Version 1.9.0
Version 1.8.0
1.8.0 - 2022-11-23
Update notes
The project uses now a library to manage user directories on the different operating systems, the location was modified for Windows:
# cmd
mkdir %APPDATA%\DakaraProject
move %APPDATA%\Dakara %APPDATA%\DakaraProject\dakara
# powershell
mkdir $env:APPDATA\DakaraProject
mv $env:APPDATA\Dakara $env:APPDATA\DakaraProject\dakaraAdded
- 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-feedtodakara-feeder. - Feed command for songs changed from
dakara-feedtodakara-feeder feed songs. - Custom song class can be indicated in configuration file with a file name:
custom_song_class: path/to/file.py::MySong.
Version 1.7.0
1.7.0 - 2021-06-20
Removed
- Dropped support of Python 3.5 and 3.6.
Version 1.6.0
1.6.0 - 2020-09-05
Added
- Detect instrumental tracks.
Version 1.5.1
1.5.1 - 2019-12-06
Fixed
- A subtitle file from which lyrics can't be parsed no longer halts the feed process but only logs an error.
- A video file from which duration can't be extracted no longer halts the feed process but only logs an error.
Version 1.5.0
1.5.0 - 2019-12-05
Added
- First version.