Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilteoood/local_m3u8
Scan all subdirectories and create a proper m3u8 file
https://github.com/ilteoood/local_m3u8
Last synced: 3 months ago
JSON representation
Scan all subdirectories and create a proper m3u8 file
- Host: GitHub
- URL: https://github.com/ilteoood/local_m3u8
- Owner: ilteoood
- Created: 2020-10-03T11:17:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T21:20:41.000Z (8 months ago)
- Last Synced: 2024-10-05T12:57:25.119Z (3 months ago)
- Language: Go
- Size: 1.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# local_m3u8
Scan all subdirectories and create a proper m3u8 file.## Env variables
- PLAYLIST_NAME: name used to generate the playlist, **without .m3u8** extension. Default: `Rclone`;
- PATH_TO_SCAN: path in which files will be searched. Default: `./`;
- BASE_URL: prefix url for playlist generation: Default: `localhost:8080`;
- PATHS_TO_EXCLUDE: paths to exclude from generation, separated by `,`.;
- SUPPORTED_EXTENSIONS: extension which will be used for the generation, separated by `,`. Default: `.avi,.mkv,.mp4`;