Post

Navidrome Homepage Widget

Navidrome Homepage Widget

Hello, google!

Navidrome: allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices.

Token Creation

You can utilize the following procedure to generate a token for the homepage widget Homepage Widget

To find the salt value, use Firefox:

  1. Go to your Navidrome instance
  2. Log in
  3. Open Inspect Element (right click and select ‘inspect’)
  4. Look for the “Storage” tab
  5. Look for Local Storage and inside it, you should see your domain, press it
  6. Look for the key “subsonic-salt” and copy the value

Generate Token

Example: password = password salt = salt

Enter this at MD5 Online Generator:

1
passwordsalt

Copy the MD5 Hash to your widget config for Homepage.

Widget config:

1
2
3
4
5
6
widget:
  type: navidrome
  url: https://navidrome-url
  user: username
  token:token
  salt:salt
This post is licensed under CC BY 4.0 by the author.