-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Add playback of APE files #377
Comments
can you provide a sample file? |
What sample file? Audio in APE format? |
@Antiwh0re yesss |
Here's a magnet link to a single in APE format: |
By the way, besides not playing APE files, Namida also doesn't read their tags properly. Now the track number and name of each song is listed in the library as a separate artist. |
alr i will investigate that |
It happens to most files, but not all of them. Select few are shown in the library the right way like those I've linked to. |
So have you tried implementing this feature? And have you thought of adding it to the next release? |
not yet. its not a feature i can corely work on but im gonna see if its possible to support it by the internal player |
By internal player you mean ffmpeg? If so, then it's already supported. The developer of another audio player wrote that playing ape files in Android natively (he uses a library exo-something it seems) is a problem because the devs of Android itself haven't programmed it to recognize ape as audio files (unlike flac there's no appropriate mime type for it or something). He also wrote that proprietary players usually bypass this Android defect by calling ffmpeg for every file, which recognizes everything. As you're using ffmpeg now, this implies that you can implement it with little effort. |
@Antiwh0re exoplayer doesnt support ape format yet |
Why don't you ask ffmpeg devs? If the devs of proprietary players manage to bypass this defect, the solution must be out there. For example I've used AIMP for Android some time ago and it was playing APE fine. |
"ask ffmpeg devs" 💀💀 yah im sure its not so hard if exoplayer or ffmpeg supported that, the thing is i can't edit their code etc to support it, and i dont even know if there are other open source android players that support it then it might give us hope |
I'm saying that it does support it, so there must be a way of making it work without rewriting their code (I'm sure the devs of AIMP and others are not doing that). And I'm offering you to ask them (ffmpeg) how to make it work. |
|
Is your feature request related to a problem? Please describe.
I can't play my files in ape (Monkey's audio) format.
Describe the solution you'd like
I'd like the app to properly recognize and play ape files.
Describe alternatives you've considered
None.
Additional context
As you're now using ffmpeg for playback, I assume it's not hard to make Namida play ape files as well. It's a popular lossless audio format, so lack of its support is a missing core function.
Apps
AIMP for Android.
The text was updated successfully, but these errors were encountered: