The File module provides access to the file system.
All path-related API can use special path prefixes as "pseudo folders"
to access some directories without specifying the absolute path.
Available pseudo folders are:
@tmp/: the plugin's temporary directory.
There is no guarantee that the files in this directory will be kept after IINA quits.
@data/: the plugin's data directory.
@video/:id, @audio/:id, @sub/:id: the video, audio, and subtitle files of the current playing media.
:id is the track ID.
The
File
module provides access to the file system.All path-related API can use special path prefixes as "pseudo folders" to access some directories without specifying the absolute path. Available pseudo folders are:
@tmp/
: the plugin's temporary directory. There is no guarantee that the files in this directory will be kept after IINA quits.@data/
: the plugin's data directory.@video/:id
,@audio/:id
,@sub/:id
: the video, audio, and subtitle files of the current playing media.:id
is the track ID.