- Add action to create favourite folders.
- Allow moving favourites into folders.
- Add action to move favourite to parent folder.
- Make list of composer and conductor genres configurable.
- Optionally support listing and editing presets.
- Support "auto=false" URL query parameter to disable automatic layout switching.
- Always sort favourite folders, and place these first, even if sorting of favourites is disabled.
- Highlight active jumplist item.
- For mobile browsers, if a list has more than 25 items and no jumplist, then create a fake one with dots. Allows quickly jumping to middle, etc.
- Allow renaming of pinned items.
- When a menu is open, try to ignore click events and just close menu. This is to work-around a VuetifyJS issue.
- Remove section headers.
- Add a 'My Music' entry, and place 'Artists', etc, within this.
- Allow pinning of items from 'My Music.'
- Always use server provided categories.
- Allow drag'n'drop re-ordering of top-level browse items.
- Add option to auto-sort home screen items, mainly for iPhone as this does not support drag'n'drop.
- Allow hiding 'My Music', etc, from home screen.
- Add music file icon to 'Music Folder' browsing.
- When checking if can activate a text item, check for "do" command as well as "go" command.
- When checking text-click response, if an empty list is received (or created), just show alert with activated text.
- Refresh player list each time 'Manage Players' is opened.
- For mobile layout, show play/pause button in main toolbar for browse and queue pages.
- More subtle current track highlight.
- Don't use imageproxy for 192.168., 127., or *.local, HTTP/HTTPS image URLs - fixes display of ShairTunes covers.
- Fix group player showing under 'Standard Players' in 'Manage Players' dialog if its the currently active player and last group.
- Allow setting a default player in 'Manager players' dialog. If set, then this player will be selected at start-up.
- Add a 'page' URL query parameter allowing to set initial page for mobile layout.
- As actions are not shown disabled, they should perform at least some indicative action.
- For consistency with default web-ui, show standard players before group players in toolbar and 'Manage players' dialog.
- 'Set sleep for all players' only applies to non-group players.
- Attempt to restrict where add-all/play-all actions are shown.
- Try immediate reconnect when page becomes visible and not connected.
- Add option to use slightly larger fonts.
- Show mobile volume control in a sheet at top-right.
- Calling sleep dialog from player settings should only set sleep for that player.
- Switch source player off after moving queue.
- Use smaller icons to show player status (sync, sleep) in toolbar and in 'Manage players' dialog.
- List players a player is synced with, not just master, in 'Manage players' dialog.
- Default to showing context menu when click on a queue item, to be consistent with defaulting to showing this menu when clicking on an audio item in browse.
- If sorting albums by year, use years as jumplist.
- When listing album tracks, need to pass "artist_id:ID" regardless of the role filter being set or not.