Skip to content

My fork of Aurora Music "Multi-national" Player. Draft / Sketch only.

License

Notifications You must be signed in to change notification settings

mediaexplorer74/AuroraMusic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora-1

This is my fork of Aurora Music project.

The goal is RnD of all components (SmartFormat, etc.). Maybe, Win10Phone version appeared... idk now :)

About

A small, lightweight UWP music player.

Screenshots

shot 1 shot 2 shot 3 shot 4

My 2 cents

  1. Re-targeting onto Windows 10 build 15063
  2. OneDrive non-main feature was hidden/disabled + the prepearing of "mobilization" started
  3. Code refactoring started

Brief Introduction of the original

Aurora Music has been one of four finalists in Design Innovator of Windows Developer Awards 2018! 🎉

Some tech details

Aurora Music is built for a modern, fluent experience of listening music on Windows 10. It is MIT Licensed, you can fork it and build your own personalized music players.

Meanwhile, Aurora Music is extensible, we've preserved interface for lyrics, metadata and online musics. Building your extension can extend the ability of Aurora Music. We're also planning to support more advanced extensibility, such as audio effects, UI layouts, etc. Please see To-Dos.

Documents and Samples (for your own RnD/App extensions)

Please first refer to Something about build and deploy.

Please read instructions for extension development from here, inside there is a simple tutorial to let you make your own extension, as well as a detailed query explanation.

There's also a code sample here, clone it and deploy, you can see what happens to lyrics.

Moreover, if you have any trouble using app, feel free to contact with aurora.studio@outlook.com.

Open Source Info

You can explorer currently using open source libraries below:

Name License Site
taglib-sharp GNU LGPL v2.1 github.com/mono/taglib-sharp
SQLite for Universal Windows Platform Public Domain sqlite.org
SQLite-net MIT License github.com/praeclarum/sqlite-net
UWP Community Toolkit MIT License github.com/Microsoft/UWPCommunityToolkit
Json.NET MIT License newtonsoft.com
NAudio MS-PL github.com/naudio/NAudio
UWPAudioVisualizer MIT License github.com/clarkezone/audiovisualizer
ExpressionBuilder MIT License github.com/Microsoft/WindowsCompositionSamples
ColorThief.NET MIT License github.com/KSemenenko/ColorThief
SmartFormat MIT License github.com/scottrippey/SmartFormat.NET
WriteableBitmapEx MIT License github.com/teichgraf/WriteableBitmapEx/
Win2D MIT License github.com/Microsoft/Win2D
LrcParser MIT License github.com/pkzxs/LrcParser

/Source/Taglib.Sharp is ported to UWP from mono/taglib-sharp.

/Source/ExpressionBuilder is from Microsoft/WindowsCompositionSamples

References

Contribute!

There's still a TON of things missing from this proof-of-concept (MVP) and areas of improvement.

With best wishes,

[m][e] 2022

Aurora-1 is RnD project only. AS-IS. No support. Distributed under the MIT License.

Languages

  • C# 100.0%