Enrico D'Ortenzio

Results 106 comments of Enrico D'Ortenzio

Kein problem 😁 I can now reproduce the issue. Thanks.

@OxygenCobalt this issue should affect your player too ☺️ Tried various approaches but still unable to fix. Let me know if you find a solution 😁

Hi, they're using a custom audio engine. Default android media player does not support this format unfortunately :) https://developer.android.com/guide/topics/media/media-formats

Sorry for the late reply and Thanks for feedback. Can you please provide some samples here so I can test the app against them? Actually, I can play ogg vorbis...

@riveravaldez Thanks for reporting. Gonna try exo player to see if I can fix the problem πŸ˜‰

![Screenshot_20191204-092358](https://user-images.githubusercontent.com/7274841/70125801-dcd3aa80-1677-11ea-8241-72bc5edbae61.png) I got it working by changing the extension of the file from .opus to .ogg or .mkv. .opus is not even recognized by Android itself, at least not on...

Hi, can I have a screenshot of the desider behaviour? Thanks :)

Yes, that's the solution :)

Thanks :) Gonna test in the next days

Not sure it is possible. Audio columns do not contain anything related to disc number. https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns You need to change the album title adding cd1, cd2 and similar. I will...