Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Facet or playlist that changes based on metadata of active playing track? (Read 522 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Facet or playlist that changes based on metadata of active playing track?

Objective: Using DUI I want a view that basically shows two panes. (1) the playlist, and (2) something like a facet, a second playlist view, or comparable component that displays a list based on particular metadata of the active track.

Example: In pane (1) The current track selected in the playlist Madonna - Song Name.. In pane (2) the component that shows all tracks based on %artist% of the active track, which in this case is Madonna, and therefore shows a list of all tracks that meet the criteria of %artist% = Madonna.

Is this possible? Preferably without using the JS component.



Re: Facet or playlist that changes based on metadata of active playing track?

Reply #3
^ Library Tree script, most likely, with filter set to "Now Playing Artist"...

Code: [Select]
artist IS $nowplaying{$meta(artist,0)}


Preferably without using the JS component.

Why though? On DUI, I think you'd not find anything else besides the script above.

Over on CUI, the original Library Tree component has the same type of filter.

(I think the SMP script is far better though since it can show different views with artwork, etc)