Jump to content

admin

Administrators
  • Posts

    1,282
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Everything posted by admin

  1. @Juan Camilo all the details are here: Basically the purchase is per your (selected in Google Play) account.
  2. Коротко/TLDR: возможно, вы не сможете временно восстановить покупку в Google Play или скачать Разблокировку/Unlocker, но время работы пробной версии значительно увеличено и весь функционал полной версии доступен. Просто обновитесь до сборки 932+, чтобы продолжать использовать приложения после окончания пробного периода в предыдущих билдах. Покупка на сайте/Восстановление покупки работает в обычном режиме. Длинно:
  3. TLDR: it's possible that restoring purchase from Google Play or Poweramp Unlocker downloading may be temporarily disabled, but Poweramp / Poweramp Equalizer will continue to work in the Trial mode with all Full Version functionality enabled. Just update to builds 932+ to continue to use apps after the trial period ends in the previous builds. Website purchase/Restore purchase operates as usual. Long:
  4. Players such as Spotify, YouTube Music, Deezer (enable Equalizer in their settings), Yandex Music are supported out of box, player app restart may be required once. Players that don't support equalization (such as YouTube video, TIDAL) still can be equalized via Advanced Player Tracking options in Equalizer settings, but that requires additional permissions. See Settings / Equalizer / Advanced Player Tracking for step by step instructions.
  5. Literally 2 lines of code required: Send AudioEffect.ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION intent with the actual session id when playback starts Send AudioEffect.ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION intent when playback ends Additional hints: don't change session id between played tracks, playlists, etc. Keep single session id per playback session (per playing service lifetime) this reduces possible artefacts on session start, as effects require some time to setup and apply also this approach reduces resources usage as no tear-down/re-setup of effects is required don't use multiple session ids even if you use multiple MediaPlayers/AudioTracks (for example, for the crossfade) this also reduces resources usage as there is need for multiple effects then To implement the hints above, get audio session id once from the first MediaPlayer/AudioTrack and reuse it for the next created MediaPlayers/AudioTracks.
  6. this can happen if some task killer/battery optimizer/task manager kills Poweramp while it's in background. Please add both Poweramp and Poweramp Full Version Unlocker (if installed) to the task killer/battery optimizer/task manager exceptions list standard Android / Pixel firmwares -long press app icon / (i) / Battery / Unrestricted for some Chinese brands, where background execution is often limited in non-standard way, you may need to enable background execution for both Poweramp and Poweramp Full Version Unlocker (if installed) in device settings => Apps => Poweramp Huawei Pie/10: - device Settings / Battery / App Launch / Poweramp - UNCHECK. Ensure Run in background is checked in the popup. Then please do the same for Poweramp Full Version Unlocker - UNCHECK, if you have it (system can't distinguish apps from plugins) Xiaomi: - device Settings / Installed apps / Poweramp / Battery saver / No restrictions (same for Poweramp Full Version Unlocker, as it's considered as the same app as Poweramp) Samsung: - device Settings / Apps / Poweramp / Battery / Allow background activity (check) If you have Poweramp Unlocker, do this for the Unlocker app too (as it's considered as the same app as Poweramp) see https://dontkillmyapp.com for more examples some custom ROMs (Android 5-9) require Settings => Misc => Tweaks => Use Wakelock option to be enabled Note: Unlocker app should be added to exceptions lists (if installed) as Unlocker is loaded to the same process and Android kills at process level - so both Poweramp and Unlocker are killed together.
  7. Internet connection is not required for normal operation. Internet connection is required for a short time after Poweramp purchase. Poweramp (main app): - uses optional Internet connection for Album art downloading and Support. - for Website purchase, license is checked via Internet once after Unlocker installation and Poweramp next start, and if the check is successful, then it's never checked again, unless Poweramp is reinstalled, Poweramp data is cleared, system is reset, or ROM is updated Poweramp Unlocker: - for Play purchase license is checked via Internet within first 24 hours after Unlocker installation and Poweramp next start, and if the Google Play Store check is successful, then it's never checked again, unless Poweramp is reinstalled, Poweramp data is cleared, system is reset, or ROM is updated If license check is failed, Poweramp will try to check it until it fails completely in few attempts. Poweramp v2: license failure timeouts are very long, hours or days, but timeouts immediately reset when Internet is not available causing license error. Poweramp v3: license failure timeouts are short, Poweramp will complain about license almost immediately to avoid unexpected license failure error when Internet is not available later.
  8. Google Play: Из-за отключения Google платных приложений в РФ, невозможно скачать Разблокировку с Play. Eсли у вас Разблокировка уже куплена, вы можете запросить ее APK через поддержку powerampmaxmpz@gmail.com и активация пройдет нормально. Вы также можете отключить обновления для Разблокировки в Плее (на странице приложение меню - снять галку с Автообновление). Основное приложение Poweramp (бесплатное) обновляется без проблем. Сайт: 1. убедитесь, что Интернет работает на устройстве 2. (только для Poweramp v2) убедитесь, что аккаунт (учетная запись) Google или Email (как указано в письме - подтверждении покупки от PayPro Global) зарегистрирован на устройстве в настройках Андроида 3. убедитесь, что установлена версия Poweramp с сайта Poweramp (uni, например, build-800-uni). Версии с Play Маркет не имеют поддержки покупок не на Play (согласно официальным условиям Play) 4. в настройках Poweramp, используйте Уже купили? => Сайт и введите Google или Email аккаунт и номер заказа / Order ID (как указано в письме - подтверждении покупки от PayPro Global). Другие способы покупки: Восстановить покупку можно через пункт Уже купили? в настройках Poweramp
  9. Эта ошибка происходит, если:- использовалась опция "Восстановить покупку" для покупки с сайта- кол-во активаций на разных устройствах достигло предела
  10. Thanks for the report - I need to update the test app. PowerAMP now uses milliseconds everywhere, previously API accepted seconds for seeking, so please multiply your seek values by 1000.
  11. localh0st PowerAMP still processes headset MEDIA_* events as usual. Make sure no other apps intercepting/cancelling these messages before PowerAMP. 1. Please check comments in PowerAMPiAPI.java for OPEN_TO_PLAY command (around line 94). startService(new Intent(PowerAMPiAPI.ACTION_API_COMMAND).putExtra(PowerAMPiAPI.COMMAND, PowerAMPiAPI.Commands.OPEN_TO_PLAY) .setData(Uri.parse("content://com.maxmpz.audioplayer/ALL/" + id))); The code above will force PowerAMP to play file from All Files list, by song id. You can also force to play it from other lists. Note that PowerAMP can play only from "external" storage. ALL/ARTIST/ALBUM/ARTIST_ALBUM/GENRE_ALBUM categories are library categories - media store ids are expected. FOLDER is special category - own ids namespace is used. 2. This setting looks this way (right click on project => Properties). Of course you should have the poweramp_api_lib project first imported into Eclipse workspace. Thanks!
  12. Hi, in PowerAMP v1.4 you can now force it to display filenames instead of title tags in Folder/Folder playlists via Settings => Advanced Folder Options => Show Filenames Thanks!
  13. Попробуйте выбрать в настройках проекта другой Target SDK.
  14. Правой кнопкой на проекте виджетпака => Properties => Android => Library - Add..=> poweramp_api_lib
  15. Rang3r File => Import => Existing Project into Workspace => добавить poweramp_api_lib, poweramp_api_example, poweamp_api_lyrics_proto.
  16. poweramp_api_lyrics_proto This is prototype application utilizing Poweramp AA (Album Art) widget functionality. AA Widget is basically sort of app widget in Poweramp Album art area in main player screen. It's possible to display almost everything the app widget developer wants, and get user interaction events back in the app. Poweramp manages multiple AA widgets internally and shows appropriate UI for them - Close button (which remembers it's state), and selectable icons to switch between AA widgets. Example use of AA widgets are providing song lyrics, song extended information (e.g. pulled from internet), artist/album info, etc. [attachment=0]api_example_lyr.png[/attachment]
  17. poweramp_api_example This is sample application utilizing Poweramp API, it consists of 4 activities: MainActivity - provides basic, but pretty complete UI for Poweramp player functionality: - current track info - current track album art - <<<, <<, >, >>, >>> buttons, with long press doing the same actions as in Poweramp (for <<, >, >>) - shuffle/repeat buttons - seekable song progress bar - few buttons which calls various Poweramp actions, like opens Poweramp activities - buttons to open other example activities - simple testing buttons for Poweramp AA Widget functionality [attachment=1]api_example.png[/attachment] EqActivity - provides almost full control over Poweramp equalizer - 10 bands, 2 tone bands, preamp, presets (directly pulled from Poweramp database). [attachment=0]api_example_eq.png[/attachment] FoldersActivity - shows simple ListView of Poweramp folders. Provides example of how Poweramp folders database can be accessed. FilesActivity - shows simple ListView of Poweramp files. Provides example of how Poweramp folders database can be accessed. This project basically demonstrates that's ultimately possible to build complete custom Poweramp UI, but of course, you can utilize just few features from the complete set.
  18. poweramp_api_lib This is not a sample, but it's actually the Poweramp API definitions (com.maxmpz.audioplayer.player.PowerampiAPI class), Poweramp content data source definitions (com.maxmpz.audioplayer.data package) and few helper classes. This is android library project, meaning it's included into other samples as a library (ensure it's added as library in Project settings => Android => libraries list).
  19. The code is available here: https://github.com/maxmpz/powerampapi Poweramp API Sample App is update to all recent PowerampAPI changes, they are pretty minor, except Album Art: - album art now is not sent as bitmap within Intent - original album art (embed - from track file itself, or cached downloaded album art) is provided via specific Poweramp Content provider This allows hi-res images in apps utilizing PowerampAPI, but may require additional image processing (e.g. scaling / subsampling / etc. )
  20. Спасибо Maverick за перевод. Q: Почему экран блокировки разблокируется на стандартный экран блокировки? Q: PowerAMP использует нестандартные кодеки. Означает ли это, что используется больше ресурсов процессора и аккумулятора? Q: Я проверил в [вставить ваш любимый просмотрощик процессов], и мне кажется PowerAMP задействует процессор больше чем стандартный плеер, который потребляет 1%. Почему так происходит? Q: Почему PowerAMP требует [вставить требуемое разрешение]? Q: Есть поддержка текста песен? LRC? Q: Как в PowerAMP используются кнопки проводной/BT гарнитуры? Q. Как выбирается обложка? Q. Как остановить Poweramp Q. Где кнопка Выход (Exit). Q. Poweramp запускается сам. Q. Возможно ли использовать эквалайзер Poweramp для воспроизведения музыки в Пандоре и других музыкальных приложениях. Q. Музыкальная визуализация Live Wallpaper не работает с Poweramp Q. Poweramp останавливается или встает на паузу при фоновом воспроизведении или при выключенном экране. Q. Пропали треки из Папок/Библиотеки. Q. Удалены треки при обновлении до 2.0. Q. В Poweramp 1.4 было 1000 треков, а сейчас только 100 в Poweramp 2.0. Q. Скачет уровень звука и другие проблемы со звуком Q. Почему дублируются папки и треки?
×
×
  • Create New...