JonnyWong16
221d6e136a
Added remote access down notification threshold setting
2020-09-27 19:31:26 -07:00
JonnyWong16
ad6e314343
Don't floor newsletter start date
2020-09-27 17:44:11 -07:00
JonnyWong16
9fc4dbc6d6
Fix parsing custom fields for root media type
2020-09-27 17:17:38 -07:00
JonnyWong16
5dade92221
Add image export for collections and playlists
2020-09-27 17:11:08 -07:00
JonnyWong16
4e29960238
Save metadata and media info export level to database
2020-09-27 16:56:40 -07:00
JonnyWong16
3973c57020
Fix refresh export table button on info page
2020-09-27 16:55:50 -07:00
JonnyWong16
dd1dc00430
Rename API command to get_exports_table
2020-09-27 15:40:11 -07:00
JonnyWong16
9a7d6ea7d7
Hide rating key column on media export table
2020-09-27 15:39:39 -07:00
JonnyWong16
02d4a3b9fe
Improve exporter API error messages
2020-09-27 15:30:10 -07:00
JonnyWong16
0a60d5f2b2
Add custom export level 0
2020-09-27 15:10:08 -07:00
JonnyWong16
13ff8f3a84
Refactor movie export levels
2020-09-27 14:39:22 -07:00
JonnyWong16
3efee000ce
Add external guids to movie export
2020-09-27 14:32:10 -07:00
JonnyWong16
5915937975
Add collection labels to exporter
2020-09-27 14:28:09 -07:00
JonnyWong16
c7621a9e36
Add Guid tags to plexapi.video.Movie
2020-09-27 14:27:02 -07:00
JonnyWong16
28e2463c4f
Add labels to plexapi.library.Collections
2020-09-27 14:26:32 -07:00
JonnyWong16
7016d3feea
Remove extra export metadata button on collection page
2020-09-27 14:10:01 -07:00
JonnyWong16
44b4c10bf9
Update exporter API docs
2020-09-27 14:01:51 -07:00
JonnyWong16
be82c8f6d9
Add export table to info page
2020-09-27 13:59:11 -07:00
JonnyWong16
acebf96d2f
Skip blank custom fields
2020-09-27 13:57:56 -07:00
JonnyWong16
27c5061d17
Add log message for processing custom fields
2020-09-27 13:30:10 -07:00
JonnyWong16
fcd034da00
Set export include_images if custom fields includes images
2020-09-27 13:27:37 -07:00
JonnyWong16
4ee9dbab41
Add ability to export custom fields
2020-09-27 13:26:04 -07:00
JonnyWong16
112811190e
Fix exporting collections
2020-09-27 11:52:24 -07:00
JonnyWong16
746295aa16
Only export images for supported media types
2020-09-27 11:51:27 -07:00
JonnyWong16
693c0ba658
Refactor export get_any_hdr and get_image
2020-09-27 11:41:35 -07:00
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