-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f26b253
commit 8663af7
Showing
50 changed files
with
772 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
File,Lines (% total),Code Lines,% Code,Comment Lines,% Comment,Blank Lines,% Blank | ||
MDRPDebugTool.js,11 (100.0%),9,81.8%,0,0.0%,2,18.2% | ||
Program.cs,1294 (99.2%),1084,83.8%,63,4.9%,147,11.4% | ||
Program.cs,1306 (99.2%),1099,84.2%,60,4.6%,147,11.3% | ||
AssemblyInfo.cs,36 (2.7%),15,41.7%,17,47.2%,4,11.1% | ||
FindGroove.bat,62 (4.4%),38,61.3%,1,1.6%,23,37.1% | ||
FindSpotify.bat,54 (3.7%),33,61.1%,1,1.9%,20,37.0% | ||
FindWMP.bat,54 (3.5%),33,61.1%,1,1.9%,20,37.0% | ||
KillHidden.bat,3 (0.2%),2,66.7%,0,0.0%,1,33.3% | ||
LinkWithGroove.bat,53 (3.5%),34,64.2%,2,3.8%,17,32.1% | ||
LinkWithSpotify.bat,51 (3.3%),33,64.7%,2,3.9%,16,31.4% | ||
RunHidden.bat,12 (0.8%),7,58.3%,0,0.0%,5,41.7% | ||
UnlinkFromGroove.bat,22 (1.4%),15,68.2%,0,0.0%,7,31.8% | ||
UnlinkFromSpotify.bat,22 (1.4%),15,68.2%,0,0.0%,7,31.8% | ||
Album.cs,66 (3.9%),49,74.2%,8,12.1%,9,13.6% | ||
JsonResponse.cs,100 (5.6%),90,90.0%,1,1.0%,9,9.0% | ||
Music_DRP_Launcher.bat,61 (3.3%),41,67.2%,19,31.1%,1,1.6% | ||
Total,1847,1465,0.8,114,0.1,268,0.1 | ||
LinkSystemStartAndMDRP.bat,17 (1.1%),11,64.7%,0,0.0%,6,35.3% | ||
LinkWithGroove.bat,53 (3.3%),34,64.2%,2,3.8%,17,32.1% | ||
LinkWithSpotify.bat,51 (3.1%),33,64.7%,2,3.9%,16,31.4% | ||
LinkWithWMP.bat,51 (3.0%),33,64.7%,2,3.9%,16,31.4% | ||
RunHidden.bat,12 (0.7%),7,58.3%,0,0.0%,5,41.7% | ||
UnlinkFromGroove.bat,22 (1.3%),15,68.2%,0,0.0%,7,31.8% | ||
UnlinkFromSpotify.bat,22 (1.3%),15,68.2%,0,0.0%,7,31.8% | ||
UnlinkFromSystemStart.bat,21 (1.2%),14,66.7%,0,0.0%,7,33.3% | ||
UnlinkFromWMP.bat,22 (1.2%),15,68.2%,0,0.0%,7,31.8% | ||
delete_sensitive_files.bat,1 (0.1%),1,100.0%,0,0.0%,0,0.0% | ||
Album.cs,66 (3.5%),49,74.2%,8,12.1%,9,13.6% | ||
JsonResponse.cs,100 (5.1%),90,90.0%,1,1.0%,9,9.0% | ||
LangHelper.cs,147 (7.0%),139,94.6%,0,0.0%,8,5.4% | ||
Music_DRP_Launcher.bat,71 (3.3%),49,69.0%,21,29.6%,1,1.4% | ||
Total,2182,1734,0.8,116,0.1,332,0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|Lang (# files)|Lines (% total)|Code Lines|% Code|Comment Lines|% Comments|Blank Lines|% Blank| | ||
| --- | --- | --- | --- | --- | --- | --- | --- | | ||
|[c#](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/c%23/lines_descending.md) (4)|1496 (81.0%)|1238|82.8%|89|5.9%|169|11.3%| | ||
|[batch](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/batch/lines_descending.md) (9)|340 (18.4%)|218|64.1%|25|7.4%|97|28.5%| | ||
|[javascript](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/javascript/lines_descending.md) (1)|11 (0.6%)|9|81.8%|0|0.0%|2|18.2%| | ||
|[c#](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/c%23/lines_descending.md) (5)|1655 (75.8%)|1392|84.1%|86|5.2%|177|10.7%| | ||
|[batch](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/batch/lines_descending.md) (15)|516 (23.6%)|333|64.5%|30|5.8%|153|29.7%| | ||
|[javascript](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/javascript/lines_descending.md) (1)|11 (0.5%)|9|81.8%|0|0.0%|2|18.2%| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
|
||
|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | ||
| --- | --- | --- | --- | --- | --- | --- | --- | | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.9%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|61 (17.9%)|41|67.2%|19|31.1%|1|1.6%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (3.5%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (15.0%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (15.6%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (15.9%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (18.2%)|38|61.3%|1|1.6%|23|37.1%| | ||
|Average |37.8|24.2|X|2.8|X|10.8|X| | ||
|Total (9)|340|218|64.1%|25| 7.4%|97|28.5%| | ||
|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|71 (13.8%)|49|69.0%|21|29.6%|1|1.4%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (2.3%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.1%)|14|66.7%|0|0.0%|7|33.3%| | ||
|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.3%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (12.0%)|38|61.3%|1|1.6%|23|37.1%| | ||
|Average |34.4|22.2|X|2.0|X|10.2|X| | ||
|Total (15)|516|333|64.5%|30| 5.8%|153|29.7%| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
|
||
|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | ||
| --- | --- | --- | --- | --- | --- | --- | --- | | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (18.2%)|38|61.3%|1|1.6%|23|37.1%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (15.9%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (15.6%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (15.0%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (3.5%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.9%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|61 (17.9%)|41|67.2%|19|31.1%|1|1.6%| | ||
|Average |37.8|24.2|X|2.8|X|10.8|X| | ||
|Total (9)|340|218|64.1%|25| 7.4%|97|28.5%| | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (12.0%)|38|61.3%|1|1.6%|23|37.1%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.3%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.1%)|14|66.7%|0|0.0%|7|33.3%| | ||
|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (2.3%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|71 (13.8%)|49|69.0%|21|29.6%|1|1.4%| | ||
|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| | ||
|Average |34.4|22.2|X|2.0|X|10.2|X| | ||
|Total (15)|516|333|64.5%|30| 5.8%|153|29.7%| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
|
||
|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | ||
| --- | --- | --- | --- | --- | --- | --- | --- | | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.9%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (3.5%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (6.5%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (15.9%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (15.0%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (15.6%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (18.2%)|38|61.3%|1|1.6%|23|37.1%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|61 (17.9%)|41|67.2%|19|31.1%|1|1.6%| | ||
|Average |37.8|24.2|X|2.8|X|10.8|X| | ||
|Total (9)|340|218|64.1%|25| 7.4%|97|28.5%| | ||
|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| | ||
|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| | ||
|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|12 (2.3%)|7|58.3%|0|0.0%|5|41.7%| | ||
|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| | ||
|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.1%)|14|66.7%|0|0.0%|7|33.3%| | ||
|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.3%)|15|68.2%|0|0.0%|7|31.8%| | ||
|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.5%)|33|61.1%|1|1.9%|20|37.0%| | ||
|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.9%)|33|64.7%|2|3.9%|16|31.4%| | ||
|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.3%)|34|64.2%|2|3.8%|17|32.1%| | ||
|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (12.0%)|38|61.3%|1|1.6%|23|37.1%| | ||
|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|71 (13.8%)|49|69.0%|21|29.6%|1|1.4%| | ||
|Average |34.4|22.2|X|2.0|X|10.2|X| | ||
|Total (15)|516|333|64.5%|30| 5.8%|153|29.7%| |
Oops, something went wrong.