Page 1 of 1

Shortcutcommand (Rename)

Posted: 01 Oct 2009 19:10
by VinceMcMahon
I hope somebody has an answer about my problem

I want a special rename-action, like the ID3-Tag to Filename (Artist - Album - Track - Title.mp3)

But, ..
My Scheme is
-) Track - Title.mp3
without the Artist and the Album title

I hope somebody can help me about this.
A short description is very helpful, because I don't know what I have to do to give this script to a normal shortcut in XYplorer

Thanks

Re: Shortcutcommand (Rename)

Posted: 01 Oct 2009 20:12
by admin
Hi,

loop up this section in the INI file (XYplorer.ini):

Code: Select all

[ID3toFilename]
; Tweak: idem
1=Artist - Title
2=Track - Artist - Title
3=Artist - Album - Track - Title
Then tweak it to your linking, e.g. change the first value like this:

Code: Select all

1=Track - Title
Save the INI file.

Then restart XYplorer without Saving (else you would overwrite the tweaked INI). Simply use command menu File | Restart without Saving.

From now on you have your "Track - Title" scheme available under Rename Special.

Don

Re: Shortcutcommand (Rename)

Posted: 01 Oct 2009 20:21
by VinceMcMahon
wow

thanks, it is easy when you know this. Now I can write own functions ;)
Thank you