This 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.
After a long hiatus, I'm continuing my rewrite and try to improve on my previously written code. You can see a "live" preview here. I also often refer to this project when explaining concepts to colleagues at work or during discussions in the C# Discord Server.
- Visual Studio 2017 Community Edition or better
- .NET Framework 4.7.1, C# 7
- Windows 10 (lower versions may run down till Windows 7)
- AudioPlayback
- AudioDeviceSelection
- PlaylistManagement for local audio files and audio from youtube
- Colorprofile Configuration, can be changed during runtime
- Localization (German, English ...), can be changed during runtime
- MaterialDesignInXamlToolkit - UI Library
- MahApps.Metro - UI Library
- MahApps.Metro.IconPacks - UI Library
- log4net - logging framework
- AutoMapper - convention-based object-object mapper
- YoutubeExtractor - retrieval of video links from youtube
- Google Api v3 - Google APIs Client Library
- NAudio - Audio and MIDI library
- System.Data.SQLite - ADO.NET provider for sqlite
- EntityFramework - object relational mapper
- Newtonsoft.Json - JSON framework
- DryIoc - IoC container
- Fluent Validation - Validation
- Squirrel - Windows installer and updater
- Repository pattern
- MVVM pattern
- Dependency Injection
- Inversion of Control
- Composition Root
- various base implementations for INotifyPropertyChanged
- various implementations of ICommand (inspired by MVVMLight)
- how to setup MaterialDesignInXamlToolkit with MahApps.Metro
- how to change the Colorprofile for MaterialDesignInXamlToolkit and MahApps.Metro during runtime
- how to change your TaskbarIcon during runtime in a WPF app
- how to change the Localization of a WPF app during runtime
- how to save and load WPF WindowLocations
- how to use Googles Youtube API
- async Dialogs
- WPF Dialogs for File- and Folderbrowsing
- Unit Tests (very work in progress)
Copyright (c) 2017
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Application Icon - by vngnc aka Keno Böhme
- General Feedback - C# Discord Server
- Test MP3 files - Art Of Escapsim