INTERACT FORUM

Please login or register.

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

Author Topic: Add DISCTOTAL tag to the JRiver database?  (Read 1216 times)

chriswimlett

  • Junior Woodchuck
  • **
  • Posts: 96
Add DISCTOTAL tag to the JRiver database?
« on: January 23, 2015, 11:10:33 am »

Is there a way that I can add the DISCTOTAL tag to the JRiver database?  I populate this tag in Yate before importing to iTunes, but as far as I can see it's not one of the standard library fields, and wondered if there was a way it could be added.

Any help much appreciated  :)

Chris
Logged

arin

  • Junior Woodchuck
  • **
  • Posts: 97
Re: Add DISCTOTAL tag to the JRiver database?
« Reply #1 on: January 23, 2015, 04:44:20 pm »

Maybe this thread can help you…just like it helped me!

http://yabb.jriver.com/interact/index.php?topic=86779.msg594579#msg594579

Especially MrC's great advice:
Quote
Here's an easy way for you to populate your Total Tracks and Total Discs fields.

I'll assume you've already created Integer fields called Total Tracks and Total Discs.  Add those to your file list view, so you can tag them (of course, you could tag in the Tag Action Window instead of in a column).

Select all the files you want to update with these fields.

For Total Tracks, edit the cell for Total Tracks with F2, and enter the expression:

   =listitem(tag(Track #),1,//)

and press Return.  For Total Discs, use this expression:

   =listitem(tag(Disc #),1,//)

That's it.  Note that the Tag() function is slow, since it has to read the actual raw tags from disk, so only use it to do this type of assignment (in other words, don't use it in a view generally).
Logged

chriswimlett

  • Junior Woodchuck
  • **
  • Posts: 96
Re: Add DISCTOTAL tag to the JRiver database?
« Reply #2 on: January 24, 2015, 10:19:02 am »

Excellent, thanks that did it  :)

Chris
Logged

arin

  • Junior Woodchuck
  • **
  • Posts: 97
Re: Add DISCTOTAL tag to the JRiver database?
« Reply #3 on: January 25, 2015, 09:10:52 am »

Good to hear that!  ;)

arin
Logged
Pages: [1]   Go Up