Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.64 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.64 KB

SmoothStreamsTV-playlist

Generate a M3U8 playlist (for VLC, MPC, MPlayer, etc.) for SmoothStreamsTV from your command line.

Requirements

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.

Instructions

  1. Download this repository.

  2. Unzip the zip file.

  3. Open the folder.

  4. Run the script with Python 2: python ./sstv-playlist.py

Result

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

Testing

Tested on:

  • Mac OS X 10.11
  • macOS 10.12
  • Ubuntu 14.04.5 LTS
  • Ubuntu 16.04.1 LTS
  • Windows 10

Feedback

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.