Skip to content

Commit

Permalink
Add new front end view options (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jan 7, 2025
2 parents f0a965e + 2d6e08a commit 3c0e831
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta.music-assistant.io
www.music-assistant.io
28 changes: 25 additions & 3 deletions docs/faq/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,18 +207,40 @@ See [here](https://github.com/orgs/music-assistant/discussions/1123#discussionco

The [Nextcloud Music App](https://apps.nextcloud.com/apps/music) supports [Subsonic](../music-providers/subsonic.md) so you can use that provider in MA to connect.

# Access the Now Playing view directly via URL
# Access the MA Views directly via URL

You will need to expose the webserver port to enable this feature. See [here](../installation/#server-notes) for the instructions and considerations before doing so.

Display the Now Playing view for a specific player (or the last known) by adding "player=" to the home URL. You can use a player name or `true` to open the last known. Player names are not case sensitive.
The keys described below can be combined. For example, `http://192.168.1.1:8095/#/home?player=kitchen%20speaker&showFullscreenPlayer=true&frameless=true`

## Player Selection

A specific player (or the last known) can be selected when opening the view by adding `player=` to the home URL. You can use a MA player name or `true` to open the last known. Player names are not case sensitive.

Examples

- http://192.168.1.1:8095/#/home?player=true
- http://192.168.1.1:8095/#?player=true
- http://192.168.1.1:8095/#/home?player=Livingroom

## Frameless View

Display the relevant view without the [Player Bar](https://music-assistant.io/ui/#player-bar) or [Main Menu](https://music-assistant.io/ui/#main-menu)

Examples

- http://192.168.1.1:8095/#/albums?frameless=true
- http://192.168.1.1:8095/#/playlists?player=kitchen%20speaker&frameless=true

## Now Playing View

Display the Now Playing view

Examples

- http://192.168.1.1:8095/#/home?player=true&showFullscreenPlayer=true
- http://192.168.1.1:8095/#?player=true&showFullscreenPlayer=true
- http://192.168.1.1:8095/#/home?player=Livingroom&showFullscreenPlayer=true

# Play a Playlist (or any item) in a Different Order

Playlists will be played in the order that they were created. Changing the displayed order has no impact on the played order. If playing in the displayed order is desired then select the multi-select button in the menu bar and then use CTRL-A or manually select the tracks and then in the floating ACTIONS menu play the tracks.

0 comments on commit 3c0e831

Please sign in to comment.