Go to Settings/Advanced/Logging. There you’ll find a category database.sql or similar. Set this to debug, run the test, set back to warning. Then send me the resulting server.log.zip from that same page.
Announcement
Collapse
No announcement yet.
Virtual libraries + Qobuz
Collapse
X
-
Hello,
After many tries here is what I observed with debug logging for database.sql:
I finally obtain some interesting line in server.log after clearing and rescanning everything, then navigating for the first time in the views; this line is the last one, and nothing more appear in the logfile after that
Code:[23-05-28 09:39:10.9908] Slim::Control::Queries::artistsQuery (1110) Artists query: SELECT contributors.id, contributors.name, contributors.namesort FROM contributors LEFT JOIN contributor_album ON contributor_album.contributor = contributors.id LEFT JOIN library_contributor ON library_contributor.contributor = contributors.id WHERE ((contributor_album.role IN (1,4,5) ) AND library_contributor.library = ?) OR (contributors.extid IS NOT NULL AND contributors.extid != '') GROUP BY contributors.id ORDER BY contributors.namesort COLLATE en_US LIMIT ?,? / ["286ff79e", 0, 25_000]
I sent the logfile to your dropbox and hope this information is useful.
Best regardsComment
-
Code:[23-05-28 09:39:10.9908] Slim::Control::Queries::artistsQuery (1110) Artists query: SELECT contributors.id, contributors.name, contributors.namesort FROM contributors LEFT JOIN contributor_album ON contributor_album.contributor = contributors.id LEFT JOIN library_contributor ON library_contributor.contributor = contributors.id WHERE ((contributor_album.role IN (1,4,5) ) AND library_contributor.library = ?) OR (contributors.extid IS NOT NULL AND contributors.extid != '') GROUP BY contributors.id ORDER BY contributors.namesort COLLATE en_US LIMIT ?,? / ["286ff79e", 0, 25_000]
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
Hello,
This is probably not a surprise: when I disable the plugin 'Online Music Library Integration', no Qobuz intruders in artists view
Searching for a work around I'm trying the plugin 'Additional Browse Modes'; at first glance there is no problem with online artists, just one remark: when a browse folder is pinned to home screen, it appears subsequent modifications of parameters of that view are present in the browse view in 'My Music' screen but are not reported to the home pinned one; that's not too much annoying but maybe a warning message somewhere in the process would be preferable; I spent a lot of time with that !
RegardsLast edited by OlivierS; 2023-05-30, 18:07.Comment
-
Searching for a work around I'm trying the plugin 'Additional Browse Modes'; at first glance there is no problem with online artists, just one remark: when a browse folder is pinned to home screen, it appears subsequent modifications of parameters of that view are present in the browse view in 'My Music' screen but are not reported to the home pinned one; that's not too much annoying but maybe a warning message somewhere in the process would be preferable; I spent a lot of time with that !Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
Comment