BandName\BandName\TrackTitle so I am assuming the Artist variable comes from either the tags or the search of the online dbase for the music names. So I think I just need the variable for AlbumName if their is one ?
I tried musicFormat={n}\{AlbumArtist}\{fn} but I just got
BandName\TrackTitle again so guessing that the AlbumArtist variable was empty
ok yep that worked, i should have tried the obvious variable name first! yeh sounds like u came to the same conclusion as me I couldn't find much doco on the Music Syntax or how the variables interacted with the filenames/tags/data collected from the online database search.
Yeh I been using Mp3Tag which is awesome but can't call from the commandline and was trying to automate the process entirely!
If you are on Windows, you can use foobar2000(might require and addon) to rename the files in a specific format. I use it now to rip all my cd's and I used the renamer to fix some of my older rips naming. Not commandline, but it's fairly quick and easy.
ahhhh k cool! thanks for the help. Pretty much looking for an almost fully automated solution from DL > Rename > Music Library same as I do with Series etc
for some obscure reason no idea why this is but again possibly something to do with the fields or the data it gets from the online dbase if it is acting on each file individually
Yep, for music it's looking at each file individually, and it's just trying to grab the best matching data from what it gets back from AcoustID returns.
So if album is missing, then album data is missing from the AcoustID response, and also it can't fall back to ID3 tags, so you're out of luck in this case. Unless you have an idea on how to fix it, or check the response data with fiddler2 and see if there might be data that may be used as album fallback.
rednoah wrote:Yep, for music it's looking at each file individually, and it's just trying to grab the best matching data from what it gets back from AcoustID returns.
So if album is missing, then album data is missing from the AcoustID response, and also it can't fall back to ID3 tags, so you're out of luck in this case. Unless you have an idea on how to fix it, or check the response data with fiddler2 and see if there might be data that may be used as album fallback.
Ok yep thanks Rednoah the reply is appreciated! yeh just might have to do albums manually at this point!