case 'artistrating':
                    // combine these as they all do the same thing just different tables
                    $looking = str_replace('rating', '', $rule[0]);
                    $column  = ($looking == 'my') ? '`album`.`id`' : '`album_map`.`object_id`';
                    $my_type = ($looking == 'my') ? 'album' : $looking;