INTERACT FORUM

Please login or register.

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

Author Topic: APL files in Rename expressions  (Read 1190 times)

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
APL files in Rename expressions
« on: April 13, 2006, 02:52:59 pm »

A question for those who use advanced expressions in their 'Rename' parameters...

I'm just about to test a renaming scheme to unify my ever-changing requirements. Luckily, I have all my audio on one drive and everything else on another, so I'll only need 2 schemes, but I was wondering how people deal with renaming their .apl and associated .ape files. I have a keyword 'fulll album file' for those apes and downloaded live dj sets, so I can identify them uniquely in the scheme.

The problem is, I assume all those .apl albums are going to show up as 'incomplete' or with the wrong track no.s...

Do you have a separate process for .apls?

Update:
I just realised I have another problem; tagging files with 'full album file' after they already have a keyword in them means that retrieving that keyword is impossible, right? Because there's no consistent order after adding various keywords at different times. If others have similar problems, do you just solve it with dedicated Custom Fields?

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: APL files in Rename expressions
« Reply #1 on: April 16, 2006, 08:42:50 am »

A question for those who use advanced expressions in their 'Rename' parameters...

I'm just about to test a renaming scheme to unify my ever-changing requirements. Luckily, I have all my audio on one drive and everything else on another, so I'll only need 2 schemes, but I was wondering how people deal with renaming their .apl and associated .ape files. I have a keyword 'fulll album file' for those apes and downloaded live dj sets, so I can identify them uniquely in the scheme.

The problem is, I assume all those .apl albums are going to show up as 'incomplete' or with the wrong track no.s...

Do you have a separate process for .apls?

You can rename individual APL files as you like without problems, but you cannot change the name of the referenced APE file. Normally, the disc image APE file must be in the same folder with the APL files (though, it is technically possible to use APL files that contain a filename path, but that would make them tied with a specific APE file location).

You should give the APE file a proper name and fix the cue sheet before making the APL files (e.g. "Artist - Album.ape" instead of "CDimage.ape").

In case you would like to change the name of the referenced APE file, you can safely replace the APL files on the disk with new identically named untagged APL files that point to differently named disc image file. Just use the "Update Tags (from library)" command for writing the tag information.

Quote
I just realised I have another problem; tagging files with 'full album file' after they already have a keyword in them means that retrieving that keyword is impossible, right? Because there's no consistent order after adding various keywords at different times. If others have similar problems, do you just solve it with dedicated Custom Fields?

I am not sure what you mean by this.

In general, you could make a custom field that can indicate a disc image file. E.g. you could use the integer field type and allow only the value 1. The files that have this "flag" could be excluded in view scheme options and smartlists when appropriate.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Re: APL files in Rename expressions
« Reply #2 on: April 19, 2006, 09:38:29 am »

You can rename individual APL files as you like without problems, but you cannot change the name of the referenced APE file. Normally, the disc image APE file must be in the same folder with the APL files
That is why I asked. I guess it would be possible to write an expression that dealt with both the .apl and the .ape files at the same time, but I imagine that it would be very complicated to incorporate it into a general 'rename all' expression that you could use every time - marko's 'one stop shop' idea.

I am not sure what you mean by this.

In general, you could make a custom field that can indicate a disc image file. E.g. you could use the integer field type and allow only the value 1. The files that have this "flag" could be excluded in view scheme options and smartlists when appropriate.
Actually, my comment about the 'full album file' keyword looks like it will be negated by the new 'substring' mode in IsEqual(). What I originally meant was that if I wanted to uniquely identify files which had 'full album file' as a keyword, it would only be possible if  that keyword occurred at the beginning of the keyword delimited list, which wouldn't necessarily be the case for each file.

The 'image' flag is a good idea, thanks. I'm always loathe to create new fields, and I'd rather use the ones that are there already. However this may be a case for an exception!
Pages: [1]   Go Up