dolodobendan wrote: 
> Don't worry, happens to all of us.
> 
> It is a Custom Browse menu and all tracks have track numbers. To
> eliminate the possibility that I did something wrong here, I created a
> new standard Artist menu that, as Custom Browse says, "works the same
> way as the standard slimserver artists menu". But it has the same
> problems as my old menus.

Yeah the code is a left-over from when I was going to use "SlimBrowse"
for listing LMS albums, etc - and there I did not like the way LMS used
"1. Track". So I wrote code to convert to "01 <dot> Track" - but that is
not needed now, so I've removed for 0.8.4

dolodobendan wrote: 
> 
> I do NOT have this problem if I use LMS' build in artist menu. 
That's because these menus return track number and track title as
separate fields - so Material can prepend the track number to the title.
Unfortunately, with "SlimBrowse" you cannot control that, and LMS just
returns 1 title string. CustomBrowse, etc, are populated using
"SlimBrowse" - hence why you see the issue, and I didn't.

dolodobendan wrote: 
> 
> My Music / Album Artist / ... / Artist's albums here: Clicking the
> encircled plus adds all albums on the right.
> My Music / Custom Browse / Artists / ... / Artist's albums here:
> Clicking the encircled plus gives me a red "Something went wrong!
> (Error: Network error)." The problem could be caused by an undefined tag
> type in the menu's current level, as I may have not set / deleted them
> to circumvent other problems. (I'm just guessing, though.)

Whilst I don't use CustomBrowse, I have it installed on my test system -
and I can't see this issue. If I navigate CustomBrowse -> Artists ->
[Pick an artist]. All of Artist's albums are shown. Then I click the (+)
icon in the sub-toolbar (the one that has the artist's name, home
button, etc) - I get the artist's albums added to the queue. So, for
this scenario it is working for me.

If you start material as follows:

Code:
--------------------
    
  http://SERVER:9000/material/desktop?debug=json
  
--------------------


...then Material will log its message's into the console tab of your
browser's developer tools. When I click on the (+) the following is
logged:

Code:
--------------------
    
  
["custombrowse","add","artists:artists","hierarchy:artists,artist","textkey:A","artist:10238"]]
  
--------------------


(not sure why "txtkey" is there - but seems to not cause any harm). What
do you see?


------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to