Skip to content

Commit

Permalink
Opus GUI v1.13: Updated Google Drive API
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed May 30, 2019
1 parent ea6b317 commit b2b98fa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Opus GUI
A GUI to encode music files into Opus.

![v1.12.2 Screenshot](https://moisescardona.me/wp-content/uploads/2019/05/Opus-GUI-v1.12.2.png)
![v1.12.3 Screenshot](https://moisescardona.me/wp-content/uploads/2019/05/Opus-GUI-v1.12.3.png)

It allows you to encode files to Opus using the following encoding methods:

Expand Down
2 changes: 1 addition & 1 deletion opus_gui/Form1.Designer.vb

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

7 changes: 7 additions & 0 deletions opus_gui/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,11 @@
Dim gdriveForm As New GoogleDriveForm With {.Owner = Me}
gdriveForm.Show()
End Sub

Private Sub Form1_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown
If e.KeyValue = Keys.F5 Then
GetOpusencVersion()
GetFFmpegVersion()
End If
End Sub
End Class
4 changes: 2 additions & 2 deletions opus_gui/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.12.2.0")>
<Assembly: AssemblyFileVersion("1.12.2.0")>
<Assembly: AssemblyVersion("1.12.3.0")>
<Assembly: AssemblyFileVersion("1.12.3.0")>
4 changes: 2 additions & 2 deletions opus_gui/opus_gui.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<Reference Include="Google.Apis.Core, Version=1.40.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.40.0\lib\net45\Google.Apis.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Drive.v3, Version=1.40.0.1594, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Drive.v3.1.40.0.1594\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
<Reference Include="Google.Apis.Drive.v3, Version=1.40.0.1608, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Drive.v3.1.40.0.1608\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices, Version=1.40.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.40.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion opus_gui/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="Google.Apis" version="1.40.0" targetFramework="net472" />
<package id="Google.Apis.Auth" version="1.40.0" targetFramework="net472" />
<package id="Google.Apis.Core" version="1.40.0" targetFramework="net472" />
<package id="Google.Apis.Drive.v3" version="1.40.0.1594" targetFramework="net472" />
<package id="Google.Apis.Drive.v3" version="1.40.0.1608" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
</packages>

0 comments on commit b2b98fa

Please sign in to comment.