- Notifications
You must be signed in to change notification settings - Fork9
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
License
Insire/Maple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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" previewhere. I also often refer to this project when explaining concepts to colleagues at work or during discussions in theC# 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 copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 THESOFTWARE.
- Application Icon - by vngnc akaKeno Böhme
- General Feedback -C# Discord Server
- Test MP3 files -Art Of Escapsim
About
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