Tagged Questions
10
votes
5answers
2k views
abstracting the conversion between id3 tags, m4a tags, flac tags
I'm looking for a resource in python or bash that will make it easy to take, for example, mp3 file X and m4a file Y and say "copy X's tags to Y".
Python's "mutagen" module is great for manupulating ...
5
votes
6answers
7k views
How do I programmatically convert mp3 to an itunes-playable aac/m4a file?
I've been looking for a way to convert an mp3 to aac programmatically or via the command line with no luck. Ideally, I'd have a snippet of code that I could call from my rails app that converts an ...
4
votes
1answer
256 views
How can I export an mp3 file from an iOS device's iPod library?
In my iOS application I'm trying to export an mp3 file from the iPod library to the app's documents directory on the device. Currently I'm trying to use AVAssetExportSession but it's not working for ...
2
votes
1answer
507 views
How do you read/write/update m4u and mp3 file meta data using cocoa/objective c?
Are there some particular library files available on OS/X that are relevant, I am just not sure where to start.
0
votes
1answer
98 views
Best python solution to play ALL kinds of audio on Windows (and Linux)?
I'm trying to write some scripts to play some of my music collection with python. Finding python modules that will play ogg and mp3 is not a problem. However, I'm having repeated failures with ...