You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,16 @@
33
33
### Changed
34
34
35
35
- The metadata parser can now be specified with the configuration key `metadata_parser`. Accepted values are `ffprobe` (default), `mediainfo`, or `null` (for testing only).
36
+
- Songs with instrumental version are specified either with the `instrumental_file` field, if there is an audio file of the same name in the same directory as the video file, or with the `instrumental_track` field, if the video file has a second audio track. Both fields are sent to the server, instead of the `has_instrumental` field (see removed sub-section).
36
37
37
38
### Removed
38
39
39
40
- Dropped Python 3.9.
41
+
- Removed the `has_instrumental` field of songs, in favor of `instrumental_file` and `instrumental_track`.
42
+
43
+
### Fixed
44
+
45
+
- Matroshka files containing only an audio track and having the `.mka` extension are correctly detected as adio files.
0 commit comments