cpd73 wrote: 
> I'm guessing that each item has a 'More' action, but that is the only
> action. For these cases, Material fetches the contents of 'More' when
> you press the three dotted button. In this case, no results are being
> returned - so you see 'Empty'

My guess, too. To be fair, it doesn't work in the WebUI either. I
thought maybe you know another way.

cpd73 wrote: 
> Can you create a similar menu with standard tags (e.g. Artist, Ablum,
> Year, etc) that shows the issue - then post how to create that here?
> That way I can try and recreate. I dont have much classical music, and
> certainly not with those tags.

I'll try that. In the meantime, I created another, similar menu. It uses
the same tags, but I designated some tag types. COMPOSER (tag type:
Artist), WORK (playlist), RECORDING (playlist). This menu doesn't work
(I cannot get past RECORDING to see the tracks), the WebUI gives me:


Code:
--------------------
    
  Error:
  Running: select tracks.id,tracks.title from tracks where 
tracks.id=Violinkonzert%2520Nr.%25201%252C%2520a-Moll got error:
  unrecognized token: "2520Nr"Running: select 
tracks.id,tracks.title,substr(tracks.titlesort,1,1) from tracks where 
tracks.id=Violinkonzert%2520Nr.%25201%252C%2520a-Moll order by tracks.titlesort 
asc got error:
  unrecognized token: "2520Nr"Running: select 2,concat('Duration: 
',sec_to_time(sum(tracks.secs))) from tracks,playlist_track where tracks.secs 
is not null and tracks.url=playlist_track.track and 
playlist_track.playlist=Violinkonzert%2520Nr.%25201%252C%2520a-Moll group by 
playlist_track.playlist union select 5,concat('File Size: 
',round(sum(playlisttracks.filesize)/1024/1024,1),' MB') from (select 
tracks.id,tracks.filesize from tracks,playlist_track where tracks.filesize is 
not null and tracks.url=playlist_track.track and 
playlist_track.playlist=Violinkonzert%2520Nr.%25201%252C%2520a-Moll group by 
tracks.id ) as playlisttracks got error:
  unrecognized token: "2520Nr"Running: select 
albums.id,albums.title,substr(albums.titlesort,1,1) from 
albums,tracks,playlist_track where tracks.url=playlist_track.track and 
playlist_track.playlist=Violinkonzert%2520Nr.%25201%252C%2520a-Moll and 
tracks.album=albums.id group by albums.id order by albums.titlesort 
asc,albums.disc asc got error:
  unrecognized token: "2520Nr"Running: select 
contributors.id,contributors.name,substr(contributors.namesort,1,1) from 
contributors,contributor_track,tracks,playlist_track where 
contributor_track.contributor=contributors.id and contributor_track.role in 
(1,5) and contributor_track.track=tracks.id and tracks.url=playlist_track.track 
and playlist_track.playlist=Violinkonzert%2520Nr.%25201%252C%2520a-Moll group 
by contributors.id order by contributors.namesort asc got error:
  unrecognized token: "2520Nr"Running: select 
genres.id,genres.name,substr(genres.namesort,1,1) from 
genres,genre_track,tracks,playlist_track where genres.id=genre_track.genre and 
genre_track.track=tracks.id and tracks.url=playlist_track.track and 
playlist_track.playlist=Violinkonzert%2520Nr.%25201%252C%2520a-Moll group by 
genres.id order by genres.namesort asc got error:
  unrecognized token: "2520Nr"
  
--------------------


That's two batches of errors. The first one I got when RECORDINGS
opened, the next one when I clicked on the plus.



QLMS [email protected] x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4
------------------------------------------------------------------------
dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to