Generate a M3U8 playlist (for VLC, MPC, MPlayer, etc.) for SmoothStreamsTV from your command line.
I've made an effort to use only built-in Python modules, but please let me know if your system requires any extra items installed to make this work.
-
Download this repository.
-
Unzip the zip file.
-
Open the folder.
-
Run the script with Python 2:
python ./sstv-playlist.py
The m3u8 playlist file will be created in the directory that the script is called from.
For example, if you are in your home directory,
$ cd ~
and call the script in your ~/Scripts
directory,
$ python ~/Scripts/sstv-playlist.py
the script will be created in your home directory.
$ ls ~
SmoothStreamsTV.m3u8
- Mac OS X 10.11
- macOS 10.12
- Ubuntu 14.04.5 LTS
- Ubuntu 16.04.1 LTS
- Windows 10
If you have any issues with the program, please be sure to open an Issue on GitHub, so that it can be tracked and addressed formally.
A few people have sent me emails, and while I really appreciate the feedback, emails can get lost or buried. GitHub Issues will stick with the project, and are the best way to ensure that the issue is resolved.
Thank you to everyone who gave me feedback on the first iteration of this project! Please Star or Watch the repo to stay updated.