Shortcutcommand (Rename)

Features wanted...
Post Reply
VinceMcMahon
Posts: 2
Joined: 01 Oct 2009 18:50

Shortcutcommand (Rename)

Post 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

admin
Site Admin
Posts: 66346
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Shortcutcommand (Rename)

Post 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

VinceMcMahon
Posts: 2
Joined: 01 Oct 2009 18:50

Re: Shortcutcommand (Rename)

Post by VinceMcMahon »

wow

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

Post Reply