|
Post by GoneMAD on Oct 3, 2018 7:05:33 GMT -5
you wont get popups until the trial (14-15 days that sometimes gets extended depending on updates) is over. If you go to the settings -> about at the bottom it should say "Full Version Unlocked" or something like that if you are good. If it says something like unlocker not found you should eventually get a popup. I also think the checks are only done when the music service is started. Depending on your android version it can stay alive for a long time. Oreo and higher typically shuts it down after some inactivity time and it being in the background
and yea if you disable "remote controls" in 2.x it should stop responding to the intents for the notifications and disable auto pause play. For the auto play you can also just go to menu -> exit and it should keep 2.x's music service stopped, which is required for auto resume
|
|
|
Post by GoneMAD on Oct 14, 2018 12:53:27 GMT -5
3.0 Alpha 5 Note: if the theme colors get all messed up just toggle the base theme to the other option and back. Added tag editor (improvements will be made in alpha 6) Added ability to edit composer tag Upgraded to androidx / jetpack libraries Split artists selection in android auto into Album Artists and Artists Added support to play files from external file browsers through the VIEW intent Target API level is now 28 Due to a bug in the androidx preference library, the settings will have a large margin on the left. This will be fixed whenever the library is updated Removing songs from the queue will no longer mess up the current queue position Playing/Add To Playlist for albums, artists, albumartist, and genres will now correctly use the sort order selected in the UI Fixed recognizing the unlocker when 2.x is not installed Fixed list items from updating when they are changed in the database Fixed issue where Genre -> Album Artists would not show all album artists Fixed crash syncing with the media library without having external storage access Improved 'Various' AlbumArtist handling in the album list Artist Details will now show albums that an artist has a track on but is not the album artist Fixed other various crashes www.mediafire.com/file/6q54wvabg5h5hpb/gmmp-3.0_Alpha_5-amazon.apk/filemega.nz/#!ji4DEYrZ!7u6ZoER7UrjDkR6Tiy3WDsO8YSnrhvxjaoRuvf0cUfM
|
|
|
Post by eserim on Oct 15, 2018 6:18:15 GMT -5
Observation, more than bug. On Headphone plugged in event, music resumes - but louder than it should, then after a second pauses and gets back to normal - is this due to the order of stuff? Is it playing first, then reading the setting to use replay gain, reading that data, then applying it, rather than reading replay gain setting & data, then starting playback with those settings applied?
|
|
|
Post by GoneMAD on Oct 15, 2018 8:00:42 GMT -5
Observation, more than bug. On Headphone plugged in event, music resumes - but louder than it should, then after a second pauses and gets back to normal - is this due to the order of stuff? Is it playing first, then reading the setting to use replay gain, reading that data, then applying it, rather than reading replay gain setting & data, then starting playback with those settings applied? sounds like an issue specific to your phone. Replaygain is always applied before gmmp sends the audio to the OS for playback. I know a lot of phones will auto lower the volume if its too high when the headset is plugged in (my xz2 compact does this and drives me crazy)
|
|
|
Post by eserim on Oct 15, 2018 8:18:34 GMT -5
Ah - the wretched ear protection thingy - that may be it - I'll look at that. Ta
|
|
|
Post by eckless on Oct 16, 2018 8:02:47 GMT -5
Thank you for the new version! I can happily report that the "genre/album artists" bug is fixed - thank you!
Regarding the new "Various" behavior - it looks like it's being a bit overzealous. I'll send you a couple of screen shots to your gmail.
Thank you! Eckless
|
|
|
Post by GoneMAD on Oct 16, 2018 10:44:21 GMT -5
yea looks like genre -> album artist -> album / songs isnt showing anything in the test data set you sent me. It should at least list the albums if done correctly. I figured out the over zealous Various.. however my local fix seems to list the regular artist instead of album artist... so trying to figure that out
|
|
|
Post by Patrick on Oct 16, 2018 11:45:49 GMT -5
Is it possible or planned to add a filename field in the Tag editor?
It would be rather useful in these 2 ways: 1. Of course change the filename 2. If there's no ID3 Tag set, you can copy the filename and paste the specific parts in the ID3-fields (In 2.x for example you have to fill in the Tags manually, as theres no possibility to copy the filename)
Greets
|
|
|
Post by GoneMAD on Oct 16, 2018 12:17:48 GMT -5
Is it possible or planned to add a filename field in the Tag editor? It would be rather useful in these 2 ways: 1. Of course change the filename 2. If there's no ID3 Tag set, you can copy the filename and paste the specific parts in the ID3-fields (In 2.x for example you have to fill in the Tags manually, as theres no possibility to copy the filename) Greets i didnt have plans for editing the filename as that I feel that could potentially cause a lot of issues if a user doesnt understand what they are doing. some things i think gmmp could auto handle like pausing / reloading the track if the playing file had its filename changed, and preloading the next track again if that filename was changed.. however the contents of things like playlists are not stored in gmmp's database, so they would not be updated. Since the filename was changed it would no longer be playable in any playlist referencing that file It sounds like you are more looking for ways to populate tracks with tags based off the a filename format (or just simply having the filename displayed somewhere that you could copy from). I think gmmp's scanner will auto populate the filename as the trackname when it cannot find a track tag.. so i think thats something i can get the file editor to do. It does something similar with album artist (will use the artist if it doesnt find the tag)
|
|
|
Post by GoneMAD on Oct 16, 2018 13:13:22 GMT -5
Thank you for the new version! I can happily report that the "genre/album artists" bug is fixed - thank you! Regarding the new "Various" behavior - it looks like it's being a bit overzealous. I'll send you a couple of screen shots to your gmail. Thank you! Eckless Looks like i got it all straightened out. will put out alpha 5a tonight. With your test files you sent this is what im getting now: Album list -> only shows 'Various' with multiple album artists, so all of the albums you sent list the album artist Artist list -> artist that appears on an album but does is not an album artist of any album -> Album view - Now will show the album the artist appears on WITH the correct album artist listed(yay) Genre -> Artist -> Album view - same as above Genre -> Album Artist list - showing correctly
|
|
|
Post by patrick on Oct 16, 2018 16:11:10 GMT -5
It sounds like you are more looking for ways to populate tracks with tags based off the a filename format (or just simply having the filename displayed somewhere that you could copy from). I think gmmp's scanner will auto populate the filename as the trackname when it cannot find a track tag.. so i think thats something i can get the file editor to do. It does something similar with album artist (will use the artist if it doesnt find the tag) Yes would be an easy & good option to just display the filename at the bottom or top of the Tageditor Screen Not sure if I understood the 2. point correctly: Will the Scanner automatically write the filename to the "Trackname" ID3-tag, if there is no Trackname ID3-Tag set?
|
|
|
Post by GoneMAD on Oct 16, 2018 17:03:17 GMT -5
It sounds like you are more looking for ways to populate tracks with tags based off the a filename format (or just simply having the filename displayed somewhere that you could copy from). I think gmmp's scanner will auto populate the filename as the trackname when it cannot find a track tag.. so i think thats something i can get the file editor to do. It does something similar with album artist (will use the artist if it doesnt find the tag) Yes would be an easy & good option to just display the filename at the bottom or top of the Tageditor Screen Not sure if I understood the 2. point correctly: Will the Scanner automatically write the filename to the "Trackname" ID3-tag, if there is no Trackname ID3-Tag set? no when it saves the information into the database. It wont store a blank trackname, but use the filename instead. Filenames can be quite long and would most likely look fairly ugly which is why im hesitant in just throwing it on the top or bottom (and most people do not care at all about the filenames).
|
|
|
Post by GoneMAD on Oct 16, 2018 19:23:53 GMT -5
3.0 Alpha 5a: Improved content uri handling from extenral file managers Fast scroll letter should now always match what is being displayed in the list Fixed showing 'Various' when there is only a single album artist Fixed issues showing the correct album under Genre -> Artist/AlbumArtist details MediafireMega
|
|
|
Post by MotleyGord on Oct 16, 2018 21:42:19 GMT -5
Under the Album Artist tab, each album that has the AlbumArtist field “Various Artists” is listed in a separate line. So with 14 different Various Artists albums, there are 14 separate lines that all have the same text. These should be combined to make browsing more effective. This is still the case in Alpha 5a.
|
|
|
Post by eckless on Oct 16, 2018 21:57:24 GMT -5
Thank you for version 5a - it fixed the "various" artist issues that we emailed about. Much appreciated!!!
|
|