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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Describe the feature
Currently the songs are downloaded with no meta-tags. But meta-tags helps to organize the songs and gives a unique identification.
Meta tags like title, album, artist and cover image is very useful in other apps like 'Groove Music' or 'Windows Media Player' to automatically arrange accordingly.
Suggest how to implement
Method 1 : FFMPEG
Packages like Node-FFMPEG can be use to add meta tags within the extension.
Method 2 : Python Proxy server
Python has a package named Mutagen to add meta tags to any format. So use an external proxy server to add the metatags and send the response file.
You can see implementation in this project.
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Describe the feature
Currently the songs are downloaded with no meta-tags. But meta-tags helps to organize the songs and gives a unique identification.
Meta tags like title, album, artist and cover image is very useful in other apps like 'Groove Music' or 'Windows Media Player' to automatically arrange accordingly.
Suggest how to implement
Method 1 : FFMPEG
Packages like Node-FFMPEG can be use to add meta tags within the extension.
Method 2 : Python Proxy server
Python has a package named Mutagen to add meta tags to any format. So use an external proxy server to add the metatags and send the response file.
You can see implementation in this project.
The text was updated successfully, but these errors were encountered: