Record option with skins

About usage, announcement and development of skins for VLC
psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Record option with skins

Postby psanthu123 » 03 Sep 2009 02:26

Hi,

I am building my own skin, if i need to have a record button with my skin[Similar to advanced menu record button], is it possible ??
I dont find VLC skins editor exposing Action function vlc.record(). Is is some way possible have record option?(probably adding in xml file and exporting it as .vlt file)

Regards
Santhosh

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Record option with skins

Postby Jean-Baptiste Kempf » 03 Sep 2009 10:58

It doesn't exist in skins.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Record option with skins

Postby psanthu123 » 04 Sep 2009 18:26

Thanks j-b,
Is there any chance of supporting this in feature ??

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Record option with skins

Postby Jean-Baptiste Kempf » 04 Sep 2009 19:33

When erwan10 does it.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

erwan10
Developer
Developer
Posts: 415
Joined: 02 Nov 2008 23:16

Re: Record option with skins

Postby erwan10 » 05 Sep 2009 21:50

Some functions have just been added in the development branch (vlc1.1)

New keywords are :
- vlc.canRecord ( true if current video can be recorded / false otherwise )
- vlc.isRecording ( true if recording is underway / false otherwise)
- vlc.toggleRecord() (function to toggle recording / no recording)
- vlc.nextFrame() (function to go to the next frame)

Example how to use them :

<Checkbox x="11" y="8" up1="record_disabled" up2="record_enabled" action1="vlc.toggleRecord()" action2="vlc.toggleRecord()" tooltiptext1="Record" tooltiptext2="stop Record" state="vlc.isRecording" visible="vlc.canRecord"/>

Erwan10

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Record option with skins

Postby 3breadt » 06 Sep 2009 10:42

Nice :)
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Record option with skins

Postby psanthu123 » 08 Sep 2009 21:01

Woow, thats great news, Is the release vlc1.1 coming some(just curious) ??
Or can i download and use development branch itself, will it be stable[i mean there wont be any issue[complation or run time]]

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Record option with skins

Postby 3breadt » 09 Sep 2009 11:20

Most of the time the nightly builds are quite usable and don't have too many issues, but sometimes of course they are bugged.
But you surely can use them for testing.

By the way, the latest development version of the VLC Skin Editor supports these new features, too.
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Record option with skins

Postby psanthu123 » 09 Sep 2009 18:49

Thanks Daniel,

I will try this out.


Return to “Skins”

Who is online

Users browsing this forum: No registered users and 1 guest