I didn't know that . I thought VLC was a media player like MPC or Zoom Player, but VLC is a Free Software and Open Source video streaming solution for every OS!. Now I better understand why it saves the files using an absolute path.well this isn't really the intention of the VLC playlist routine. Usually it is to save the location of streams etc.
besides you can easily edit/create a playlist file by hand.
at the moment the work required to get the playlist writer that smart might just be a little too much.
Well I just checked it out how it would be possible to quickly fix this. I found a Export_M3U function in the m3u.c file.well this isn't really the intention of the VLC playlist routine. Usually it is to save the location of streams etc.
besides you can easily edit/create a playlist file by hand.
at the moment the work required to get the playlist writer that smart might just be a little too much.
Code: Select all
fprintf( p_export->p_file, "#EXTINF:%i,%s,%s\n",
(int)(p_playlist->pp_items[i]->input.i_duration/1000000),
psz_author ? psz_author : "",
p_playlist->pp_items[i]->input.psz_name );
Return to “VLC media player Feature Requests”
Users browsing this forum: Google [Bot] and 9 guests