-fix missing tag for japanese metadata
-fix invalid data progressing (video longer than 100%)
This commit is contained in:
hama3254 2020-08-27 14:01:05 +02:00
parent 538b3c98a8
commit c6a940d3c0
10 changed files with 33 additions and 0 deletions

Binary file not shown.

View File

@ -351,6 +351,9 @@ Public Class CRD_List_Item
Dim DownloadFinished As Double = ZeitFertigInteger * bitrateInt / 8
Dim percent As Integer = ZeitFertigInteger / ZeitGesamtInteger * 100
Me.Invoke(New Action(Function()
If percent > 100 Then
percent = 100
End If
ProgressBar1.Value = percent
Label_percent.Text = Math.Round(DownloadFinished, 2, MidpointRounding.AwayFromZero).ToString + "MB/" + Math.Round(FileSize, 2, MidpointRounding.AwayFromZero).ToString + "MB " + percent.ToString + "%"
Return Nothing

View File

@ -1061,6 +1061,8 @@ Public Class Main
Return "ita"
ElseIf HardSub = "esES" Then
Return "spa"
ElseIf HardSub = "jaJP" Then
Return "jpn"
End If
Return "chi"

View File

@ -28,6 +28,34 @@
<body id="bodypage" class="main-bg" >
<img alt="image error" src="balken.png" class="class-balken">
<div class="div-episode">
<img alt="image error" src="https://img1.ak.crunchyroll.com/i/spire1-tmb/81d99ae7d61c73d9c443b963424740621475364399_fwide.jpg" class="imagestyle">
<div>
<span class="titel" dir="auto">Aooni The Blue Monster <br> Folge 1</span>
<div class="progressbar">
<div class="progressbar-value" style="width:100%"></div>
</div>
<span dir="auto" class='percenttext'>Finsihed - 80,84MB</span>
<div>
<br>
<span dir="auto" class="resotext">1080p</span>
<a href="#" class="cc-wert" title="Softsubs:
"> <img alt="image error" src="cc.png" class="class-cc">English</a>
</div>
</div>
</div>
<img alt="image error" src="balken.png" class="class-balken"><!-- Aooni The Blue Monster Folge 1-->
<script>
setInterval(function loadXMLDoc() {