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: Add meta-tags to files #16

Open
2 tasks done
oviirup opened this issue Feb 15, 2022 · 1 comment
Open
2 tasks done

Feature: Add meta-tags to files #16

oviirup opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@oviirup
Copy link
Owner

oviirup commented Feb 15, 2022

Preflight Checklist

  • 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.

@oviirup oviirup added enhancement New feature or request help wanted Extra attention is needed labels Feb 15, 2022
@oviirup oviirup self-assigned this Feb 15, 2022
@oviirup oviirup changed the title **Feature:** Add meta-tags to files Feature: Add meta-tags to files Feb 15, 2022
@padhu1980
Copy link

just came by this. not sure will be helpful.

https://github.com/ffmpegwasm/ffmpeg.wasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants