-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fLaC metadata tag PERFORMER (just for pianists for now) (#36)
* Changes to track downloading: Tidal reports 'Mix Engineer' instead of 'Mixer', so change in track.py: self.mixer: Optional[Tuple[str]] = self.get_contributors('Mix Engineer') Add support for the 'PERFORMER' tag in .flac files: for now, just 'piano' as returned by track.Track.get_credits() Change the order of tracks' ensuring that the audio stream is before video stream: copy to temp file THEN execute FFmpeg Remove a couple unused attributes from PlaylistsEndpointResponseJSON
- Loading branch information
1 parent
f6805b8
commit 9277658
Showing
2 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters