diff --git a/DiscordPresenceConfig.ini b/DiscordPresenceConfig.ini index 72617ba..491f157 100644 --- a/DiscordPresenceConfig.ini +++ b/DiscordPresenceConfig.ini @@ -1,14 +1,3 @@ -music.ui=true=807774172574253056 -spotify=true=802222525110812725 -musicbee=true=820837854385012766 -microsoft.media.player=true=807774172574253056 -wmplayer=true=807774172574253056 -wavelink=true=927328178618376212 -tidal=true=922625678271197215 -amazon music=true=808571949227049000 -mediamonkeyengine=true=1096929771511873587 -foobar2000=true=1009193842211299428 - verbose=false debug missing player=false #spotify-style-rp: diff --git a/MDRP/Program.cs b/MDRP/Program.cs index 946acfc..b4602a4 100644 --- a/MDRP/Program.cs +++ b/MDRP/Program.cs @@ -21,7 +21,7 @@ namespace MDRP internal partial class Program { public static LangHelper langHelper = new LangHelper(); - public const string Version = "1.7.3"; + public const string Version = "1.8.0"; public const string Github = "https://github.com/jojo2357/Music-Discord-Rich-Presence"; public static readonly string Title = langHelper.get(LocalizableStrings.MDRP_FULL); private const int titleLength = 64; @@ -34,20 +34,9 @@ internal partial class Program new Uri("https://api.github.com/repos/jojo2357/Music-Discord-Rich-Presence/releases/latest"); //Player Name, client - private static readonly Dictionary DefaultClients = + private static Dictionary DefaultClients = new Dictionary { - { "music.ui", new DiscordRpcClient("807774172574253056", autoEvents: false) }, - { "microsoft.media.player", new DiscordRpcClient("807774172574253056", autoEvents: false) }, - { "wmplayer", new DiscordRpcClient("807774172574253056", autoEvents: false) }, - { "musicbee", new DiscordRpcClient("820837854385012766", autoEvents: false) }, - { "spotify", new DiscordRpcClient("802222525110812725", autoEvents: false) }, - { "tidal", new DiscordRpcClient("922625678271197215", autoEvents: false) }, - { "tidalplayer", new DiscordRpcClient("922625678271197215", autoEvents: false) }, - { "wavelink", new DiscordRpcClient("927328178618376212", autoEvents: false) }, - { "amazon music", new DiscordRpcClient("807774172574253056", autoEvents: false) }, - { "mediamonkeyengine", new DiscordRpcClient("1096929771511873587", autoEvents: false) }, - { "foobar2000", new DiscordRpcClient("1009193842211299428", autoEvents: false) }, { "", new DiscordRpcClient("821398156905283585", autoEvents: false) } }; @@ -69,115 +58,26 @@ internal partial class Program //ID, process name //process name, enabled y/n - private static readonly Dictionary EnabledClients = new Dictionary - { - { "music.ui", true } - }; + private static readonly Dictionary EnabledClients = new Dictionary(); - private static readonly Dictionary PlayerColors = new Dictionary - { - { "music.ui", ConsoleColor.Blue }, - { "microsoft.media.player", ConsoleColor.Blue }, - { "wmplayer", ConsoleColor.Blue }, - { "spotify", ConsoleColor.DarkGreen }, - { "musicbee", ConsoleColor.Yellow }, - { "tidal", ConsoleColor.Gray }, - { "tidalplayer", ConsoleColor.Gray }, - { "wavelink", ConsoleColor.DarkBlue }, - { "amazon music", ConsoleColor.Gray }, - { "foobar2000", ConsoleColor.DarkCyan}, - {"mediamonkeyengine", ConsoleColor.Yellow} - }; + private static Dictionary PlayerColors = new Dictionary(); private static string _presenceDetails = string.Empty; - private static readonly string[] ValidPlayers = - { - "music.ui", "spotify", "musicbee", "microsoft.media.player", "wmplayer", "tidal", "tidalplayer", "wavelink", "amazon music", "foobar2000", "mediamonkeyengine" - }; + private static List ValidPlayers = new List(); private static readonly string[] RequiresPipeline = { "musicbee" }; //For use in settings - private static readonly Dictionary Aliases = new Dictionary - { - { "musicbee", "Music Bee" }, - { "spotify", "Spotify Music" }, - { "groove", "Groove Music Player" }, - { "microsoft.media.player", "Windows Media Player" }, - { "wmplayer", "Windows Media Player" }, - { "music.ui", "Groove Music Player" }, - { "tidal", "Tidal Music" }, - { "tidalplayer", "Tidal Music" }, - { "wavelink", "Wave Link" }, - { "amazon music", "Amazon Music" }, - { "foobar2000", "FooBar2000"}, - { "mediamonkeyengine", "MediaMonkey5"} - }; - - private static readonly Dictionary BigAssets = new Dictionary - { - { "musicbee", "https://cdn.discordapp.com/app-assets/820837854385012766/820838584617009222.png" }, - { "music.ui", "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" }, - { "amazon music", "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" }, - { - "microsoft.media.player", - "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" - }, - { "spotify", "https://cdn.discordapp.com/app-assets/802222525110812725/802222954821582869.png" }, - { "tidal", "https://cdn.discordapp.com/app-assets/922625678271197215/978018192393920562.png" }, - { "tidalplayer", "https://cdn.discordapp.com/app-assets/922625678271197215/978018192393920562.png" }, - { "wavelink", "https://cdn.discordapp.com/app-assets/927328178618376212/927329727180574760.png" }, - { "foobar2000", "https://cdn.discordapp.com/app-assets/1009193842211299428/1009196080853950464.png" }, - {"mediamonkeyengine", "https://cdn.discordapp.com/app-assets/1096929771511873587/1096930933325713519.png"} - }; - - //might just combine these later - private static readonly Dictionary LittleAssets = new Dictionary - { - { "musicbee", "https://cdn.discordapp.com/app-assets/820837854385012766/820838635703500810.png" }, - { "music.ui", "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" }, - { "amazon music", "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" }, - { - "microsoft.media.player", - "https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png" - }, - { "spotify", "https://cdn.discordapp.com/app-assets/802222525110812725/802222992683827200.png" }, - { "tidal", "https://cdn.discordapp.com/app-assets/922625678271197215/978018192637198406.png" }, - { "tidalplayer", "https://cdn.discordapp.com/app-assets/922625678271197215/978018192637198406.png" }, - { "wavelink", "https://cdn.discordapp.com/app-assets/927328178618376212/927329727218319410.png" }, - { "foobar2000", "https://cdn.discordapp.com/app-assets/1009193842211299428/1009196080950423563.png" }, - {"mediamonkeyengine", "https://cdn.discordapp.com/app-assets/1096929771511873587/1096930933325713519.png"} - }; - - private static readonly Dictionary Whatpeoplecallthisplayer = new Dictionary - { - { "musicbee", "Music Bee" }, - { "music.ui", "Groove Music" }, - { "microsoft.media.player", "Windows Media Player" }, - { "wmplayer", "Windows Media Player" }, - { "spotify", "Spotify" }, - { "tidal", "Tidal Music" }, - { "tidalplayer", "Tidal Music" }, - { "wavelink", "Wave Link" }, - { "amazon music", "Amazon Music" }, - { "foobar2000", "FooBar2000"}, - {"mediamonkeyengine", "MediaMonkey5"} - }; - - private static readonly Dictionary InverseWhatpeoplecallthisplayer = - new Dictionary - { - { "musicbee", "musicbee" }, - { "groove", "music.ui" }, - { "Microsoft.Media.Player", "microsoft.media.player" }, - { "spotify", "spotify" }, - { "Tidal Music", "tidal" }, - { "Wave Link", "wavelink" }, - { "Amazon Music", "anazon music" }, - { "FooBar2000", "foobar2000"}, - {"MediaMonkey5", "mediamonkeyengine"} - }; + private static Dictionary Aliases = new Dictionary (); + + private static Dictionary BigAssets = new Dictionary(); + + private static Dictionary LittleAssets = new Dictionary(); + + private static Dictionary Whatpeoplecallthisplayer = new Dictionary(); + + private static Dictionary InverseWhatpeoplecallthisplayer = new Dictionary(); private static readonly string defaultPlayer = "groove"; private static readonly int timeout_seconds = 60; @@ -1266,6 +1166,80 @@ private static bool IsUsingAudio() private static void LoadSettings() { + try + { + string[] lines = File.ReadAllLines("../../../SupportedPlayers.dat"); + int iterator = 0; + foreach (string line in lines) + { + iterator++; + if (!line.StartsWith("#") && !string.IsNullOrWhiteSpace(line)) + { + string[] explodedLine = Regex.Split(line, @"=="); + if (explodedLine.Length != 6) + { + Functions.SendToDebugServer("Invalid formatting on line " + iterator + ". Please follow the format 'executable name==display name==enabled==discord application id==console color==asset link'"); + } + else + { + try + { + if (bool.Parse(explodedLine[2])) + { + //Format: executable name==display name==enabled==discord application id==console color==asset link + string execName = explodedLine[0]; + if (!EnabledClients.ContainsKey(execName)) + { + string displayName = explodedLine[1]; + string appid = explodedLine[3]; + ConsoleColor color; + if (Enum.IsDefined(typeof(ConsoleColor), explodedLine[4])) + { + color = + (ConsoleColor)Enum.Parse(typeof(ConsoleColor), explodedLine[4], true); + } + else + { + Functions.SendToDebugServer("The color '" + explodedLine[4] + + "' is not a valid ConsoleColor in C#. Defaulting to ConsoleColor.Gray"); + color = ConsoleColor.Gray; + } + + string assetLink = explodedLine[5]; + + EnabledClients.Add(execName, explodedLine[2].ToLower() == "true"); + DefaultClients.Add(execName, new DiscordRpcClient(appid, autoEvents: false)); + PlayerColors.Add(execName, color); + Aliases.Add(execName, displayName); + BigAssets.Add(execName, assetLink); + LittleAssets.Add(execName, assetLink); + Whatpeoplecallthisplayer.Add(execName, displayName); + if (!InverseWhatpeoplecallthisplayer.ContainsKey(displayName)) + InverseWhatpeoplecallthisplayer.Add(displayName, execName); + ValidPlayers.Add(execName); + } + else + { + Functions.SendToDebugServer("Duplicated executable on line " + iterator + ", skipping"); + } + } + } + + catch (Exception e) + { + Functions.SendToDebugServer(e); + Functions.SendToDebugServer("Invalid formatting on line " + iterator + + ". Please follow the format 'executable name==display name==enabled==discord application id==console color==asset link'"); + } + } + } + } + } + catch (Exception e) + { + Functions.SendToDebugServer("SupportedPlayers.dat could not be found"); + Functions.SendToDebugServer(e); + } try { string[] lines = File.ReadAllLines("../../../DiscordPresenceConfig.ini"); @@ -1276,6 +1250,7 @@ private static void LoadSettings() string firstPortion = firstPortionRaw.Trim().ToLower(); string secondPortionRaw = explodedLine.Length > 1 ? explodedLine[1] : ""; string secondPortion = secondPortionRaw.Trim().ToLower(); + /* if (ValidPlayers.Contains(firstPortion)) { EnabledClients[firstPortionRaw] = secondPortion == "true"; @@ -1292,7 +1267,7 @@ private static void LoadSettings() DefaultClients[InverseWhatpeoplecallthisplayer[firstPortionRaw]] = new DiscordRpcClient(explodedLine[2], autoEvents: false); } - else if (firstPortion == "verbose" && explodedLine.Length > 1) + else */if (firstPortion == "verbose" && explodedLine.Length > 1) { ScreamAtUser = secondPortion == "true"; } @@ -1506,7 +1481,7 @@ private static void parseWildcardKeying(string[] lines) } foreach (string playerCandidate in lines[0].Split('=')[1] == "*" - ? ValidPlayers + ? ValidPlayers.ToArray() : lines[0].Split('=')[1].ToLower().Split(',')) { if (useDefaults) diff --git a/MDRP/bin/Release/MDRP.exe b/MDRP/bin/Release/MDRP.exe index 35b484c..5fc3b2d 100644 Binary files a/MDRP/bin/Release/MDRP.exe and b/MDRP/bin/Release/MDRP.exe differ diff --git a/README.MD b/README.MD index 29cb2a8..e100fa6 100644 --- a/README.MD +++ b/README.MD @@ -18,7 +18,7 @@ There may be more to come, time will tell. \* Note for Tidal, may not work for some users. Has been successfully tested on windows 10 and 11, on the free version on computers that MDRP works with either Groove or WMP. Paid versions of Tidal may experience issues, and older versions of Tidal will not work because they changed the exe name. -\*\* Very unreliable due to Amazon Music not reporting its media to WMC properly, so there is nothing that MDRP can to +\*\* Very unreliable due to Amazon Music not reporting its media to Windows Media Controls (referred to as WMC) properly, so there is nothing that MDRP can do ### If you have a version below 1.7, please refer to the [old readme](https://github.com/jojo2357/Music-Discord-Rich-Presence/blob/1.6.4/README.MD) or update your entire MDRP installation from scratch @@ -29,6 +29,7 @@ There may be more to come, time will tell. - Includes batch scripts to run MDRP when your music player is started, and will close MDRP when your player closes - Can toggle on or off certain music players - Can change the default name of the application in Discord, so you could have `Playing Music` instead of `Playing Groove Music` +- Ability to add your own music player support, assuming the player outputs to WMC properly ## Setup 0. Download the [latest release](https://github.com/jojo2357/Music-Discord-Rich-Presence/releases/latest) @@ -68,12 +69,34 @@ You can set in the settings file `get remote artwork` and `create cache file`. T Right now you can only use the old library, so don't use this for now. ### The Spotify Way -If you would like to key all of your Spotify playlists, go to the [MDRP website](https://mdrp.tech/fetchalbumart) (under construction, please be patient) and click `Regenerate Token`, then select either `Include Artists` (recommended) or `Exclude Artists` and then download the dat (may take up to 5 minutes if you have a ton of songs) and place it in your clientdata folder. +If you would like to key all of your Spotify playlists, go to the [MDRP website](https://smaltin.dev/fetchalbumart) (under construction, please be patient) and click `Regenerate Token`, then select either `Include Artists` (recommended) or `Exclude Artists` and then download the dat (may take up to 5 minutes if you have a ton of songs) and place it in your clientdata folder. ## Changing MDRP Settings To change any MDRP settings, they will all be located in your `DiscordPresenceConfig.ini` file.\ Data in this file is in `key=value` pairs so any line that does not have a `=` will be ignored. +### Adding a custom player +*Assuming the player outputs properly to WMC*, it can be added as a new player. Open `SupportedPlayers.dat` and following the schema below, fill out the information. + +`executable name==display name==enabled==discord application id==console color==asset link` + +Discord application id can be created by navigating to the [Discord developer dashboard](https://discord.com/developers/applications) and creating an application. The asset link should be a link to the player's icon, this is what you'll see as both the small icon and the large one if no album art is keyed. + +The console color should be a valid [ConsoleColor](https://learn.microsoft.com/en-us/dotnet/api/system.consolecolor?view=net-8.0#fields), as seen in the image below: + +![ConsoleColors](assets/consolecolors.png) + +To complete the process, open `DiscordPresenceConfig.ini` and follow the format `executable name=enabled=discord application id` in a similar style to the above. + +If this doesn't work, either the formatting is not correct or the application does not output to WMC and will not work with MDRP. + +#### How do I know if my media player inputs to WMC properly? +This depends on what version of Windows you are running. + +On Windows 11, you can press the volume icon on your taskbar and if the song information is displayed in the media section it should work properly. + +On Windows 10, you can use the media keys to change the volume, the information should be displayed in the volume control. If this is the case, it should work properly. + ### Changing default background In the ini config file, there is the option to change the default background on a per-player setting. The schema is `large asset=url/application asset`. For example, to change the default background of MusicBee to the album cover of "My Head is an Animal", you would put: diff --git a/SupportedPlayers.dat b/SupportedPlayers.dat new file mode 100644 index 0000000..cfcaf0b --- /dev/null +++ b/SupportedPlayers.dat @@ -0,0 +1,15 @@ +#Format: executable name==display name==enabled==discord application id==console color==asset link +musicbee==Music Bee==true==820837854385012766==Yellow==https://cdn.discordapp.com/app-assets/820837854385012766/820838584617009222.png +groove==Groove Music==true==807774172574253056==Blue==https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png +music.ui==Groove Music==true==807774172574253056==Blue==https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png +microsoft.media.player==Windows Media Player==true==807774172574253056==Blue==https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png +wmplayer==Windows Media Player==true==807774172574253056==Blue==https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png +spotify==Spotify==true==802222525110812725==DarkGreen==https://cdn.discordapp.com/app-assets/802222525110812725/802222954821582869.png +tidal==Tidal Music==true==922625678271197215==Gray==https://cdn.discordapp.com/app-assets/922625678271197215/978018192393920562.png +tidalplayer==Tidal Music==true==922625678271197215==Gray==https://cdn.discordapp.com/app-assets/922625678271197215/978018192393920562.png +wavelink==Wave Link==true==927328178618376212==DarkBlue==https://cdn.discordapp.com/app-assets/927328178618376212/927329727180574760.png +amazon music==Amazon Music==true==807774172574253056==Gray==https://cdn.discordapp.com/app-assets/801209905020272681/801224923547959376.png +foobar2000==FooBar2000==true==1009193842211299428==DarkCyan==https://cdn.discordapp.com/app-assets/1009193842211299428/1009196080853950464.png +mediamonkeyengine==MediaMonkey5==true==1096929771511873587==Yellow==https://cdn.discordapp.com/app-assets/1096929771511873587/1096930933325713519.png +msedge==Soundcloud==false==1223074808540037310==Red==https://cdn.discordapp.com/app-assets/1223074808540037310/1223076877313376346.png +amplibraryagent==Apple Music==true==868974911178285056==Red==https://cdn.discordapp.com/app-assets/868974911178285056/868975029411545128.png \ No newline at end of file diff --git a/assets/consolecolors.png b/assets/consolecolors.png new file mode 100644 index 0000000..1a77e29 Binary files /dev/null and b/assets/consolecolors.png differ diff --git a/statistic.csv b/statistic.csv index a86bdf8..bb52185 100644 --- a/statistic.csv +++ b/statistic.csv @@ -1,14 +1,14 @@ 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,1633 (99.3%),1406,86.1%,58,3.6%,169,10.3% -AssemblyInfo.cs,36 (2.1%),15,41.7%,17,47.2%,4,11.1% +Program.cs,1608 (99.3%),1360,84.6%,76,4.7%,172,10.7% +AssemblyInfo.cs,36 (2.2%),15,41.7%,17,47.2%,4,11.1% FindGroove.bat,62 (3.6%),38,61.3%,1,1.6%,23,37.1% FindSpotify.bat,54 (3.0%),33,61.1%,1,1.9%,20,37.0% -FindWMP.bat,54 (2.9%),33,61.1%,1,1.9%,20,37.0% +FindWMP.bat,54 (3.0%),33,61.1%,1,1.9%,20,37.0% KillHidden.bat,3 (0.2%),2,66.7%,0,0.0%,1,33.3% KillHiddenSilent.bat,5 (0.3%),3,60.0%,0,0.0%,2,40.0% LinkSystemStartAndMDRP.bat,17 (0.9%),11,64.7%,0,0.0%,6,35.3% -LinkWithGroove.bat,53 (2.7%),34,64.2%,2,3.8%,17,32.1% +LinkWithGroove.bat,53 (2.8%),34,64.2%,2,3.8%,17,32.1% LinkWithSpotify.bat,51 (2.6%),33,64.7%,2,3.9%,16,31.4% LinkWithWMP.bat,51 (2.5%),33,64.7%,2,3.9%,16,31.4% RunHidden.bat,10 (0.5%),6,60.0%,0,0.0%,4,40.0% @@ -17,10 +17,10 @@ UnlinkFromSpotify.bat,22 (1.1%),15,68.2%,0,0.0%,7,31.8% UnlinkFromSystemStart.bat,21 (1.0%),14,66.7%,0,0.0%,7,33.3% UnlinkFromWMP.bat,22 (1.0%),15,68.2%,0,0.0%,7,31.8% delete_sensitive_files.bat,1 (0.0%),1,100.0%,0,0.0%,0,0.0% -Album.cs,82 (3.7%),63,76.8%,8,9.8%,11,13.4% -ExternalArtManager.cs,245 (10.0%),220,89.8%,0,0.0%,25,10.2% -Functions.cs,250 (9.2%),213,85.2%,9,3.6%,28,11.2% +Album.cs,82 (3.8%),63,76.8%,8,9.8%,11,13.4% +ExternalArtManager.cs,245 (10.1%),220,89.8%,0,0.0%,25,10.2% +Functions.cs,250 (9.3%),213,85.2%,9,3.6%,28,11.2% JsonResponse.cs,103 (3.7%),93,90.3%,1,1.0%,9,8.7% -LangHelper.cs,155 (5.2%),147,94.8%,0,0.0%,8,5.2% +LangHelper.cs,155 (5.3%),147,94.8%,0,0.0%,8,5.2% Music_DRP_Launcher.bat,73 (2.4%),51,69.9%,21,28.8%,1,1.4% -Total,3036,2503,0.8,123,0.0,410,0.1 \ No newline at end of file +Total,3011,2457,0.8,141,0.0,413,0.1 \ No newline at end of file diff --git a/statistic.md b/statistic.md index 4d48fc0..1336a85 100644 --- a/statistic.md +++ b/statistic.md @@ -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) (7)|2504 (82.5%)|2157|86.1%|93|3.7%|254|10.1%| -|[batch](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/batch/lines_descending.md) (16)|521 (17.2%)|337|64.7%|30|5.8%|154|29.6%| -|[javascript](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics/javascript/lines_descending.md) (1)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| \ No newline at end of file +|[c#](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics/c%23/lines_descending.md) (7)|2479 (82.3%)|2111|85.2%|111|4.5%|257|10.4%| +|[batch](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics/batch/lines_descending.md) (16)|521 (17.3%)|337|64.7%|30|5.8%|154|29.6%| +|[javascript](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics/javascript/lines_descending.md) (1)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/batch/blanks_ascending.md b/statistics/batch/blanks_ascending.md index a4c40eb..6aaeea0 100644 --- a/statistics/batch/blanks_ascending.md +++ b/statistics/batch/blanks_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[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.2%)|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.2%)|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.0%)|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.2%)|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.8%)|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.8%)|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.2%)|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.4%)|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.4%)|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 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/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/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/blanks_descending.md b/statistics/batch/blanks_descending.md index de42801..97298ae 100644 --- a/statistics/batch/blanks_descending.md +++ b/statistics/batch/blanks_descending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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 (11.9%)|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.4%)|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.4%)|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.2%)|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.8%)|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.8%)|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.2%)|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.2%)|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.0%)|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.2%)|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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.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)|73 (14.0%)|51|69.9%|21|28.8%|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%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/code_ascending.md b/statistics/batch/code_ascending.md index 1fc0aac..a001c0b 100644 --- a/statistics/batch/code_ascending.md +++ b/statistics/batch/code_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[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.0%)|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.2%)|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.2%)|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.2%)|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.4%)|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.4%)|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.8%)|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.8%)|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.2%)|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 (11.9%)|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)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/code_descending.md b/statistics/batch/code_descending.md index 6d27c5e..70c5b35 100644 --- a/statistics/batch/code_descending.md +++ b/statistics/batch/code_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|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.4%)|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.4%)|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.8%)|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.8%)|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.2%)|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.2%)|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.2%)|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.0%)|14|66.7%|0|0.0%|7|33.3%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.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%| -|[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%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/comments_ascending.md b/statistics/batch/comments_ascending.md index e45b523..d99a7f3 100644 --- a/statistics/batch/comments_ascending.md +++ b/statistics/batch/comments_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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.6%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.0%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[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%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|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.2%)|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.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/comments_descending.md b/statistics/batch/comments_descending.md index 0eb0800..b24fdf5 100644 --- a/statistics/batch/comments_descending.md +++ b/statistics/batch/comments_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|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.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|33|61.1%|1|1.9%|20|37.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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.0%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[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%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/lines_ascending.md b/statistics/batch/lines_ascending.md index 9f97883..7e5b807 100644 --- a/statistics/batch/lines_ascending.md +++ b/statistics/batch/lines_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[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.0%)|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.2%)|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.2%)|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.2%)|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.8%)|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.8%)|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.2%)|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.4%)|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.4%)|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 (11.9%)|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)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/lines_descending.md b/statistics/batch/lines_descending.md index f02137a..3b38756 100644 --- a/statistics/batch/lines_descending.md +++ b/statistics/batch/lines_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|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.2%)|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.8%)|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.8%)|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.2%)|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.2%)|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.2%)|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.0%)|14|66.7%|0|0.0%|7|33.3%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.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%| -|[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%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/name_ascending.md b/statistics/batch/name_ascending.md index ec35373..5e3ae19 100644 --- a/statistics/batch/name_ascending.md +++ b/statistics/batch/name_ascending.md @@ -1,21 +1,21 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fbatch%2Fname_descending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|33|61.1%|1|1.9%|20|37.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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[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%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|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.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.0%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/name_descending.md b/statistics/batch/name_descending.md index 667d32f..c5d6d58 100644 --- a/statistics/batch/name_descending.md +++ b/statistics/batch/name_descending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|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.0%)|14|66.7%|0|0.0%|7|33.3%| -|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|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.2%)|34|64.2%|2|3.8%|17|32.1%| -|[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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.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%| -|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|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 (11.9%)|38|61.3%|1|1.6%|23|37.1%| -|[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%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_blanks_ascending.md b/statistics/batch/proportion_blanks_ascending.md index 36ba4bb..a636664 100644 --- a/statistics/batch/proportion_blanks_ascending.md +++ b/statistics/batch/proportion_blanks_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|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.8%)|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.2%)|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.2%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| -|[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%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| -|[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%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|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.4%)|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 (11.9%)|38|61.3%|1|1.6%|23|37.1%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_blanks_descending.md b/statistics/batch/proportion_blanks_descending.md index 086c3ca..30ac40c 100644 --- a/statistics/batch/proportion_blanks_descending.md +++ b/statistics/batch/proportion_blanks_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_ascending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|33|61.1%|1|1.9%|20|37.0%| -|[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%| -|[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%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.2%)|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.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|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%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_code_ascending.md b/statistics/batch/proportion_code_ascending.md index f97ae00..277e8a1 100644 --- a/statistics/batch/proportion_code_ascending.md +++ b/statistics/batch/proportion_code_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|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.4%)|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 (11.9%)|38|61.3%|1|1.6%|23|37.1%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| -|[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%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[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%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|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.2%)|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.2%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|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%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_code_descending.md b/statistics/batch/proportion_code_descending.md index 49c7472..96135d8 100644 --- a/statistics/batch/proportion_code_descending.md +++ b/statistics/batch/proportion_code_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[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%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[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%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| -|[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%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|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.8%)|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.2%)|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 (11.9%)|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.4%)|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.4%)|33|61.1%|1|1.9%|20|37.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (3.3%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_comments_ascending.md b/statistics/batch/proportion_comments_ascending.md index e45b523..d99a7f3 100644 --- a/statistics/batch/proportion_comments_ascending.md +++ b/statistics/batch/proportion_comments_ascending.md @@ -1,21 +1,21 @@ -|[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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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.6%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.0%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[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%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|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.4%)|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.4%)|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.2%)|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.8%)|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.8%)|33|64.7%|2|3.9%|16|31.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/batch/proportion_comments_descending.md b/statistics/batch/proportion_comments_descending.md index fafc348..9e32e26 100644 --- a/statistics/batch/proportion_comments_descending.md +++ b/statistics/batch/proportion_comments_descending.md @@ -1,21 +1,21 @@ -|[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_ascending.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)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fbatch%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|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.8%)|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.2%)|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.4%)|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.4%)|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 (11.9%)|38|61.3%|1|1.6%|23|37.1%| -|[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%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| -|[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)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|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.2%)|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.0%)|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.2%)|15|68.2%|0|0.0%|7|31.8%| -|[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%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (14.0%)|51|69.9%|21|28.8%|1|1.4%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (9.8%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (10.2%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (10.4%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (11.9%)|38|61.3%|1|1.6%|23|37.1%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.6%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (1.0%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/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/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (1.9%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (4.0%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (4.2%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.2%)|1|100.0%|0|0.0%|0|0.0%| |Average |32.6|21.1|X|1.9|X|9.6|X| |Total (16)|521|337|64.7%|30| 5.8%|154|29.6%| \ No newline at end of file diff --git a/statistics/c#/blanks_ascending.md b/statistics/c#/blanks_ascending.md index 3aa6e8a..c3b7008 100644 --- a/statistics/c#/blanks_ascending.md +++ b/statistics/c#/blanks_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/blanks_descending.md b/statistics/c#/blanks_descending.md index 9962219..fee0b75 100644 --- a/statistics/c#/blanks_descending.md +++ b/statistics/c#/blanks_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/code_ascending.md b/statistics/c#/code_ascending.md index cb52b97..38d33c0 100644 --- a/statistics/c#/code_ascending.md +++ b/statistics/c#/code_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/code_descending.md b/statistics/c#/code_descending.md index dfeb231..ea76ab7 100644 --- a/statistics/c#/code_descending.md +++ b/statistics/c#/code_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/comments_ascending.md b/statistics/c#/comments_ascending.md index 1340d4b..ff56995 100644 --- a/statistics/c#/comments_ascending.md +++ b/statistics/c#/comments_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/comments_descending.md b/statistics/c#/comments_descending.md index 9b87245..c59bcd3 100644 --- a/statistics/c#/comments_descending.md +++ b/statistics/c#/comments_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/lines_ascending.md b/statistics/c#/lines_ascending.md index 39db2a2..55274dc 100644 --- a/statistics/c#/lines_ascending.md +++ b/statistics/c#/lines_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/lines_descending.md b/statistics/c#/lines_descending.md index 0d79a94..fda7caf 100644 --- a/statistics/c#/lines_descending.md +++ b/statistics/c#/lines_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/name_ascending.md b/statistics/c#/name_ascending.md index d1239bc..e9e42d0 100644 --- a/statistics/c#/name_ascending.md +++ b/statistics/c#/name_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/name_descending.md b/statistics/c#/name_descending.md index e710eb7..28aec4e 100644 --- a/statistics/c#/name_descending.md +++ b/statistics/c#/name_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_blanks_ascending.md b/statistics/c#/proportion_blanks_ascending.md index 8881090..1738742 100644 --- a/statistics/c#/proportion_blanks_ascending.md +++ b/statistics/c#/proportion_blanks_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_blanks_descending.md b/statistics/c#/proportion_blanks_descending.md index 21c00b1..7b31293 100644 --- a/statistics/c#/proportion_blanks_descending.md +++ b/statistics/c#/proportion_blanks_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_ascending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_ascending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_code_ascending.md b/statistics/c#/proportion_code_ascending.md index 817e1f3..0ea9567 100644 --- a/statistics/c#/proportion_code_ascending.md +++ b/statistics/c#/proportion_code_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_code_descending.md b/statistics/c#/proportion_code_descending.md index a674fc0..8b137cc 100644 --- a/statistics/c#/proportion_code_descending.md +++ b/statistics/c#/proportion_code_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_comments_ascending.md b/statistics/c#/proportion_comments_ascending.md index ddc7412..1fc693f 100644 --- a/statistics/c#/proportion_comments_ascending.md +++ b/statistics/c#/proportion_comments_ascending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/c#/proportion_comments_descending.md b/statistics/c#/proportion_comments_descending.md index 9b53e20..1fbbefc 100644 --- a/statistics/c#/proportion_comments_descending.md +++ b/statistics/c#/proportion_comments_descending.md @@ -1,12 +1,12 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fc%23%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.4%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (10.0%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (65.2%)|1406|86.1%|58|3.6%|169|10.3%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (4.1%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.8%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (6.2%)|147|94.8%|0|0.0%|8|5.2%| -|Average |357.7|308.1|X|13.3|X|36.3|X| -|Total (7)|2504|2157|86.1%|93| 3.7%|254|10.1%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.5%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (3.3%)|63|76.8%|8|9.8%|11|13.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (64.9%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (10.1%)|213|85.2%|9|3.6%|28|11.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (4.2%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (9.9%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (6.3%)|147|94.8%|0|0.0%|8|5.2%| +|Average |354.1|301.6|X|15.9|X|36.7|X| +|Total (7)|2479|2111|85.2%|111| 4.5%|257|10.4%| \ No newline at end of file diff --git a/statistics/javascript/blanks_ascending.md b/statistics/javascript/blanks_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/blanks_ascending.md +++ b/statistics/javascript/blanks_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/blanks_descending.md b/statistics/javascript/blanks_descending.md index 333f1b6..4bcb773 100644 --- a/statistics/javascript/blanks_descending.md +++ b/statistics/javascript/blanks_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/code_ascending.md b/statistics/javascript/code_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/code_ascending.md +++ b/statistics/javascript/code_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/code_descending.md b/statistics/javascript/code_descending.md index 0ba797f..f79132b 100644 --- a/statistics/javascript/code_descending.md +++ b/statistics/javascript/code_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/comments_ascending.md b/statistics/javascript/comments_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/comments_ascending.md +++ b/statistics/javascript/comments_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/comments_descending.md b/statistics/javascript/comments_descending.md index edb16f3..ff28bbd 100644 --- a/statistics/javascript/comments_descending.md +++ b/statistics/javascript/comments_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/lines_ascending.md b/statistics/javascript/lines_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/lines_ascending.md +++ b/statistics/javascript/lines_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/lines_descending.md b/statistics/javascript/lines_descending.md index 37d66f5..c410952 100644 --- a/statistics/javascript/lines_descending.md +++ b/statistics/javascript/lines_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/name_ascending.md b/statistics/javascript/name_ascending.md index ca76224..5269413 100644 --- a/statistics/javascript/name_ascending.md +++ b/statistics/javascript/name_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/name_descending.md b/statistics/javascript/name_descending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/name_descending.md +++ b/statistics/javascript/name_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_blanks_ascending.md b/statistics/javascript/proportion_blanks_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/proportion_blanks_ascending.md +++ b/statistics/javascript/proportion_blanks_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_blanks_descending.md b/statistics/javascript/proportion_blanks_descending.md index edec984..eee9c37 100644 --- a/statistics/javascript/proportion_blanks_descending.md +++ b/statistics/javascript/proportion_blanks_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_ascending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_ascending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_code_ascending.md b/statistics/javascript/proportion_code_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/proportion_code_ascending.md +++ b/statistics/javascript/proportion_code_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_code_descending.md b/statistics/javascript/proportion_code_descending.md index f6b7480..f88efde 100644 --- a/statistics/javascript/proportion_code_descending.md +++ b/statistics/javascript/proportion_code_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_comments_ascending.md b/statistics/javascript/proportion_comments_ascending.md index ebd4725..0f2bd5b 100644 --- a/statistics/javascript/proportion_comments_ascending.md +++ b/statistics/javascript/proportion_comments_ascending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/javascript/proportion_comments_descending.md b/statistics/javascript/proportion_comments_descending.md index 7516894..7c658da 100644 --- a/statistics/javascript/proportion_comments_descending.md +++ b/statistics/javascript/proportion_comments_descending.md @@ -1,6 +1,6 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Fjavascript%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (100.0%)|9|81.8%|0|0.0%|2|18.2%| |Average |11.0|9.0|X|0.0|X|2.0|X| |Total (1)|11|9|81.8%|0| 0.0%|2|18.2%| \ No newline at end of file diff --git a/statistics/total/blanks_ascending.md b/statistics/total/blanks_ascending.md index b9cae70..818e2fa 100644 --- a/statistics/total/blanks_ascending.md +++ b/statistics/total/blanks_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|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.1%)|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)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|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 (1.7%)|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 (1.8%)|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 (1.8%)|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 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/blanks_descending.md b/statistics/total/blanks_descending.md index 754f5c0..3d5687b 100644 --- a/statistics/total/blanks_descending.md +++ b/statistics/total/blanks_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_ascending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|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 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|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)|73 (2.4%)|51|69.9%|21|28.8%|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.0%)|1|100.0%|0|0.0%|0|0.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/code_ascending.md b/statistics/total/code_ascending.md index 61cd968..9af7fe2 100644 --- a/statistics/total/code_ascending.md +++ b/statistics/total/code_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|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.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (1.8%)|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 (1.8%)|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 (1.7%)|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 (1.7%)|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 (1.7%)|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 (2.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)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/code_descending.md b/statistics/total/code_descending.md index d6626cf..f5934bf 100644 --- a/statistics/total/code_descending.md +++ b/statistics/total/code_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_ascending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|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 (1.8%)|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 (1.8%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/comments_ascending.md b/statistics/total/comments_ascending.md index ebab2a7..4f3dd8c 100644 --- a/statistics/total/comments_ascending.md +++ b/statistics/total/comments_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/comments_descending.md b/statistics/total/comments_descending.md index a95328d..c83bb1a 100644 --- a/statistics/total/comments_descending.md +++ b/statistics/total/comments_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_ascending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/lines_ascending.md b/statistics/total/lines_ascending.md index e2be2bf..c94c86e 100644 --- a/statistics/total/lines_ascending.md +++ b/statistics/total/lines_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|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.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|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 (1.7%)|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 (1.8%)|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 (1.8%)|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 (2.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)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/lines_descending.md b/statistics/total/lines_descending.md index 8d7698a..d48d564 100644 --- a/statistics/total/lines_descending.md +++ b/statistics/total/lines_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_ascending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|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 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/name_ascending.md b/statistics/total/name_ascending.md index 1c3b778..27273ff 100644 --- a/statistics/total/name_ascending.md +++ b/statistics/total/name_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_descending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/name_descending.md b/statistics/total/name_descending.md index a24cec0..a36c3cb 100644 --- a/statistics/total/name_descending.md +++ b/statistics/total/name_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|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 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|34|64.2%|2|3.8%|17|32.1%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|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 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_blanks_ascending.md b/statistics/total/proportion_blanks_ascending.md index d64899d..ff83681 100644 --- a/statistics/total/proportion_blanks_ascending.md +++ b/statistics/total/proportion_blanks_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|34|64.2%|2|3.8%|17|32.1%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|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 (1.8%)|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 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_blanks_descending.md b/statistics/total/proportion_blanks_descending.md index a4a489c..87439b0 100644 --- a/statistics/total/proportion_blanks_descending.md +++ b/statistics/total/proportion_blanks_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_ascending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_ascending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|34|64.2%|2|3.8%|17|32.1%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|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.0%)|1|100.0%|0|0.0%|0|0.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_code_ascending.md b/statistics/total/proportion_code_ascending.md index f8cbe0d..6bf1b71 100644 --- a/statistics/total/proportion_code_ascending.md +++ b/statistics/total/proportion_code_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|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 (1.8%)|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 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|34|64.2%|2|3.8%|17|32.1%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_code_descending.md b/statistics/total/proportion_code_descending.md index 8898486..2d4e714 100644 --- a/statistics/total/proportion_code_descending.md +++ b/statistics/total/proportion_code_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_ascending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|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 (1.7%)|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 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_comments_ascending.md b/statistics/total/proportion_comments_ascending.md index e1f37ca..f379bc8 100644 --- a/statistics/total/proportion_comments_ascending.md +++ b/statistics/total/proportion_comments_ascending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_descending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.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 (1.8%)|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 (1.8%)|33|61.1%|1|1.9%|20|37.0%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.7%)|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 (1.7%)|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 (1.7%)|33|64.7%|2|3.9%|16|31.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file diff --git a/statistics/total/proportion_comments_descending.md b/statistics/total/proportion_comments_descending.md index 27a635f..7a54d82 100644 --- a/statistics/total/proportion_comments_descending.md +++ b/statistics/total/proportion_comments_descending.md @@ -1,29 +1,29 @@ -|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| +|[File](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fname_ascending.md%2F)|[Lines (% total)](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Flines_descending.md%2F)|[Code Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcode_descending.md%2F)|[% Code](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_code_descending.md%2F)|[Comment Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fcomments_descending.md%2F)|[% Comment](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_comments_ascending.md%2F)|[Blank Lines](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fblanks_descending.md%2F)|[% Blank](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/statistics%2Ftotal%2Fproportion_blanks_descending.md%2F)| | --- | --- | --- | --- | --- | --- | --- | --- | -|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| -|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| -|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| -|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|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 (1.7%)|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 (1.7%)|34|64.2%|2|3.8%|17|32.1%| -|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FFunctions.cs)|250 (8.2%)|213|85.2%|9|3.6%|28|11.2%| -|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2FProgram.cs)|1633 (53.8%)|1406|86.1%|58|3.6%|169|10.3%| -|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|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 (1.8%)|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 (2.0%)|38|61.3%|1|1.6%|23|37.1%| -|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| -|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| -|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| -|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| -|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|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)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| -|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|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 (0.7%)|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 (0.7%)|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 (0.7%)|15|68.2%|0|0.0%|7|31.8%| -|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| -|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| -|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/master/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| -|Average |126.5|104.3|X|5.1|X|17.1|X| -|Total (24)|3036|2503|82.4%|123| 4.1%|410|13.5%| \ No newline at end of file +|[AssemblyInfo.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProperties%2FAssemblyInfo.cs)|36 (1.2%)|15|41.7%|17|47.2%|4|11.1%| +|[Music_DRP_Launcher.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/Music_DRP_Launcher.bat)|73 (2.4%)|51|69.9%|21|28.8%|1|1.4%| +|[Album.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FAlbum.cs)|82 (2.7%)|63|76.8%|8|9.8%|11|13.4%| +|[Program.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2FProgram.cs)|1608 (53.4%)|1360|84.6%|76|4.7%|172|10.7%| +|[LinkWithSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithSpotify.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithWMP.bat)|51 (1.7%)|33|64.7%|2|3.9%|16|31.4%| +|[LinkWithGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkWithGroove.bat)|53 (1.8%)|34|64.2%|2|3.8%|17|32.1%| +|[Functions.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FFunctions.cs)|250 (8.3%)|213|85.2%|9|3.6%|28|11.2%| +|[FindSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindSpotify.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindWMP.bat)|54 (1.8%)|33|61.1%|1|1.9%|20|37.0%| +|[FindGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FFindGroove.bat)|62 (2.1%)|38|61.3%|1|1.6%|23|37.1%| +|[JsonResponse.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FJsonResponse.cs)|103 (3.4%)|93|90.3%|1|1.0%|9|8.7%| +|[MDRPDebugTool.js](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/DebugTool%2FMDRPDebugTool.js)|11 (0.4%)|9|81.8%|0|0.0%|2|18.2%| +|[KillHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHidden.bat)|3 (0.1%)|2|66.7%|0|0.0%|1|33.3%| +|[KillHiddenSilent.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FKillHiddenSilent.bat)|5 (0.2%)|3|60.0%|0|0.0%|2|40.0%| +|[LinkSystemStartAndMDRP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FLinkSystemStartAndMDRP.bat)|17 (0.6%)|11|64.7%|0|0.0%|6|35.3%| +|[RunHidden.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FRunHidden.bat)|10 (0.3%)|6|60.0%|0|0.0%|4|40.0%| +|[UnlinkFromGroove.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromGroove.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSpotify.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSpotify.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[UnlinkFromSystemStart.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromSystemStart.bat)|21 (0.7%)|14|66.7%|0|0.0%|7|33.3%| +|[UnlinkFromWMP.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2FUnlinkFromWMP.bat)|22 (0.7%)|15|68.2%|0|0.0%|7|31.8%| +|[delete_sensitive_files.bat](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Fbin%2FRelease%2Fdelete_sensitive_files.bat)|1 (0.0%)|1|100.0%|0|0.0%|0|0.0%| +|[ExternalArtManager.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FExternalAPI%2FExternalArtManager.cs)|245 (8.1%)|220|89.8%|0|0.0%|25|10.2%| +|[LangHelper.cs](https://github.com/jojo2357/Music-Discord-Rich-Presence/tree/smaltin-supported-players/MDRP%2Futil%2FLangHelper.cs)|155 (5.1%)|147|94.8%|0|0.0%|8|5.2%| +|Average |125.5|102.4|X|5.9|X|17.2|X| +|Total (24)|3011|2457|81.6%|141| 4.7%|413|13.7%| \ No newline at end of file