Complete source for the program can be downloaded here. Should work in most RealStudio or Xojo versions.
Use the menu to open a file or drop an MP3 file on the window and the program opens the file and shows the main tags. A double-click on the artwork area plays the MP3 file. Clicking on the progress bar that then appears allows to scroll to that position in the file.
The text tags can be edited, the artwork can be changed by dropping an image file on the artwork area. Use the save menu items to write an MP3 file with the updated tags.
The compiled program for a few platforms, in case you don't have RealStudio or Xojo or don't want to bother with compiling:
ID3Viewer for Mac OS X (Intel)
ID3Viewer for Mac OS X (PPC)
Free to use.
Hi Robert,
ReplyDeleteI found your ID3 Viewer here, thank you for this.
I reworked it for using with Cocoa.
Download
http://www.axel-erfurt.de/apps/id3Viewer.zip
Picture
http://www.axel-erfurt.de/pics/id3Viewer1.png
Hello Axel,
DeleteThat's great! You're very welcome and thanks for posting the Cocoa version :-)
Update (Link is alway the same)
ReplyDeleteI had problems when saving. It always stored as an invisible file (._file.mp3, .._file.mp3)
I now use a temporary file and then move it back with a shell.
Hello,
ReplyDeleteWork great, thanks.
On Xojo, passed bs.writebyte to writeInt64 and saving is pretty much faster
Great to hear it is still useful!, thanks for your message :)
DeleteCurrently have no access to Xojo anymore (do miss it a bit, very powerful tool), so can't update/develop in Xojo/RealBasic. Enjoy :D