INTERACT FORUM

Please login or register.

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

Author Topic: Filling in track #'s for 2cd album (feature request)  (Read 1212 times)

dNj

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 95
  • I might be a porcupine.
Filling in track #'s for 2cd album (feature request)
« on: March 24, 2008, 09:08:45 pm »

When filling in track #'s or renaming files from properties of 2cd albums or box set CD's, it would be nice if MC would read the data in the disc # field and use that disc # data when renaming the track #.
For instance if their is any number from say 1-4 in the disc # field, MC would rename the file as either
1-01 - [Artist] - [Name]
1-02 - [Artist] - [Name]
2-01 - [Artist] - [Name]
2-02 - [Artist] - [Name]
or
101 - [Artist] - [Name]
102 - [Artist] - [Name]
201 - [Artist] - [Name]
202 - [Artist] - [Name]
and so on

It's much easier to lasso 10-15 tracks and mark them as disc #1, 2 or 3 rather then manually typing 101, 102, 103, etc.

Adrian

darichman

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1356
Re: Filling in track #'s for 2cd album (feature request)
« Reply #1 on: March 24, 2008, 09:54:26 pm »

Have you tried

[Disc #]-[track #] - [Artist] - [Name]

in Rename Files from properties?


If you want MC to automatically recognise if the disc # field is set, and name accordingly, try the following expression:

If(IsEmpty([Disc #],1), [track #] - [Artist] - [Name], [Disc #]-[track #] - [Artist] - [Name]), [Disc]-[track #]. [Artist] - [Name])
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20054
Re: Filling in track #'s for 2cd album (feature request)
« Reply #2 on: March 25, 2008, 02:41:02 am »

Insomnia Is Wonderful

If(IsEmpty([Disc #],1), [track #] - [Artist] - [Name], [Disc #]-[track #] - [Artist] - [Name]), [Disc]-[track #]. [Artist] - [Name])

Should That Be

If(IsEmpty([Disc #],1), [track #] - [Artist] - [Name], [Disc #]-[track #] - [Artist] - [Name]), [Disc #]-[track #]. [Artist] - [Name])
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
https://centercitybbs.com
Fayetteville, NC, USA

darichman

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1356
Re: Filling in track #'s for 2cd album (feature request)
« Reply #3 on: March 25, 2008, 03:19:14 am »

Yes. Yes it should.

Thanks :)
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: Filling in track #'s for 2cd album (feature request)
« Reply #4 on: March 25, 2008, 03:22:57 am »

It still looks odd. This is what I use:

Directories:
[Album Artist (auto)]\[Album]\
Filename:
If(IsEmpty([Disc #],1), [track #] - [Name], CD[Disc #] - [track #] - [Name])

I get:
...\Queen\A Night At The Opera\11 - Bohemian Rhapsody
or
...\Queen\Live At Wembley '86\CD2 - 07 - Bohemian Rhapsody
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

tombert

  • Galactic Citizen
  • ****
  • Posts: 449
Re: Filling in track #'s for 2cd album (feature request)
« Reply #5 on: March 25, 2008, 11:19:46 am »

What would like to have ist the same feature as in mp3tag: start new index each folder.
So that I could select more Albums and number them all in one go having each new folder (i.e. Album) starting from 1.

... only an issue when importing lots of new songs ...
Logged

dNj

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 95
  • I might be a porcupine.
Re: Filling in track #'s for 2cd album (feature request)
« Reply #6 on: March 26, 2008, 02:28:50 pm »

thanks for your responses.  I decided to go with rename files from properties using [Disc #][track #] - [Artist] - [Name], which renames files as
101 - [Artist] - [Name]
Pages: [1]   Go Up