ITADN

[Feature]: Local storage songs download in Opus format.

#6091Openatikuz1 创建于 2025-07-17
enhancement
A
atikuz1commented
### Description Subject: Feature Enhancement Request for Ri Music App – Local Storage Download in .opus Format Dear [Developer’s Name / Team], I hope this message finds you well. I’m writing to suggest an enhancement for the Ri Music APK that could greatly improve the user experience, especially for those who prefer managing their own media files offline. 🔧 Feature Request: I have noticed that while the Ri Music app allows downloading songs, the downloaded files are not saved directly to the local phone storage, which limits accessibility and control for users. Therefore, I would like to request the following improvements: 1. Save downloaded songs directly to the device's local storage Example path: Internal Storage > Music > RiMusic > [SongName].opus 2. Preferred download format: .opus This format is lightweight and maintains good audio quality, which helps save space without compromising experience. ✅ Why This Would Help: Users can access their downloaded songs using any music player or file manager. .opus format ensures better compression and playback efficiency. Makes the app more transparent and user-friendly compared to cache-based downloads. If this enhancement aligns with your development roadmap or if there’s a GitHub repo I could follow/contribute to, I’d be happy to support or test the updated build. Thank you for your time and for creating such a useful app. Looking forward to your positive response ### Suggested Solution Project Name: RiMusic-Enhanced Language: Java/Kotlin (depending on original app) Dependencies: - OkHttp / Retrofit (for downloading) - FFmpeg or OpusEncoder (optional, if conversion needed) - Scoped Storage APIs (for Android 11+) - val file = File(Environment.getExternalStoragePublicDirectory( Environment.DIRECTORY_MUSIC), "Ri music/${Song title}.opus") <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> ffmpeg -i input.m4a -c:a libopus output.opus Internal Storage > Music > RiMusic > [SongName].opus ### Alternatives _No response_ ### Additional Context # RiMusic-Enhanced Modified version of RiMusic APK that: - Saves all downloaded songs directly into device's local music folder - Downloads in `.opus` format for high compression & quality - No in-app storage limits or hidden cache folders ## Features ✅ Direct `.opus` download ✅ Songs saved in `/Music/RiMusic/` ✅ Compatible with Android 8–13 ✅ Minimal UI changes
0 条评论