You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
Music Assistant has full support for reading your own (local) music files on disk or a remote server and will catalog it into the library, allowing playback to all player providers supported by Music Assistant.
8
+
Music Assistant has full support for reading local music files on disk or a remote server and will catalog it into the library, allowing playback to all player providers supported by Music Assistant.
9
9
10
10
When streaming providers are also availabe in MA linking will only occur when the same item is found in the "Library" of that streaming provider. However, additional tracks and albums will be seen in various views or via the global search which can then be added separately to the MA Library.
11
11
@@ -35,16 +35,16 @@ When streaming providers are also availabe in MA linking will only occur when th
35
35
36
36
Separate providers must be added for Music, Audiobooks and Podcasts.
37
37
38
-
**Your files are on a disk/folder of the device running Music Assistant Server**
38
+
**Audio files are on a disk/folder of the device running the Music Assistant Server**
39
39
40
-
If your files are actually stored on the device running Music Assistant, for example the `/media` folder in Home Assistant OS, you should select the filesystem (local disk) provider and enter the path to the files.
40
+
If the files are stored on the device running Music Assistant, for example the `/media` folder in Home Assistant OS, the filesystem (local disk) provider should be selected and then the path to the files provided.
41
41
42
42
!!! note
43
-
For Home Assistant OS you can only access the `/media` folder. Docker users can mount their own folder paths. You can not mount a folder from Home Assistant into the `/media` path.
43
+
For Home Assistant OS only the `/media` folder can be accessed. Docker users can mount their own folder paths. It is not possible to mount a folder from Home Assistant into the `/media` path.
44
44
45
-
**Your files are on a remote share, such as a NAS or other (SMB/CIFS) server**
45
+
**Audio files are on a remote share, such as a NAS or other (SMB/CIFS) server**
46
46
47
-
Music Assistant has support for SMB (also known as samba or CIFS) shares and DFS. Select the music provider "Filesystem (remote share)" and configure the (fqdn) hostname (or alternatively the IP address) to your server, the name of the share and optionally any subfolders.
47
+
Music Assistant has support for SMB (also known as samba or CIFS) shares and DFS. Select the music provider "Filesystem (remote share)" and configure the (fqdn) hostname (or alternatively the IP address) to the server, the name of the share and optionally any subfolders.
48
48
49
49
### Settings
50
50
@@ -63,20 +63,20 @@ In addition to the settings outlined above to configure the provider there are a
63
63
64
64
## Known Issues / Notes
65
65
66
-
- Write access to the share is required in order to edit or create playlists which are stored locally. You can still save playlists into the MA built-in provider if only read access is granted
67
-
-If you are using the remote share connection, be aware that use of SMB1 (which is very old) is not recommended. If the connection keeps failing, look in your NAS settings to see if you can somehow disable SMB1
66
+
- Write access to the share is required in order to edit or create playlists which are stored locally. Playlists can still be saved to the MA built-in provider if only read access is granted
67
+
-When using the remote share connection, be aware that use of SMB1 (which is very old) is not recommended. If the connection keeps failing, look at the NAS settings to see if SMB1 can be disabled
68
68
- Use the following naming convention for local artwork
69
69
- Artist thumb: folder.jpg or artist.jpg (or png)
70
70
- Album thumb: folder.jpg or cover.jpg (or png)
71
71
- Fan Art (used as background in banners): fanart.jpg (or png)
72
72
- Logo (used on Artist view): logo.png
73
73
- Artist thumb, Fanart and Logo should be in the folder with the artist name. Album thumbs should be in the folder with the album name or in the disc folders below that. More about artwork file types can be found here https://kodi.wiki/view/Artwork_types
74
-
- Embedded album thumbs will be extracted from audio files. However, you can improve performance and save disk space by providing a single local artwork file vs. embedding the same artwork in all files
74
+
- Embedded album thumbs will be extracted from audio files. However, performance can be improved and disk space saved by providing a single local artwork file vs. embedding the same artwork in all files
75
75
76
76
!!! tip "Local Artwork is Optimal"
77
77
Using embedded images on every track of the same album is suboptimal for both disk space and performance. Use a single folder.jpg in the album's folder instead
78
78
79
-
- Artwork which needs to be downloaded will be done very slowly in the background. You can force the download by selecting "Update Metadata" from the ⋮ menu in the banner at the top of a view
79
+
- Artwork which needs to be downloaded will be done very slowly in the background. It is possible to force the download by selecting "Update Metadata" from the ⋮ menu in the banner at the top of a view
80
80
- Local tracks and albums will be linked to the same tracks or albums on any provider (local or streaming). Note that same is not simply same name. The tags are reviewed to ascertain whether it is indeed the exact same track. Without tag information MA will attempt to identify identical tracks based on the other information it has such as artist name, album, and track length. However, poor tag information may lead to poor matches
81
81
- A setting, enabled by default, allows the skipping of playlists which are more than one level below the root (normally this is the album folder). This is preferred as these playlists (normally all album tracks in the folder) serve no function in MA and clutter the Playlists view. Excessive numbers of playlists can have a negative impact on other parts of the MA experience
82
82
- Folders commencing with an underscore will be ignored
@@ -87,23 +87,23 @@ In addition to the settings outlined above to configure the provider there are a
87
87
88
88
## Tagging Files
89
89
90
-
- It is very important that all of your audio files contain correct, and ideally, extensive tag information. The more comprehensive the tagging the better the results will be when using MA. Note the following:
91
-
- Universal Tag Support: Music Assistant parses metadata from the industry-standard formats used by your files, including ID3 (v1/v2) for MP3s, Vorbis Comments for FLAC/Ogg/Opus, MP4 Atoms for M4A, and APEv2 tags
90
+
- It is very important that all audio files contain correct, and ideally, extensive tag information. The more comprehensive the tagging the better the results will be when using MA. Note the following:
91
+
- Universal Tag Support: Music Assistant parses metadata from the industry-standard formats, including ID3 (v1/v2) for MP3s, Vorbis Comments for FLAC/Ogg/Opus, MP4 Atoms for M4A, and APEv2 tags
92
92
- Primary Source of Truth: Embedded tags are treated as the definitive source for artist, album, and track names. External metadata providers (like MusicBrainz or Fanart.tv) are only used to supplement missing info, such as high-resolution artwork or artist bios
93
-
- Cross-Platform Linking: MA uses advanced tags like MusicBrainz IDs (MBID) and ISRC codes to seamlessly link your local files with matching tracks on streaming services like Spotify or Tidal
93
+
- Cross-Platform Linking: MA uses advanced tags like MusicBrainz IDs (MBID) and ISRC codes to seamlessly link local files with matching tracks on streaming services like Spotify or Tidal
94
94
- Artwork Handling: It supports both embedded artwork within the file and local folder-based images (e.g., folder.jpg or artist.png)
95
95
- Recommended Tagger: For the best results in Music Assistant, it is strongly recommended to use [MusicBrainz Picard](https://picard.musicbrainz.org) to ensure the files contain the specific IDs needed for library linking. Other programs such as [Mp3Tag](https://www.mp3tag.de/en/) are often also based on the Musicbrainz catalog and can work as well provided they include the tags shown in the [Tags used by MA](#tags-used-by-ma) table
96
96
97
97
- Tags must have multiple items separated by a semi-colon (this is the only tag splitter supported). In Picard this is an option in OPTIONS >> TAGS >> ID3
98
-
- MA requires the Album Artist tag to be set. If you do not have that tag set then what happens to those tracks when the provider is scanned depends on the `Action when a track is missing the Albumartist ID3 tag` setting for the local provider
98
+
- MA requires the Album Artist tag to be set. If that tag is not set then what happens to those tracks when the provider is scanned depends on the `Action when a track is missing the Albumartist ID3 tag` setting for the local provider
99
99
- Music Assistant puts you in control by fully trusting the tags you provide, only additional information is scraped from metadata providers.
100
100
- Music Assistant has support for both embedded artwork and artwork stored in a common folder structure of Artist \ Album and `.nfo` files with enhanced metadata are also supported
101
101
- For multi disc albums it is recommended (but not required) to add folders named “Disc 1”, “Disc 2”, etc beneath a folder with the album name. Artwork for the album can be added to the top level album folder or in the disc folders
102
102
- If there is nothing added to the disc tag then the disc number will not be shown in the display
103
103
104
104

105
105
106
-
- To minimise the chance of problems with MA you should follow the Kodi guidelines here https://kodi.wiki/view/Music_taggingJust about all the tips, tricks and suggestions on that page are applicable to MA and if you follow it all to the letter you will have a much better experience
106
+
- To minimise the chance of problems with MA the [Kodi guidelines](https://kodi.wiki/view/Music_tagging) should be followed. Just about all the tips, tricks and suggestions on that page are applicable to MA and if it is followed to the letter the UX will be much better
107
107
108
108
### Multi-Artist Tracks
109
109
@@ -127,9 +127,9 @@ The left column corresponds to the TAG NAME shown in the [MusicBrainz Picard Tag
127
127
### Manually Adjusting Tags
128
128
129
129
!!! danger
130
-
The following should be considered as advanced. Making manual changes to the tags can have undesired effects to the MA library if you make mistakes. Additionally, matching may not occur or may occur incorrectly between providers
130
+
The following should be considered as advanced. Making manual changes to the tags can have undesired effects to the MA library if mistakes are made. Additionally, matching may not occur or may occur incorrectly between providers
131
131
132
-
Normally it is best to leave the Picard tags unchanged. However, some people do not agree with Musicbrainz that [remasters are the same as the original recording.](https://musicbrainz.org/doc/Style/Recording#Recordings_with_different_mastering) To separate these out you can edit the tags as follows:
132
+
Normally it is best to leave the Picard tags unchanged. However, some people do not agree with Musicbrainz that [remasters are the same as the original recording.](https://musicbrainz.org/doc/Style/Recording#Recordings_with_different_mastering) To separate these out the tags can be edited as follows:
0 commit comments