Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Use VDJ 8 As a media player(sort of offline mode)

This topic is old and might contain outdated or incorrect information.

decided to share my perfect workaround to an offline mode ideal for converting vdj8 to a sort of media player. with these scripts mapped to the direction keys as follows :

Left key - browser_folder (this opens and closes subfolders in the folder trees on the left pane and switches back to the folder trees if you are in the songs panel)

Up key - browser_window 'songs' ? browser_scroll -1 & load & play : browser_scroll -1 (this script queries the location of the highlight; so if the folders are selected,the up key will scroll 1 folder up...but if u are in the songs panel,it will scroll 1 song up and play it in one action.(ps if you have the setting "loadSecurity" on,there will be the dialog box to hinder you,but i have included a script at the bottom to bypass this)

Down key - browser_window 'songs' ? browser_scroll +1 & load & play : browser_scroll +1 (does the opposite of the up key obviously!!)

Right key - browser_window 'songs' & load & play (jumps to the songs panel if u are in the folder panel, and plays the last selected song in that folder)

Now for the desired effect..the load security setting must be set to no...but instead of just going into the settings menu and setting it to "off", i decided to create a different profile mapping for the keyboard(u can rename it "Offline mode" , i named mines Casual Browsing Mode!!),and in the ONINIT shortcut just add the following script to the end of the command to change the setting to "off". & setting loadSecurity "off"

For those who like their load security option to be set to "on" or "silent" while actually dj ing,simply change the normal keyboard mapping's ONINIT script at the end to load the preferred loadSecurity setting.

Hope this helped anyone who sometimes use vdj 8 to just listen to music or you can even adjust the scripts to be more effective in preparing your cue points etc.


 

Posted Mon 05 Feb 18 @ 8:02 pm


(Old topics and forums are automatically closed)