JonnyWong16
104e2929df
Simplify user delete loop
2020-04-10 13:27:26 -07:00
JonnyWong16
faac6b11c2
Improve user delete/purge function
2020-04-10 13:15:29 -07:00
JonnyWong16
377a23478e
Rename history id to row_id
2020-04-10 12:56:50 -07:00
JonnyWong16
c979e78802
Refactor database delete_session_history_rows ids
2020-04-10 12:40:35 -07:00
JonnyWong16
38f64c7d85
Improve delete history using list of row ids
2020-04-10 11:45:20 -07:00
JonnyWong16
1091a64863
Update API docs with library is_active
2020-04-10 00:20:25 -07:00
JonnyWong16
23de9616f1
Show library active status on Libraries table
2020-04-10 00:17:52 -07:00
JonnyWong16
198e7767dc
Add library is_active to database
2020-04-10 00:12:38 -07:00
JonnyWong16
aa31bf1a19
Update API docs with user is_active
2020-04-10 00:11:43 -07:00
JonnyWong16
f366304c50
Show user active status on Users table
2020-04-10 00:02:30 -07:00
JonnyWong16
ce289995ff
Add user is_active to database
2020-04-09 23:15:08 -07:00
JonnyWong16
ca2b4085c9
Fix if bad query_days passed to API
2020-04-09 18:33:02 -07:00
JonnyWong16
1d08069162
Rename time_queries to query_days
2020-04-09 18:30:46 -07:00
JonnyWong16
bcbfaae630
Merge pull request #1372 from KaasKop97/custom_time_queries
...
Allow custom time_queries for get_watch_stats (Closes #1345 )
2020-04-09 18:21:35 -07:00
JonnyWong16
0886d133a8
Divide file size by 2^10 but display SI units
...
(cherry picked from commit ae9df92d28
)
2020-04-08 22:56:16 -07:00
JonnyWong16
ae9df92d28
Divide file size by 2^10 but display SI units
2020-04-08 22:55:56 -07:00
JonnyWong16
435230711e
Fix middle dot encoding for Discord/Slack notification
2020-04-08 22:46:21 -07:00
JonnyWong16
d75744bb4a
Merge branch 'nightly' into python3
2020-04-07 18:40:01 -07:00
JonnyWong16
47610323b0
Fix API grouping parameter not defaulting to match setting
2020-04-07 18:18:16 -07:00
Mitch
d1f1763919
Allow custom time_queries for get_watch_stats
2020-04-05 20:03:57 +02:00
JonnyWong16
1326ad8708
Add TAUTULLI_PYTHON_VERSION to script environment variables
...
* Period separated string (e.g. 2.7.17 or 3.8.2)
2020-04-04 08:12:42 -07:00
JonnyWong16
86d737dcf6
Add TAUTULLI_PYTHON_VERSION to script environment variables
...
* Period separated string (e.g. 2.7.17 or 3.8.2)
2020-04-04 08:06:13 -07:00
JonnyWong16
9e0153e962
Set PYTHON2 global variable
2020-04-04 07:57:51 -07:00
JonnyWong16
fb395fc2e9
Merge branch 'nightly' into python3
...
# Conflicts:
# plexpy/datafactory.py
2020-04-03 21:10:32 -07:00
JonnyWong16
6e09e509bd
Remove duplicate dictionary key in top movie stats
2020-04-03 21:07:00 -07:00
JonnyWong16
e8d0557852
Fix typo in send newsletter argument
2020-04-03 21:06:10 -07:00
JonnyWong16
aac705f465
Put import OpenSSL in try/except block for self-signed certificates
2020-04-03 21:05:44 -07:00
JonnyWong16
009971901b
Fix delete lookup info by rating key
2020-04-03 20:53:35 -07:00
JonnyWong16
573ff3f2a6
Fix scripts to work with both Python 2 and 3
2020-04-02 00:03:41 -07:00
JonnyWong16
b9f614c66f
Downgrade mock to 3.0.5 for Python 2.7 compatibility
...
* Only required for plexapi tests
2020-04-01 23:59:20 -07:00
JonnyWong16
e26182c96e
Remove list(dict.keys()) --> dict.keys() and list(dict.values()) --> dict.values()
2020-04-01 15:31:15 -07:00
JonnyWong16
f4eff8a8c5
Encode API XML output to UTF-8
...
(cherry picked from commit 1ffd6c0ea1
)
2020-03-30 13:58:08 -07:00
JonnyWong16
1ffd6c0ea1
Encode API XML output to UTF-8
2020-03-30 13:55:17 -07:00
JonnyWong16
b3f8341e0c
Fix enable notification grouping by default again
...
(cherry picked from commit 50ce29cc64
)
2020-03-29 21:14:47 -07:00
JonnyWong16
50ce29cc64
Fix enable notification grouping by default again
2020-03-29 21:14:17 -07:00
JonnyWong16
47db4e0559
Fix missing helpers import
2020-03-29 20:57:04 -07:00
JonnyWong16
b8179678c6
Fix Windows system tray icon shortcuts not working
2020-03-29 20:54:20 -07:00
JonnyWong16
c1a7b3753c
Merge branch 'nightly' into python3
2020-03-29 10:30:15 -07:00
JonnyWong16
e4ec24be26
Reorder git pull command for update
2020-03-29 10:28:42 -07:00
JonnyWong16
04765288d7
Change default file size on media info tables to SI units
2020-03-29 10:27:56 -07:00
JonnyWong16
8fdd0ba0d9
Merge pull request #1363 from aaronldunlap/master
...
Change humanFileSize to default to SI notation
2020-03-29 10:18:14 -07:00
JonnyWong16
8b312c8d2d
Merge pull request #1369 from Arcanemagus/update-init
...
Make init scripts Python version agnostic
2020-03-28 17:10:40 -07:00
Landon Abney
ab36041fef
Add python to systemd script
...
Skip the extra process calls trying to figure out what to run Tautulli
with, as well as give an example on how to change the executable in the
init script.
2020-03-28 17:01:23 -07:00
Landon Abney
3f87996bfc
Remove outdated init scripts
...
Remove several init scripts for operating systems that are no longer
supported:
* `init.ubuntu` would only be useful on Ubuntu 14.04 LTS which has been
in ESM for over a year
* `init.solaris` is for an operating system that hasn't been updated in
>10 years
* `init.upstart` is for a startup method Ubuntu attempted but abandoned
* `init.fedora.centos.service` is for a version that hasn't recieved
updates since 2017-05-10
* `init.freenas` is identical to `init.freebsd`
* `init-alt.freebsd` appears to attempt to use the web interface
directly, and would break with authentication enabled
2020-03-28 16:58:06 -07:00
Landon Abney
4edd2001b3
Make init scripts Python version agnostic
...
Now that the Tautulli will run on both major versions of Python we can
remove the specificity in the init scripts and make them simpler, with
the added advantage that some OS's will now run Tautulli through Python
3 instead of Python 2.
2020-03-28 16:31:14 -07:00
JonnyWong16
155b98bb0c
Merge branch 'nightly' into python3
...
# Conflicts:
# plexpy/database.py
# plexpy/version.py
2020-03-28 15:27:13 -07:00
JonnyWong16
16ffbd9940
v2.2.1
2020-03-28 15:11:02 -07:00
JonnyWong16
f72d93216c
Add helper function for timestamp
2020-03-28 14:50:45 -07:00
JonnyWong16
c6cf293b12
Fix duration check for track skipping
2020-03-28 14:49:17 -07:00
JonnyWong16
0f13329ddd
Fix saving mobile device with blank friendly name
...
(cherry picked from commit fa61302954
)
2020-03-26 10:12:04 -07:00