This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# Octave | ||
Apple Music-inspired lockscreen music player for jailbroken iOS 14 devices | ||
This tweak brings the Apple Music experience to your lockscreen music player! | ||
|
||
<img width=200 src="https://github.com/minh-ton/Octave/blob/main/img/image0.jpeg?raw=true"> <img width=200 src="https://github.com/minh-ton/Octave/blob/main/img/image1.jpeg?raw=true"> <img width=200 src="https://github.com/minh-ton/Octave/blob/main/img/image2.jpeg?raw=true"> | ||
|
||
This is a tweak that I created and abandoned (since I stopped jailbreaking my iPhone) back in 2021. I've just came across the source code of this tweak recently, and I feels like publishing this (still incomplete) tweak on GitHub for archival is a great idea! | ||
|
||
Above are some of the screenshots that I've taken when the tweak is still in development. The tweak is still likely to work without the lyrics feature though, since I just web-scraping [this website](https://azlyrics.com) and I don't know if it's still working. Well, just try the tweak! | ||
|
||
## Installation | ||
You can download the (development) deb package from [Releases](https://github.com/minh-ton/Octave/releases), or use [theos](https://github.com/theos/theos) to compile the tweak and install on your device. | ||
|
||
## Compatibility | ||
Octave supports iOS 14.3 or later. | ||
|
||
## License | ||
This project is licensed under the MIT License. | ||
|
||
The artwork color extraction uses the *ColorCube* project, which can be found [here](https://github.com/pixelogik/ColorCube). |