Hey guys, just a quick question is there an option to see the album name of the track being played? I like the announce the album name along with the artist & track sometimes. But find myself having to find it in iTunes or online which takes time, especially when I know that the album name is stored along with the track info.
The album name is imported from ID3 tags and stored as an âattributeâ. You can look it up in the itemâs properties dialog, but itâs not displayed in the playlist.
H,
did you know where i can find a description how to creare these attributes and where / how to save them? Also if using the MairListDB?
I would do the same with the commet, but didnât understand how to do this.
Piet: What Torben means is that if your MP3 fileâs tag contains a TALB attribute (i.e. Album Name), mAirList will read this and it will be displayed in the fileâs Properties dialog within mAirList, all without you needing to do anything other than drag the MP3 file into a mAirList Player! (To see the Properties dialog, either right-click the file in the Playlist and click Properties, or PFL the song; one of the tabs in Propertiesâsorry, I forget which tab!âwill show you the trackâs Album name, track number, and Year.)
If by âcommentsâ you mean the Comments in an MP3 tag, can I ask if your Playlist has the little + button beside the trracks, or not? If it does, you can display the Comments in the Playlist by clicking that button; if the button is not there, Iâm sure there is a Config option to switch it on.
Sorry this is vague: Iâm at work and not in front of mAirList!
Hi Cad,
thanks for your help and quick reply. This gives me some explenations which i didnât know before.
Ok, if i understood correct, means that i donât need to do anything to get the âcommentâ from ID3 tag into MairList.
Thatâs fine.
But how to do if i want to put in another attribute which is not standrd of ID3 tag? E.g. some additional informations which are not needed everytime but nice to have and if i have them once, why throw informations away?
And when i add this field (however), how to save it? And what would happend in case i move the tracks to another folder? I think in this case the information must put in again?
First, use config. to add any new Attributes you would like (e.g. Weeks On Chart, Highest Chart Position, etc.). This creates the âheadingsâ or âfields.â
Then, either in File Tagger (or in the PFL Player or a Properties dialog within mAirList), you can type in the values you need under the âheadingsâ you created using config.
If you then save your data about the tracks as MMD files (Metadata Files), you will not need to type anything in twice. MMD files are a good idea: even if your MP3 filesâ tags are âdestroyedâ later by another program, all your info. about the tracks (cue points, artist, title, comment, etc.) will still be safe. Another advantage of MMD files is that they are XML files, thus stored as readable plain text; MMD files can also be read and manipulated by any program which can read/write XML files (or text files!).
I know it may seem âcorrectâ to save all metadata within the MP3 file tag (ID3 tag), but years of bitter experience have taught me that you cannot rely 100% on MP3 tags: too many programs (like certain MP3 tag editor programs I could mention) can âhelpfullyâ remove any data in an ID3 tag that they donât âunderstand.â Also, though some playout programs store data like cue in/fade out points in ID3 tags, the problem is that if you change programs later, all that information is âlocked awayâ and is not easy to transfer to your ânewâ programâs database. MMD files make migration much easier.
Finally, if you have Excel, you will find my ExportMMD and ImportMMD Excel templates in this Forum. The macros in those templates can read/write entire foldersâ worth of MMD filesâ data into or out of Excel. I wrtoe them partly to check the contents of all my MMDs, but also so that I could edit (and then save!) any data within the MMDs, without having to open, edit, and save each one in the File Tagger or the mAirList PFL. I have half of the OpenOffice version done (the one which Exports MMDs if I remember: itâs some time ago!) and when I get some time, Iâll write the companion Import MMD for OpenOffice as well. (Because I personally use and prefer MS Office, I have let that project slip. In fact, I only installed [parts of] OpenOffice on my PC so that I could write OO versions of those templates/macros.)
I suppose your choice to use MMD files (or not) depends on whether you are using your audio files only with mAirList, or whether you also use your audio files with other playout programs.
Hi Cad,
thank you for your help. With this tips and information i think i understand the way how to handle datas on a good way and also how to do it.
The biggest advance of this way is that my ID3 Tagger can easily export to excel with all informations i want, so i still have an easy way to create the MMD files.
Next week i will go to china for several weeks and think i will have many time in the afternoons or weekends to test it
So, if you already have the information in Excel, this template will do all the work for you!
Note that you MUST keep the layout of the template intact: DONâT remove any columns, or change the order of the columns (the template relies on all the columns being where it âexpectsâ them to be).
I hope you will find the template useful: please just ask if thereâs anything in it that you donât understand or would like to know more about.
PS: You WILL need to enable macros to run it; it contains a large VBA program!