I want the playlist to be saved in the artist folder. This is working, but when I run the action against all the folders for a particular artist it is only picking up the tracks within the last album. I don't want to use append data because I may need to keep rerunning this action and don't want to append duplicates to the existing file (would prefer to overwrite it with new data). I thought about using $loop(%artist%) in the script but this makes no difference.
Any idea what I need to do to change the script so that it puts all the selected tracks from all albums for that same artist in the playlist
Both actions have 1 file per directory clicked and Action 2 has append data clicked
I am running this after loading all rated tracks from a playlist exported from iTunes. This includes some tracks that are on compilation albums and therefore have the artist set separately for each track. The name of the output file in Action 1 is getting the name of the first artist that appears on each compilation.
On each of the compilation albums I have set the AlbumArtist tag to Various Artists.
Is there a bit of code I can add to Action 2 that checks to see if AlbumArtist is Various Artists and if it is to name the filename in Action 1 after the album name rather than the artist.
I have one last problem. On some albums which I have not tagged as Various Artists I have tracks by different artists, normally one, two or three artists. So for instance I have The Platinum Collection by Bryan Ferry & Roxy Music. So some tracks are tagged as %_artist% Roxy Music and others are tagged as Bryan Ferry.
The album is stored at M:\MP3\Bryan Ferry & Roxy Music\2004 - The Platinum Collection\CD1\track1.mp3
etc
My playlist output at the moment picks up the %_artist% from the first track it finds which in this case is Roxy Music, but it then includes the Bryan Ferry tracks in the same playlist. My code in Action 2 is as before ie
How can I get it to create two playlists one for Roxy Music and one for Bryan Ferry, without messing up the majority of my other album playlist creation which is working fine
OK, as an alternative I am going to base by artist naming on the artist part of the folderpath which in my example above is Bryan Ferry & Roxy Music, so all the tracks are in the same playlist
My folder path is:
M:\MP3\Artist\Album\Track.mp3
although sometimes it might be
M:\MP3\Artist\Album\CD1\Track.mp3
How can I extract just the Artist part of this folderpath that will work with the different folder path depths. Of course the Artist will be variable length
This appears to work, but I'm just wondering whether I need the question marks in the first part of this. I'm not entirely sure what they are doing. Is there a cleaner way to pick up the first part of the folderpath which will always be \\NAS\Music\MP3.