Jump to content

Recommended Posts

Posted

I'm hoping to change mp3 saving behavior from using artistName/artistName-songName.mp3 to stationID/artistName-songName.mp3

I'm unfamiliar with the code and properties files. 

Could someone point me to where I might find the code to change this?

Thanks!!!

  • 4 weeks later...
Posted

i believe someone already mentioned this fix in the main thread somewhere. but you should look in default.properties for:

#File/directory name format

# %a - artist ; %b - album ; %t - title ; %s - station

# NOTICE: if no album / station data they will be replaced with "UNKNOWN"

# if nothing specified here, defaulting to: "%s/%a/%b/%a-%t"

# spaces are fine, don't add .mp3, use forward slashes don't start with /

#filename.format=%a/%a-%t

take the # out from in front of filename.format and then change it as you wish. in your case the code would be:

filename.format=%s/%a-%t

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...