Jump to content

Honk

Approved Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Honk's Achievements

Member

Member (2/3)

  1. Here a link: https://seafile.rostislavkaleta.dev/seafhttp/files/2155f950-d09a-4c8e-a80b-1f5d17cb4b45/06. Freya Ridings - Castles.flac And Yes, if I enter it manually in Poweramp, it works. Should be available to you, let me know, I am not sure if it's a temp link or "perma" link.
  2. I am calling the intent like this (Flutter Dart): AndroidIntent intent = AndroidIntent( action: "android.intent.action.VIEW", data: link, // public direct download link with no Auth type: mime, // mimeType ); await intent.launch(); This automatically opens the device default music player, instead allowing me to select which one I would like to use (as for example Solid Explorer). If I force to open intent using specific package, Poweramp opens and plays the music just fine: AndroidIntent intent = AndroidIntent( action: "android.intent.action.VIEW", data: link, type: mime, package: (mime?.startsWith("audio") ?? false) ? "com.maxmpz.audioplayer" : null, // here forcing to use Poweramp ); await intent. launch(); The direct URL looks like this: https://cloud.seafile.com/files/adee6094/foo.flac Its not encrypted, no aurh required. Its probably issue on my side (calling the intent wrong). Would you please spare some time and tell me about it please?
  3. Poweramp seems to ignore launched Android intents with audio mime types, for example launching intent where data is direct web URL and mimetype of "audio/flac" does not show Poweramp as potential app to use and immediately plays the audio in my phone's built in music player.
  4. It would be nice to have option to show spectogram instead of the waveform under control buttons. Would this be even achievable on android?
  5. So how do I enable it. I have S10+ which should have it build-in
  6. Yes, still the same issue. Check Screen_Recording_20210722-214107_Poweramp.mp4 Screen_Recording_20210722-214107_Poweramp.mp4 the recording.
  7. Hello, I know that my issue is not related directly to these new builds, but would you please check out this chromecast bug that has been present for a quite some time?
  8. Sure, here: Chromecast model NC2-6A5 Poweramp build 895-905 Samsung s10+ android 11 Chromecast is added in Google Home Behaviour: I can see my chromecast in Poweramp twice for some reason, neither one if them work. After casting, I can see that Poweramp is connected to my chromecast (Poweramp logo shows) and I can see the song name. Image (music cover) is not sent/visible. Poweramp appears to be playing the song, but every 2-3 seconds it skips back it's playback (basically stuck) and no sound is comming back from the chromecast (like the first post mentioned, same behaviour). Chromecast shows that it's playing, but music duration is stuck in one place and, no sound come out. Music cast does work in other apps (example "Hi-Fi cast - Music Player" - android) or from MusicBee - Windows Both devices are connected to same wifi, phone is on VPN (local network vpn - no ports are blocked). Disabling my VPN does nothing. I was so happy getting my friends Chromecast to be able to use it with my favourite music player (been using the app for 6 years now, what a ride), but here we are
  9. I have the same issue with s10+, this needs to be fixed !
  10. Hi, on stock HTC 10 hi-res output works fine. Can it be added also for LOS 16 (custom rom)?
  11. HTC Desire 10 lifestyle Android 6.0.1, software number 1.07.401.1 http://www.htc.com/uk/smartphones/htc-desire-10-lifestyle/audio/ They say it everywhere
×
×
  • Create New...