-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracks list is empty #3501
Comments
Can you test the beta version? |
Same behavior Version : 2.4.0b20 |
What is that little folder icon in the tracks view? |
Ho keen eye, I guess my mouse was holding something when I took the screenshot so it's just the Dolphin file explorer app logo |
This is going to take some investigating, I am going to have to compare the gonic to the lms returns for the scanning methods. |
Do you want me to help you with that ? What calls should be checked ? |
For albums specifically I need to verify that the following end points return objects that have the same fields filled out with equivalent information:
Specifically, I am interested in the if the first two return albums with intact track lists and where the album ID is stored in the value returned by the last one. If you get to doing this please post results here and I can work on accommodating in the provider or we can ask the LMS maintainer to change the output if it is out of spec. |
getAlbumList2 is roughly the same but {
"subsonic-response": {
"openSubsonic": true,
- "serverVersion": "8",
+ "serverVersion": "0.16.4",
"status": "ok",
- "type": "lms",
- "version": "1.16.0",
+ "type": "gonic",
+ "version": "1.15.0",
"album": {
"artist": "Daft Punk",
"artistId": "ar-1",
- "coverArt": "tr-3:1738256967",
- "created": "2025-01-30T17:09:27.000",
+ "album": "Discovery",
+ "created": "2025-01-30T17:09:27.075597966Z",
"displayArtist": "Daft Punk",
"duration": 226,
- "explicitStatus": "",
"genre": "French House",
- "id": "al-3",
- "isCompilation": false,
- "mediaType": "album",
- "musicBrainzId": "",
+ "id": "al-2",
"name": "Discovery",
"playCount": 0,
- "played": "",
"songCount": 1,
- "sortName": "",
+ "title": "Discovery",
"year": 2001,
- "originalReleaseDate": {},
"artists": [
{
"id": "ar-1",
"name": "Daft Punk"
}
],
- "discTitles": [],
"genres": [
{
"name": "French House"
}
],
- "recordLabels": [],
"song": [
{
"album": "Discovery",
- "albumId": "al-3",
+ "albumId": "al-2",
"artist": "Daft Punk",
"artistId": "ar-1",
- "bitDepth": 0,
"bitRate": 128,
- "channelCount": 2,
- "comment": "https://music.youtube.com/watch?v=JhulBGMA7G4",
"contentType": "audio/mpeg",
- "coverArt": "tr-3:1738256967",
- "created": "2025-01-30T17:09:27.000",
+ "created": "2025-01-30T17:17:07.719235326Z",
"discNumber": 1,
"displayAlbumArtist": "Daft Punk",
"displayArtist": "Daft Punk",
"duration": 226,
- "explicitStatus": "",
- "genre": "French House",
- "id": "tr-3",
- "mediaType": "song",
+ "isDir": false,
+ "isVideo": false,
+ "id": "tr-1",
"musicBrainzId": "",
"path": "album/Daft Punk - Harder, Better, Faster, Stronger.mp3",
- "playCount": 0,
- "played": "",
- "samplingRate": 48000,
+ "parent": "al-2",
"size": 3702154,
"suffix": "mp3",
"title": "Harder, Better, Faster, Stronger",
"track": 4,
- "transcodedContentType": "audio/opus",
- "transcodedSuffix": "opus",
"type": "music",
"year": 2001,
- "replayGain": {},
- "albumartists": [
+ "albumArtists": [
{
"id": "ar-1",
"name": "Daft Punk"
@@ -84,18 +66,9 @@
"id": "ar-1",
"name": "Daft Punk"
}
- ],
- "contributors": [],
- "genres": [
- {
- "name": "French House"
- }
- ],
- "moods": []
+ ]
}
- ],
- "moods": [],
- "releaseTypes": []
+ ]
}
}
} And getSong {
"subsonic-response": {
"openSubsonic": true,
- "serverVersion": "8",
+ "serverVersion": "0.16.4",
"status": "ok",
- "type": "lms",
- "version": "1.16.0",
+ "type": "gonic",
+ "version": "1.15.0",
"song": {
"album": "Discovery",
- "albumId": "al-3",
+ "albumId": "al-2",
"artist": "Daft Punk",
"artistId": "ar-1",
- "bitDepth": 0,
"bitRate": 128,
- "channelCount": 2,
- "comment": "https://music.youtube.com/watch?v=JhulBGMA7G4",
"contentType": "audio/mpeg",
- "coverArt": "tr-3:1738256967",
- "created": "2025-01-30T17:09:27.000",
+ "created": "2025-01-30T17:17:07.719235326Z",
"discNumber": 1,
"displayAlbumArtist": "Daft Punk",
"displayArtist": "Daft Punk",
"duration": 226,
- "explicitStatus": "",
- "genre": "French House",
- "id": "tr-3",
- "mediaType": "song",
+ "isDir": false,
+ "isVideo": false,
+ "id": "tr-1",
"musicBrainzId": "",
+ "parent": "al-2",
"path": "album/Daft Punk - Harder, Better, Faster, Stronger.mp3",
- "playCount": 0,
- "played": "",
- "samplingRate": 48000,
"size": 3702154,
"suffix": "mp3",
"title": "Harder, Better, Faster, Stronger",
"track": 4,
- "transcodedContentType": "audio/opus",
- "transcodedSuffix": "opus",
"type": "music",
"year": 2001,
- "replayGain": {},
- "albumartists": [
+ "albumArtists": [
{
"id": "ar-1",
"name": "Daft Punk"
@@ -50,14 +40,7 @@
"id": "ar-1",
"name": "Daft Punk"
}
- ],
- "contributors": [],
- "genres": [
- {
- "name": "French House"
- }
- ],
- "moods": []
+ ]
}
}
} |
Btw if you want to test LMS they have a demo here (the password is under settings -> API Key) |
What version of Music Assistant has the issue?
2.3.6
Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?
The problem
Whenever I try to add a Subsonic Music provider (LMS) it will sync successfuly but when viewing the Tracks tab there won't be any songs, viewing the tracks inside an artist/album will work
(sorry for the FR screenshots)
Album view :
![Image](https://private-user-images.githubusercontent.com/24446198/406696437-1551a501-25b1-4590-b2f4-9ba35746996b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDEzODIsIm5iZiI6MTczOTYwMTA4MiwicGF0aCI6Ii8yNDQ0NjE5OC80MDY2OTY0MzctMTU1MWE1MDEtMjViMS00NTkwLWIyZjQtOWJhMzU3NDY5OTZiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MzEyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxMDVlNjIzZGIwN2JhM2FkMzEzNmZiMjdmZTdjMmMyNzhiYzBiNjFlYjEwZDFjZDU0MTFhNTQyMWNjM2QxZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sDlb_sGAafqmo1Wle1IBrQfvFN57npn6JIcO6O-z9ho)
Tracks view :
![Image](https://private-user-images.githubusercontent.com/24446198/406696456-ac52d7c9-e6ab-42ca-845a-2ca44714eba6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDEzODIsIm5iZiI6MTczOTYwMTA4MiwicGF0aCI6Ii8yNDQ0NjE5OC80MDY2OTY0NTYtYWM1MmQ3YzktZTZhYi00MmNhLTg0NWEtMmNhNDQ3MTRlYmE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MzEyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg5YzJjNjI3NWNiN2UwYjU0NzE5YTE2MTBiMGYyMmY2YWRhYmQzNzk2ZGJhNjBhZWVkZGJhZDhjMDg4ZGUwY2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DEBcv8O4vVU2z8CNIGbFdChQ6JxenXDw6I8rl20z3fo)
How to reproduce
Install Music Assistant from the Home Assistant Addons
Sync Subsonic Music Provider
...
Music Providers
Open Subsonic
Player Providers
Home Assistant
Full log output
Server Logs
Additional information
I previously used the docker version before without any issues before migrating my HA to HAOS and migrating from MusicAssistant docker to native addon
What version of Home Assistant Core are your running
2025.1.4
What type of installation are you running?
Home Assistant OS
On what type of hardware are you running?
Generic x86-64 (e.g. Intel NUC)
The text was updated successfully, but these errors were encountered: