Commit Graph

410 Commits

Author SHA1 Message Date
blacktwin
7367b0a8a0 Delete create_wait_kill_trans.py 2017-09-10 17:55:45 -04:00
blacktwin
c5cd3ec945 Update notify_delay.py 2017-09-10 16:57:57 -04:00
blacktwin
eb9def8c56 corrections
Corrections included are covered in https://github.com/blacktwin/JBOPS/issues/12

Other minor corrections.
2017-09-10 16:36:28 -04:00
blacktwin
d9744f1106 notes correction 2017-09-10 16:17:20 -04:00
blacktwin
423696b260 Create notify_delay.py
Delay Notification Agent message for concurrent streams
2017-09-10 16:15:54 -04:00
blacktwin
47ec52f909 Delete notify_delay.py 2017-09-10 16:14:38 -04:00
blacktwin
0479919108 Create notify_delay.py 2017-09-10 08:48:57 -04:00
blacktwin
9c155d1b3d Update README.md 2017-09-08 23:00:03 -04:00
blacktwin
e31d15328b add plex_api_share.py 2017-09-08 22:58:55 -04:00
blacktwin
99a798230d Create plex_api_share.py 2017-09-08 22:50:56 -04:00
blacktwin
ecc3950e54 Update create_wait_kill_all.py 2017-09-06 13:35:17 -04:00
blacktwin
184f520994 clean title 2017-08-26 22:42:30 -04:00
blacktwin
91a439741e Update kill_session_bitrate.py 2017-08-26 22:38:18 -04:00
blacktwin
1d9a65cc00 title's
remove single quotes from title
2017-08-24 00:19:17 -04:00
blacktwin
0fb8abe1a0 title cleaning. 2017-08-21 10:27:11 -04:00
blacktwin
c6736ba1bb /status/sessions endpoint update
https://forums.plex.tv/discussion/comment/1497543/#Comment_1497543
(Serialization) /status/sessions endpoint for playbacks with multiple Media elements wasn't serialized to JSON correctly (#7344)
2017-08-17 07:37:07 -04:00
blacktwin
61d712a27c Merge pull request #11 from blacktwin/endpoint-update
/status/sessions endpoint update
2017-08-17 07:34:41 -04:00
blacktwin
3d2a6524a2 /status/sessions endpoint update
https://forums.plex.tv/discussion/comment/1497543/#Comment_1497543
(Serialization) /status/sessions endpoint for playbacks with multiple Media elements wasn't serialized to JSON correctly (#7344)
2017-08-16 15:15:42 -04:00
blacktwin
34e7307504 clear up instructions 2017-08-05 07:57:09 -04:00
blacktwin
7d4d92b1c3 Update README.md 2017-08-01 10:55:21 -04:00
blacktwin
779ad0b14f updated for full_path of script. 2017-07-31 10:48:49 -04:00
blacktwin
9894c7e3ce write subscript in cwd 2017-07-31 09:29:00 -04:00
blacktwin
71055fe367 Update kill_trans_pause.py 2017-07-31 07:48:28 -04:00
blacktwin
e1f2768de6 Update kill_trans_pause.py 2017-07-31 07:41:14 -04:00
blacktwin
738d45c881 Update ips_to_maps.py 2017-07-29 15:48:50 -04:00
blacktwin
3fd41aaf4d Update readme.md 2017-07-29 08:35:21 -04:00
blacktwin
2693202ca3 Update notify_added_custom.py 2017-07-22 22:55:40 -04:00
blacktwin
8731610506 Update readme.md 2017-07-21 11:42:17 -04:00
blacktwin
5a0503fd01 headless support 2017-07-21 11:35:49 -04:00
blacktwin
4de951428f Update readme.md 2017-07-21 10:32:21 -04:00
blacktwin
59c45311b1 Merge pull request #4 from blacktwin/blacktwin-patch-1
check PLATFORM_COLORS
2017-07-21 10:31:40 -04:00
blacktwin
657ea2f3e7 check PLATFORM_COLORS
if platform is missing from PLATFORM_COLORS then default to DEFAULT_COLOR.
2017-07-21 10:31:29 -04:00
blacktwin
85a06c62db Update readme.md 2017-07-21 10:23:10 -04:00
blacktwin
9ec06f6b0c correction 2017-07-21 10:22:33 -04:00
blacktwin
b54c88f13a todo list udpate
Add arg to allow for runs in headless (mpl.use("Agg"))
2017-07-21 10:22:01 -04:00
blacktwin
a5cb3412d9 Merge pull request #3 from blacktwin/blacktwin-patch-1
check for total user count
2017-07-21 10:21:01 -04:00
blacktwin
e3550aea81 check for total user count
Add check for user count in user_table to allow for greater than 25 users
2017-07-21 10:20:35 -04:00
blacktwin
c3da536347 Update readme.md 2017-07-21 09:43:43 -04:00
blacktwin
adbc61342f Merge pull request #2 from blacktwin/blacktwin-patch-1
resolve n/a returns from geolite2
2017-07-21 09:30:05 -04:00
blacktwin
9a2515bcd7 resolve n/a returns from geolite2
Passing on errors in get_geoip_info function instead of [returning it](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L151).

Changing the [get_geo_dict function's exception](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L195-L198) to catch and return culprit.

```python
    except AttributeError:
        print('User: {} IP: {} caused error in geo_dict.'.format(a.friendly_name, a.ip_address))
        pass
    except Exception as e:
        print(e)
        pass
    return geo_dict
```
2017-07-21 09:29:32 -04:00
blacktwin
d4f37fd0ba Create readme.md 2017-07-19 15:39:17 -04:00
blacktwin
dc0df882d5 Update README.md 2017-07-19 09:52:04 -04:00
blacktwin
949f24de97 Update README.md 2017-07-19 09:51:30 -04:00
blacktwin
eac7d38e32 Update readme.md 2017-07-19 09:35:45 -04:00
blacktwin
667d07d798 todo list, feature updates 2017-07-19 09:31:20 -04:00
blacktwin
439f190795 Update readme.md 2017-07-17 08:58:26 -04:00
blacktwin
62b7d337e1 Create readme.md 2017-07-17 08:57:53 -04:00
blacktwin
09eb07499d Update README.md 2017-07-17 08:35:07 -04:00
blacktwin
8acd0e5b9c Update README.md 2017-07-17 08:34:28 -04:00
blacktwin
54ed2835e4 Update README.md 2017-07-17 08:33:39 -04:00