Thank you Dan Dar3!
Reloading the skin through the computer was incredibly helpful and saved a lot of time. Through trial and error I was able to change the genre label to year label in album view by editing CommonViewTypes.xml
For anyone who wants to do the same replace: <label>$INFO[ListItem.Genre ,$LOCALIZE[515]: ]</label> with: <label>$INFO[ListItem.Year ,$LOCALIZE[562]: ]</label>
It was easy to replace genre with year in every instance in the xml until it displayed the year instead of genre but it took me a while to figure out how to change the label. I figured out the codes ($LOCALIZE[515], $LOCALIZE[562] etc. ) are in DialogSongInfo.xml.
Now to see if I can get the icons in the settings screen back to there proper size. I did not know about Winmerge and that will really speed up the process since I have differing xmls. Thanks again.
