Custom post type URL

You can set the rewrite slug when you register your post type:

$args = array(
    'rewrite' => array( 'slug' => 'media/lajmet' )
    // other args...
);