Questions tagged [id3]
ID3 is a metadata container most often used in conjunction with the MP3 audio file format.
106 questions
1
vote
0
answers
117
views
How to name a music file with only part of the track name?
My goal is to rename a batch of music files with a specific portion of the file name using TagScanner v6.1.19
As an example I want to rename a file using the track name Wasurerarenai no (忘れられないの, &...
0
votes
1
answer
133
views
Can I use Git to track MP3 and AAC metadata without corrupting files?
I have a collection of roughly 7k (40GB) MP3 and AAC files, these files I have collected over the years and put through different players and organisers. Unfortunately during that time some of these ...
4
votes
2
answers
3k
views
Does an audio stream from an internet radio station contain song information
Not sure if this is the right place to ask.
I am wondering if audio streams from internet radio stations can (and do) contain song information such as title and artist? I suppose there are many ...
2
votes
1
answer
505
views
Fixing garbled id3v2 tags with incorrect encoding using mid3v2
I have been using id3v2 to automatically tag music files (title, album, artist).
While id3v2 displays the metadata correctly, other players do not - here I have an example of issues with À/è/û and ...
0
votes
1
answer
844
views
MP3 Audio file changes -- want to preserve ID3 tags and minimize quality degredation: is FLAC the best intermediate format?
I have MP3 files on which I need to perform some audio operations, then get them back to MP3. I know every operation degrades them a little bit, so my goal is just to minimize that.
I need to use both ...
2
votes
0
answers
778
views
How does one add cover art to an ID3 tag in the format of a file link?
According to this answer, it's possible according to the ID3 spec (Wayback required to view the link in that question) to add cover art (for an MP3 file, I assume) as a link to an image file, as ...
1
vote
1
answer
3k
views
id3 tags and the APIC tag in particular
Please forgive my misuse of nomenclature since I'm still finding my way around. I don't know if I have "mp3 tags" or "id3 tags", and if I have "id3 tags" what the "v&...
0
votes
1
answer
588
views
Retrieving UFID tag from audio file with ffprobe
Context
I'm using ffprobe to retrieve metadata from audio files.
To do so, I usually use the following command:
ffprobe -hide_banner -v 0 -i audio.mp3 -show_entries format -of json
This gives the ...
1
vote
0
answers
1k
views
Add timed ID3 metadata to HLS using ffmpeg
For interactive video, I want to add timed ID3 metadata (different metadata at different times in the video) using FFmpeg but I couldn't find anything related to it on the internet.
I want to add ...
1
vote
1
answer
1k
views
using ffmpeg, how would i be able to transfer/convert id3 tags (artist, track name, album art etc) from mp3 to oga (opus)?
simple question, but i haven't found any simple answers (that worked). i would prefer to not have to apply them using different software, but if necessary, a batch converting .sh template would be ...
0
votes
1
answer
1k
views
MP3 - copy one ID3 tag to another
How to copy PURL tag to URL using ffmpeg or some other command line tool?
OS: Windows 7 or CentOS 7. Ideally should work on both.
The program where I see the "URL" named field is either Tag&...
0
votes
1
answer
1k
views
youtube-dl + ffmpeg: Import description and URL of an original video to ID3 tags
Following bundle is used to download and encode audio:
/usr/local/bin/youtube-dl --playlist-reverse -o "%(upload_date)s %(title)s.%(ext)s" --write-annotations --download-archive "....
2
votes
2
answers
12k
views
How to embed cover art into MP4 without errors?
I want to add artwork to my MP4 file. How do I do this successfully / without errors?
I've tried these methods with numerous MP4 files, none worked.
If you would like to replicate the errors / bugs, ...
0
votes
1
answer
401
views
Scrambled mp4 videos due to inproper use of id3v2 - how to fix?
I used id3v2 with this command
for i in *.mp4; do id3v2 --artist "Artist Name" "$i"; done
with the intention to populate the otherwise empty tag fields of some mp4 videos in a folder. It worked with ...
1
vote
0
answers
685
views
foobar2000 usage of id3 rating tags
foobar2000 seems to be mapping %rating% tags to the id3v2+ tag using POPM with the value of "POPM:Windows Media Player 9 Series", and remapping values (1,2,3,4,5) to (1, 64, 128, 196, 255). It does ...