Author |
Message |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 05 Oct 2019, 05:17 Post subject:
|
|
hey pup fans! I was create my new script, named with AMG , means Alsa mixer gui. Script is alpha state , work lot of simple sound cards... we can set left / right or both volumes in stereo channels (switcher is the '=' button), The channel name buttons switch (mute on/off) in the current channel... we can set capture channels to same like playback channels, and gui get the switch box of simple switching controls for s.card...
Note of attachment: Remove fake .gz exstension from the file name, then run as script .
Description |
Remove fake .gz exstension from the file name, then run as script .
|

Download |
Filename |
AMG_by_KuLuSz.gz |
Filesize |
6.49 KB |
Downloaded |
447 Time(s) |
Description |
Screenshot of AMG gui :) |
Filesize |
56.7 KB |
Viewed |
958 Time(s) |

|
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
pp4mnklinux

Joined: 23 Aug 2013 Posts: 379
|
Posted: Sun 06 Oct 2019, 12:29 Post subject:
Re: VLC set as default media player |
|
Pelo wrote: | VLC set as default media player in hungarian Puppy Browser linux.
THE BEST OPTION TO VISUALICE VIDEO FILES.
THANKY
MTpaint added. How can we do without ? Provided by Puppy 4 at ibiblio org.
Pfind would be useful too  |
_________________ Distro: xenialpup64 7.5 XXL
Desktop Panel: JWM ~ FbBox 5.0
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Thu 26 Dec 2019, 10:03 Post subject:
|
|
hi guys
I was create my new script of screen recording ... i was try PAV record but never can record what i want ... so i wrote this gui for ffmpeg , i think v2 version enought good of sharing in this forum , so i translate now to english.
Script dependent commands is:
- bash - bin-utils
- gtkdialog
- xwininfo
- xrandr
- ffmpeg
We can set some default settings, at first lines in the script.
Code: | #!/bin/bash
# Screen Recorder v2 by KuLuSz 2019 12 24
# Here u can edit default settings ( edit just between double quotes, if u know what u do )
# Switch on "true" , Switch off "false"
# Input default settings:
SR_SAMPLE_RATE="44100" # Input audio sample rate: 22050 , 44100 , 48000
SR_AUDIO_CHANNELS="2" # Input audio channels: 1 (mono) , 2 (stereo)
SR_FRAME_RATE="10" # Input frame rate (fps)
# Coding default settings:
SR_VIDEO_CODEC="libx264" # Video codec
SR_VIDEO_BITRATE="600" # Compression bitrte of video codec
SR_AUDIO_CODEC="libmp3lame" # Audio codec
SR_AUDIO_BITRATE="128" # Compression bitrate of audio codec
# Conversion default settings:
SR_PRESET="ultrafast" # Preset of (h264 codec)
SR_OUTPUT_FRAME_WIDTH="640" # Output width size (if switched on)
SR_OUTPUT_FRAME_HEIGHT="480" # Output height size (if switched on)
SR_ASPECT_RATIO="true" # Keep aspect ratio (if switched on)
# Output default settings:
SR_SAVE_DIR="/" # Save directory
SR_SAVE_FILE_NAME="SR_v2-Video" # Save filename
SR_SAVE_FILE_EXTENSION="mp4" # Save extension of filename
SR_MAX_FILE_SW="false" # Switch of maximum file size
SR_MAX_FILE_SIZE="8" # Maximum filesize value
SR_MAX_FILE_UNIT="Mb" # Unit of max size value
SR_FILE_OVERWRITE="true" # Switch of overwrite exits file
SR_ADD_DATE="false" # Switch of adding date to filename(after)
export SR_THREAD="32" # Thread size for Video/Audio processing
############################ DO NOT EDIT AFTER THIS LINE! |
 |
Description |
Screenshot |
Filesize |
44.82 KB |
Viewed |
540 Time(s) |

|
Description |
Remove fake .gz extension from the name then run as script.
|

Download |
Filename |
SR_v2_ENG_by_KuLuSz.gz |
Filesize |
16.06 KB |
Downloaded |
362 Time(s) |
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
Last edited by KuLuSz on Mon 30 Dec 2019, 04:33; edited 1 time in total
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 28 Dec 2019, 10:19 Post subject:
|
|
hello murga forum
I was owerwrite my AMG gui from 0 (ALSA Mixer Gui). Work lot of functions , but i found 1 big problem: If we have volume channels with same name , there we cant set (on/off) the channel , anyway work all stuffs .
Dependent commands:
-bash
-gtkdialog
-amixer
Description |
Screenshot
|

Download |
Filename |
amg_v2.jpg |
Filesize |
43.04 KB |
Downloaded |
376 Time(s) |
Description |
Remove fake .gz extension from the filename, then run as script ...
|

Download |
Filename |
AMG_v2_by_KuLuSz.gz |
Filesize |
7.28 KB |
Downloaded |
368 Time(s) |
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Mon 10 Feb 2020, 09:04 Post subject:
|
|
Hey folks . I wrote my new script of setting GTK3 in the system , should we cant get programs for setting ... so , the script can set gtk3 theme , icon theme , font style . Script is very simple , i was add some checking if no gtk3 or gtk3theme gui will dont start ...
good luck
Note : Remove fake .gz extension then run as script.
sorry i was replace the script should get wrong method , now work perfect !
Description |
Remove fake .gz extension then run as script.
|

