File

From VideoLAN Wiki
Revision as of 04:36, 19 April 2019 by DoesItReallyMatter (talk | contribs) (Change template parameters (per revision 60997))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
file
VLC uses this protocol (or access module) to read data from a device or network.
This protocol is handled by the file module.

The file protocol plays files on your PC through the normal file system. This includes your hard drive and any data CDs or data DVDs you have (in Linux, these must be mounted before use).

For example:

% vlc "file://C:\My Music\Abracadabra.mp3"

If no other protocols are used, file:// is assumed:

% vlc "C:\My Music\Abracadabra.mp3"

Module options

See Documentation:Modules/file

Source code