rbackhouse / MaximumMPD

React Native based MPD Client for iOS and Android
MIT License
45 stars 4 forks source link

Save and restore repeat and consume settings when single song Play Now used #65

Closed macmpi closed 3 years ago

macmpi commented 3 years ago

see screenshot. no error on the second try image

rbackhouse commented 3 years ago

Are you able to create playlists manually on this MPD server ? This seems to indicate that the configured playlist directory does not have write permissions setup for the userid running MPD

macmpi commented 3 years ago

Good catch indeed, playlist directory was not set to mpd user.

Play single file scenario may need to handle repeat mode (and consume). For instance if repeat is set (like permanent Radio playlist that does not consume and can circle back), playing a single file will loop endlessly on it.

rbackhouse commented 3 years ago

So do you mean that save/restore existing queue should be disabled when Repeat and/or Consume are enabled ?

macmpi commented 3 years ago

Not really. The app may need to store current Repeat and Consume status, then set no repeat & consume to play single file, then reset playlist and previously stored Repeat & Consume status. Would it make sense?

rbackhouse commented 3 years ago

Yes, that makes sense

rbackhouse commented 3 years ago

Save and restore repeat and consume settings now available in Version 4.7