MOOV-DL
MOOV-DL copied to clipboard
About quality and tags
Good morning,sir. There's two quality of songs in moov,original hi-res and moov upsampling.Now we can't identify what quality is the flac when the song was downloaded in "quality 2". I find moov kept the original wav tags in its flac version when songs downloading to the folder "moov-dl_tmp".And the moov's upsampling flac have a tag,<SOFTWARE> : Weiss Engineering Saracon 01.61-35 (libsndfile-1.0.23).But after the files are merged,the original flac tags are covered by moov-dl's tags.SO how can I keep the original meta?
Quality 2 fetches original hi-res. You can see this in the client on line 73.
'isUpSample': 'false',
You can remove line 209 in the main script to keep the original tags.
audio.delete()
Thanks for replying.When 'isUpSample': is 'false',Quality 2 would dl upsample verison if the song didn't have a hires version.What I wanted is only download the official quality veison whether the song has hires.
Remove line 209 in the main script can't keep the original meta.It will remove the songs' name、tags,only leave a number as the song's name.