In VDJ version 7.4 using VMS2, I had mapped one of the navigation buttons
to move from folder sections (far left) to the browser, then playlist then sidelist.
In version 8, it goes from folder to browser then to sidelist(which I have set to horizontal) then to the automix (far Right)
Is there a way to have it move from folders to browser, automix and then sidelist?
to move from folder sections (far left) to the browser, then playlist then sidelist.
In version 8, it goes from folder to browser then to sidelist(which I have set to horizontal) then to the automix (far Right)
Is there a way to have it move from folders to browser, automix and then sidelist?
Posted Sun 21 Sep 14 @ 12:50 pm
browser_window 'folders,songs,automix,sidelist'
Posted Sun 21 Sep 14 @ 1:19 pm
Copied your script and pasted it, but it did not work.
The way I have it in version 7 is browser_window +1.
Works fine in 7.
The way I have it in version 7 is browser_window +1.
Works fine in 7.
Posted Sun 21 Sep 14 @ 2:51 pm
don't put all, you must choose what you want
You can add a cycle to jump between the windows
juan
You can add a cycle to jump between the windows
juan
Posted Sun 21 Sep 14 @ 4:00 pm
browser_window 'folders,songs,automix,sidelist'
Working for me on windows
Working for me on windows
Posted Sun 21 Sep 14 @ 10:11 pm
If you want to use a SPECIFIC order, then you need to use something like this:
browser_window 'folders' ? browser_window 'songs' : browser_window 'songs' ? browser_window 'automix' : browser_window 'automix' ? browser_window 'sidelist' : browser_window 'folders'
browser_window 'folders' ? browser_window 'songs' : browser_window 'songs' ? browser_window 'automix' : browser_window 'automix' ? browser_window 'sidelist' : browser_window 'folders'
Posted Mon 22 Sep 14 @ 3:16 am
That's what I love about VDJ, there's always 5 ways to solve any problem.
Posted Mon 22 Sep 14 @ 4:50 am
Nope that does not do it.
The way I have it now is:
right nav window_browser +1
In version 7 when I hit the r nav it goes from folder to browser to playlist to sidelist.
Now in version 8 it goes from folder to browser to sidelist to automix.
I want it to go: folder,browser,automix,sidelist using the r nav button.
The way I have it now is:
right nav window_browser +1
In version 7 when I hit the r nav it goes from folder to browser to playlist to sidelist.
Now in version 8 it goes from folder to browser to sidelist to automix.
I want it to go: folder,browser,automix,sidelist using the r nav button.
Posted Wed 24 Sep 14 @ 11:29 am
Then you're doing something wrong, my method works here, PhantomDeejay's method works too.
Something isn't right at your end, change the script to window_browser -1, what happens? does the focus go backwards?
Something isn't right at your end, change the script to window_browser -1, what happens? does the focus go backwards?
Posted Wed 24 Sep 14 @ 1:44 pm
I know the suggestions were entered correctly as I copied and pasted.
Tried with the minus, not quite as it works backwards
However when I changed the skin,it does work.
Tried with the minus, not quite as it works backwards
However when I changed the skin,it does work.
Posted Wed 24 Sep 14 @ 2:18 pm
Spoke too soon.
Not working again. Tried multiple skins same results.
Like I Said I copied the script directly as indicated in your answers.
Not working again. Tried multiple skins same results.
Like I Said I copied the script directly as indicated in your answers.
Posted Wed 24 Sep 14 @ 2:33 pm
browser_window 'folders,songs,sideview,sidelist' +1
works fine here
works fine here
Posted Wed 24 Sep 14 @ 2:40 pm
No I'm not following you,
If you try my script, what happens?
If you try Phantom's script, what happens?
If you try my script, what happens?
If you try Phantom's script, what happens?
Posted Wed 24 Sep 14 @ 2:44 pm
djdad copied your script and it only goes from folder to browser.
Same happen with the other scripts.
When I changed skins and tried locodog it worked for a couple minutes, then
reverted back to only moving from folder to browser.
Thanks guys
Same happen with the other scripts.
When I changed skins and tried locodog it worked for a couple minutes, then
reverted back to only moving from folder to browser.
Thanks guys
Posted Wed 24 Sep 14 @ 5:52 pm
does it work with the default skin ?
I have the feeling that it wont work with skins that have custom browsers, since there are no browser windows there, just separate elements.
Not sure about the Fruit skin. Havent tried.
I have the feeling that it wont work with skins that have custom browsers, since there are no browser windows there, just separate elements.
Not sure about the Fruit skin. Havent tried.
Posted Wed 24 Sep 14 @ 10:24 pm
No it does not work on default nor Fruit skin.
Tried Blacksheep, 8 soft Gold, 8 reloaded.
Since you and others have it working, maybe I'll
try a re install late.
Tried Blacksheep, 8 soft Gold, 8 reloaded.
Since you and others have it working, maybe I'll
try a re install late.
Posted Thu 25 Sep 14 @ 8:27 am
Tries again all three examples, here are results.
Locodog & dad; both scripts work from folder to automix to sidelist; but then it will not move out of sidelist.
Phantom, script works correctly in version 8 only, but messes up the VDJ 7 action.
In VDJ 7 I have it set as browser_window +1 and it has worked perfectly for past few years.
In VDJ 8, it doesn't work the same way.
I just thought the same script for version 7 would work the same in version 8.
I can work around the difference.
Appreciate the help guys.
Locodog & dad; both scripts work from folder to automix to sidelist; but then it will not move out of sidelist.
Phantom, script works correctly in version 8 only, but messes up the VDJ 7 action.
In VDJ 7 I have it set as browser_window +1 and it has worked perfectly for past few years.
In VDJ 8, it doesn't work the same way.
I just thought the same script for version 7 would work the same in version 8.
I can work around the difference.
Appreciate the help guys.
Posted Fri 26 Sep 14 @ 7:36 am
You never said you're still working with both V7 & V8! So there is possibly one more way involving cycle, but instead of trying something else, it would probably be easier to have a V7 mapping and a V8 mapping, I'm not sure on how that would be done but one of the staff should be able to tell you.
Posted Fri 26 Sep 14 @ 9:51 am
You could use the get_version action, which should probably return false in version 7, so soemthing like..
get_version '8.0.0' ? actionForVersion8 : actionForVersion7 may work (untested), but as loco suggested, you could use (load) a different mapping file for version 8.
get_version '8.0.0' ? actionForVersion8 : actionForVersion7 may work (untested), but as loco suggested, you could use (load) a different mapping file for version 8.
Posted Mon 29 Sep 14 @ 2:59 am
Locodog
Just pointing out mapping works in 7 not 8.
Dad
When you say use different mapping for 8, do you mean use a different key?
If not how do you do a different maping file?
Like I said I can work around the different way it works.
Just wish it would work like version 7.
Just pointing out mapping works in 7 not 8.
Dad
When you say use different mapping for 8, do you mean use a different key?
If not how do you do a different maping file?
Like I said I can work around the different way it works.
Just wish it would work like version 7.
Posted Mon 29 Sep 14 @ 8:18 am