Difference between revisions of "File"
Jump to navigation
Jump to search
m (Change template parameters (per revision 60997)) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{protocol| | + | {{protocol|file}} |
The '''file''' protocol plays files on your PC through the normal file system. This includes your hard drive and any data [[CD]]s or data [[DVD]]s you have (in [[Linux]], these must be [[wikipedia:Mount (computing)|mounted]] before use). | The '''file''' protocol plays files on your PC through the normal file system. This includes your hard drive and any data [[CD]]s or data [[DVD]]s you have (in [[Linux]], these must be [[wikipedia:Mount (computing)|mounted]] before use). | ||
Line 6: | Line 6: | ||
If no other protocols are used, file:// is assumed: | If no other protocols are used, file:// is assumed: | ||
% vlc "C:\My Music\Abracadabra.mp3" | % vlc "C:\My Music\Abracadabra.mp3" | ||
+ | |||
+ | ==Module options== | ||
+ | :''See [[Documentation:Modules/file]]'' | ||
==Source code== | ==Source code== | ||
{{file|modules/access/file.c|access module}} | {{file|modules/access/file.c|access module}} |
Latest revision as of 04:36, 19 April 2019
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
Source code
- modules/access/file.c (access module)