INTERACT FORUM

Please login or register.

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

Author Topic: MC 31 Feature Request - Mac/PC  (Read 1047 times)

jetpacksam

  • Recent member
  • *
  • Posts: 42
MC 31 Feature Request - Mac/PC
« on: April 22, 2023, 04:19:14 am »

I would like the option/ability to do the following:

To list the album side in either letter or number form as an option in the Track # column:

A1      We Will Rock You
A2      Let Me Entertain You

B1      Now I'm Here
B2      Dreamers Ball

C1      Don't Stop Me Now
C2      Spread Your Wings

D1      Bohemian Rhapsody
D2      Tie Your Mother Down

And so on.
There is this option on foobar and I miss it.
Everything else on MC has been good so far as I am concerned.
Logged
SUCK GAS, EVILDOER!

MikeO

  • Citizen of the Universe
  • *****
  • Posts: 789
Re: MC 31 Feature Request - Mac/PC
« Reply #1 on: April 22, 2023, 07:27:09 am »

A bit of extra custom tags and Expression language you could already do this …
Logged

jetpacksam

  • Recent member
  • *
  • Posts: 42
Re: MC 31 Feature Request - Mac/PC
« Reply #2 on: April 22, 2023, 07:46:08 am »

A bit of extra custom tags and Expression language you could already do this …

I don't see how, all the areas are greyed out in the management section.
Logged
SUCK GAS, EVILDOER!

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1971
Re: MC 31 Feature Request - Mac/PC
« Reply #3 on: April 22, 2023, 08:10:34 am »

Options -> Library & Folders -> Manage Library Fields -> Add New Field
Create calculated field
Code: [Select]
Char(Math(64 + If(IsEmpty([disc #,0]),1,[disc #])))[Track #]Maps disc # = 1/empty to A, 2 to B etc and adds track # after it. Relies that you have set those two fields "correctly" so one disc # is one side and track count starts from 1 for each disc #
Logged

jetpacksam

  • Recent member
  • *
  • Posts: 42
Re: MC 31 Feature Request - Mac/PC
« Reply #4 on: April 22, 2023, 08:48:53 am »

Thank you.
I was looking for a "side" designation. I will try this.
Logged
SUCK GAS, EVILDOER!

jetpacksam

  • Recent member
  • *
  • Posts: 42
Re: MC 31 Feature Request - Mac/PC
« Reply #5 on: April 23, 2023, 11:12:49 pm »

Thanks for the effort lepa, but I could not make that work.
Sure, the side "A1" is displayed, but every other track has the "A" in front of it as well.
Any attempt to change the track name fails. B, C, D... etc come up in the drop down
but when i press enter, it reverts to A6 instead of B1. Tried in tags, Same thing happens.
I set everything up as your post showed.
Logged
SUCK GAS, EVILDOER!

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1971
Re: MC 31 Feature Request - Mac/PC
« Reply #6 on: April 24, 2023, 01:12:30 am »

As said automatic calculation relies on that you have disc # set for every side in your tags. If not then you get only A sides. If you don't have any base data to be used for automatic calculation then you need regular string user data field instead of calculated field and unfortunately enter your track data there manually yourself
Logged

subway33

  • Recent member
  • *
  • Posts: 20
Re: MC 31 Feature Request - Mac/PC
« Reply #7 on: April 24, 2023, 04:54:07 am »

Make the MCUtils process easier to install.   :)
Logged
Pages: [1]   Go Up