Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1 update #10

Merged
merged 20 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
- dev


name: "Build & Release"

jobs:
build:
name: Build & Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: '3.19.5'
- name: Dependencies install
run: flutter pub get
- name: Build For Windows
run: flutter build windows --release --build-name 1.1.${{ github.run_number }} --build-number ${{ github.run_number }}
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: Sangeet-v1.1.${{ github.run_number }}_windows_x64.zip
directory: build/windows/x64/runner/Release
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/windows/x64/runner/Release/Sangeet-v1.1.${{ github.run_number }}_windows_x64.zip"
tag: v1.1.${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Saavn Music Player
# Contributing to Sangeet Music Player

We appreciate your interest in contributing to the Saavn Music Player for Windows! Here are some guidelines to help you get started.
We appreciate your interest in contributing to the Sangeet Music Player for Windows! Here are some guidelines to help you get started.

## How to Contribute

Expand All @@ -9,7 +9,7 @@ We appreciate your interest in contributing to the Saavn Music Player for Window

2. **Clone Your Fork**:
```sh
git clone https://github.com/YOUR_GITHUB_USERNAME/saavn.git
git clone https://github.com/YOUR_GITHUB_USERNAME/sangeet.git
```

3. **Create a Branch**:
Expand Down Expand Up @@ -42,7 +42,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C

## Reporting Issues

If you encounter any bugs or have feature requests, please [open an issue](https://github.com/priyanshuverma-dev/saavn/issues). Provide as much detail as possible, including steps to reproduce the issue and any relevant logs.
If you encounter any bugs or have feature requests, please [open an issue](https://github.com/priyanshuverma-dev/sangeet/issues). Provide as much detail as possible, including steps to reproduce the issue and any relevant logs.

## Code Style

Expand All @@ -52,7 +52,7 @@ If you encounter any bugs or have feature requests, please [open an issue](https

## Thank You!

Thank you for considering contributing to the Saavn Music Player for Windows! Your contributions help make this project better for everyone.
Thank you for considering contributing to the Sangeet Music Player for Windows! Your contributions help make this project better for everyone.

## Contact

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Saavn Music Player for Windows
# Sangeet Music Player for Windows

Welcome to the Saavn Music Player for Windows, an open-source desktop application that allows you to enjoy your favorite music seamlessly. This music player is powered by the Saavn API and built with Flutter, providing a robust and modern user experience.
Welcome to the Sangeet Music Player for Windows, an open-source desktop application that allows you to enjoy your favorite music seamlessly. This music player is powered by the Sangeet SDK and built with Flutter, providing a robust and modern user experience.

## Features

- **Seamless Music Playback**: Enjoy high-quality music playback with an intuitive interface.
- **Search and Discover**: Use the Saavn API to search for your favorite songs, albums, and artists.
- **Search and Discover**: Use the Sangeet API to search for your favorite songs, albums, and artists.
- **Playlist Management**: Create and manage your playlists easily.
- **Rich Metadata**: View detailed metadata for each track, including album art, artist information, and more.
- **Cross-Platform**: Built with Flutter, ensuring a consistent experience across different devices.

## Installation

To install the Saavn Music Player for Windows, follow these steps:
To install the Sangeet Music Player for Windows, follow these steps:

1. **Download the Latest Release**:
- Go to the [Releases](https://github.com/priyanshuverma-dev/saavn/releases) page and download the latest version for Windows.
- Go to the [Releases](https://github.com/priyanshuverma-dev/sangeet/releases) page and download the latest version for Windows.

2. **Clone the Repository (optional for development)**:
```sh
git clone https://github.com/priyanshuverma-dev/saavn.git
git clone https://github.com/priyanshuverma-dev/sangeet.git
```

3. **Navigate to the Project Directory (optional for development)**:
```sh
cd saavn
cd sangeet
```

4. **Install Dependencies (optional for development)**:
Expand All @@ -49,17 +49,17 @@ Once installed, you can start using the music player to search for songs, create

## Contributing

We welcome contributions to the Saavn Music Player project! To contribute, please read the [Contributing Guide](CONTRIBUTING.md).
We welcome contributions to the Sangeet Music Player project! To contribute, please read the [Contributing Guide](CONTRIBUTING.md).

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Acknowledgements

- **Saavn API**: This project uses the [JioSaavn API](https://github.com/sumitkolhe/jiosaavn-api) for fetching music data.
- **Sangeet SDK**: This project uses the [Sangeet API](https://github.com/priyanshuverma-dev/sangeet-api) for fetching music data.
- **Flutter**: Built with [Flutter](https://github.com/priyanshuverma-dev).
- **Open Source**: Check out the source code on [GitHub](https://github.com/priyanshuverma-dev/saavn).
- **Open Source**: Check out the source code on [GitHub](https://github.com/priyanshuverma-dev/sangeet).

## Contact

Expand Down
Binary file modified assets/app_icon.ico
Binary file not shown.
Binary file added assets/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/music.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading