INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: what will be the easiest way to apply labels to music files ? [solved]  (Read 1703 times)

omri

  • Recent member
  • *
  • Posts: 10

hi,
i would like to apply labels to my music files so that i can manipulate playlists and views based on these labels.
i am currently using the comment field, my problem with that is when i choose 100 files and want to apply new label to them, if some of these files already have labels in the comment field i will override it (instead of appending to it)

can i append instead of overwrite ?
or maybe someone use better method to apply labels ?

thanks,
omri.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: what will be the easiest way to apply labels to music files ?
« Reply #1 on: May 21, 2013, 03:32:50 am »

I'm not sure what you plan on using as "labels" but perhaps the keyword field is more appropriate?
Logged

Samson

  • Galactic Citizen
  • ****
  • Posts: 391
Re: what will be the easiest way to apply labels to music files ?
« Reply #2 on: May 21, 2013, 03:39:25 am »

There are keywords, custom tags,notes,descriptions.....it depends what you are wanting to achieve. If you are familiar with 'string theory' this may also be of help http://wiki.jriver.com/index.php/Media_Center_expression_language#String_Manipulation ?
Logged

omri

  • Recent member
  • *
  • Posts: 10
Re: what will be the easiest way to apply labels to music files ?
« Reply #3 on: May 21, 2013, 04:18:59 am »

keywords !
exactly what i need, didnt know it works that way.

thanks!
Logged

csimon

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1686
Re: what will be the easiest way to apply labels to music files ?
« Reply #4 on: May 21, 2013, 04:21:24 am »

i would like to apply labels to my music files so that i can manipulate playlists and views based on these labels.
i am currently using the comment field, my problem with that is when i choose 100 files and want to apply new label to them, if some of these files already have labels in the comment field i will override it (instead of appending to it)

can i append instead of overwrite ?
or maybe someone use better method to apply labels ?

If, by "label", you mean adding some miscellaneous extra information to a file that has not been applied automatically, remember that you can add your own custom tags for whatever information you want and then use this in playlists and views to sort your music as you wish. You don't have to use the tags that are supplied pre-built, such as Comment.  For example, if you have a need to record whether a file came from CD or Vinyl or an MP3 download, then you can create a new field called, say, Source.

If however you can't identify *what* information you want to record in order to create a new field for it, and you just want to keep appending miscellaneous things to Comment, that will be more difficult to do.  But if you want to do that, you could create a temporary custom field and then select your items and put a new comment into the temporary field, then use an update to append that new field to the existing Comment field.  You might find extracting the information from Comments a bit awkward too.
Logged

Samson

  • Galactic Citizen
  • ****
  • Posts: 391
Re: what will be the easiest way to apply labels to music files ?
« Reply #5 on: May 21, 2013, 05:35:10 am »

put a new comment into the temporary field, then use an update to append that new field to the existing Comment field.  You might find extracting the information from Comments a bit awkward too.

Hi, could you elaborate on that a bit, I dont know what you mean do an update..to append one field to another field.
Thanks
Logged

csimon

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1686

I'm not at a MC PC at the moment but I'm sure there should be a way for you to copy the contents of one field to another, either overwriting it or appending it, possibly using the expression language to append. Try looking around the menus, Library Tools for example, to see what functions there are, also the link given in post #3 above where you can use an expression to populate a field.

[EDIT: Ah, that link was yours!]
Logged

Samson

  • Galactic Citizen
  • ****
  • Posts: 391

lol, yes, but I am not competent with 'string theory' as yet...I know how to append or prepend letters,say  =string[artist] or =[artist]string, or removes letters, or perhaps replace one field with another, but was just curious about combining/merging fields and what opportunities that might bring.
Thanks

Logged

csimon

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1686

I', not fully conversant with the language but I'm sure you should be able to do soemthing like =[field1];[field2] to combine fields, or =[thisfield];[newfield] to append a field to the current field.
Logged

Samson

  • Galactic Citizen
  • ****
  • Posts: 391

Yes, of course  :-[ (embarrassed) sometimes one just assumes these things are more difficult than they are.

So, although arguably not the best option, the answer to the OP's question is simply:

=[Comment] bla bla bla

which appends the additional comment (bla bla bla) to the existing comment in selected tracks without overwriting the original.
Logged
Pages: [1]   Go Up