BLeeEZ / amperfy

Amperfy is an iOS/iPadOS/macOS app to play songs from an Ampache or Subsonic server
GNU General Public License v3.0
472 stars 37 forks source link

[Features] macOS feedback (Volume slider, Remember window size) #336

Open BLeeEZ opened 1 day ago

BLeeEZ commented 1 day ago
  1. It would be great if the app could remember the window size. Currently, every time I resize the window and reopen it, it reverts to the default size. Also, the album list grid doesn’t automatically adjust to fill the window. Since the album cover sizes are fixed, when the window is slightly narrowed, only two columns of albums are displayed, leaving a large gap in the middle.

  2. It would be helpful to have independent volume control. Currently, the app’s volume is tied to the system volume, which is not always convenient. Having the option to adjust the volume separately would be appreciated.

Schlaubischlump commented 1 day ago
  1. Do you have "Close windows when quitting an application" enabled? I think apple changed the default for that flag at some point. Otherwise the app will create a new window on each restart and thereby forget its size. When the flag is disabled, the window will restore the size on my machine.
Screenshot 2024-10-17 at 09 40 30
BLeeEZ commented 19 hours ago

The listed features are a collection of user feedback I received via TestFlight/eMail.

  1. I unchecked the option you mentioned but the window still does not remember its size. Is there some other trick we could use or do we need to save the size in a setting variable and need to set it on start?