Commit Graph

3445 Commits

Author SHA1 Message Date
JonnyWong16 4bb5920c04 Fix only MacOS system tray icon on Mac 2020-04-27 18:24:44 -07:00
JonnyWong16 3ea257f8f3 Add MacOS pkg post install script to open Tautulli 2020-04-27 18:24:43 -07:00
JonnyWong16 347db6b770 Update workflow for beta releases 2020-04-27 18:24:43 -07:00
JonnyWong16 fafe28a6d6 Shutdown MacOS system tray icon 2020-04-27 18:24:42 -07:00
JonnyWong16 eb6cb60ee3 Fix toggle startup in MacOS system tray menu 2020-04-27 18:24:42 -07:00
JonnyWong16 8226a14b00 Add dependencies for MacOS system tray icon 2020-04-27 18:24:41 -07:00
JonnyWong16 c6bd1b06f2 Hide auto update setting for bundled app 2020-04-27 18:24:37 -07:00
JonnyWong16 be38028244 Fix MacOS tray icon 2020-04-27 18:23:38 -07:00
JonnyWong16 b8ea04f5a4 Add divder to MacOS system tray menu 2020-04-27 18:23:37 -07:00
JonnyWong16 cd5ed1d748 Update system tray icon 2020-04-27 18:23:37 -07:00
JonnyWong16 00c9fc79f9 Rename sys_tray_icon setting 2020-04-27 18:23:34 -07:00
JonnyWong16 d5373c3992 Add MacOS system tray icon 2020-04-27 18:22:50 -07:00
JonnyWong16 3001ff8c53 Clean up Windows tray icon 2020-04-27 18:22:49 -07:00
JonnyWong16 0571a091f7 Add rumps 0.3.0 2020-04-27 18:22:49 -07:00
JonnyWong16 1bca410bcb Launch browser on system startup based on setting 2020-04-27 18:22:48 -07:00
JonnyWong16 463ed2f46a Add launch startup to setup wizard to make sure it's enabled 2020-04-27 18:22:48 -07:00
JonnyWong16 f8f0717913 Refactor Windows system tray code 2020-04-27 18:22:47 -07:00
JonnyWong16 53cd759422 Fix MacOS login items application path 2020-04-27 18:22:47 -07:00
JonnyWong16 7047ac8007 Add to MacOS login item when installed as pkg 2020-04-27 18:22:47 -07:00
JonnyWong16 2efd81dc6a Add more logging 2020-04-27 18:22:46 -07:00
JonnyWong16 773ee8664c Fix create MacOS plist file 2020-04-27 18:22:46 -07:00
JonnyWong16 d779e72bcd Add system launch setting for MacOS 2020-04-27 18:22:45 -07:00
JonnyWong16 2e101dcf7d Add MacOS set startup plist file 2020-04-27 18:22:44 -07:00
JonnyWong16 e6befab6bb Change os.name to common.PLATFORM 2020-04-27 18:22:44 -07:00
JonnyWong16 9ee2c1f7a6 Add log message for failed Windows startup registry 2020-04-27 18:22:43 -07:00
JonnyWong16 5b82a86fa8 Always no browser at Windows system startup 2020-04-27 18:22:43 -07:00
JonnyWong16 922bb2760c Update systray lib 2020-04-27 18:22:42 -07:00
JonnyWong16 315be9f3eb Update Windows system tray with start at login option 2020-04-27 18:22:42 -07:00
JonnyWong16 7bb9c6c915 Set Windows launch at startup 2020-04-27 18:22:41 -07:00
JonnyWong16 4b5f880ccb Fix update message on startup for Windows/MacOS 2020-04-27 18:22:40 -07:00
JonnyWong16 5db309d142 Do not inject libs into PYTHONPATH when installed using Windows/MacOS installer 2020-04-27 18:22:40 -07:00
JonnyWong16 5d8a7d80eb Require manual download and install for Windows / MacOS 2020-04-27 18:22:39 -07:00
JonnyWong16 1394339df6 Use appdata folder 2020-04-27 18:22:39 -07:00
JonnyWong16 801510c61e Add appdirs 1.4.3 2020-04-27 18:22:38 -07:00
JonnyWong16 6c8d6ed2ca Add workflow for automated Windows/MacOS builds 2020-04-27 18:22:34 -07:00
JonnyWong16 d8f223327e Merge branch 'nightly' into python3
# Conflicts:
#	plexpy/activity_pinger.py
#	plexpy/activity_processor.py
#	plexpy/helpers.py
#	plexpy/notifiers.py
#	plexpy/version.py
#	plexpy/webserve.py
2020-04-27 18:19:48 -07:00
JonnyWong16 fc2faa247a v2.2.3-beta v2.2.3-beta 2020-04-27 18:04:27 -07:00
JonnyWong16 9b11fd4f18 Remove all MaxMind/GeoLite2 settings 2020-04-27 17:43:00 -07:00
JonnyWong16 ccac7d1bd4 Remove maxminddb library 2020-04-27 17:34:51 -07:00
JonnyWong16 5494d1e7bf Remove geoip2 library 2020-04-27 17:33:05 -07:00
JonnyWong16 1ab407eb38 Update API to keep backwards compatibility for geoip lookup 2020-04-27 17:29:48 -07:00
JonnyWong16 82ab732144 Use Plex.tv for geoip lookup instead of MaxMind database 2020-04-27 17:28:44 -07:00
JonnyWong16 0343d47a9d Fix request return server message 2020-04-25 13:41:19 -07:00
JonnyWong16 2162210393 Add remote access notification parameters 2020-04-24 18:03:27 -07:00
JonnyWong16 54a7839421 Add remote access failure reason 2020-04-24 18:03:05 -07:00
JonnyWong16 576ac88a6a Add advanced remote access ping interval 2020-04-24 18:01:27 -07:00
JonnyWong16 426fc09b17 Check continued session greater than or equal to 2020-04-23 23:18:55 -07:00
JonnyWong16 22bc0b3f9a Rename continued session to initial stream 2020-04-23 23:03:20 -07:00
JonnyWong16 4ece976dc8 Add continued session threshold setting and notification parameter 2020-04-23 22:47:19 -07:00
JonnyWong16 3ff0b4a256 Add method to check if a stream is a continued session 2020-04-23 22:34:30 -07:00