Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityasaravana/Tuneder

Tinder for songs.
https://github.com/adityasaravana/Tuneder

applemusic applemusicapi ios-swift iosswiftui musickit musickit-ios swift swiftui

Last synced: 3 months ago
JSON representation

Tinder for songs.

Awesome Lists containing this project

README

        

# Tuneder

Download on the App Store


💡 Idea by Divide-By-0.






Tuneder is the successor to SoundSieve (https://github.com/wilzh40/SoundSieve), an open-source iOS app that helps Apple Music users discover new songs with a Tinder-like UI.

https://github.com/adityasaravana/Tuneder/assets/65321521/ab2a5e94-2559-45c0-8841-a8a8dbb37bf9

(Make sure to turn on audio, if the video player isn't working, you can download the file above.)

## Installation
Download/clone/fork the repository, and install to your devices using Xcode.

If you run across a bug, find something in the app annoying, or have a suggestion to improve the UI, feel free to open an issue or pull request and email me at [email protected].

## Credits

I owe a huge thanks to [rryam](https://github.com/rryam) for creating [MusadoraKit](https://github.com/rryam/MusadoraKit), a Swift Package that wraps the scariest elements of the Apple Music API and MusicKit into easy-to-use code, which the recommendation system of Tuneder is almost entirely powered by, and for his series on exploring MusicKit. Your articles helped create the beautiful animated background for each song, and got me started with the basics of getting songs from the Apple Music catalog.

Thanks to [Divide-By-0](https://github.com/Divide-By-0/) for the great [app ideas](https://github.com/Divide-By-0/ideas-for-projects-people-would-use) and advice on open-sourcing code, and thanks to the makers of [ModernAVPlayer](https://github.com/noreasonprojects/ModernAVPlayer), who made Tuneder's playback functionality possible.

Additional thank-yous:
- [SwiftfulThinking](https://github.com/SwiftfulThinking) for creating [SwiftfulLoadingIndicators](https://github.com/SwiftfulThinking/SwiftfulLoadingIndicators), which I used to make Tuneder's loading screen.
- [sindresorhus](https://github.com/sindresorhus) for making [Defaults](https://github.com/sindresorhus/Defaults), which stores Tuneder's settings.