快速登录:  

Forum: German Forum

话题: 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.
 

发表时间 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 ) )


 

发表时间 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
 

发表时间 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.
 

发表时间 Sat 14 Oct 23 @ 8:25 pm
Mal wieder nach oben schieben, vielleicht gibt es ja mittlerweile neue Möglichkeiten.
 

发表时间 Thu 30 May 24 @ 3:21 pm
Kann Du evtl. in dem Script noch einbauen, dass er bei Cue1 anfanghen soll? Danke
Das wäre super

[quote=DennYo Beats]
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.



 

发表时间 Wed 13 Nov 24 @ 4:04 pm