{"id":27313399,"url":"https://github.com/insire/maple","last_synced_at":"2025-04-12T06:54:45.695Z","repository":{"id":6153711,"uuid":"54890009","full_name":"Insire/Maple","owner":"Insire","description":"Maple is a windows desktop application designed to support semi and non professional streamers in playing back local audio files and streaming content from the internet to their favorite playback device","archived":false,"fork":false,"pushed_at":"2022-12-07T18:42:41.000Z","size":30712,"stargazers_count":39,"open_issues_count":10,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T06:54:40.213Z","etag":null,"topics":["csharp","material","material-design","materialdesigninxaml","mediaplayer","naudio","windows","windows-desktop","wpf","wpf-mahapps"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Insire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-28T12:15:35.000Z","updated_at":"2025-03-27T19:53:25.000Z","dependencies_parsed_at":"2023-01-11T17:02:22.574Z","dependency_job_id":null,"html_url":"https://github.com/Insire/Maple","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insire%2FMaple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insire%2FMaple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insire%2FMaple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insire%2FMaple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Insire","download_url":"https://codeload.github.com/Insire/Maple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530585,"owners_count":21119595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","material","material-design","materialdesigninxaml","mediaplayer","naudio","windows","windows-desktop","wpf","wpf-mahapps"],"created_at":"2025-04-12T06:54:45.141Z","updated_at":"2025-04-12T06:54:45.678Z","avatar_url":"https://github.com/Insire.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](header.png)\n\n[![Build status](https://ci.appveyor.com/api/projects/status/mil447tc6xjo163u?svg=true)](https://ci.appveyor.com/project/Insire/maple)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Insire/Maple/blob/master/license.md)\n[![.NET Framework](https://img.shields.io/badge/.Net%20Framwork%204.7--orange.svg)](https://www.microsoft.com/net)\n\n\nThis is a rewrite of the original InsireBot. Which was planned to be a tool for semi and non professional livestreamers to provide music to them selfs and to their audience with high configureability.\n\nAfter a long hiatus, I'm continuing my rewrite and try to improve on my previously written code. You can see a \"live\" preview [here](https://github.com/Insire/Maple/blob/master/InsireBot/Resources/Images/2017-04-22-23-26-20.gif). I also often refer to this project when explaining concepts to colleagues at work or during discussions in the [C# Discord Server](https://discord.gg/VCFhEDy).\n\n![Mainwindow](MainWindow.gif)\n\n## Compile Requirements:\n - Visual Studio 2017 Community Edition or better\n - .NET Framework 4.7.1, C# 7\n - Windows 10 (lower versions may run down till Windows 7)\n\n## Features\n- AudioPlayback\n- AudioDeviceSelection\n- PlaylistManagement for local audio files and audio from youtube\n- Colorprofile Configuration, can be changed during runtime\n- Localization (German, English ...), can be changed during runtime\n\n## Dependencies\n- [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) - UI Library\n- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - UI Library\n- [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) - UI Library\n- [log4net](https://github.com/apache/log4net) - logging framework\n- [AutoMapper](https://github.com/AutoMapper/AutoMapper) - convention-based object-object mapper\n- [YoutubeExtractor](https://github.com/flagbug/YoutubeExtractor) - retrieval of video links from youtube\n- [Google Api v3](https://github.com/google/google-api-dotnet-client) - Google APIs Client Library\n- [NAudio](https://github.com/naudio/NAudio) - Audio and MIDI library\n- [System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki) - ADO.NET provider for sqlite\n- [EntityFramework](https://github.com/aspnet/EntityFramework6) - object relational mapper\n- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) - JSON framework\n- [DryIoc](https://bitbucket.org/dadhi/dryioc) - IoC container\n- [Fluent Validation](https://github.com/JeremySkinner/FluentValidation) - Validation\n- [Squirrel](https://github.com/Squirrel/Squirrel.Windows) - Windows installer and updater\n\n## Useful Patterns, Concepts you may find here aswell\n- Repository pattern\n- MVVM pattern\n- Dependency Injection\n- Inversion of Control\n- Composition Root\n- various base implementations for INotifyPropertyChanged\n- various implementations of ICommand (inspired by MVVMLight)\n- how to setup MaterialDesignInXamlToolkit with MahApps.Metro\n- how to change the Colorprofile for MaterialDesignInXamlToolkit and MahApps.Metro during runtime\n- how to change your TaskbarIcon during runtime in a WPF app\n- how to change the Localization of a WPF app during runtime\n- how to save and load WPF WindowLocations\n- how to use Googles Youtube API\n- async Dialogs\n- WPF Dialogs for File- and Folderbrowsing\n- Unit Tests (very work in progress)\n\n\n## MIT License\nCopyright (c) 2017\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Credits\n- Application Icon - by vngnc aka [Keno Böhme](http://www.kenoboeh.me/)\n- General Feedback - [C# Discord Server](https://discord.gg/VCFhEDy)\n- Test MP3 files - [Art Of Escapsim](http://freemusicarchive.org/music/Artofescapism/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsire%2Fmaple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsire%2Fmaple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsire%2Fmaple/lists"}