First the simple one. Script to map a key that cycles through "browser songs" and "sidelist" ONLY. The script VDJ has cycles through all windows. The Second script is way more challenging. Go to playlist. Lets say you search for a specific song from your library, VDJ has the option go to folder, but i want to be able to go to playlist or atleast able to know what and where playlist or playlists this song is in even if its on another drive. Appreciate any help
发表时间 Fri 27 Mar 20 @ 1:37 pm
1 read the help for the script you used it explains specific sideviews.
2 not possible with script
2 not possible with script
发表时间 Fri 27 Mar 20 @ 1:45 pm
DJAY BRAINZ wrote :
First the simple one. Script to map a key that cycles through "browser songs" and "sidelist" ONLY.
browser_window "songs" ? browser_window "sidelist" : browser_window "songs"
发表时间 Fri 27 Mar 20 @ 3:04 pm
or the shortest way : browser_window "songs,sidelist"
发表时间 Fri 27 Mar 20 @ 3:09 pm
Somehow none of the suggestions worked. It only cycles to the one but not back to the other. Thanks much anyway
发表时间 Fri 27 Mar 20 @ 4:43 pm
strange, both are working correctly here
maybe you also want to open the splitpanel and show the sideview with tab sidelist selected ?
browser_window "songs" ? show_splitpanel "sideview" on & browser_window "sidelist" : browser_window "songs"
maybe you also want to open the splitpanel and show the sideview with tab sidelist selected ?
browser_window "songs" ? show_splitpanel "sideview" on & browser_window "sidelist" : browser_window "songs"
发表时间 Fri 27 Mar 20 @ 5:15 pm
Yes, thats it. Worked perfectly. Thanks alot nico.
发表时间 Fri 27 Mar 20 @ 5:41 pm