
8.62 MB
Android 7.0+
97
Universal
Verified safeScanned with ClamAV, APKiD, and Quark-Engine. No threats detected.
What's New
https://github.com/xandru582/youtube-playlist-app/compare/v1.1.0...v1.2.0/
Description
Android app to create music playlists using the public Invidious API (no private API keys required).
🚀 Features
- ✅ Add YouTube URLs (any public video)
- ✅ Fetch metadata via public Invidious API (title, duration, channel, thumbnail)
- ✅ Save playlists locally on your device
- ✅ Modern UI with Jetpack Compose
- ✅ 100% Open Source (MIT License)
- ✅ No API keys (fully public)
📱 Screens
- Home – List of your playlists
- Add Video – URL form + automatic metadata fetching
- Playlist Details – View/edit videos within a playlist
🔧 Tech Stack
- Kotlin + Jetpack Compose (modern UI)
- Room Database (local storage)
- Retrofit + Moshi (API calls)
- Invidious API (public alternative to YouTube's API)
- Material Design 3 (modern theming)
🔗 Public Invidious API
We use public Invidious instances:
https://inv.riverside.rocks/api/v1/videos/{videoId}
https://invidious.snopyta.org/api/v1/videos/{videoId}
https://yewtu.be/api/v1/videos/{videoId}
Example response:
{
"title": "Song Name",
"author": "Artist Name",
"lengthSeconds": 240,
"videoThumbnails": [...]
}
📄 License
MIT
Rate this app
Ratings & reviews
No reviews yet.