Impossible to know ID3 tags, icecast stream

Hello,
I am the French user.
One of our server broadcasts a mp3 audio stream which
contains ID3 tags.
I wrote a tiny audio player in Flash (actionscript 2.0).
In my code, I use a Sound object.
At the moment the player can play and stop the music.
I want to show the title of the current song using
id3.songtitle attribute or
id3.TIT1 or id3.TIT2... but all id3 attributes return
'undefined'.
Media players like iTunes, Windows Media Player or VLC
display this
information very well.
Moreover, the onID3() method is never call.
How can I retrieve ID3 tags in an actionScript code?
Thank you for your help.
best regards,
My code :
mp3 = new Sound();
/*load from our icecast server */
mp3.loadSound("
http://webradio.son-video.com:8000/test.mp3",true);
mp3.onLoad = function(success) {
mp3.start();
stop_sounds_btn._visible=true;
play_sounds_btn._visible=false;
mp3.onID3 = function (){
titre_txt.text=mp3.id3.songtitle;
function showid3(){
titre_txt.text=mp3.id3.songtitle;
setInterval(showid3,1000);
stop_sounds_btn.onRelease = function() {
mp3.stop();
stop_sounds_btn._visible=false;
play_sounds_btn._visible=true;
play_sounds_btn.onRelease = function() {
mp3.start();
stop_sounds_btn._visible=true;
play_sounds_btn._visible=false;
}

1. The audio file will not load for me when I test.
2. There is no id3 songtitle attribute. I believe you are
looking for id3.songname.

Similar Messages

  • Getting Information from ID3 tags from streamed mp3 files in Flash CS4 AS3.0

    Hi everyone:
    I have spend my whole day trying to find a good way to access ID3 tags in AS3.0; but didn't find anything helpful.
    In my project I am making a sound object and assigning it a URL:
    Then I stream the sound into a sound channel:
    var s:Sound = new Sound(new URLRequest('URL here"));
    var sc:SoundChannel;
    My problem:
          I want to read the ID3 tag somehow and display the artist name or anything in the ID3 tag, onto the screen.
    Complication:
         I Have the URL change through user input, and naturally I want to update all the information with the new ID3 tags information.
    var s:Sound = new Sound(new URLRequest('NEW URL here"));
    Thank you for any help!

    I know I took it out because it didn't work. I had something like this:
    var soundLoaderContext:SoundLoaderContext = new SoundLoaderContext();
    soundLoaderContext.checkPolicyFile = true;
    var music:Sound = new Sound(new URLRequest("URL #1 (from my server)"));
    var sc:SoundChannel;//sound channel
    var isPlaying:Boolean = false;//checks f music is playing or not
    var pausePoint:Number = 0.00;//this variable is for the pause function
    music.addEventListener(Event.ID3, id3Handler);
    stop_btn.addEventListener(MouseEvent.CLICK, stopMusic);//stop function call
    function stopMusic(e:Event):void//stop function
         if(sc != null)//if music is playing
              sc.stop();//stops the music from playing
              isPlaying = false;//sets it to false(off)
              playPause_mc.gotoAndStop(1);//modifies graphic item on stage
         pausePoint = 0.00;//resets pause value
    play_btn.addEventListener(MouseEvent.CLICK, playMusic);//pause / play function call
    function playMusic(e:Event):void//pause / play function
         if (isPlaying) {// if it is playing
              pausePoint = sc.position;pausePoint get curreny value (position of song)
              sc.stop();//stops the music from playing
              isPlaying = false;//sets it to false(off)
              playPause_mc.gotoAndStop(1);//modifies graphic item on stage
         } else if (!isPlaying){// if it is not playing
              sc = music.play(pausePoint);//starts the music from the pausePoint value.
              isPlaying = true;//sets it to true(on)
              playPause_mc.gotoAndStop(2);//modifies graphic item on stage
    music2_btn.addEventListener(MouseEvent.CLICK, music2);//function call (if music is clicked)
    function music2(e:Event):void{//this function stops current playing music and resets graphics, assigns a new URL and starts playing it.
         if(isPlaying || pausePoint != 0)
              sc.stop();
              playPause_mc.gotoAndStop(1);
         music = new Sound(new URLRequest("URL #2 (from my server)"));
         music.addEventListener(Event.ID3, id3Handler);
         sc = music.play();
         isPlaying = true;
         playPause_mc.gotoAndStop(2);
    music1_btn.addEventListener(MouseEvent.CLICK, music1);
    function music1(e:Event):void{//this function stops current playing music and resets graphics, assigns a new URL and starts playing it. just like above only a different song.
         if(isPlaying || pausePoint != 0)
              sc.stop();
              playPause_mc.gotoAndStop(1);
         music = new Sound(new URLRequest("URL #1 (from my server)"));
         music.addEventListener(Event.ID3, id3Handler);
         sc = music.play();
         isPlaying = true;
         playPause_mc.gotoAndStop(2);
    function id3Handler(evt:Event):void {
          var id3:ID3Info = evt.target.id3;
          trace(id3.artist + ' - ' + id3.songName);
          name_txt = id3.songName;
          album_txt = id3.album;
          artist_txt = id3.artist;
    This is mostly just taking the exact code from the website I mentioned earlier.
    When I run this it outputs the trace command 1 time and nothing more. Only the trace(trace(id3.artist + ' - ' + id3.songName);) gets triggered once.
    No errors. No warning. Not working.
    Thank you for helping me!

  • "Writing ID3 tags..." every 10 seconds!  AAARRRGH!

    It seems that ever since I upgraded to iTunes 6, once iTunes loads, I keep getting the "Writing ID3 tags..." message every 10 seconds! Of course, everything freezes until the progress bar reaches the end, and then the message disappears. This gives me a whole... ten seconds to do anything I need to do with iTunes and then BAM! the whole thing happens again. And again. And again. I don't want to use iTunes ANYMORE!!! ...which is a shame because now I am screwed for updating my iPod. What should I do?!?!?!?
    Various   Windows XP  

    I have the same problem.
    In fact, even if I minimize iTunes and work in another application, iTunes will pop up that "writing ID3 tags" window on top of whatever I'm doing, every so often. It appears to do it twice per song it plays. In fact, if I minimize iTunes, and then this window comes up, then iTunes will retore its window again! It makes it impossible to use iTunes to play MP3 files. If I minimize iTunes to the tray icon, then the main iTunes application will not restore, but the window will still interrupt whatever I'm typing on.
    I have imported a 6000 legal mp3 song library from my Linux file server (it still stores the files on the file server). It may be that this behavior only happens the first time I play each song, but that's still pretty bad (it'll take months to play through all those songs).
    It'd be great if we could get some information on this problem from someone who actually knows what to do about it. And, even better, an actual fix -- iTunes doesn't exactly seem to be the best behaved Windows application there is right now, which is a shame.

  • IPhone is refusing to accept new ID3 tags

    So, I asked this yesterday, but no response, so I'm rephrasing my question to make it more understandable.
    Basically, what happens is that my iPhone seems to store its own database of ID3 tags. Once I sync data over, it's impossible to change it to something else. The only way I can change it is by wiping the database i.e. restoring the phone. This is getting really annoying. Anyone have any ideas how to fix this? 

    I suspect you are stuck disabling & re enabling music syncing to get tags to update.  File it with Apple as a bug…
    http://Apple.com/feedback
    I remember the iPod doing something similar years ago - the solution was to add text to the comments tag. Not really a solution, but it could save you the wait of syncing 1000's of tracks. Let us know if that has any effect.

  • Archiving cds and why do i need id3 tags

    here comes another one of those questions looking at which codec to use to store music.....i also have tag questions.....
    i'm about to (re-)rip my cd collection and looking at some info re codecs and id3 tags
    now.....i believe i understand the benefits of alac (lower file sizes, keeping id3 tags, lossless compression) v wav(no compression)
    however (and for some out there) if we just entertain the fact that wav may have some minute benefit for me depending on my questions and answers given.....and yes i know wav and alac will sound the same to the human ear - i accept that as a given of lossless compression ......
    points i'd like to outline:
    i am looking to rip my cds, firstly and mostly, for an archiving purpose!! purpose numero uno!!
    i could well want to re-create cds with these archived records in the future
    size of files is of no concern to me at all
    i'm using a mac nowadays
    i will convert most of these files, where needed, to use with a portable music player (i'm not bothered with having, say a wav file and then also converting and having an alac file, as crazy as that sounds)
    this is where i ask for info re the benefits of embedded tags that are found in alac:
    are these tags that important?
    where do they come into play in ripping and later converting music?
    are these uses just bells and whistles that have no benefit to my needs?
    if i rip cds to wav (or aiff), say, using itunes, will cd info and track listings be available on the downloading database (eg itunes) to name these wav files?
    if i then ensure these song files are kept under the album's folder, have i just done what tags do? surely not. that is all i have needed in the past.
    this is where i feel i may be really missing what id tags (can) do
    are tags more than just managing song files and where they belong and where they have come from?
    is it just a convenience of not personally managing your song files (as per previous paragraph)?
    (in the past i had ripped cds to mp3 codec. i think i used "cd rip" or something like that on my pc.
    my mp3 files were individually named and sorted and kept under album folders under artist name folders.
    apart form the very odd occasion all track and album info i needed was found on a database that was attached to the ripping software.
    i never had a problem managing/maintaining these files and folders.)
    i welcome some enlightenment on some of my questions above and other info that may be relevant
    and yes, i understand that music will sound the same as a wav file or alac file - but humour me re using wav and tell me why i need id3 tags
    i guess the crux of it is:
    why do i need id3 tags?
    does my managing of my song file in the album folder do what tags do?
    what problems/shortcomings/headaches may i encounter by not having those tags if i use wav as opposed to alac?
    what do i not know about these little buggers?
    what codec is best for my purpose of archiving and re creating of cds (for playing in cd players)
    thanks in advance for your input and any clarity that i may experience through this
    peter t
    excuse my long windedness (i have spent some time editing this entry)

    Crows2012 wrote:
    as mentioned earlier if i just have songs (wav) in album folders, when i import these albums into itunes, do you know if these will come up under AN album with their file names purely using my filename setup (but with no artwork)?
    Yes, iTunes will read the filename, such as "Track 1" or something else and display it. But nothing else. No Album or Artist.
    so the tracks will remain grouped as an album based on their initial folder and the albums and tracks as per file name?
    Crows2012 wrote:
    also, does aiff have limitations (apart from the full size of the file)?
    I'm not sure I understand what you mean. For all practical purposes AIFF and WAV are exactly the same thing. They're just file containers.
    i thought that i had read somewhere that aiff tags could run into some issues with its tags - ie may not always be transferred 100% accurately with certain players (or hardware maybe)
    Crows2012 wrote:
    and how do these codecs work re-creating an album for the purposes of playing in a cd player? - this is a crucial question for the purpose of my archiving/backup of CDs THEMSELVES
    That's actually going to depend on what burning software you use. Once you rip the tracks to whatever file container you choose (WAV/AIFF/ALAC) you'll never really exactly re-create the album. But for archiving purposes all three file containers will do what you want, which is to create a lossless archive. AIFF has the advantage of supporting embedded ID3, which ALAC has the additional advantage of the files also being about half the size of AIFF/WAV files.
    i was thinking that maybe wav was able to recreate an album (in effect duplicate one) if my cd was lost or damaged in the future. i was thinking this IF when ripping to wav everything is unchanged (unless there is other data on the original cd). and maybe only possible with wav. the purpose for this would be to play recreated cds on my cd player
    any idea on this one?
    (i havent looked too thoroughly on this angle but i'll keep googling on this one)
    much appreciate all info thus far
    peter t

  • My iTunes library and metadata/ID3 tags issue

    Since 2010, iTunes is the only media player I use to play music. My library consists of music purchased from the iTunes Store, CD rips and stuff many artists these days release as freebies on the internet to promote a new album. Also, M4A and MP3 are the only formats I use so far.
    Since iTunes, I really got into editing my library's metadata tags by hand, in order to create a custom archive which serves my preferences best. I should mention that besides iTunes being the only software I use to play my music library, it's also the only software I use to edit their metadata. Also, before iTunes – when my library was on different media players – I never bothered with editing them.
    A few days ago, I found how a lot of people in forums complain about the way iTunes edits and stores metadata. So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    Some people were referring to the version of the ID3 tags being the issue, while others suggested using the "convert ID3 tags" feature. I myself am a little bit confused. "Converting the ID3 tags" wasn't available for my M4A files and once I performed it for my MP3's I didn't know which setting I should apply or what version to choose. I chose one version randomly but I'm not sure what happened.
    My goal is to make my music library able to play and display my custom metadata on the majority of the popular media players. I hope that firstly this is possible and that secondly it won't be a solution which requires me going through every single song individually.
    I really hope that all those years work on my library wasn't for nothing.
    I'm using a MacBook running Snow Leopard 10.6.8 and my iTunes version is 10.7
    While my music library is more important that my iTunes version, I do like iTunes 10 more than 11.
    I apologize for any grammar mistakes, since English is not my first language. Thank you all for your time and any suggestion is welcome.

    itsjamesd wrote:
    Hello turingtest2 and thank you for your reply.
    In response to "a possible cause of problems is multiple embedded tags", what exactly does that mean and how can I avoid doing it in the future?
    Anything ripped with iTunes should get a single tag. If multiple tags in some of your older mp3 rips are the cause of the problems when you try to access the files elsewhere then you should apply the suggested remedy selectively, not to the whole library indiscriminately. Once fixed you shouldn't have the problem again unless you use different ripping software. If so check the options to ensure you generate a single ID3v2.3 tag. Downloads from elsewhere are pot luck.
    If I use Convert ID3 Tags>None before converting to v2.3 as you suggested, how many times is "several times" and why do I have to do it more than once? Also, what are your thoughts on 'v2.3 vs. v2.4'?
    Several is at least two, but more could be needed if a file has both v1 and v2 tags in multiple languages. If there are two tags, the first conversion to none should remove the first one, and the second conversion the second. Experiment, And stick to v2.3.
    In response to "the process removes any embedded art but otherwise preserves the data that iTunes knows". All fields excluding cover art remain the same? Does that mean that I will have to start from scratch and apply new cover art individually for each album? That would be too time consuming given the fact that I embed custom art.
    Yes, everything but artwork is held in the iTunes database and is restored with the final Convert ID3 Tags... v2.3. Use Doug's scripts SaveAlbumArtJpeg before you start and RestoreArtworkFromAlbumFolder afterwards to save and the restore your existing artwork.
    Also, what happens with my M4A files' metadata? ID3 tags are only used for MP3's, right?
    Yes, m4a/aac files have a different tag mechanism. Multiple ID3 tags is just one possible issue that you might have. You said:
    So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    It might be worth going into some more detail about exactly what differences you noticed. iTunes can automatically associate (instead of embedding) artwork when it can match the album in the store which could be why some tracks didn't get artwork.
    tt2

  • Question about id3 tags

    i had all of the fields of all my songs just how i liked them. i thought itunes had written everything i had edited into the id3 tags of all the songs. apparently, it didn't work.
    i am using another software called serato. i took the mp3's whose tags i edited in itunes and imported them into serato. i know this program is able to read all versions of tags, so i found a suggestion someone made to strip the id3 tags. this process called for selecting all the songs, converting the id3 tags to "none", then changing them back to a certain version (v2.3 or v2.4).
    after doing this, i take a look at my itunes library and about 80% of all my songs have their tags messed up. either the genre is back to what it was before i changed it a while ago, or (more annoyingly) the song titles are all truncated to a certain length.
    1. is there any way to undo this? or am i going to have to manually go back and re-edit all the fields?
    2. is there a better way of ensuring itunes is correctly changing the id3 tag fields? for example. if i edit the id3 tags on itunes on one profile on my mac, then take the same mp3 file and import it into itunes on another profile, the id3 tags seem to not have been changed at all.
    help anyone? this whole thing has got me really frustrated. thanks in advance.

    In Serato setup, check box Read iTunes Library. However this doesn't solve the problem, only creates yet another location for cleaning up....
    Having somewhat same issue: Converted all id3 from iTunes succesfully, but couldn't import files correct on other macbook in iTunes (same version)?!?!? Doesn't read id3...

  • Itunes, ID3 tags, & hard drive corruption

    My wife is having a strange problem with her iMac, and it’s got me a bit mystified. I’m hoping someone here can shed some light on what might be going on. I apologize in advance for the long post.
    The problem is that when she plays some songs in iTunes, and entirely different (wrong) song plays instead. Most songs play fine, but some just play entirely different songs (or sections of a song or podcast). All of the tracks are MP3 (either 192 kbps or 256 kbps) and almost all of them were encoded using Windows Media Player on an XP machine. Initially, I copied the music over from an NTFS drive to a newly formatted (Mac OS/HFS+) drive on the Mac, then I ran iTunes and created the library. At that point, everything seemed fine. All the meta data (song title, album title, artist, album artist, genre, album art) showed up in iTunes, and everything played correctly.
    Now we’re getting this weird behavior where we play some songs and get the wrong music. At first I thought the iTunes library files (ITL and/or XML) had been corrupted, but it seems on closer inspection that the entire hard drive has been corrupted. When I look at the files on Mac hard drive via the Finder, all seems ok – the directory structure is intact, the file names and sizes are all correct, and a Get Info on any MP3 file shows that the ID3 data is all there and seems accurate. This is true even for the songs that play wrong, but if I play one of those songs using the little mini player in the Get Info dialog, the wrong song plays (the same wrong song as in iTunes). So now I’m getting the behavior straight off the drive, with iTunes closed and the iTunes library completely out of the equation.
    Some other interesting clues/evidence:
    * This has happened before. When her first hard drive got corrupted (in the same way), I was mystified but chalked it up as a bad hard drive and got her a new one. Then we started over with a clean HFS+ formatted drive and clean music files and built a new iTunes library. And now the same thing has happened again. So I don’t think it’s just a bad hard drive.
    * It seems to be progressive. That is, everything was fine in the beginning, but over time more and more files get messed up. We know this because we have a backup that’s about a month old on which we can locate files that are fine (on the backup) but that are messed up on her connected day-to-day drive. So it seems like some activity on the drive is causing problems that are growing over time.
    * There is some weird meta data (ID3) behavior. I copied a few hundred MP3 files from the Mac drive back to the PC (over our home network) and looked at them in the Windows Explorer. The first thing I saw was that the same (wrong) music played for the bad tracks as had on the Mac. And I also saw that a lot of ID3 tags were not showing on the Windows side. Lots of tracks have no ID3 data (album, artist, genre, etc. is missing) when I look at them on the PC. There are many albums where tags show up correctly for some of the tracks but not for others. In fact, the number of files where the ID3 tags aren’t visible on the PC far exceeds the number of songs that play incorrectly on the Mac. When I look back on the Mac at the songs that have no ID3 data on the PC and do a Get Info, I see the ID3 data.
    * Often, though I can’t say always for sure, the wrong music that plays on the Mac is stuff that has been recently added. Either podcasts or music that my wife has added since the initial library was established.
    My best guess (though still full of holes):
    Something is confusing the Mac OS into writing on top of occupied space on the hard drive or into mapping files incorrectly in the drive’s allocation table, and chaos results. The Mac doesn’t think anything is wrong, and it shows everything as being clean in the Finder. So I started thinking about the kind of reads & writes my wife is doing on that drive. She rips new CDs to add to the library, she downloads new Podcasts and deletes old ones, and she changes ID3 tags.
    I’m focusing on the changing ID3 tag activity. My wife doesn’t like the way I tag genre. I like big broad categories, an she likes smaller, more specific categories. So she has gone through the initial library of 42K+ songs and changed the genre on thousands of songs. She’s change some from Pop to Power Pop or from Pop to Indie Pop or from Rock to Indie Rock, etc. Both WMP (where the tags were created) and iTunes support ID3v2.3, and so these two programs ought to be able to change tags in a totally interchangeable and safe way. But what if iTunes writes its new genre tags in a way that’s slightly different from WMP? Could iTunes be writing to memory/disk locations that are outside the boundaries of the file and thus creating some kind of buffer overrun?
    It really doesn’t make a lot of sense, but it does tie back to the evidence that this has something to do with meta data, gets worse over time, happened on more than one disk, and seems to be a file allocation table issue.
    Even if I get to the bottom of this, I think my wife’s HD is toast for sure. Here’s what I think I will do: I’ll reformat the drive, re-copy the music over from the PC, and build a new iTunes library. Then, first thing, I’ll open iTunes, select all the songs in the new library, and run “Convert ID3 Tags” to ID3v2.4. If that works and everything behaves correctly, I’ll try to change some genre tags and test the results. The problem is that the library is so large that problems can go undetected for a long time, so maybe I should do this first with a small subset of the music as a trial run.
    The thing I want to avoid is having to do this (ever) again, so I’d feel more comfortable if I understood the bug/problem before just following this guess (which feels like a roll of the dice). If anyone has seem similar behavior or has heard of any IDS incompatibilities between WMP 11 and iTunes 7, I’d love to hear about it. Any help is appreciated.
    Jim

    Wow, that was a long and detailed post. I haven't the energy to reply in equal fervor, but I will just say that lately these boards have been peppered with posts from people whose MP3s are being eaten alive by iTunes. What I don't get is why you suspect the hard drive is at fault. Unless the rest of the system is caving in, I don't think there's any reason to suspect a failing drive. Check the S.M.A.R.T. status in Disk Utility if you haven't already, and perform whatever maintenance you believe is in order.
    For the most reliable ID3 tag editing, I'd certainly recommend using foobar2000 on a Windows PC (or a Mac with Windows installed) or MP3Tag. I would definitely, at least for the time being, not put your huge music collection at risk by doing any further editing of the tags in iTunes.

  • Can not edit id3 tags since upgrade to iTunes 8.1: permissions problem (?)

    Hi all,
    I am angry at myself for having upgraded to 8.1 before I knew that it's ok, and angry at Apple releasing this update with too many problems. Here is my list:
    (1) I cannot change ID3 tags within iTunes for certain tracks. I usually click on one or several tracks, press Command+i for information, then change the desired tags (e.g. genre, album, etc.) and click ok. Only that iTunes won't let me write anything. I found that I have no longer write permission to exactly these tracks (my music is on an external LaCie Firewire800 HD). What I did so far:
    - I tried to run "Repair permissions" on the internal HD.
    - I clicked on the iTunes music folder on the external hard drive, opened the information window and changed under "Sharing & Permissions" the rights to read&write for my user account. I clicked on "Apply to enclosed items", which should set the permissions to all elements within the folder.
    Any ideas? My system is freshly installed (~3weeks old), everything is updated.
    (2) Probably related to (1): certain files and documents on my internal hard drive have wrong permissions. Firefox for example is locked as read only, and I cannot update it via the "Check for update" in the help menu. I know there is an update available, as I am using 3.0.6 and the newest is 3.0.8. Repair permissions did not help. See the screen shot for the grayed out "Check for updates" menu entry.
    http://img18.imageshack.us/img18/6567/picture2rxl.png
    (3) In iTunes, I have a smart playlist in which all songs rated with four or more stars are gathered. I found songs in this list that I did not rate yet, and they all have odd "empty" stars in comparison to the songs I rated myself. What's up with that? See screenshot, some of the songs of the album "I love Jazz" have these odd stars:
    http://img23.imageshack.us/img23/8702/picture1zkg.png

    That's exactly what I did, it took ~20sec to complete the "apply to enclosed items" command (there was heavy disk access), but it does not improve. The permissions stay the same for the files/folders in question. It's very odd, have a look at the screenshot:
    Some folders have correct permissions, others (to which I have no access through iTunes) show "admin" twice as the only user who is allowed to write. Repair permission does not help. I have hundreds of files/folders where permissions are wrong, only since the upgrade recently.
    http://img4.imageshack.us/img4/33/permission.png
    Message was edited by: JJulian (added screenshot)

  • Are anyone else's ID3 tags all jacked up after upgrading to iTunes 11?

    I have a large library that I'm downright OCD in managing tag information. All are set at v2.4 and genres, album artist, groups, both track and cd #'s as well as album art have been MANUALLY scrubbed religiously upon import to ensure a manageable library. I've noticed in the past that iTunes does a fairly horrible job in actually changing the ID3 tag info of the AAC or MP3 file itself resulting in horrible tag info when using the files in another system (Chrysler's MyGig system, Microsoft's Sync system, etc.) but iTunes always listed the songs correctly, making my smart playlists, sort and playback very easy and clean. That is until I upgraded to iTunes 11. Apparently they've re-read all the file ID3 tag info as I now have MANY different genres listed and album artist info has disappeared as well as track listing info. Do I need to get an external tag editor and redo all the tag editing I had done previously to now clean this up or have they fixed iTunes to do a better job of actually editing the file info itself?

    Get Info on the song within iTunes is how I know the comment field is empty.
    I don't have Match or iCloud enabled.
    All other tag info is there and left untouched, only the comment field is blank. Tried removing and re-adding the tracks multiple times, but that didn't help.
    Reason this annoys me is that I add information to my comment field such as additional genre/style information, band origin or location, related artists, etc. Very helpful stuff for smart playlists.
    I can try Stephen Spark's suggestion to convert my ID3 tag version, but I've never, ever had to do that before, so, if iTunes 11 is suddenly only reliably reads one correctly it seems to be a bug with iTunes.

  • How can I put ID3-Tag info into my MIDI songs

    http://www.mp3machine.com/software/IDTunes/ says: "idTunes fixes those missing or wrong ID3 tags automatically, once and for all. Systematize, organize, remove duplicates and correct irregularites in your music collection, even add lyrics. Once and for all clean up your MP3 song collection without having to spend weeks typing and checking the info." but that's OS X and my computers can't run it
    In Quicktime Player Pro when I get-properties then create annotations they only show up in QuickTime player - I need a method to embed them in the file so that in WindowsMediaSlayer the author, URL, title, length, recorded date, artists on track and such can be displayed.
    Is there a version of QuicktimePlayerPro (for OS 9) that will let me export or save-as MIDI file so that WMP will 1) read the file and 2) recognize the annotations as ID3-Tags?
    SOMEONE has to look out for the recognition of music creators and talented performers!
    Thank you very much for this forum to ask my questions, and thank you dearly in advance for your answers.
    Sincerely,
    Teo

    Teo4...
    OK, I have a big heart...
    Yep! And me too, which is why I'm sharing this 1/2 solution!
    "Artly There" has forums, real Applish looking! Well, in a topic there:
    http://www.artlythere.com/cgi-bin/forum/Blah.pl?m-1154280348/s-0/#num3
    I got this lead:
    From: http://www.harmony-central.com/Software/Mac/midi.html
    I got MIDI Kit 2.7.1, I think it has put these tags in correctly:
    1. Full Song Name
    2. Copyright
    3. Author
    To see if it worked: http://givnology.com/eve/forums/a/ga/ul/8341026442/WhatYouSynco.mid
    This is also all in my site's discussions here: http://givnology.com/eve/forums/a/tpc/f/80560593/m/7641057422 well the easy way is:
    http://Givnology.com/music and click the "First try MIDI" topic. I wanted to let you know that I did find at least THIS MUCH of a solution...
    In the © tag I put some good relational database type cross indexables.... yay!

  • ID3 tags in MP3 files

    Hello everybody!
    How can I read the ID3 tags from an MP3 file? Not just the title, artist and album. All of that. I know the last 128 bytes are reserved for ID3 tags in version 1. But in version 2 (and over) have a lot of other tags, like the album picture (APIC), year (TYER). So how can I do that?
    By Gericop
    P.S.: I don't want to use a 3rd party package...
    Edited by: Gericop on Feb 2, 2008 7:17 PM

    It's not an XML format. If you read this last 128 bytes, you can see title, album and some more infos, but you have to parse it yourself. That isn't hard. But I don't know, how can I determine the v2 tags (and their size).

  • ID3 Tags in MediaSou

    Is there any way I can convert the tags in my Creative MediaSource library to the ID3 tags in the mp3s themselves? I've spent a whole lot of time tagging thousands of songs in MediaSource, but they can't be played in any other players since they don't have ID3 tags. Any help would be greatly appreciated. Thank you so much for your time.

    Try selecting all of them in Media Source and then right click on the selection. I thought there was an update ID3 tag or similar option there. I know I have used Media Source to tag my files before. I will take a look when I get home again and see how I did it.

  • ID3 Tags in Creative MediaSou

    Is there any way I can convert the tags in my Creative MediaSource library to the ID3 tags in the mp3s themselves? I've spent a whole lot of time tagging thousands of songs in MediaSource, but they can't be played in any other players since they don't have ID3 tags. Any help would be greatly appreciated. Thank you so much for your time.

    Try selecting all of them in Media Source and then right click on the selection. I thought there was an update ID3 tag or similar option there. I know I have used Media Source to tag my files before. I will take a look when I get home again and see how I did it.

  • ID3 tags won't convert!

    I just learned that you can convert ID3 tags to Unicode right in iTunes. I used to use Unicode Rewriter, but now I can't convert them in either - it just stays the same! I don't know what's different in my computer now, but I did a complete system restore from my recovery partition since then! Please help! Thanks in advance.

    version 7.5
    and yes, I did verify/repair permissions with the utility disc.
    Should I not have?

Maybe you are looking for

  • Fixed asset import failed for 1 asset but why?

    Hi Experts! 1 assets wasnt imported to SAP, but no idea why. The asset was bought on 2007.01.08, the import regards to 2009, so only 1 month is to be depreciated. This is the log file: Life Parameter: 1000123;Z0001;szoftverlicenc;155;2007-01-08;;;;LK

  • Place Outlook shortcut on All Users' desktops via Group policy

    Hello I am looking for a way to deploy a desktop shortcut to all of our Windows 7 machines for Microsoft Outlook. The difficulty I am running into is that we have x86 and x64 versions of Microsoft Office installed on the machines, and no easy way to

  • Add Journal Entries Report - Output to Request Set

    Hi All, I'm trying to create a Request Set for the receivable application The request set should contains two Programs 1- AR: Journal Entries Report 2- Journal Entries Report - Output I defined the request set and when i start adding the programs , i

  • IP config in agent

    Hi, I Have an oats agent installed on linux which has an multiple ip addresses. How can i configure agent to take request from controller from ip-1 (public) and send request to app server using ip-2 (private). Thanks!

  • Oracle 03121 no driver installed cant connect to database!!

    Hi , I am attempting to connect to my database on a standalone instalation of oracle through forms designer but receive the message ora-03121 whenever i attempt to connect message : "no interface driver connected". I have developer / designer in a se