Jump to content

flyingdutchman

Approved Members
  • Posts

    2,510
  • 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 flyingdutchman

  1. Ok, yes may need checking or shuffling albums, yes in next release
  2. @6b6561 your requirements 1. App lists all albums found in Poweramp, just like Poweramp itself, not sure why you would want to see only 10. However mpm can create playlists by randomly selecting albums. The limit of how many is also configurable 2. Next version of mpm will do this 3. Refresh what exactly? 4. Last added will be a column in the Poweramp media database so it can be used in creating playlists
  3. @6b6561 just let me know when manana arrives, i can knock up a skeleton app to get you started
  4. @6b6561 apart from your 2 button requirement, mpm does just that. It started life as a random album player. If you need help in starting your own 2 button app let me know by email preferable
  5. @6b6561 after a little further searching, this now works as intended. I just needed the first paragraph too. Thank you for pointing me in the right direction public void playSelectedPlaylist(Context mContext, long playlist_id) { Intent intent = new Intent(PowerampAPI.ACTION_OPEN_MAIN) .setClassName(PowerampAPIHelper.getPowerampPackageName(mContext), PowerampAPI.ACTIVITY_STARTUP); mContext. startActivity(intent); PowerampAPIHelper.sendPAIntent(mContext, new Intent(PowerampAPI.ACTION_API_COMMAND) .putExtra(PowerampAPI.EXTRA_COMMAND, PowerampAPI.Commands.OPEN_TO_PLAY) .setData(PowerampAPI.ROOT_URI.buildUpon() .appendEncodedPath("playlists") .appendEncodedPath(Long.toString(playlist_id)) .appendEncodedPath("files") .build()),FORCE_API_ACTIVITY); }
  6. @6b6561 much appreciate your contribution. My app relies heavily on the api and there is so much to read and understand. I have found that when max does not respond it usually means the answer is there so this might be it. I will check my code and experiment a little
  7. @andrewilley @user547823 there is a column called last_pos which I imagine is where the lapsed time is saved. If there is enough interest, I can investigate this and provide an option to reset in MPM
  8. @dvhttn Yaps has this: so the choice is yours I personally prefer the Vertical Right Hand side
  9. @adrianolol can you post what you have so far?
  10. @jas1991 some tags are held in "frames" which sometimes are incorrect thus returning an error "invalid frame". Try and investigate using pc tag software
  11. The latest release of NPM has a new cool feature. For each Poweramp playlist it shows its average rating. Also further integration with Poweramp such as playing tracks or playlist by a simple tap Out now on Google Play
  12. @maxmp Music Playlist Manager (MPM) accesses the Poweramp media database to manage playlists etc. One of the functions it offers is to play a playlist or track which works fine BUT as MPM is the active app and has the UI, Poweramp itself remains in the background Is it at all possible to bring Poweramp into full view replacing MPM, using some api call.?
  13. @BehemothXxx sometimes things go wrong when certain icons are not found for a specific android version or density, especially for older versions.
  14. @BehemothXxx can you state your device and android version as this may have a bearing on the issue
  15. Perhaps relevant for those creating playlists in Poweramp using Music Playlist Manager Android playlists are deprecated in API level 31. Google will keep the current functionality for compatibility reasons, but will no longer take feature request. Google do not advise adding new usages of Android Playlists.
  16. @Joshua Watson @andrewilley , a few points, if a half star rating was implemented i would of course also amend the code in mpm. Secondly. You say you use tasker to extract ratings, it would be useful if you could post the tasker configuration , others may find this useful.
  17. @andrewilley at the moment my app music playlist manager scales the popm value up when writing to popm and of course down when writing to the database
  18. @andrewilley it would also require a small change to the data type in the table as it is defined as Integer (no decimal places)
  19. For those interested, Music Playlist Manager now has additional options when adding to playlists, Yes, at the start, and the end or just randomly Latest version V3062 has just been released.
  20. @e2m yes, as you point out, misaligments are usually due to incorrect dimensions which i can fix. Please send me an email as i find that easier to communicate
  21. @e2m played the album yesterday, coincidence or some sign? Amused to Death
  22. Same here, suddenly all i get is a dark screen. It reacts to the chromecast request but nothing appears to be sent. V932 Chromecast System firmware version: 281627 Cast firmware: 1.56.281627
  23. Coming up, a new set of play buttons called "Retro Dark Look" and an additional background "Brushed Steel" Track and Album artist text moves to the top of albumart to create moe space below As always everything is still configurable in terms of backgrounds etc.
  24. @andrewilley i get the feeling it may be a memory issue. The skin may be getting too large.
×
×
  • Create New...