br@m wrote: > I use the DISCSUBTITLE tag - and would love more support for it in LMS. > I use CustomScan to import the tag and then I use it in a title_format, > that works perfectly. I can also use it in CustomBrowse menus. Maybe it > is possible to provide the users of material skin with the option to use > DISCSUBTITLE if it is present in the database. The SQL queries to test > if it is available (table customscan_track_attributes) and to otherwise > use it would be really simple, but I know nothing about how a skin works > and if you would retrieve properties by means of SQL. I would be happy > to assist with the SQL queries though.
I would use DISCSUBTITLE, but it is not provided by the LMS JSONRPC API that Material uses - so cannot access this, if it was then this would (obviously) be the best solution. I am not going to write custom SQL code for this, and definitely do not want to reply on CustomScan/Browse (nothing against those though). LMS does provide access to the comment field, hence using that - which works fine for my use case. *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. ------------------------------------------------------------------------ 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 [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
