-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Hey,
Hope you are doing well,
Before going deep into the project, I have to say, your work is amazing, keep up the good work,
So the issue is, I created some tags and saved them (with the write method) to the target file (which is MP3)
And I wanted to check and see if the tags + image cover has been changed, but for some reason, the file now, seems like I would say "corrupted" and it's not playable.
By any chance, this might be something I do or something with the package perhaps, so I sent the tags-object that I pass on to the write function here as well!
{
title: 'Ali Yasini - Nade Ghol | OFFICIAL TRACK علی یاسینی - نده قول',
image: {
mime: 'image/webp',
type: { id: 3, name: 'front cover' },
description: 'Image cover generated by music-engines',
imageBuffer: <Buffer 52 49 46 46 46 76 01 00 57 45 42 50 56 50 38 20 3a 76 01 00 90 89 04 9d 01 2a 00 05 d0 02 3e 6d 32 95 48 a4 22 a2 26 23 b6 39 f8 c0 0d 89 69 68 d7 7c ... 95772 more bytes>
},
artist: 'Ali Yasini',
artistUrl: [ 'https://www.youtube.com/@aliyasiniofficial' ],
audioSourceUrl: 'https://www.youtube.com/watch?v=PABz4ySVrYE',
length: '2',
publisher: 'Project-mp - music-engines',
publisherUrl: 'htps://ehsan.js.org',
copyright: '2023',
copyrightUrl: 'htps://ehsan.js.org',
taggingTime: '2023-02-23',
subtitle: 'Downloaded by Project-mp | htps://ehsan.js.org',
fileOwner: 'Project-mp',
encodingTime: '2023-02-23',
encodedBy: 'Project-mp',
commercialUrl: [ 'htps://ehsan.js.org' ],
raw: {
TIT2: 'Ali Yasini - Nade Ghol | OFFICIAL TRACK علی یاسینی - نده قول',
APIC: {
mime: 'image/webp',
type: [Object],
description: 'Image cover generated by music-engines',
imageBuffer: <Buffer 52 49 46 46 46 76 01 00 57 45 42 50 56 50 38 20 3a 76 01 00 90 89 04 9d 01 2a 00 05 d0 02 3e 6d 32 95 48 a4 22 a2 26 23 b6 39 f8 c0 0d 89 69 68 d7 7c ... 95772 more bytes>
},
TPE1: 'Ali Yasini',
WOAR: [ 'https://www.youtube.com/@aliyasiniofficial' ],
WOAS: 'https://www.youtube.com/watch?v=PABz4ySVrYE',
TLEN: '2',
TPUB: 'Project-mp - music-engines',
WPUB: 'htps://ehsan.js.org',
TCOP: '2023',
WCOP: 'htps://ehsan.js.org',
TDTG: '2023-02-23',
TIT3: 'Downloaded by Project-mp | htps://ehsan.js.org',
TOWN: 'Project-mp',
TDEN: '2023-02-23',
TENC: 'Project-mp',
WCOM: [ 'htps://ehsan.js.org' ]
}
}