Update README.md

This commit is contained in:
blacktwin 2017-07-12 22:56:15 -04:00 committed by GitHub
parent 07e1df1f74
commit 85cd1b61f7

View File

@ -15,8 +15,8 @@ In the Notification Agents in the Settings menu. Click the Scripts gear. Your sc
## Scripts List
| Category | File | Description |
| --- | --- | --- |
|[Fun](https://github.com/blacktwin/JBOPS/tree/master/fun)|[aired_today_playlist](https://github.com/blacktwin/JBOPS/blob/master/fun/aired_today_playlist.py) | Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first. If Playlist from yesterday exists delete and create today's. If today's Playlist exists exit.|
| :--- | :--- | :--- |
|[Fun](../tree/master/fun "Fun Fun")|[aired_today_playlist](https://github.com/blacktwin/JBOPS/blob/master/fun/aired_today_playlist.py) | Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first. If Playlist from yesterday exists delete and create today's. If today's Playlist exists exit.|
||[plexapi_haiku](https://github.com/blacktwin/JBOPS/blob/master/fun/plexapi_haiku.py)| Create a hiaku from titles found in Plex.|
|[killstream](https://github.com/blacktwin/JBOPS/tree/master/killstream)| [create_wait_kill_all](https://github.com/blacktwin/JBOPS/blob/master/killstream/create_wait_kill_all.py)|Receive session_key from PlexPy when paused. Use session_id to create sub-script to wait for X time then check if still paused. If paused kill.|
||[create_wait_kill_trans](https://github.com/blacktwin/JBOPS/blob/master/killstream/create_wait_kill_trans.py)|Receive session_key from PlexPy when paused. Use session_id to create sub-script to wait for X time then check if transcoding still paused. If so, kill.|