forked from revenz/FileFlowsRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.json
471 lines (471 loc) · 18.2 KB
/
repo.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
{
"SharedScripts": [
{
"Path": "Scripts/Shared/Gotify.js",
"Name": "Gotify",
"Description": "Class that interacts with Gotify",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/SABnzbd.js",
"Name": "SABnzbd",
"Description": "Class that interacts with the SABnzbd API",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/FileFlowsApi.js",
"Name": "FileFlows API",
"Description": "Class that interacts with the FileFlows API",
"Revision": 5,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/Apprise.js",
"Name": "Apprise",
"Description": "Class that interacts with Apprise",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/Language.js",
"Name": "Language",
"Description": "Helper class for Languages",
"Revision": 5,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/Radarr.js",
"Name": "Radarr",
"Description": "Class that interacts with Radarr",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Shared/Sonarr.js",
"Name": "Sonarr",
"Description": "Class that interacts with Sonarr",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
}
],
"SystemScripts": [
{
"Path": "Scripts/System/HardwareChecks/Nvidia Encoder Check.js",
"Name": "Nvidia - Encoder Check",
"Description": "Checks to see if the NVIDIA encoder is available before an encode and if not will\nrequest FileFlows restart",
"Revision": 6,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/DownloadClients/PauseSABNZbd.js",
"Name": "SABnzbd - Pause Downloads",
"Description": "Pauses SABnzbd if the current file processing queue is greater than 30 files\nIf the processing queue is not greater than 30 files, then it will resume SABnzbd",
"Revision": 6,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Gotify/Gotify - FileFlows Server Update Available.js",
"Name": "Gotify - FileFlows Server Update Available",
"Description": "Sends a Gotify notification when a FileFlows server update is available",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Gotify/Gotify - Notify File Processed.js",
"Name": "Gotify - Notify File Processed",
"Description": "Sends a Gotify notification when a file has been successfully processed",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Gotify/Gotify - Notify File Processing Failed.js",
"Name": "Gotify - Notify File Processing Failed",
"Description": "Sends a Gotify notification when a file failed to be processed",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Gotify/Gotify - FileFlows Server Updating.js",
"Name": "Gotify - FileFlows Server Updating",
"Description": "Sends a Gotify notification the FileFlows Server is being automatically updated",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Apprise/Apprise - FileFlows Server Updating.js",
"Name": "Apprise - FileFlows Server Updating",
"Description": "Sends a Apprise notification the FileFlows Server is being automatically updated",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Apprise/Apprise - FileFlows Server Update Available.js",
"Name": "Apprise - FileFlows Server Update Available",
"Description": "Sends a Apprise notification when a FileFlows server update is available",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Apprise/Apprise - Notify File Processed.js",
"Name": "Apprise - Notify File Processed",
"Description": "Sends a Apprise notification when a file has been successfully processed",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/System/Notifications/Apprise/Apprise - Notify File Processing Failed.js",
"Name": "Apprise - Notify File Processing Failed",
"Description": "Sends a Apprise notification when a file failed to be processed",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
}
],
"FlowScripts": [
{
"Path": "Scripts/Flow/Image/Image - Convert (ImageMagick).js",
"Name": "Image - Convert (ImageMagick)",
"Description": "Converts images using ImageMagick",
"Revision": 2,
"MinimumVersion": "1.0.4.0"
},
{
"Path": "Scripts/Flow/Folder/Folder - Copy Folder.js",
"Name": "Folder - Copy Folder",
"Description": "Copies a folder from one location to another",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Utilities/7Zip - Compress to Zip.js",
"Name": "7Zip - Compress to Zip",
"Description": "Uses 7Zip to zip files",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/File/File - Older Than.js",
"Name": "File - Older Than",
"Description": "Checks if a file is older than the specified days",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Hardware/NVIDIA - Below Encoder Limit.js",
"Name": "NVIDIA - Below Encoder Limit",
"Description": "Checks the count of NVIDIA encodes currently processing and see if it is below a limit",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Has 5.1 Audio.js",
"Name": "Video - Has 5.1 Audio",
"Description": "Determines if a video has a 5.1 channel track",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Resolution.js",
"Name": "Video - Resolution",
"Description": "Determines a video\u0027s resolution and outputs accordingly",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Bitrate greater than.js",
"Name": "Video - Bitrate greater than",
"Description": "Checks if a video\u0027s bitrate is greater than specified.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Upscale Anime (Video2x) [Docker].js",
"Name": "Video - Upscale Anime (Video2x) [Docker]",
"Description": "Upscales anime using Video2x inside a docker container\nRequires TempPathHost environment variable to be set if running inside a docker container",
"Revision": 1,
"MinimumVersion": "1.0.4.0"
},
{
"Path": "Scripts/Flow/Video/Video - Delete Non-Original Language Audio.js",
"Name": "Video - Delete Non-Original Language Audio",
"Description": "Checks the \u0022Movie Lookup\u0022 information for original language, and will delete any audio tracks\nwith languages set that do not match the original language.\nRequires the \u0022Movie Lookup\u0022 node to be executed first to work",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Has 2.0 Audio.js",
"Name": "Video - Has 2.0 Audio",
"Description": "Determines if a video has a 2.0 (stereo) channel track",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Upscale Anime (Dandere2x) [Docker].js",
"Name": "Video - Upscale Anime (Dandere2x) [Docker]",
"Description": "Upscales anime using Dandere2x inside a docker container\nRequires TempPathHost environment variable to be set if running inside a docker container",
"Revision": 1,
"MinimumVersion": "1.0.4.0"
},
{
"Path": "Scripts/Flow/Video/Video - Export All Subtitles.js",
"Name": "Video - Export All Subtitles",
"Description": "Exports all subtitles from a video file",
"Revision": 3,
"MinimumVersion": "1.0.9.0"
},
{
"Path": "Scripts/Flow/Video/Video - Downscale greater than 1080p.js",
"Name": "Video - Downscale greater than 1080p",
"Description": "If a video\u0027s resolution is greater than 1080p, this script will update the FFMPEG Builder video track with a filter\nto downscale the video to 1080p when the FFMPEG Builder Executor runs.",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Downscale greater than 720p.js",
"Name": "Video - Downscale greater than 720p",
"Description": "If a video\u0027s resolution is greater than 720p, this script will update the FFMPEG Builder video track with a filter\nto downscale the video to 720p when the FFMPEG Builder Executor runs.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Video/Video - Has Audio.js",
"Name": "Video - Has Audio",
"Description": "Checks if there is an audio track on a video file",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Applications/Sonarr/Sonarr - Get Original Language.js",
"Name": "Sonarr - Get Original Language",
"Description": "Lookups a file in Sonarr and gets its original language ISO-693-1 code for it",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Flow/Applications/Radarr/Radarr - Get Original Language.js",
"Name": "Radarr - Get Original Language",
"Description": "Lookups a file in Radarr and gets its original language ISO-693-1 code for it",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
}
],
"FunctionScripts": [
{
"Path": "Scripts/Function/File/File - Greater Than 1GB.js",
"Name": "File - Greater Than 1GB",
"Description": "Checks if a file is larger than 1 GB",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Function/Video/Video - Downscale Greater then 1080p.js",
"Name": "Video - Downscale Greater then 1080p",
"Description": "Adds a downscale filter to FFMPEG Builder any file greater than 1080p",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Function/Video/Video - Resolution.js",
"Name": "Video - Resolution",
"Description": "A switch statement for video resolution",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Function/Video/Video - Bitrate Greater Than.js",
"Name": "Video - Bitrate Greater Than",
"Description": "Checks if a video files bitrate is greater than a specific bitrate",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Function/Video/Video - Manual HandBrakeCLI.js",
"Name": "Video - Manual HandBrakeCLI",
"Description": "Custom Handbrake CLI command",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Scripts/Function/Video/Video - Manual FFMPEG.js",
"Name": "Video - Manual FFMPEG",
"Description": "Custom FFMPEG command",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
}
],
"WebhookScripts": [
{
"Path": "Scripts/Webhook/Radarr-Process.js",
"Name": "Radarr - Process",
"Description": "When a new file is added, call this webhook to process the file",
"Revision": 2,
"MinimumVersion": "1.1.1.0"
}
],
"LibraryTemplates": [
{
"Path": "Templates/Library/Books/AudioBookLibrary.json",
"Name": "Audio Book Library",
"Description": "Audio Book library that searches for common audio book files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/Books/eBookLibrary.json",
"Name": "eBook Library",
"Description": "eBook library that searches for common eBook files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/Books/ComicLibrary.json",
"Name": "Comic Library",
"Description": "Comic library that searches for common comic book files",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/General/VideoLibrary.json",
"Name": "Video Library",
"Description": "Video library that searches for common video files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/General/MusicLibrary.json",
"Name": "Music Library",
"Description": "Music library that searches for common music files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/General/ImageLibrary.json",
"Name": "Image Library",
"Description": "Image library that searches for common image files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/DVR/PlexDVR.json",
"Name": "Plex DVR",
"Description": "Library to monitor Plex DVR recordings so you can automatically convert these after they have completed.",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/DownloadClients/SABnzbdVideos.json",
"Name": "SABnzbd Videos",
"Description": "Library to monitor a \u0022complete\u0022 downloads directory from SABnzbd.\n\nThis library can then use a flow to convert videos into a target format, and place those videos in destination folder e.g. \u0022converted\u0022.\n\nThe application that instructed SABnzbd to do the download can monitor the \u0022converted\u0022 folder for completed files.",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/DownloadClients/SABnzbdMusic.json",
"Name": "SABnzbd Music",
"Description": "Library to monitor a \u0022complete\u0022 downloads directory from SABnzbd.\n\nThis library can then use a flow to convert music into a target format, and place those music files in destination folder e.g. \u0022converted\u0022.\n\nThe application that instructed SABnzbd to do the download can monitor the \u0022converted\u0022 folder for completed files.",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Library/DownloadClients/Samples-Trailers-Previews.json",
"Name": "Samples/Trailers/Previews",
"Description": "Finds any sample, trailers, or preview video files in a directory so you can delete them if necassary.\nUseful for a matching \u0027SABnzbd Videos\u0027 library so the folder can be cleanly deleted after the main file is processed.",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
}
],
"FlowTemplates": [
{
"Path": "Templates/Flow/Image/ConvertImage.json",
"Name": "Convert Image",
"Description": "A flow that converts images",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Image/ResizeImage.json",
"Name": "Resize Image",
"Description": "A flow to resize image files",
"Revision": 1,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Image/ImageFile.json",
"Name": "Image File",
"Description": "A blank Image template with a single \u0022Image File\u0022 input node.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Books/ConvertComic.json",
"Name": "Convert Comic",
"Description": "A flow that will convert a comic books from CBR, CBZ, CB7, PDF, GZ, BZ2 to either CBZ or PDF",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Basic/Folder.json",
"Name": "Folder",
"Description": "A blank folder template with a single \u0022Input Folder\u0022 input node.\nNOTE: This template should only be used to process a Folder instead of Files. Processing a Folder has processing limitations as the Folder is being processed and not files contained in that folder.\nFor example you cannot convert a Folder to a MP3 or to a different Video format. You can however zip a folder.",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Basic/File.json",
"Name": "File",
"Description": "A blank file template with a single \u0022Input File\u0022 input node.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Basic/Failure.json",
"Name": "Flow Failure",
"Description": "A flow that will be executed when a Flow fails unexpectedly.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Video/VideoFile.json",
"Name": "Video File",
"Description": "A blank Video template with a single \u0022Video File\u0022 input node.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Video/ConvertVideoToAudio.json",
"Name": "Convert Video to Audio",
"Description": "A flow that will convert audio from a video file into a audio file",
"Revision": 3,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Video/ConvertVideo.json",
"Name": "Convert Video",
"Description": "A flow that will convert a video file",
"Revision": 14,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Audio/AudioFile.json",
"Name": "Audio File",
"Description": "A blank Audio template with a single \u0022Audio File\u0022 input node.",
"Revision": 2,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Audio/ConvertAudioToVideo.json",
"Name": "Convert Audio to Video",
"Description": "Convert an audio file into a video file generated a visualization of the audio.\nSee the [Audio To Video](https://docs.fileflows.com/plugins/video-nodes/audio-to-video) node for more information",
"Revision": 5,
"MinimumVersion": "1.0.0.0"
},
{
"Path": "Templates/Flow/Audio/ConvertAudio.json",
"Name": "Convert Audio",
"Description": "Will convert audio files to the specified format and replace the original file.",
"Revision": 4,
"MinimumVersion": "1.0.0.0"
}
]
}