If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Good that it is resolved - but I will try to remember to not use minus sign in such images because I presume that there are still a large installed base of LMS that it running on stuff older than 8.1.2
Also - has same issue been found and resolved in mysb?
Paul Webster Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin
I have an issue where I cannot view the album review for "Layla And Other Assorted Love Songs" when I click on the "i" button in Material Skin. I can view the review via The Music & Artist Information plugin in "More Info/Album Information/Album Review". I have a suspicion it might be because I have tagged "Artist" as "Derek And The Dominos" and "Album Artist" as "Eric Clapton"
I have an issue where I cannot view the album review for "Layla And Other Assorted Love Songs" when I click on the "i" button in Material Skin. I can view the review via The Music & Artist Information plugin in "More Info/Album Information/Album Review". I have a suspicion it might be because I have tagged "Artist" as "Derek And The Dominos" and "Album Artist" as "Eric Clapton"
For local tracks Material passes MAI the album_id only for album reviews - and this is what is happening here. MAI should then use this album_id to look up the correct tags to use, etc. So, if there is an issue it appears to be with MAI.
Material debug: 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here.
For local tracks Material passes MAI the album_id only for album reviews - and this is what is happening here. MAI should then use this album_id to look up the correct tags to use, etc. So, if there is an issue it appears to be with MAI.
That was my original thought but MAI itself seems to have no problem with finding the review.
Sent from my Pixel 3a using Tapatalk
Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio
That was my original thought but MAI itself seems to have no problem with finding the review.
And? As stated, all I'm doing is passing down the album_id - this is a different call to what the menu system uses. If reviews works for some albums but not others, and all are local, then the issue would appear to be in MAI. (I say appear, as I'm more than willing to accept Material being at fault - I just cannot see how.)
In earlier versions of Material I also passed the album name and albumartist strings - but this broke some calls, as I think MAI uses these strings in preference to the IDs. However, if MAI works for one album review using IDs, then it should work for all - again, assuming local tracks.
Material debug: 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here.
For local tracks Material passes MAI the album_id only for album reviews - and this is what is happening here. MAI should then use this album_id to look up the correct tags to use, etc. So, if there is an issue it appears to be with MAI.
More info. If I access the album review from "More info" for one of the tracks on the album I see the review. If I access the album review from "More info" for the album instead I don't see the review. So I agree it sounds like an issue with MAI.
Sent from my Pixel 3a using Tapatalk
Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio
That's the generic "albuminfo" query, which is built in to LMS. And it's
requesting an item using its ID. This is a reference to a menu the
application has been drilling down. Given these parameters, the album_id
would become irrelevant.
Craig - did you say you were calling MAI directly to get the reviews?
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)
That's the generic "albuminfo" query, which is built in to LMS. And it's
requesting an item using its ID. This is a reference to a menu the
application has been drilling down. Given these parameters, the album_id
would become irrelevant.
Craig - did you say you were calling MAI directly to get the reviews?
If it helps
"more info/album information/album review" doesn't work from the default skin either if I start from the album list under an artist. It does work from the album track list. Like I said earlier this seems to be because I tagged
Album artist = Eric Clapton
Artist = Derek And The Dominos
Sent from my Pixel 3a using Tapatalk
Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio
Craig - did you say you were calling MAI directly to get the reviews?
When pressing Material's "(i)" button to show biography, album review, and lyrics in 23 tabs I call MAI directly. But, if you use context menu for a track, or an album, and select the "More" entry then it will invoke "trackinfo", or "albuminfo" - and its the LMS menus from these that also have an "Album review" entry. Accessing via "More" (accoding to slartibartfast) works, but directly calling MAI fails.
Material debug: 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here.
When pressing Material's "(i)" button to show biography, album review, and lyrics in 23 tabs I call MAI directly. But, if you use context menu for a track, or an album, and select the "More" entry then it will invoke "trackinfo", or "albuminfo" - and its the LMS menus from these that also have an "Album review" entry. Accessing via "More" (accoding to slartibartfast) works, but directly calling MAI fails.
Accessing via "More" only works from a track though, not from an album.
Sent from my Pixel 3a using Tapatalk
Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio
> When pressing Material's "(i)" button to show biography, album review,
> and lyrics in 23 tabs I call MAI directly. But, if you use context menu
> for a track, or an album, and select the "More" entry then it will
> invoke "trackinfo", or "albuminfo" - and its the LMS menus from these
> that also have an "Album review" entry. Accessing via "More" (accoding
> to slartibartfast) works, but directly calling MAI fails.
Ok, slartibartfast - could you please send me the requests for the "MAI
direct" mode?
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)
> When pressing Material's "(i)" button to show biography, album review,
> and lyrics in 23 tabs I call MAI directly. But, if you use context menu
> for a track, or an album, and select the "More" entry then it will
> invoke "trackinfo", or "albuminfo" - and its the LMS menus from these
> that also have an "Album review" entry. Accessing via "More" (accoding
> to slartibartfast) works, but directly calling MAI fails.
Ok, slartibartfast - could you please send me the requests for the "MAI
direct" mode?
> When pressing Material's "(i)" button to show biography, album review,
> and lyrics in 23 tabs I call MAI directly. But, if you use context menu
> for a track, or an album, and select the "More" entry then it will
> invoke "trackinfo", or "albuminfo" - and its the LMS menus from these
> that also have an "Album review" entry. Accessing via "More" (accoding
> to slartibartfast) works, but directly calling MAI fails.
Ok, slartibartfast - could you please send me the requests for the "MAI
direct" mode?
Does this help? Server log when accessing
More Info/Album Information/Album Review
from the album context menu.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment