This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathTODO
68 lines (35 loc) · 2.86 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# verify test_notify=pause|resume|start|stop|recent all page correctly.. easier for troubleshooting
## on start, set viewOffset -- do not update this field on any run after
###########################################################################################
### TODO
* re-work plexWatch.log: only include --recently_added, --watched, --watching
-- create plexWatch.debug to include ALL actions - failures and success. Easier to ... debug
* ADD OSX instructions: http://forums.plexapp.com/index.php/topic/72552-plexwatch-plex-notify-script-send-push-alerts-on-new-sessions-and-stopped/?p=436554
###
###########################################################################################
###########################################################################################
### Long Term
* failed,452 status for --watching, --watched ( keep trying notification if failed... set failed and skip after X number of failures or if notification is X old)
--- show current time if notification is OLD 'user watching movie (36 minutes / 120 minutes)' -- requires the pause status update
--- this is already true for --recenlty_added ( we need to keep status per provider for --watched,--watching: db changes)
* rate limiting: slow down before 452.. not a high priority as the current version works
* add more options to --format_options (will probably have to use XML in db going backwards -- maybe even forwards instead of messing with DB table)
-- XML is not used to pull info for all alerts and to display cli info. This means the above is now possible without too much work (i think)
* code cleanup - always available
###
###########################################################################################
###### DONE -- cruft -- this is part of the change log (verify and remove)
* code for --recently_added=movie,show
* code cleanup - merge same routines in sub
-- added &FriendlyName
-- still more to do
* alert cleanup - easier to update alert format when needed
-- $alert_format added to config options
-- can also override on cli with --format_stop="..." and --format_start="..."
-- list available format options with --format_options
* cli --watching --watched format can now be edited by the user or specified on the cli
* config options moved into config.pl -- should be easier to upgrade version without having to edit the perl script each time
* config.pl-dist is included --- one must edit and copy it to config.pl
* merge growl changes from forum - http://forums.plexapp.com/index.php/topic/72552-plexwatch-plex-notify-script-send-push-alerts-on-new-sessions-and-stopped/?p=423033
* update alert format to be included in --cli options (--watching, --watched). Currently only works for notifications
* display more info --watching. I.E. durations, 'user watching movie (36 minutes / 120 minutes) anything else useful?