Download |
Filename |
gtk3_switcher_ENG_by_KuLuSz.gz |
Filesize |
1.96 KB |
Downloaded |
342 Time(s) |
Description |
Screenshot :) |
Filesize |
10.18 KB |
Viewed |
498 Time(s) |

|
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Mon 17 Feb 2020, 12:10 Post subject:
|
|
Hey folks. I wrote my new gtk3 switcher. Looks like gtk-chtheme (gtk2 switcher) .
Changes:
- new gui
- syncronize GTK2 - GTK3 theme style (if switched on)
- preview show after click on "Preview" button
(font and icon style cant show)
- settings will be saved after click on "Apply" button
Dependent stuffs:
- bash - bin-utils
- gtkdialog
- xmessage
- yaf-splash
- sed
- gtk2 and gtk3 components
Note: usualy need X restart to take effects after apply button .
Note of attachment: Remove fake .gz extension , add permission , then run as script.
Description |
Screenshot :) |
Filesize |
35.47 KB |
Viewed |
469 Time(s) |

|
Description |
Remove fake .gz extension , add permission , then run as script.
|

Download |
Filename |
gtk3_switcher_v2.1_ENG_by_KuLuSz.gz |
Filesize |
6.46 KB |
Downloaded |
343 Time(s) |
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 07 Mar 2020, 12:44 Post subject:
|
|
Hi guys! I create a little gui of know position instructions to change geometry values...
Gui show all values from the window, so u can check your correct settings if u make own gui or add icon to roxfiler "difficult mode". I was make short video from the gui of show what it does ...
LINK TO VIDEO: Geometry example
Description |
Screenshot :) |
Filesize |
30.17 KB |
Viewed |
414 Time(s) |

|
Description |
Remove the fake .gz extension , add permission , then run as script...
|

Download |
Filename |
geometry_example.gz |
Filesize |
1.21 KB |
Downloaded |
332 Time(s) |
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 14 Mar 2020, 05:44 Post subject:
|
|
Hi folks. I create dunst setup gui of puppylinux , i think work on all puppies ...
We can look the current settings in the gui, but if we want apply settings need press on "Start/Restart" button . We can stop dunst process in the system ...
If gui not start , try run from terminal , there we get some error message...
Dependent stuffs :
- sed
- gtkdialog
- dunst + config file
Description |
Screenshot :) |
Filesize |
58.36 KB |
Viewed |
529 Time(s) |

|
Description |
Remove fake .gz extension , add permission , then run as script .
|

Download |
Filename |
Dunst_gui_v2.1_ENG_by_KuLuSz.gz |
Filesize |
9.5 KB |
Downloaded |
334 Time(s) |
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
rockedge

Joined: 11 Apr 2012 Posts: 1874 Location: Connecticut, United States
|
Posted: Sat 14 Mar 2020, 11:16 Post subject:
|
|
excellent work KuLuSz......
Thank you for the effort and it is a useful tool for sure. I use the daemon on my music machine, Bionic64-v8
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 14 Mar 2020, 12:16 Post subject:
|
|
Thank you of your reply
I'am happy when i can make anything of peoples in scripts ...
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
KuLuSz

Joined: 13 Dec 2017 Posts: 31 Location: HuNgArY
|
Posted: Sat 25 Apr 2020, 15:21 Post subject:
|
|
hey guys.
These days I started working on 1 project. The goal is to flatten the entire contents of the xenial system to glibc ... The goal is successful ... there are still unnecessary files on the system ( /usr/bin). But what is definitely in it is:
Code: | bash-4.3.29
busybox-1.24.2-i686
coreutils_8.25
disktype-9-patched_pardus_bk
dpkg_1.18.4ubuntu1.2
fuse_2.9.4
grub4dos-0.4.4.v1.9.2
gzip_1.6
kmod_22
libgcc-5-dev_5.4.0
libglib2.0-0_2.48.2
libglib2.0-bin_2.48.2
libglib2.0-data_2.48.2
mingetty-1.08-i686
ncurses-base_6.0+20160213
ntfs-3g_2015.3.14AR.1
readline-common_6.3
sed_4.2.2-7
udev_229
unrar-5.10-i386
unzip_6.0
util-linux_2.27.1
zip_3.0-11
zlib1g_1.2.8.dfsg |
it's an absolute console system, it may not even have the net in it ... I highly recommend it to developers for testing.
Download: xenial_mini_7.5_busybox-glibc_only.iso
The intrd.gz is original xenial.
Kernel swiched to: tahr nopae retro 3.0.xxx
The continuation of the project will be to create 1 small resource desktop interface with the smallest possible number of files, in order to save the memory of old machines ...with "new" system.
Description |
ISO contents |
Filesize |
13.72 KB |
Viewed |
288 Time(s) |

|
_________________ <(] K u L u S z [)>
Live contact: DISCORD IRC
|
Back to top
|
|
 |
|