From 85cd1b61f761210f2d63e7075b5829c8a851d218 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Wed, 12 Jul 2017 22:56:15 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb931b8..13fcaa3 100644 --- a/README.md +++ b/README.md @@ -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.|