You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imports/ui/libraries/tab_Libraries.jsx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ class App extends Component {
63
63
folder:"",
64
64
folderValid:true,
65
65
foldersToIgnore:"",
66
+
folderWatchScanInterval:30,
66
67
cache:"",
67
68
cacheValid:true,
68
69
output:"",
@@ -812,7 +813,7 @@ class App extends Component {
812
813
813
814
<p>Provide a base folder path and the folder browser will show subfolders which you can navigate to using the buttons.</p>
814
815
815
-
<imgsrc="https://i.imgur.com/vyp7fle.png"/>
816
+
<imgsrc="/images/example_folder_browser.png"/>
816
817
817
818
<p>'Scan (Find new)' does 2 things - it removes files from the database which don't exist anymore, and adds newly detected files. Turn on 'Folder watch' to automate this process. New files will be scanned for every 30 seconds or so.</p>
818
819
<p>All new files will be added to both the transcode queues and the health check queues. If you're not interested in using one or the other, then just make sure not to fire up any workers for that respective queue.</p>
@@ -823,7 +824,7 @@ class App extends Component {
823
824
<p>In the library transcode settings, you can either use plugins or manually set either video file or audio file transcode settings.</p>
824
825
825
826
<p>You can stack plugins but this will increase the number of transcode/remux passes on a file. It's best to use/create a plugin which can do what you need all at once.</p>
826
-
<imgsrc="https://i.imgur.com/yGmb9Rn.png"/>
827
+
<imgsrc="/images/example_plugin_stack.png"/>
827
828
828
829
829
830
<p>See the plugins tab for plugins info on creating a plugin.</p>
@@ -842,7 +843,7 @@ class App extends Component {
842
843
843
844
<p>Please see the following for help with creating FFmpeg commands:</p>
0 commit comments