Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
capacitor-media-metadata
Advanced tools
Media metadata reader for Android
npm install capacitor-media-metadata
npx cap sync
metadata(options: MetadataOptions) => Promise<Metadata>
get metadata for audio files
Param | Type |
---|---|
options | MetadataOptions |
Returns: Promise<Metadata>
Prop | Type | Description |
---|---|---|
cdTrackNumber | string | CD track number |
artist | string | artist |
albumArtist | string | album artist |
albumName | string | album name |
bitrate | string | bitrate |
date | string | date |
genre | string | genre |
discNumber | string | disc number |
title | string | title |
year | string | year |
mimetype | string | mimetype |
composer | string | composer |
duration | string | duration |
numTacks | string | number of tacks |
writer | string | writer |
cover | string | base64 image (if withCover is true ) |
Prop | Type | Description |
---|---|---|
path | string | file path |
withCover | boolean | add cover in metadata (false by default) |
FAQs
Media metadata reader for Android
The npm package capacitor-media-metadata receives a total of 6 weekly downloads. As such, capacitor-media-metadata popularity was classified as not popular.
We found that capacitor-media-metadata demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.