Skip to content

Commit

Permalink
more sane defaults for the textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn9499 committed Apr 30, 2023
1 parent c10bdaa commit 48dd342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/MainWindow.xaml
Original file line number Diff line number Diff line change
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=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"/>
<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; &amp; chmod -R 777 ./ " 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

0 comments on commit 48dd342

Please sign in to comment.