INTERACT FORUM

Please login or register.

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

Author Topic: Tags from a tag  (Read 1679 times)

kroser8

  • Recent member
  • *
  • Posts: 20
Tags from a tag
« on: May 01, 2014, 10:09:51 am »

Hi.
Sorry for bad english.))
Is it possible to delimit one tag at a few different tags?
For example, there is a tag "[Date]^[Artist]^[Name]". I need to delimit it with the delimiter "^".
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Tags from a tag
« Reply #1 on: May 01, 2014, 11:16:06 am »

Sure.  Select your files, and edit the tag field you want, and enter:

   =[Date]^[Artist]^[Name]

If you might explain what you are trying to ultimately accomplish, there might be better suggestions.

See also:

   http://wiki.jriver.com/index.php/Expression_Language#Field_Assignment
Logged
The opinions I express represent my own folly.

kroser8

  • Recent member
  • *
  • Posts: 20
Re: Tags from a tag
« Reply #2 on: May 01, 2014, 11:34:28 am »

My tag is: "1984^stevie Wonder^i Just Called To Say I Love You"
I need to divide it: Date=1984; Autor=stevie Wonder; Name=i Just Called To Say I Love You.
as well as receive from the file name tags.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Tags from a tag
« Reply #3 on: May 01, 2014, 11:37:52 am »

Use Library Tools > Fill Properties From Filename... and Enter:

   [Date]^[Artist]^[Name]

if the value is being pulled and split from the file's name.  If it is coming from another tag, please indicate which tag.
Logged
The opinions I express represent my own folly.

kroser8

  • Recent member
  • *
  • Posts: 20
Re: Tags from a tag
« Reply #4 on: May 01, 2014, 12:19:16 pm »

Use Library Tools > Fill Properties From Filename... and Enter:

   [Date]^[Artist]^[Name]

if the value is being pulled and split from the file's name.  If it is coming from another tag, please indicate which tag.

Yes it comes from another tag.
My tag is created in the tools-options-library & folders-menage library fields.
I called tag "00". However, the name of the tag does not matter, the main thing - to get out of it the other tags, as in the file name.))
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Tags from a tag
« Reply #5 on: May 01, 2014, 12:23:15 pm »

The name of the tag *does* matter - that's why I asked.  :-)

You need to use the expression language to split apart the field 00, and assign it to your other tags.  You're going to have to do this in 3 steps, one for each of the fields Date, Artist, and Name.

Edit the Date tag, and use the value:

   =listitem([00], 0, ^)

Do the same for Artist, but use 1 instead of 0, and then do the same for Name, using 2 instead of the 0 above.  These are the indexes into the field 00, treated like a list, each item separated by the ^ character.
Logged
The opinions I express represent my own folly.

kroser8

  • Recent member
  • *
  • Posts: 20
Re: Tags from a tag
« Reply #6 on: May 01, 2014, 12:32:45 pm »

Wow Perfect! Your program, guys, "зе бест" (as we say in Russia). The Best!
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Tags from a tag
« Reply #7 on: May 01, 2014, 12:39:25 pm »

The JRiver folks are good people.
Logged
The opinions I express represent my own folly.

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71675
  • Where did I put my teeth?
Re: Tags from a tag
« Reply #8 on: May 01, 2014, 12:43:35 pm »

The JRiver folks are good people.
You're a JRiver, aren't you?  Honorary, at least.  Or guilty by association...
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Tags from a tag
« Reply #9 on: May 01, 2014, 12:45:05 pm »

I plead guilty.
Logged
The opinions I express represent my own folly.

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Tags from a tag
« Reply #10 on: May 01, 2014, 03:51:53 pm »

You're a JRiver, aren't you?  Honorary, at least.  Or guilty by association...

Hah!

The pay's pretty crappy, but the comradery is nice.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/
Pages: [1]   Go Up