Tagged Questions

0
votes
1answer
511 views

Access the BPM ID3 tag in iPhone OS 3.0

Is there any way to access the BPM (beats per minute) ID3 tag of a song on your iPod using the iPhone OS 3.0 SDK? I'm looking at https://developer.apple.com/iphone/prerelease/libr …
0
votes
0answers
19 views

How to create mp3 snippets with a 5sec fadeout from a cd including id3 tags as batch process in linux [closed]

I want to: 1) Rip a cd 2) Set ID3 tags 3) Create snippets (45 seconds) 4) Add a 5sec fadeout at the end (40s-45s) 5) Convert to mp3 I've tried several tools now (Goobox, Grip, lam …
3
votes
3answers
89 views

How to read and write ID3 tags to an MP3 in C#?

Is there a library for reading and writing ID3 tags to an MP3 in C#? I've actually seen a couple when searching, anybody using any that can be recommended?
1
vote
4answers
93 views

how to read mp3 file tags

Hi all, I want to have a program (might be an idea for simple program), to read metadata from a Mp3 file. My program should also able to edit these meta data. what can i do? I …
0
votes
3answers
86 views

Python bitwise operations confusion

I came up with this "magic string" to meet the ID3 tagging specification: The ID3v2 tag size is encoded with four bytes where the most significant bit (bit 7) is set to zero in …
0
votes
1answer
44 views

How to get artist name from music file by using php..?

I have a music file having artist name or author name.I want to fetch author details by using php.Is it possible?
1
vote
3answers
90 views

Editing MP3 metadata on a file-like object in Python?

We're generating MP3 files on the fly in Python, and need to edit the ID3 headers in-memory using a file-like object. All the ID3 libraries on PyPI appear to require you to pass …
1
vote
3answers
125 views

Universal MP3 and WMA tag reader for Delphi

I know similar subjects have appeared in SO, but there wasn’t answer I am looking for. I need a Delphi library for reading tag information from music files. Currently I am using TJ …
0
votes
3answers
171 views

Linux: Library to write ID3v2 data and cover art

I need to locate a command line tool that would allow me to write (read is not required) ID3v2 and album art to an MP3 file. Command line is required as it will be executed from PH …
1
vote
1answer
165 views

What happened to the “TagLib#” library?

What is the current status of TagLib# (TagLib sharp)? The official homepage www.taglib-sharp.com doesn't exist anymore! I've found the project on ohloh where the old homepage is …
0
votes
1answer
66 views

MP3 and OGG tags in PHP

Except http://us3.php.net/manual/en/book.ktaglib.php and http://getid3.sourceforge.net/ does anyone know of any other way to work from PHP with tags on audio files? I need to read …
0
votes
1answer
195 views

NetStream Loading ID3 information from stream in FMS

I've been following the basic FMS instructions to load an mp3 and play it. This is working very well. I've also got a second NetStream instance (id3Stream) that should load the ID3 …
3
votes
3answers
903 views

Ripping a CD to mp3 in C# - third party component or api out there?

We're working on a project that requires the ripping of audio tracks from CDs to MP3s (ideally also retrieving the track information from CDDB or similar). More background informa …
0
votes
1answer
85 views

J2ME Read ID3 Tags From Walkman (Sony Ericsson)

Is there any way to read the currently playing song title/artist (id3 tags) in walkman on sony ericsson (w series) phone?
1
vote
3answers
111 views

Is there a non-GPL Python Library for reading ID3 information from an mp3?

I have found many GPL licensed libraries for reading information from mp3s in Python. Are there any non GPL libraries?

1 2 3 next
15 30 50 per page