Could not find and answer to this, the answer is probably staring right at me - anyway does anyone know how I can modify the rating plugin to work on specific albums only?
You could do that within your theme by using the custom field that each image/album has and enter "rating" for example. Then check that field on the theme page with something like if customfield == "rating" show rating stuff else don't. (not valid code of course!).
Comments