Skip to content

Update/mainscreen - #8

Open
JB184351 wants to merge 47 commits into
mainfrom
update/mainscreen
Open

Update/mainscreen#8
JB184351 wants to merge 47 commits into
mainfrom
update/mainscreen

Conversation

@JB184351

Copy link
Copy Markdown
Owner
  • Removed PlaylistTrackView
  • Made it so that after selecting a playlist we go immediately to the playback screen.

JB184351 and others added 30 commits August 15, 2024 16:23
Fixed the bug when on first ask for Apple Music permissions that the AppleMusicPermission view was still displaying after allowing Apple Music.
I added a default playlist icon for when artwork can't be fetched from a playlist because of a nil value
Removing this for now as we're not using it.
With this change this gives us HD artwork covers compared to before.
When displaying the time previously, any time less than 10 seconds would display a 0 in front of the seconds no matter how many minutes the song had already been playing.
 I fixed a playback issue where the song would start over after each time I would play it and I noticed that I would reset the queue every time I played the button so now I'm only setting the queue upon the first time this view is presented
The end speaker changes based on the current volume of the device
When I was reaching lower volumes I would hit the default value somehow and so just changed it to where it was the lower volume speaker icon in that case.
I noticed that when hitting around the 30 and 60 values that the speaker icon changes to the default value so updating the values to include to finer decimal places
When on the Playback screen the first time the button will same play instead of Resume
I changed it so that when the songTimer is greater than zero that the song timer text will displayer other wise it'll show the time remaining until it starts playing again.
While the music is playing the chair and music images will rotate as if they're dancing.
I can play from an entire playlist whether shuffled or as is
I changed the buttons here so we can have a back button when entering the PlayBackView
JB184351 and others added 17 commits September 24, 2024 14:30
Properly unwrapping a single Track value
Fixed song information display and made sure all music stopped playing when leaving this view.
Able to add music to a playlist but apparently there might be a bug with iOS 18 where not all the music get's added correctly, I changed the version to iOS 16 to use my iPhone 13 Mini to test this theory with.
Despite having issues adding an entire playlist or an array of Track type to the queue, I'm able to just add one song aka Track at a time and will go to the next song.
This doesn't need to be in there because the only time the playbacktime is being changed is when the timerisactive
I was using the queue before but I had to work around some issues that were happening, the user has to have iOS 18.1 or newer or more accurately anything before 18.0 and anything 18.1 or newer. Which means I'll probably make this app have an iOS 18.1 requirement.
After the playlist selection, the PlaybackView will automatically appear with the selected playlist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant