Rename Special MP3 Title Only

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
mrbosco
Posts: 133
Joined: 03 Sep 2011 09:40

Rename Special MP3 Title Only

Post by mrbosco »

I'm looking to do something similar to Rename Special MP3 but I want the filename to be renamed as the Tag Title without the track #, artist, etc.
It sounds like it should be an easy thing to do but I can't find it in the help file.
Any ideas?

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Rename Special MP3 Title Only

Post by highend »

Code: Select all

renameitem(report("{prop:#mp3.title}", <curitem>), <curitem>, 1+4);
One of my scripts helped you out? Please donate via Paypal

mrbosco
Posts: 133
Joined: 03 Sep 2011 09:40

Re: Rename Special MP3 Title Only

Post by mrbosco »

Thank You!

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

Re: Rename Special MP3 Title Only

Post by admin »

This should do, shouldn't it?: renameitem(<prop #mp3.title>);

Post Reply