Skip to main content

GoneMAD Music Player 3.0 Beta 12

The first phase of the 3.0 is now finished!  If there is a 2.x feature / setting still missing please let me know.  There is most likely a reason why it was excluded but I might have missed something (also check trello to see if I have it listed)

Beta 12 has a lot of minor additions, but I will go into detail on a few of the bigger additions in this post.

New Intents

  • Play File - gonemad.gmmp.command.PLAY_FILE
  • Play File Next - gonemad.gmmp.command.PLAY_FILE_NEXT
  • Enqueue File - gonemad.gmmp.command.ENQUEUE_FILE
  • Rating Up - gonemad.gmmp.command.RATING_UP
  • Rating Down - gonemad.gmmp.command.RATING_DOWN
  • Specify Rating - gonemad.gmmp.command.RATE
The first 3 take a string extra named 'filename'.  Specify rating takes a float extra named 'rating' with values between 0.0 and 5.0

Search Improvements


Search will now search more than one field for some of the categories.  Album search will check for each term in both the album field and and album artist field.  Track search will check for each term in the trackname, album, and artist fields.  This should greatly improve search and make it easier to find the specific item you are looking for.



Custom Metadata For Mini-Player

The mini player's metadata can now be customized.  It is configurable through the advanced settings under UI.  The size of the mini player will not change so keep that in mind when customizing.



Remove Duplicates


The ability to remove duplicates has been added to both the playlist details view and the queue.  The way it works is it will remove any file that is listed more than once in your queue or playlist.  The first instance of each file will be kept, so if you happen to be playing the 2nd instance of a song in your queue your queue position will be updated to the position of the first instance found.  So that is something to keep in mind before selecting the option.



Playlist Details Sorting


The contents of a playlist can now be sorted.  If all you do is change the sort option, these changes will not be automatically saved (meaning the original sort order can be restored). However if you change the sorting and then move the position of individual tracks around, the changes will be automatically saved.  To account for this, I added the ability to turn off the auto save feature (in the customize menu) and added a manual save option to the menu.




Auto Volume Adjust


The auto volume adjust option was brought back from 2.x, but I wanted to give everyone a warning that it may not completely work on all devices.  The ability to change the volume to a fixed value for each input should still work, but the option to restore the last used volume is not very reliable.  Most phones now keep output type specific volume anyway  so having gmmp manage it wont be necessary.

3.0 Beta Phase 2


The next phase of the beta is going to focus on cleaning up the UI, animations, and improving performance.  Animations can be difficult but I hope this phase does not take too long.  I am still targeting early 2021 for 3.0's full release.

3.0 Beta 12 (2020-11-21)

New:
  • Sleep timer will default to the previously used sleep time
  • Play next/prev folder can now jump between scan paths to find music
  • Added scanner option to ignore hidden folders
  • Added new command intents to play/playnext/enqueue specific file: gonemad.gmmp.command.PLAY_FILE, gonemad.gmmp.command.PLAY_FILE_NEXT, gonemad.gmmp.command.ENQUEUE_FILE (add an extra named filename with the full path to file
  • Artwork can now be changed from details view
  • Artist and album art searches are now interleaved
  • Add options to auto bookmark podcasts and audiobooks (podcast/audiobook paths must be set)
  • Added toast indicating when shuffle all was selected
  • Track and album search will now query multiple fields for the search terms
  • Added queue as a library view/tab option
  • Added intent to rate current playing track. intent: gonemad.gmmp.command.RATE, float extra: rating, valid range 0-5.0
  • Added 'navigate back' gesture action and button
  • Added filesize to song info dialog
  • Added warning when battery optimizations for gmmp are enabled
  • Added last played variable %lp% to album details, bookmark, queue, track, and now playing views
  • Added $date function to turn a number (like %lp%) into a date string
  • Split view can now be disabled for tablets
  • Added 'nothing' as an 'On Select' action
  • Added queue specific 'On Select' preferences
  • Added intents to increase/decrease rating: gonemad.gmmp.command.RATING_UP and gonemad.gmmp.command.RATING_DOWN
  • Added rating up/down buttons to widgets and notifications
  • Added 'remove duplicates' to queue and playlist details view
  • Added toggle shuffle action to android auto
  • Added sort options to playlists details view
  • Added manual save option and auto save toggle to playlist details view
  • Added some custom metadata presets with next track info
  • Added %comma% so commas can be used inside functions
  • Added auto volume adjust (may not work on all devices)
  • Added ability to customize mini player metadata (Settings -> UI -> Mini Player -> Displayed Metadata)
  • Improved loading performance for folders with a lot of files
  • Added album sort to folder view
  • Updated compile sdk to 30 and target sdk to 29

Fixes:
  • Fixed crash when querying available AudioEffects returns null
  • Enqueue Shuffled for playlists will now only appear when shuffle is enabled
  • Fixed queue getting messed up if files were deleted outside of gmmp






Popular posts from this blog

GMMP 1.3 Released! ReplayGain, cuesheet, bookmarking, 6 new skins, and much more.

After about a month and a half of hard work, 1.3 is finally available for download on google play and this blog.  I've gone with the pendulum screenshot for the main image for a long long time and with the new album art as a background feature I decided to pick a new song to use. Changelog: 1.3.0 (06/14/12): New Features: -Added ReplayGain support -Added single file cuesheet support (.cue files) -Added manual bookmark option to the now playing menu -Added auto bookmarking options (Preferences -> Audio -> Bookmarks) -Added option to remove a song from the active playlist after it is played (Prefs -> Playlist -> Remove After Played) -Added dsp limiter with customizable attack and release settings (reduces audio distortion and clipping) -Added EQ and Limiter toggle buttons to the equalizer view -Added 9 new EQ presets: Bass Max, Bass & Treble, Classical, Techno, Club, Reggae, Soft, Rap, and Metal -Notification controls added to 3.0+ -The current play

3.4.0

Plans for 3.4 changed a bit when google announced they will be hiding apps on newer versions of android if they dont target the newer sdks.  GMMP always tries to target one of the more recent versions of android, but the unlocker has no need for that since its essentially just a license key.  As of May 1st the unlocker will be hidden on newer versions of android to those who have not already purchased.  Because of this, the focus of 3.4 was to get in app purchases working to allow users to buy the full version after May 1st.  There is a new 'Purchase' section in the settings where the unlocker can now be purchased. One other change in 3.4 is the support for the Android 13+ media controls.  They changed around how to customize them, so that is reflected in a new 'Media Controls' section of the settings. The language can also be changed for just GMMP via the system settings The changelog itself is fairly small but I did a large update of all the libraries / dependencies t

3.4.5 Release / Preview of 3.5

3.4.5 was just uploaded to google play and should be rolling out over the next few days. Changelog: 3.4.5 (2023-08-29): Added Dutch translation Fixed crash editing rules in rule groups Disable IAP donation options if Full Version Unlock has not been purchased to prevent confusion Other changes since 3.4.0: Added Finnish translation and updated other translations Added donation options to the purchase settings area Fixed crash when trying to bookmark / unbookmark currently playing song Fixed Finnish not showing up in the language select Fixed other various crashes Fixed issue where rating or editing tags could potentially split the album Fixed some of the lists/grids not refreshing after changes 3.5 Preview I've been working on some new UI options planned for 3.5.  So far I've finished a new gradient background option for now playing.  There are 2 different styles (linear / radial) with 2 different color sources for each.  One source will take from the theme colors, the other st