Sorrow446 / MOOV-DL

Tool written in Python to download streamable tracks from moov.hk.
29 stars 10 forks source link

About quality and tags #6

Open hintlou opened 3 years ago

hintlou commented 3 years ago

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, : 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?

Sorrow446 commented 3 years ago

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()
hintlou commented 3 years ago

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.

hintlou commented 3 years ago

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.