Accesso rapido:  

Forum: German Forum

Topic: Nützliche "kleine" V8 Features & Actions - Page: 4
Ausgewählte Dateien mit Multi-BPM scannen



browsed_file_analyze multi

Dateien im browser auswählen. Danach Custom-Button klicken.
 

Inviato Thu 25 May 23 @ 2:30 pm
Auto Play der Titel aus der Songliste.

Zum Script:

Ist der Script aktiv, wird immer am Ende des Songs das nächste Lied aus der Songliste geladen und abgespielt.
markiert man in der Songliste ein anderes Lied, wird dieses als nächstes abgespielt. Dabei kann auch der Ordner gewechselt werden.
Ist man am Ende der Songliste angekommen, stoppt der Script und dioe Musik wird paussiert.


(repeat_start 'loadnextplay' ? blink : nothing ) &
( action_deck 1 ? deck 2 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 2 ? deck 1 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 3 ? deck 1 repeat_stop 'loadnextplay' & deck 2 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 4 ? deck 1 repeat_stop 'loadnextplay' & deck 2 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' ) &
( repeat_start 'loadnextplay' ? repeat_stop 'loadnextplay' : repeat_start 'loadnextplay' 100ms &
( songpos_remain 150ms ? browser_scroll 'bottom' ? param_equal `param_add "get_loaded_song 'title'" "get_loaded_song 'artist'"` `param_add "get_browsed_song 'title'" "get_browsed_song 'artist'"` ? repeat_stop 'loadnextplay' : nothing : nothing ) &
( songpos_remain 150ms ? param_equal `param_add "get_loaded_song 'title'" "get_loaded_song 'artist'"` `param_add "get_browsed_song 'title'" "get_browsed_song 'artist'"` ? pause & browser_window 'songs' & browser_scroll +1 & load & browser_scroll 0 & play : pause & browser_window 'songs' & load & browser_scroll 0 & play : nothing : nothing ) )


 

Inviato Sat 17 Jun 23 @ 7:45 am
VDJ Monty wrote :
DIese Version schiebt im Falle einer AskTheDJ Nachricht den Sidepanel auf und auch wieder zu:

get_askthedj_unread ? blink 375ms & up? show_splitpanel 'sideview' on & sideview 'askthedj://' : nothing : sideview 'askthedj://'? on & up? sideview 'askthedj://'? show_splitpanel 'sideview' off & sideview 'Sidelist' : show_splitpanel 'sideview' on & sideview 'askthedj://' : nothing : off & up? sideview 'askthedj://'? show_splitpanel 'sideview' off & sideview 'Sidelist' : show_splitpanel 'sideview' on & sideview 'askthedj://' : nothing




Bei mir zeigt es die Nachricht an. Super! Weiß jemand wie ich zusätzlich den Name sowie die Uhrzeit und ob jemand eine Spende getätigt hat anzeigen lassen kann?

So wie es bei askthe dj original aussieht.

Danke schon mal im voraus
 

Inviato Sat 19 Aug 23 @ 10:20 am
DennYo Beats wrote :
Auto Play der Titel aus der Songliste.

Zum Script:

Ist der Script aktiv, wird immer am Ende des Songs das nächste Lied aus der Songliste geladen und abgespielt.
markiert man in der Songliste ein anderes Lied, wird dieses als nächstes abgespielt. Dabei kann auch der Ordner gewechselt werden.
Ist man am Ende der Songliste angekommen, stoppt der Script und dioe Musik wird paussiert.


(repeat_start 'loadnextplay' ? blink : nothing ) &
( action_deck 1 ? deck 2 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 2 ? deck 1 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 3 ? deck 1 repeat_stop 'loadnextplay' & deck 2 repeat_stop 'loadnextplay' & deck 4 repeat_stop 'loadnextplay' ) &
( action_deck 4 ? deck 1 repeat_stop 'loadnextplay' & deck 2 repeat_stop 'loadnextplay' & deck 3 repeat_stop 'loadnextplay' ) &
( repeat_start 'loadnextplay' ? repeat_stop 'loadnextplay' : repeat_start 'loadnextplay' 100ms &
( songpos_remain 150ms ? browser_scroll 'bottom' ? param_equal `param_add "get_loaded_song 'title'" "get_loaded_song 'artist'"` `param_add "get_browsed_song 'title'" "get_browsed_song 'artist'"` ? repeat_stop 'loadnextplay' : nothing : nothing ) &
( songpos_remain 150ms ? param_equal `param_add "get_loaded_song 'title'" "get_loaded_song 'artist'"` `param_add "get_browsed_song 'title'" "get_browsed_song 'artist'"` ? pause & browser_window 'songs' & browser_scroll +1 & load & browser_scroll 0 & play : pause & browser_window 'songs' & load & browser_scroll 0 & play : nothing : nothing ) )




Der Hammer! Vielen Dank.
 

Inviato Sat 14 Oct 23 @ 8:25 pm