A couple of skin questions
there's a few verbs like these for formatting,
get_remix_after_title
is there a method for similar when using using get_automix_song ?
similar vein, I want to display the cover of the next automix track, looks like I'm out of luck there, any way this could work for cover [not current, next]
source="get_automix_song 'album art'
I'm having a touch of bother with this kind of thing, not following the logic
visibility="play && param_bigger `get_time remain 1000` 15000"
I'm working round it like so
visibility="play ? param_bigger `get_time elapsed 1000` 15000 ? on : off : off"
lastly I'm writing on a single monitor machine so it sucks, is there any way to size my vdj video window at something proportional to 1920*1080
maybe 960*540, just so I can see everything proportionally without using full screen video?
there's a few verbs like these for formatting,
get_remix_after_title
is there a method for similar when using using get_automix_song ?
similar vein, I want to display the cover of the next automix track, looks like I'm out of luck there, any way this could work for cover [not current, next]
source="get_automix_song 'album art'
I'm having a touch of bother with this kind of thing, not following the logic
visibility="play && param_bigger `get_time remain 1000` 15000"
I'm working round it like so
visibility="play ? param_bigger `get_time elapsed 1000` 15000 ? on : off : off"
lastly I'm writing on a single monitor machine so it sucks, is there any way to size my vdj video window at something proportional to 1920*1080
maybe 960*540, just so I can see everything proportionally without using full screen video?
发表时间 Thu 07 Sep 23 @ 5:54 pm
I should add my visibility issues are with a stack items
发表时间 Thu 07 Sep 23 @ 6:33 pm
source="automix 1" should work with <cover>
发表时间 Thu 07 Sep 23 @ 7:08 pm
oh fantastic, thanks.
发表时间 Thu 07 Sep 23 @ 7:21 pm
For get_automix_song, I'll add
"artist_before_feat", "feat_after_artist", "title_before_remix" and "remix_after_title" as possible column names
"artist_before_feat", "feat_after_artist", "title_before_remix" and "remix_after_title" as possible column names
发表时间 Fri 08 Sep 23 @ 10:40 am
Good stuff,
one of my favourite phrases of yours. XD
Adion wrote :
...I'll add...
one of my favourite phrases of yours. XD
发表时间 Fri 08 Sep 23 @ 11:29 am
open question/discussion for skinners
I've been playing with <stack> elements, very cool having things fade in & out.
This fades out then another separate stack in another position fades in.
This introduced me to pulse & fadeout, cool as well, still thinking on how to use those outside skins [might... do... something useful ??]
So then I started thinking about animation, a few ideas;
long way round with 100's of elements [pixel by pixel] each with a visibility condition.
possible but a lot of work for me and the skin engine
other thought is horizontal slider, it will follow a value, it's just an animated square really,
It's still just an idea, but it seems interesting.
*edit* in messing around with fadeout
custom_button slider type set d (just something to look at )
custom_button ( loop on & wait 4bt & loop off ) & repeat_start name 25ms 1000 & set d `loop & fadeout 1000ms 5000ms`
press button
That's... something, I'm not sure what its use is yet, or if it's any better than other methods, I think it might be in some ways.
It's starting to feel like there's lots of parts that haven't been put together yet and they might make cool stuff.
I've been playing with <stack> elements, very cool having things fade in & out.
This fades out then another separate stack in another position fades in.
This introduced me to pulse & fadeout, cool as well, still thinking on how to use those outside skins [might... do... something useful ??]
So then I started thinking about animation, a few ideas;
long way round with 100's of elements [pixel by pixel] each with a visibility condition.
possible but a lot of work for me and the skin engine
other thought is horizontal slider, it will follow a value, it's just an animated square really,
It's still just an idea, but it seems interesting.
*edit* in messing around with fadeout
custom_button slider type set d (just something to look at )
custom_button ( loop on & wait 4bt & loop off ) & repeat_start name 25ms 1000 & set d `loop & fadeout 1000ms 5000ms`
press button
That's... something, I'm not sure what its use is yet, or if it's any better than other methods, I think it might be in some ways.
It's starting to feel like there's lots of parts that haven't been put together yet and they might make cool stuff.
发表时间 Fri 08 Sep 23 @ 8:06 pm
Nice little demo, had to jump thru some hoops but the result is what I was wanting.
Getting to grips with fadeout, pulse & stack. Not sure how it will scale to a full skin, I suppose I'll find out.
Question has any video skin done this kind of thing? so I can see how they did it.
发表时间 Sat 09 Sep 23 @ 4:58 am