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
Nicholas St. Germain
a0a9494819
Merge pull request #3 from driz/patch-2
...
added sickrage portion
2018-04-17 11:30:34 -05:00
Nicholas St. Germain
55f7aca164
Update configuration.py
...
Uncommented. Variables have no impact on the other scripts functionality :)
2018-04-17 11:29:52 -05:00
Nicholas St. Germain
782e99a43b
Merge pull request #5 from driz/patch-4
...
update plex_dashboard.json
2018-04-17 11:28:30 -05:00
Nicholas St. Germain
cccc6a97bf
Merge pull request #4 from driz/patch-3
...
Update README.md
2018-04-17 11:23:49 -05:00
Will Longo
70734a8a64
Create crontabs
...
to demonstrate how to setup the cron entries
2018-04-17 11:18:26 -05:00
Will Longo
feb2cb3826
Update README.md
...
added notes for crontab entries
2018-04-17 11:15:14 -05:00
Will Longo
3074a10233
Update plex_dashboard.json
...
modified datasource to match suggested db name in configuration.py
2018-04-17 10:49:29 -05:00
Will Longo
a43f5731b5
Update plex_dashboard.json
...
removed domain related to maintainer's personal setup and changed to match domain examples from configuration.py
2018-04-17 10:46:49 -05:00
Will Longo
07e9022e75
Update README.md
...
Added high-level and very basic guidance
2018-04-17 10:44:32 -05:00
Will Longo
b8d373c9cb
added sickrage portion
...
left it commented out
2018-04-17 10:39:18 -05:00