Commit Graph

197 Commits

Author SHA1 Message Date
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
blacktwin
60166ede71 Update README.md 2017-07-17 08:32:41 -04:00
blacktwin
c7884f021e Update README.md 2017-07-17 08:31:19 -04:00
blacktwin
e9331861aa Update ips_to_maps.py 2017-07-14 14:32:24 -04:00
blacktwin
7341e6cc4d Update README.md 2017-07-14 14:30:01 -04:00
blacktwin
6e7c1b17bb Update README.md 2017-07-14 14:25:56 -04:00
blacktwin
fe523c19ef Create geojson_example.geojson 2017-07-14 13:53:52 -04:00
blacktwin
cec4698120 Add files via upload 2017-07-14 13:53:03 -04:00
blacktwin
fc5705d68b Delete states_map_gist.PNG 2017-07-14 13:52:39 -04:00
blacktwin
24c45cc415 Update README.md 2017-07-14 11:06:52 -04:00
blacktwin
b4aeab66e7 Update README.md 2017-07-14 09:39:36 -04:00
blacktwin
e4a8321e86 Update kill_session_bitrate.py 2017-07-14 08:41:19 -04:00
blacktwin
ec13d14292 Update kill_plex_stream.py 2017-07-14 08:40:48 -04:00
blacktwin
c98b74c027 Update kill_more_than.py 2017-07-14 08:39:55 -04:00