Files
refreezer/README.md
DJDoubleD 006ebdf10c Update README.md
Add badges
2024-07-26 21:46:09 +02:00

105 lines
4.6 KiB
Markdown

![ReFreezer](./assets/banner.png?raw=true)
[![Latest Version](https://img.shields.io/github/v/release/DJDoubleD/ReFreezer?color=blue)](../../releases/latest)
[![Release date](https://img.shields.io/github/release-date/DJDoubleD/ReFreezer)](../../releases/latest)
[![Downloads Latest](https://img.shields.io/github/downloads/DJDoubleD/ReFreezer/latest/total?color=blue&label=downloads%20latest)](../../releases)
[![Downloads Total](https://img.shields.io/github/downloads/DJDoubleD/ReFreezer/total?color=blue&label=downloads%20total)](../../releases)
[![Flutter Version](https://shields.io/badge/Flutter-v3.22.3-darkgreen.svg)](https://docs.flutter.dev/tools/sdk)
[![Dart Version](https://shields.io/badge/Dart-v3.4.4-darkgreen.svg)](https://dart.dev/get-dart)
[![License](https://img.shields.io/github/license/DJDoubleD/ReFreezer?flat)](./LICENSE)
[![Dart](https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white)](https://dart.dev/)
[![Flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white)](https://flutter.dev/)
[![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white)](https://www.java.com/)
---
An alternative Deezer music streaming & downloading client, based on Freezer.
The entire codebase has been updated/rewritten to be compatible with the latest version of flutter, the dart SDK & android (current build target is API level 34).
## Screenshots
<p align="center">
<img src="./assets/screenshots/Login.jpg" width=200>
<img src="./assets/screenshots/Home.jpg" width=200>
<img src="./assets/screenshots/Player.jpg" width=200>
<img src="./assets/screenshots/Lyrics.jpg" width=200>
<img src="./assets/screenshots/Search.jpg" width=200>
<img src="./assets/screenshots/SearchResults.jpg" width=200>
<img src="./assets/screenshots/Library.jpg" width=200>
<img src="./assets/screenshots/DownloadRunning.jpg" width=200>
<!--- <img src="./assets/screenshots/DownloadFinished.jpg" width=200> --->
<img src="./assets/screenshots/PlayerHorizontal.jpg" height=200>
</p>
## Features & changes
- Restored all features of the old Freezer app, most notably:
- Restored all login options
- Restored Highest quality streaming and download options (premium account required, free accounts limited to MP3 128kbps)
- Support downloading to external storage (sdcard) for android 11 and up
- Restored homescreen and added new Flow & Mood smart playlist options
- Fixed Log-out (no need for restart anymore)
- Improved/fixed queue screen and queue handling (shuffle & rearranging)
- Updated lyrics screen to also support unsynced lyrics
- Some minor UI changes to better accomadate horizontal/tablet view
- Updated entire codebase to fully support latest flutter & dart SDK versions
- Updated to gradle version 8.5.1
- Removed included c libraries (openssl & opencrypto) and replaced them with custom native java implementation
- Replaced the included decryptor-jni c library with a custom native java implementation
- Implemented null-safety
- Removed the need of custom just_audio & audio_service plugin versions & refactored source code to use the latest version of the official plugins
- Multiple other fixes
## Compile from source
Install the latest flutter SDK: <https://flutter.dev/docs/get-started/install>
(Optional) Generate keys for release build: <https://flutter.dev/docs/deployment/android>
Download source:
```powershell
git clone https://github.com/DJDoubleD/ReFreezer
git submodule init
git submodule update
```
Build generated files:
Use following script to (re)build generated classes in submodules and main project:
```powershell
.\run_build_runner.ps1
```
or run these commands manually in the relevant submodules to (re)build the generated files:
```powershell
flutter pub get
dart run build_runner clean
dart run build_runner build --delete-conflicting-outputs
```
Compile:
```powershell
flutter build apk --split-per-abi --release
```
NOTE: You have to use own keys, or build debug using `flutter build apk --debug`
## Disclaimer & Legal
**ReFreezer** was not developed for piracy, but educational and private usage.
It may be illegal to use this in your country!
I will not be responsible for how you use **ReFreezer**.
**ReFreezer** uses both Deezer's public and internal API's, but is not endorsed, certified or otherwise approved in any way by Deezer.
The Deezer brand and name is the registered trademark of its respective owner.
**ReFreezer** has no partnership, sponsorship or endorsement with Deezer.
By using **ReFreezer** you agree to the following: <https://www.deezer.com/legal/cgu>