Skip to main content

Questions tagged [id3]

ID3 is a metadata container most often used in conjunction with the MP3 audio file format.

1 vote
0 answers
117 views

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 (忘れられないの, &...
Wolfkin's user avatar
  • 181
0 votes
1 answer
133 views

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 ...
Imran's user avatar
  • 465
4 votes
2 answers
3k views

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 ...
Berend's user avatar
  • 3,218
2 votes
1 answer
505 views

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 ...
Doot's user avatar
  • 123
0 votes
1 answer
844 views

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 ...
GraniteStateColin's user avatar
2 votes
0 answers
778 views

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 ...
Fie's user avatar
  • 160
1 vote
1 answer
3k views

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&...
Chris's user avatar
  • 13
0 votes
1 answer
588 views

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 ...
Hacketiwack's user avatar
1 vote
0 answers
1k views

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 ...
Awaneesh's user avatar
1 vote
1 answer
1k views

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 ...
Jimmy Bungalo's user avatar
0 votes
1 answer
1k views

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&...
Paul's user avatar
  • 1,058
0 votes
1 answer
1k views

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 "....
Paul's user avatar
  • 1,058
2 votes
2 answers
12k views

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, ...
symonxd's user avatar
  • 71
0 votes
1 answer
401 views

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 ...
maxwhere's user avatar
  • 141
1 vote
0 answers
685 views

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 ...
Knio's user avatar
  • 220

15 30 50 per page
1
2 3 4 5
8