aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/external_files.c
Commit message (Collapse)AuthorAge
* player: fix previous commitGravatar wm42015-12-25
| | | | | | | OK, this made the --sub-paths and --audio-file-paths synonyms, which is not what we wanted. Actually restrict the type of file loaded as well. Really fixes #2632.
* options: add --audio-file-pathsGravatar wm42015-12-25
| | | | | | | | Requested. It works like --sub-paths. This will also load audio files from a "audio" sub directory in the config file (because the same code as for subtitles is used, and it also had such a feature). Fixes #2632.
* external_files: deduplicate bstr functionsGravatar Kevin Mitchell2015-11-09
|
* player: add wav to list of external audio file extensionsGravatar wm42015-10-04
| | | | Fixes #2378.
* player: rename and move find_subfiles.cGravatar wm42015-09-20
This was in sub/, because the code used to be specific to subtitles. It was extended to automatically load external audio files too, and moving the file and renaming it was long overdue.