JonnyWong16
e9f37d578e
Refactor exporter
2020-09-27 11:27:16 -07:00
JonnyWong16
8f4da14611
Add collection export levels
2020-09-27 00:08:55 -07:00
JonnyWong16
063b7ce7cc
Add note for export image media types
2020-09-26 23:09:18 -07:00
JonnyWong16
b7243271f3
Add photo album and photo export levels
2020-09-26 23:08:59 -07:00
JonnyWong16
395ab97191
Add titleSort to plexapi.photo.Photoalbum and plexapi.photo.Photo
2020-09-26 23:02:15 -07:00
JonnyWong16
76da200794
Add fields to plexapi.photo.Photoalbum and plexapi.photo.Photo
2020-09-26 22:53:39 -07:00
JonnyWong16
47695debdd
Add artist, album, track export levels
...
* Refactor child levels
2020-09-26 22:48:47 -07:00
JonnyWong16
a5a2ba9d85
Export child images
2020-09-26 22:48:02 -07:00
JonnyWong16
3fa601db3e
Add fields to plexapi.audio.Tracks
2020-09-26 22:40:37 -07:00
JonnyWong16
b60dcb2a23
Check path exists for adding exported image file size
2020-09-26 22:38:48 -07:00
JonnyWong16
1e173c6eeb
Add working export sub media types
2020-09-26 21:42:51 -07:00
JonnyWong16
adb11db317
Use string format for export preview
2020-09-26 20:44:02 -07:00
JonnyWong16
068cb51635
Add zip file download for export with images
2020-09-26 20:36:51 -07:00
JonnyWong16
b1eab8bb0d
Add include images to exporter
2020-09-26 19:26:24 -07:00
JonnyWong16
2a4b48d0fa
Clean up Telegram send poster
2020-09-26 19:03:24 -07:00
JonnyWong16
a8e0502b41
Merge pull request #1377 from JohnnyKing94/master
...
Added Silent Notification option for Telegram Agent
2020-09-26 18:44:58 -07:00
JonnyWong16
ccf0e0dae7
Add default thumb and art to Live TV library
2020-09-26 18:32:13 -07:00
JonnyWong16
bfa4d3dfec
Add library name to fix metadata modal
2020-09-26 18:03:29 -07:00
JonnyWong16
93997c11dc
Add playback error notification trigger
2020-09-21 18:31:19 -07:00
JonnyWong16
7ce92d5f17
Add error state icon to activity card and history table
2020-09-21 18:30:41 -07:00
JonnyWong16
9740010368
Add container_decision to notification parameters
2020-09-21 18:06:40 -07:00
JonnyWong16
e4e0b765b6
Rename container transcoding to converting on activity cards
2020-09-21 17:57:01 -07:00
MichaIng
51d1dccb42
Avoid daemon forking with systemd
...
systemd units allow to run processes in foreground while daemonization is done on systemd service level when using Type=simple (default). This allows systemd to reliably track the service state, signals and could catch outputs, i.e. it is possible to remove "--quiet" to have Tautulli logging to systemd journal (journalctl) additionally or alternatively to log files.
In case of Type=forking, a PID file is required to allow system reliably determine the service state, which would be an alternative, but has no real advantage. The solution with "GuessMainPID=no" allows systemd to correctly determine the service active state, but e.g. when it is killed, it is seen as "Succeeded." since systemd cannot track the exit code or signal.
2020-09-21 23:58:30 +02:00
JonnyWong16
6f362ee2ad
Rename export level options
2020-09-20 21:34:33 -07:00
JonnyWong16
f77bbda5ac
Delete exported images folder
2020-09-20 21:31:48 -07:00
JonnyWong16
dceeaa77c5
Add checkbox to export images
2020-09-20 21:22:03 -07:00
JonnyWong16
d7c96d46e0
Refactor export get all metadata attrs
2020-09-20 21:21:37 -07:00
JonnyWong16
b9f5251188
Export art and thumb images
2020-09-20 21:04:57 -07:00
JonnyWong16
75cdc2c5e8
Add art and thumb url to plexapi collections
2020-09-20 21:03:05 -07:00
JonnyWong16
7eedb14834
Refactor exporter into Export class
2020-09-20 20:34:31 -07:00
JonnyWong16
ca06154805
Separate metadata and media export levels
2020-09-20 13:02:02 -07:00
JonnyWong16
35cdef1340
Add hdr attribute to media export
2020-09-20 12:27:42 -07:00
JonnyWong16
d609c0daeb
Add export metadata button to collections
2020-09-20 11:23:19 -07:00
JonnyWong16
db0b157d43
Add admin auth to export modal
2020-09-20 11:23:19 -07:00
JonnyWong16
906aedd2f1
Add movie export levels
2020-09-20 11:23:19 -07:00
JonnyWong16
07a9bdbde3
Add more stream export attributes
2020-09-20 11:23:19 -07:00
JonnyWong16
588b1b1bc3
Add more stream attributes to plexapi
2020-09-20 11:23:19 -07:00
JonnyWong16
eb63f89b1f
Add helper functions for export levels
2020-09-20 11:23:19 -07:00
JonnyWong16
fb81d1b6f3
Add human duration and file size to export attributes
2020-09-20 11:23:19 -07:00
JonnyWong16
b897212050
Update human_file_size helper function
2020-09-20 11:23:19 -07:00
JonnyWong16
3f6612fe9a
Update human_duration helper function
2020-09-20 11:23:19 -07:00
JonnyWong16
bf1a59c5c0
Remove traceback for export
2020-09-20 11:23:19 -07:00
JonnyWong16
6fb3a3a3c8
Update export json and csv for Python 2
2020-09-20 11:23:19 -07:00
JonnyWong16
ed454b2a4a
Add backports.csv 1.0.7
2020-09-20 11:23:19 -07:00
JonnyWong16
27f828e619
Message to view export on library page
2020-09-20 11:23:19 -07:00
JonnyWong16
bde0ce20d8
Fix export modal file format not working on library page
2020-09-20 11:23:19 -07:00
JonnyWong16
28c6163a31
Exporter check rating key first
2020-09-20 11:23:19 -07:00
JonnyWong16
14bb377794
Add link to export filename to view in browser
2020-09-20 11:23:19 -07:00
JonnyWong16
61c692ad4e
Cancel processing exports on startup
2020-09-20 11:23:19 -07:00
JonnyWong16
42856e5ac8
Fix export modal selected file format
2020-09-20 11:23:19 -07:00