|
1 | | -# Ting Music |
2 | | -About software: |
3 | | -+ The software can play music with mp3, flac, wav files. |
4 | | -+ Automatically find the lyrics and dislay it on the screen when you are listening to music. |
5 | | -+ You can create playlists and add to your favourite songs. |
6 | | -+ You can set time off Ting music. |
7 | | -# Project Deverlop by |
8 | | -- Vi Chí Thiện - 16521169 |
9 | | -- Nguyễn Duy Cương - 16520147 |
10 | | -- Nguyễn Ý Duy - 16520300 |
11 | | -# Instructors |
12 | | -Huỳnh Tuấn Anh |
| 1 | +<h1 align="center"> |
| 2 | + <br>Ting Music<br> |
| 3 | +</h1> |
| 4 | + |
| 5 | +<h4 align="center"> |
| 6 | + <a href="https://github.com/cuongw/ting-music" target="_blank"><code>A Music App</code></a> with C#. |
| 7 | +</h4> |
| 8 | + |
| 9 | +<div align="center"> |
| 10 | + <h4> |
| 11 | + <a href="#features">Features</a> | |
| 12 | + <a href="#install">Install</a> | |
| 13 | + <a href="#documents">Documents</a> | |
| 14 | + <a href="#bugs-and-issues">Bugs and Issues</a> | |
| 15 | + <a href="#team">Team</a> | |
| 16 | + <a href="#license">License</a> |
| 17 | + </h4> |
| 18 | +</div> |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +## Features |
| 24 | + |
| 25 | +* `Metro UI`. |
| 26 | +* `Search`, `sort` songs by artist, album, etc. |
| 27 | +* Automatically find the `lyrics`. |
| 28 | +* Create, delete, update `playlists`. |
| 29 | +* `Recent plays` and `now playing` features. |
| 30 | +* Set `time off`. |
| 31 | + |
| 32 | +## Install |
| 33 | + |
| 34 | +**1. Create a C# Windows Forms Application** |
| 35 | + |
| 36 | +* Create a C# Windows Forms Project. |
| 37 | +* Add New Item to your application. |
| 38 | + |
| 39 | +**2. Create a Setup Project** |
| 40 | + |
| 41 | +* Add new project => setup and deployment => setup project. |
| 42 | +* Right Click on Setup project and Add project Output and select primary output from your main project. |
| 43 | +* Right Click on Setup project and Add project Output and select content files from your main project. |
| 44 | +* Select .Net Framework. |
| 45 | +* Select Windows Installer. |
| 46 | +* Select radio button Download prerequisites from the same location as my application. |
| 47 | +* Right Click on Users Desktop at left pane and add new Shortcut and select application folder, primary output from SampleApplication, and click ok and the rename the short cut to what you need. |
| 48 | +* Rebuild solution. |
| 49 | +* Rebuild Setup Project. |
| 50 | +* Go to Output directory of setup project and run setup.exe. |
| 51 | + |
| 52 | +Enjoy 😍 |
| 53 | + |
| 54 | +## Documents |
| 55 | + |
| 56 | +For help getting started with C#, view our online [documentation](https://docs.microsoft.com/en-us/dotnet/csharp/). |
| 57 | + |
| 58 | +## Bugs and Issues |
| 59 | + |
| 60 | +Have a bug or an issue with this project? [Open a new issue](https://github.com/cuongw/ting-music/issues) here on GitHub. |
| 61 | +## Team |
| 62 | + |
| 63 | +| [](https://github.com/cuongw) | [](https://github.com/tvc12) | |
| 64 | +| :---: | :---: | |
| 65 | +| [Cuong Duy Nguyen](https://github.com/cuongw) | [Thien Chi Vi](https://github.com/tvc12) | |
| 66 | +## License |
| 67 | + |
| 68 | +Apache © [cuongw](https://github.com/cuongw) 🐢 |
0 commit comments