Get post from custom post type that title is like custom string [closed]

You need to use the get_page_by_title function :

$post = get_page_by_title( 'Post Title', OBJECT, 'player' );