Skip to content

Commit

Permalink
fixed the command issues
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn9499 committed Aug 15, 2020
1 parent da6a454 commit 47d06c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/MainWindow.xaml
Expand Up @@ -60,7 +60,7 @@
<TextBox x:Name="tbRemotePath" HorizontalAlignment="Left" Margin="10,370,0,0" Text="TextBox" TextWrapping="Wrap" VerticalAlignment="Top" Width="406"/>
<Button x:Name="btnFindLocalPathDirectory" Content="Find Path" HorizontalAlignment="Left" Margin="133,291,0,0" VerticalAlignment="Top" Click="btnFindLocalPathDirectory_Click"/>
<Label Content="Command: (variables as follows)" HorizontalAlignment="Left" Margin="10,21,0,0" VerticalAlignment="Top"/>
<TextBox x:Name="tbCommand" HorizontalAlignment="Left" Text="/usr/bin/m4b-tool merge --adjust-for-ipod --jobs=4 --ffmpeg-threads=16 --force --name=%Name% --artist=%outputName% --album=%Album% --year=%Year% --genre=%Genre% --writer=%Writer% './'" TextWrapping="Wrap" VerticalAlignment="Top" Width="760" Height="40" Margin="10,234,0,0"/>
<TextBox x:Name="tbCommand" HorizontalAlignment="Left" Text="/usr/bin/m4b-tool merge --adjust-for-ipod --jobs=32 --ffmpeg-threads=16 --force --name=&quot;%Name%&quot; --artist=&quot;%Artist%&quot; --album=&quot;%Album%&quot; --year=&quot;%Year%&quot; --genre=&quot;%Genre%&quot; --writer=&quot;%Writer%&quot; './' --output-file=&quot;%outputName%&quot;" TextWrapping="Wrap" VerticalAlignment="Top" Width="760" Height="40" Margin="10,234,0,0"/>
<Label Content="'%Name%' being name" HorizontalAlignment="Left" Margin="10,47,0,0" VerticalAlignment="Top"/>
<Label Content="'%outputName%' being Output Name" HorizontalAlignment="Left" Margin="10,73,0,0" VerticalAlignment="Top"/>
<Label Content="'%Album%' Being Album" HorizontalAlignment="Left" Margin="10,125,0,0" VerticalAlignment="Top"/>
Expand Down
6 changes: 3 additions & 3 deletions ProcessAudiobooks-UI/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/Properties/Settings.settings
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="remoteCommand" Type="System.String" Scope="User">
<Value Profile="(Default)">/usr/bin/m4b-tool merge --adjust-for-ipod --jobs=4 --ffmpeg-threads=16 --force --name=%Name% --artist=%outputName% --album=%Album% --year=%Year% --genre=%Genre% --writer=%Writer% './'</Value>
<Value Profile="(Default)">/usr/bin/m4b-tool merge --adjust-for-ipod --jobs=32 --ffmpeg-threads=16 --force --name="%Name%" --artist="%Artist%" --album="%Album%" --year="%Year%" --genre="%Genre%" --writer="%Writer%" './' --output-file="%outputName%"</Value>
</Setting>
<Setting Name="sshConnectDetails" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand Down

0 comments on commit 47d06c3

Please sign in to comment.