Skip to content

Commit

Permalink
Version 0.9.0-Preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsafa committed May 17, 2019
2 parents 73f48a7 + f2d140a commit 565d4a1
Show file tree
Hide file tree
Showing 285 changed files with 23,935 additions and 6,516 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Checked common issues**
- [ ] Unblocked the files. (Windows blocks files when installing / upgrading for some people)
- [ ] Double checked audio source specific issues (for audio source related issues)

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Version Info**
- Windows version
- AudioBand Version [e.g. 0.8.0]

**Logs attachment**
Audioband logs can be found in windows temp directory in the `AudioBand.log` file.

**Additional context**
Add any other context about the problem here. (e.g. occurs after upgrading to new version)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div align="center"><img src="logo/logotype_cover.svg"/></div>
<br/><br/>

|Branch|Build Status|
|---|---|
|Master (development)|[![Build Status](https://dsafa.visualstudio.com/AudioBand/_apis/build/status/AudioBand%20Dev%20CI?branchName=master)](https://dsafa.visualstudio.com/AudioBand/_build/latest?definitionId=3&branchName=master)|
Expand All @@ -6,7 +9,7 @@
# Audio Band
Audio Band allows you to display song information in the taskbar.

![Demo](./screenshots/demo.gif)
<img align="right" src="screenshots/demo.gif"/>

## Features
- Displays song information - album art, artist, title, progress
Expand All @@ -21,19 +24,15 @@ Audio Band allows you to display song information in the taskbar.

![](screenshots/custom-2.png)

## Quick Start
[Check the full documentation to get started](https://dsafa.github.io/audio-band/audioband/index.html)

1. Download from the [releases](https://github.com/dsafa/audio-band/releases) page.
2. Run `install.cmd`
3. Right click the taskbar > toolbars > Audio band
4. Right click the toolbar and select an audio source
## Getting started
[Click here to get started](https://dsafa.github.io/audio-band/audioband/index.html)

## Audiosource development
Audio sources are the plugins that allow AudioBand to interface with different music players.
[Click here for the documentation](https://dsafa.github.io/audio-band/audiosource-docs/index.html)

## Building
This project uses C# 7 features so a compatible compiler is required.
## Building and development
[Developer documentation can be found here](https://dsafa.github.io/audio-band/audioband/development/setup.html) including instructions for setting up the local development environment and an overview of the architecture.

## Contributing
Help is appreciated
Expand All @@ -44,4 +43,6 @@ Help is appreciated
## License
[LICENSE](https://github.com/dsafa/audio-band/blob/master/LICENSE)

[THIRD PARTY](https://github.com/dsafa/audio-band/blob/master/LICENSE-3RD-PARTY)
[THIRD PARTY](https://github.com/dsafa/audio-band/blob/master/LICENSE-3RD-PARTY)

Logo by @mirzazulfan
Binary file added logo/144px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions logo/144px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/256px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions logo/256px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions logo/48px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 565d4a1

Please sign in to comment.