So I am just starting to bring things into MC15 after spending a lot of time on the forums figuring out best practices and stuff and have run into a few issues:
I imported some of the Weird Al albums I have and discovered that one of them had been tagged as Wierd Al. I selected all the albums and changed the tag to Weird Al, used the 'rename move and copy tool' and when under the audio artists view it shows 'Weird Al' for all of the albums except 'Running with Scissors' which shows as 'Wierd Al'. Under that album the ID3 tag the artist is correct as Weird Al and the the 'rename move and copy' tool says no change. How can I get this fixed so it shows up under the name that it is tagged as?
Also, trying to 'Rename move and copy' this always goes to true (and will display # even when the artist starts with something other than a number):
If(IsRange(Left([Artist],1),0-9),#,Left([Artist],1))\[Artist]\[Album]
but this works:
If(IsRange(Left([Artist],1),1-9),#,Left([Artist],1))\[Artist]\[Album]
...and this makes no sense to me: I have items in the now playing list and have stopped on a particular song. I add another album to the now playing list and it adds it to the end but starts playing it. How can I get it to just queue it up and stay on the song that was last playing?