Commit graph

524 commits

Author SHA1 Message Date
samwiseg0
0e114071eb Typo 2018-08-14 23:54:49 -04:00
samwiseg0
5459ac607f Fix Geoip2 DB to be full paths 2018-08-11 03:00:30 -04:00
samwiseg0
26081df4e1 Remove sickrage since the files were never merged 2018-08-11 01:31:14 -04:00
samwiseg0
c2d6aa49b0 Fix quality to be stream quality. Cosmetic changes transcode decision 2018-08-11 01:16:23 -04:00
samwiseg0
76357336a6 Move dashboard to keep things cleaner 2018-08-09 21:26:57 -04:00
samwiseg0
e95c5952c9 ROW location enhancements. Cleanup SD quality string 2018-08-09 21:26:30 -04:00
samwiseg0
a649136e8d Add pannel files to make upgrading easier 2018-08-09 21:24:27 -04:00
samwiseg0
84c8875d4f Original US only dashboard 2018-08-09 21:23:53 -04:00
samwiseg0
166e01fbec Dashboard to reflect ROW worldmap enhancements 2018-08-09 21:23:26 -04:00
samwiseg0
103556ad79 Remove redundant lines of code 2018-08-08 02:38:20 -04:00
samwiseg0
985aaf602f Fix inconsistent use of epname and episode_title 2018-08-08 00:59:28 -04:00
samwiseg0
636a58ccb3 Update README 2018-08-07 16:53:21 -04:00
samwiseg0
2ff7c91e31 Add air_date to future argument 2018-08-06 21:46:28 -04:00
samwiseg0
f39710bbc8 Update README to reflect script changes 2018-08-06 21:28:42 -04:00
samwiseg0
782ccebb99 Change to future instead of today. 2018-08-06 21:28:14 -04:00
samwiseg0
1fe7991ac1 Fix spacing 2018-08-06 21:21:36 -04:00
samwiseg0
8c315ce4de More message fixes 2018-08-06 17:30:25 -04:00
samwiseg0
d28ab929fe Added logic to handle "Quality" better in session output 2018-08-06 17:22:23 -04:00
samwiseg0
c4bc069d5c Changed/fixed help messages 2018-08-06 17:21:39 -04:00
samwiseg0
8fe5410c95 Fix some typos. Added more examples to the cron example 2018-08-06 17:20:03 -04:00
Nicholas St. Germain
f1cbbe9509 Merge pull request #14 from samwiseg00/feature-rework
Major rework of the scripts
2018-08-06 13:40:47 -05:00
samwiseg0
33e50b309a Copy pasta error 2018-08-06 13:54:46 -04:00
samwiseg0
1c26b3b2ae Add progress percent as seen in a PR 2018-08-06 13:49:17 -04:00
samwiseg0
3ac971302f Merge branch 'feature-rework' of https://github.com/samwiseg00/grafana-scripts into feature-rework 2018-08-06 13:42:12 -04:00
samwiseg0
1db7666c37 Clean up. Add year to movies 2018-08-06 13:42:10 -04:00
samwiseg0
0f1ed7f234 Cleanup and add documentation 2018-08-06 13:41:31 -04:00
samwiseg0
72a53b8347 Cleanup title 2018-08-06 12:52:36 -04:00
samwiseg0
4cafde9518 Remove config file 2018-08-06 12:50:29 -04:00
samwiseg0
198bebe5ec Remove config file 2018-08-06 12:48:22 -04:00
samwiseg0
95d4bf200c Fix extract for linux systems. Add more stream info 2018-08-06 12:44:47 -04:00
samwiseg0
b098ffe5d2 change to session key to fix multiple sessions. Add platform 2018-08-06 04:41:16 -04:00
samwiseg0
9010dea13a Change grafana to influx so it's less confusing 2018-08-06 04:12:47 -04:00
samwiseg0
d630d58096 Add options and pull counts 2018-08-06 04:11:56 -04:00
samwiseg0
17bc09bc20 Add several options and switches 2018-08-06 04:11:29 -04:00
samwiseg0
4eb6465b64 Rework script to add options & switches 2018-08-06 04:10:36 -04:00
samwiseg0
addb7c1a6d Added new fields. Better error handling of geoip 2018-08-06 04:08:49 -04:00
samwiseg0
4c1b771909 added requirements 2018-08-06 04:07:28 -04:00
samwiseg0
ad679451e7 Changed to config example for future updates 2018-08-06 04:07:12 -04:00
samwiseg0
f9882b3625 Add .gitignore 2018-08-06 04:06:39 -04:00
Nicholas St. Germain
3805c5c821 Merge pull request #11 from madbuda/MB_fix1
fix worldmap after change to maxmind local db
2018-07-24 22:10:01 -05:00
Larry Ludlow
54c69b575c fix worldmap using maxmind
https://geoip2.readthedocs.io/en/latest/    
2 letter state = subdivisions.most_specific.iso_code dashboard is currently using state to propagate the map, using the city.geoname_id was causing map to not update due to the geo ID being used
2018-07-23 20:30:45 -04:00
Nicholas St. Germain
bee415a56e added pip requirement 2018-04-24 10:29:57 -05:00
Nicholas St. Germain
febeb64422 Changed geoip to using MaxMind geodb. Fixes #8 2018-04-24 10:23:38 -05:00
Nicholas St. Germain
6fc61c22a4 Merge pull request #7 from driz/patch-6
Update sonarr.py
2018-04-18 10:43:40 -05:00
Will Longo
989c863a11 Update sonarr.py
forgot to delete ' - ' for SXXEXX naming :/
2018-04-17 14:33:02 -05:00
Will Longo
5e94e6976b Update sonarr.py
added ability to track upcoming episodes (https://picload.org/image/dogapgwa/1.png)
slightly modified missing episodes to show additional data (episode name) also added leading 0 to reflect S00E00 format to help my OCD. 

feel free to use what you like!
2018-04-17 14:28:02 -05:00
Nicholas St. Germain
72cdc8baac Update README.md 2018-04-17 12:00:30 -05:00
Nicholas St. Germain
f4ad0d3c9c Formatting and a few additions 2018-04-17 11:53:57 -05:00
Nicholas St. Germain
ea63836aeb Merge pull request #6 from driz/patch-5
Create crontabs
2018-04-17 11:35:30 -05:00
Nicholas St. Germain
6896a5c432 Added some good-faith notes 2018-04-17 11:35:15 -05:00