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.
I have what seems to be a small bug to report.
When adding the parameter $HOST to a weblink in the action.json file, the target link is added to the current location. For example:
{
...
}
The first two actions work, but the last one results in this adress (concatanation of the material adress + target): "http://192.168.1.177:9001/material/192.168.1.177:5000/LMSplaylist"
Which browser is this with? As I've just created an actions.json with your info, and its working for me - well the correct URL is shown.
The code for this is common, so I fail to see how it would work for one but not the other.
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.
Which browser is this with? As I've just created an actions.json with your info, and its working for me - well the correct URL is shown.
The code for this is common, so I fail to see how it would work for one but not the other.
Thanks for your reply. I am using Googl Chrome Version 103.0.5060.66.
Oddly enough, when I startup the browser and click on the album link, I have the same problem. Refreshing the page and clicking again works. But the system action item never works.
I figured out that the album action in fact only works from the My Music > Albums view. If click on the album action item from any other view (for ex: My Music > Random Albums, or My Music > Album Artists > artist xyz > album) it does not work...
I figured out that the album action in fact only works from the My Music > Albums view. If click on the album action item from any other view (for ex: My Music > Random Albums, or My Music > Album Artists > artist xyz > album) it does not work...
Again, works for me - I get the same URL in all places for a particular album.
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.
Just tried default skin and sure enough you can have duplicate favourites even in the same folder.
Sent from my Pixel 3a using Tapatalk
Disclaimer - I have not played around with this allot, but...
I have one of my favorites radio stations playing, I click "more" and the only option is to remove from favorites. All other options within the UI (default or material) dont seem to allow creating a duplicate
But, I can go into the folder, choose "new favorite" and paste the name and url and it does indeed allow duplicates.
This seems like the hard way, but it does work, thanks. Ideally it would be nice to be able to copy a favorite from any folder, or even the play queue to an "often played" folder. Maybe I am overlooking something....
Thanks for creating such a great interface. I do have a suggestion that I hope you can consider. I often put useful/interesting information in the "Comment" tag of a track (e.g., liner notes, concert info, etc.), but the Comment tag isn't shown in the track information screen. E.g., the following shows the Artist, Year, Genre, and Source but not the comment
Likewise, this information screen mentions the comment but doesn't show its value like it does for Artist, Genre, Year, and Rating.
I'm guessing this is specific to Material because the web interface does show the comment.
Would it be possible to show the Comment on both those material skin screens if there is one? It seems as useful as many tags whose values are displayed, like Year, Genre, Conductor, Artist, etc. (More ambitiously, it might be nice to be able to customize what tags are shown, but I'm assuming that would be a much bigger lift).
I have encountered something that seems odd to me, although it might be by design. It might well have been documented in one of the release announcements, and I just failed to note it. If so, I apologize!
When I browse through My Music > Artists to particular artist, I see a dropdown menu with a number of options, including one to browse the same artist's offerings in configured online services:
If, instead, I select the "More" option for a track in the queue, and then select the artist's name, I go to the same listing of that artist's albums in the LMS library, but without the dropdown menu:
Admittedly, the dropdown menu might be considered redundant here, since it is possible to go back from the artist's page to the "More" page. There are options available there to view the artist, album, or song on online services. But it is slightly confusing.
There is an associated issue that seems to apply only to Qobuz. When I browse My Music to an artist's listing of LMS albums, I do get the dropdown menu, as shown in the first image, and the Qobuz link does take me to Qobuz list of links for that artist:
However, there is no response to a click on any of those links. I can confirm that the corresponding link to Spotify does work, and also that Qobuz can be accessed this way in the Classic skin.
Here is the javascript log when clicking on "Albums" in the Qobuz menu:
Usually running latest beta LMS nightly on Raspberry Pi OS with virtual players (Squeezelite and Airplay bridge). Occasionally using SB Radio, Boom or Classic.
Since this release I now see a grey bar at the bottom of all the screens on android, see below.
EDIT : I notice this only happens if the zoom level is set above 50% in Applications Settings (which it is for my old eyes on a small android phone!)
I think this is due to some changes I made to fix Safari on iOS not re-loading the desktop view after its been asleep. I've made some tweaks and this seems to have resolved the issue for me, but will play some more to be sure.
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.
I have encountered something that seems odd to me, although it might be by design. It might well have been documented in one of the release announcements, and I just failed to note it. If so, I apologize!
When I browse through My Music > Artists to particular artist, I see a dropdown menu with a number of options, including one to browse the same artist's offerings in configured online services:
...
If, instead, I select the "More" option for a track in the queue, and then select the artist's name, I go to the same listing of that artist's albums in the LMS library, but without the dropdown menu:
...
Admittedly, the dropdown menu might be considered redundant here, since it is possible to go back from the artist's page to the "More" page. There are options available there to view the artist, album, or song on online services. But it is slightly confusing.
I've updated the code for 2.9.9 to try to add these here as well.
There is an associated issue that seems to apply only to Qobuz. When I browse My Music to an artist's listing of LMS albums, I do get the dropdown menu, as shown in the first image, and the Qobuz link does take me to Qobuz list of links for that artist:
...
However, there is no response to a click on any of those links. I can confirm that the corresponding link to Spotify does work, and also that Qobuz can be accessed this way in the Classic skin.
Here is the javascript log when clicking on "Albums" in the Qobuz menu:
Well the commend failed - "Network Error" - which probably means LMS did not like the command. It looks a bit sparse, so I guess that is why.
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.
I've updated the code for 2.9.9 to try to add these here as well.
Thanks!
Well the commend failed - "Network Error" - which probably means LMS did not like the command. It looks a bit sparse, so I guess that is why.
I think the Network Error occurs before clicking on anything in the dropdown menu. It appears as soon as the menu opens. Does that make any difference?
Usually running latest beta LMS nightly on Raspberry Pi OS with virtual players (Squeezelite and Airplay bridge). Occasionally using SB Radio, Boom or Classic.
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