https://github.com/sharadcodes/vidlist
A python utility for generating a listing of all the videos in the subfolders so that you can watch them in browser
https://github.com/sharadcodes/vidlist
Last synced: 10 months ago
JSON representation
A python utility for generating a listing of all the videos in the subfolders so that you can watch them in browser
- Host: GitHub
- URL: https://github.com/sharadcodes/vidlist
- Owner: sharadcodes
- License: gpl-3.0
- Created: 2020-07-19T06:41:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T08:29:21.000Z (over 5 years ago)
- Last Synced: 2025-02-19T01:04:07.573Z (11 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VidList
A python utility for generating a listing of all the videos in the subfolders so that you can watch them in browser.
# Installation
```
pip3 install vidlist
```
# Usage
### For generating vidlist.html
Navigate to the directory where the subdirectories containing video files are present, then run
```
vidlist
```
Now open the vidlist.html file in browser.