Skip to content

Commit 99156c3

Browse files
authored
Merge pull request #215 from HaveAGitGat/dev
1.109
2 parents 545d705 + 63ff559 commit 99156c3

File tree

13 files changed

+284
-276
lines changed

13 files changed

+284
-276
lines changed

imports/ui/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const tabs = [
3838
export default AppRouter = () => {
3939
const [basePath, setBasePath] = React.useState("");
4040
const [currentVersion, setVersion] = React.useState("");
41-
const [newVersion, setNewVersion] = React.useState(1.108);
41+
const [newVersion, setNewVersion] = React.useState(1.109);
4242
const [showUpdateScreen, setShowUpdateScreen] = React.useState(false);
4343

4444
toggleConsole = () => {

imports/ui/libraries/tab_Libraries.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -994,17 +994,17 @@ class App extends Component {
994994

995995
<p>
996996
When using FFmpeg, you need to separate the input and
997-
output parameters with a comma. FFmpeg Examples:
997+
output parameters with {'<io>'}. FFmpeg Examples:
998998
</p>
999999

1000-
<p>-r 1,-r 24</p>
1001-
<p>,-sn -c:v copy -c:a copy</p>
1000+
<p>-r 1{'<io>'}-r 24</p>
1001+
<p>{'<io>'}-sn -c:v copy -c:a copy</p>
10021002
<p>
1003-
,-c:v lib265 -crf 23 -ac 6 -c:a aac -preset veryfast
1003+
{'<io>'}-c:v lib265 -crf 23 -ac 6 -c:a aac -preset veryfast
10041004
</p>
1005-
<p>,-map 0 -c copy -c:v libx265 -c:a aac</p>
1005+
<p>{'<io>'}-map 0 -c copy -c:v libx265 -c:a aac</p>
10061006
<p>
1007-
-c:v h264_cuvid,-c:v hevc_nvenc -preset slow -c:a copy
1007+
-c:v h264_cuvid{'<io>'}-c:v hevc_nvenc -preset slow -c:a copy
10081008
</p>
10091009

10101010
<p>

imports/ui/libraries/tab_Libraries_Folder.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,9 @@ class Folder extends Component {
13141314
}
13151315
>
13161316
<p> Transcode cache:</p>
1317+
<br/>
1318+
<p>Files will be transcoded into the transcode cache. Completed files will then be moved to library/output folder.</p>
1319+
<br/>
13171320

13181321
<input
13191322
type="text"

imports/ui/plugins/pluginTemplates/Action/TranscodeCustom.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ export default class App extends Component {
108108

109109
<p>
110110
When using FFmpeg, you need to separate the input and output
111-
parameters with a comma. FFmpeg Examples:
111+
parameters with {'<io>'}. FFmpeg Examples:
112112
</p>
113113

114-
<p>-r 1,-r 24</p>
115-
<p>,-sn -c:v copy -c:a copy</p>
116-
<p>,-c:v lib265 -crf 23 -ac 6 -c:a aac -preset veryfast</p>
117-
<p>,-map 0 -c copy -c:v libx265 -c:a aac</p>
118-
<p>-c:v h264_cuvid,-c:v hevc_nvenc -preset slow -c:a copy</p>
114+
<p>-r 1{'<io>'}-r 24</p>
115+
<p>{'<io>'}-sn -c:v copy -c:a copy</p>
116+
<p>{'<io>'}-c:v lib265 -crf 23 -ac 6 -c:a aac -preset veryfast</p>
117+
<p>{'<io>'}-map 0 -c copy -c:v libx265 -c:a aac</p>
118+
<p>-c:v h264_cuvid{'<io>'}-c:v hevc_nvenc -preset slow -c:a copy</p>
119119

120120
<p>Please see the following for help with creating FFmpeg commands:</p>
121121

imports/ui/tab_Dev.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,25 @@ export default class App extends Component {
9191
<LatestDevNotes />
9292
<p>
9393
{" "}
94+
Beta v1.108 release [18th April 2020]:
95+
<br />
96+
Changes:
97+
<br />
98+
-[New] Add default plugins to new libraries
99+
<br />
100+
-[Improvement] Check other properties to calculate bitrate
101+
<br />
102+
-[Improvement] Reduce worker spawn rate
103+
<br />
104+
-[Improvement] Change process priority from "Below normal" to "Low"
105+
when switch enabled (Win)
106+
<br />
107+
-[Fix] Prevent folder watcher re-adding already scanned files
108+
<br />
109+
<br />
110+
</p>
111+
<p>
112+
{" "}
94113
Beta v1.107 release [4th April 2020]:
95114
<br />
96115
Changes:

imports/ui/tab_Dev_latest.jsx

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,60 @@ export default class App extends Component {
1111
return (
1212
<div>
1313
<p>
14+
15+
IMPORTANT:
16+
<br />
17+
On Sunday 24th May 2020 the 'tdarr' container will be replaced with the 'tdarr_aio' container as the
18+
tdarr container does not provide much benefit but makes things increasingly difficult as Tdarr
19+
development progresses. It's also confusing for new users to have a selection of containers.
20+
<br />
21+
After 24th May 2020, both the tdarr and tdarr_aio containers will be the SAME but all documentation will direct new
22+
users to download the new 'tdarr' container. Existing tdarr_aio users can continue using that container (tdarr_aio) and will receive updates.
23+
<br />
24+
Current 'tdarr' container users will need to create a Tdarr backup (on the 'Backups' tab) and then restore the backup once they've set up the new 'tdarr'
25+
container on/after 24th May 2020.
26+
<br />
27+
<br />
28+
In summary:
29+
<br />
30+
Pre 24th May 2020:
31+
<br />
32+
tdarr - Alpine image with MongoDB needed separately
33+
<br />
34+
tdarr_aio - all-in-one Ubuntu image with MongoDB inside and hardware transcoding
35+
<br />
36+
<br />
37+
Post 24th May 2020:
38+
<br />
39+
tdarr - all-in-one Ubuntu image with MongoDB inside and hardware transcoding
40+
<br />
41+
tdarr_aio - all-in-one Ubuntu image with MongoDB inside and hardware transcoding
42+
<br />
43+
<br />
44+
Please use the channels on the 'Help' tab if you have any questions
45+
46+
47+
48+
<br />
49+
<br />
1450
{" "}
15-
Beta v1.108 release [18th April 2020]:
51+
Beta v1.109 release [17th May 2020]:
1652
<br />
1753
Changes:
1854
<br />
19-
-[New] Add default plugins to new libraries
55+
-[New] Added health check and transcode cache description
56+
<br />
57+
-[New] More errors detected during thorough health check
58+
<br />
59+
-[New] Health check will be skipped if both options (Quick/Thorough) unchecked
2060
<br />
21-
-[Improvement] Check other properties to calculate bitrate
61+
-[New] Queue files for transcode even if they've failed reading with FFprobe
2262
<br />
23-
-[Improvement] Reduce worker spawn rate
63+
-[New] More comprehensive logging system
2464
<br />
25-
-[Improvement] Change process priority from "Below normal" to "Low"
26-
when switch enabled (Win)
65+
-[New] Clearer UI for how to edit library titles
2766
<br />
28-
-[Fix] Prevent folder watcher re-adding already scanned files
67+
-[New] Split FFmpeg input and output args with {'<io>'} to prevent issues when FFmpeg command contains commas
2968
<br />
3069
<br />
3170
</p>

0 commit comments

Comments
 (0)