Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: please add audio quality or bitrate in search results. #14

Open
Green-m opened this issue Jun 25, 2023 · 2 comments
Open

Comments

@Green-m
Copy link

Green-m commented Jun 25, 2023

Is your proposal related to a problem?

For now the search results is something like:

    {
        "Name": "어디에 있을까",
        "Artist": "Hello Gayoung",
        "Album": "단편집 `어디에 있을까`",
        "Duration": 255,
        "Url": "https://y.qq.com/n/ryqq/songDetail/0005H9o83BiHWz",
        "ResourceForbidden": true,
        "Source": "qq",
        "FromMusicPlatform": true,
        "Score": -115.12299999999999
    },

There is no audio quality or bitrate (and the score seems not very useful), I can only know the bitrate after I have finished downloading.

Describe the solution you'd like

Maybe provide some option to get the bitrate or music file size or something more detailed metadata info?

Like the youtube-dl:

# list formats about. the media
youtube-dl -F 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

# download the best
youtube-dl -f best 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

As addition, maybe the feature can be used in your another project foamzou/melody#6

@foamzou
Copy link
Owner

foamzou commented Jun 25, 2023

Thanks for your suggestion. Could you help to implement it? : )

@Green-m
Copy link
Author

Green-m commented Jul 10, 2023

I would like to do this if I were familar to golang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants