SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

File renaming from Tags

Hello,

I’m a new Mac (1 week old)user and I try to find some good program to manage my Music (most of them MP3 files) Under Windows I used Helium Music Manager for years and now I have to find something comparable to Helium under Mac.
I’ve tried already different programs but not already find the right ones that needs my wishes

My Question is, will it be possible to rename files from Tag Values to this format:
Artist~title~bitrate~songlenght.mp3

so the file must be look like this:
Phil Collins~In the air tonight~320~3.22.mp3

Regards,
DeBletz

Hi, you should be able to do this in Jaikoz and SongKong, they both have a comprehensive filename mask function.

However when I checked this I found we are currently missing duration on Jaikoz, so the best I can do is

fnotempty2(albumartist,artist,' - ') + ifnotempty(album,' - ') + bitrate.substring(0,3)

and on SongKong we can use duration but not bitrate

ifnotempty2(albumartist,artist,' - ') + ifnotempty(album,' - ') + duration 

I’ve raised these two issues to address this:
http://www.jthink.net:8081/browse/JAIKOZ-546
http://www.jthink.net:8081/browse/SONGKONG-181

Hi,

Great, thanks a lot, I will test this one.

Regards,

DeBletz

No, sorry not yet