diff --git a/botfiles/.bash_profile b/botfiles/.bash_profile new file mode 100644 index 0000000..5545f00 --- /dev/null +++ b/botfiles/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/botfiles/.bashrc b/botfiles/.bashrc new file mode 100644 index 0000000..a355b0c --- /dev/null +++ b/botfiles/.bashrc @@ -0,0 +1,9 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' diff --git a/botfiles/.config/GIMP/2.10/action-history b/botfiles/.config/GIMP/2.10/action-history new file mode 100644 index 0000000..4ac919a --- /dev/null +++ b/botfiles/.config/GIMP/2.10/action-history @@ -0,0 +1,21 @@ +# GIMP action-history + +(history-item "edit-paste" 5) +(history-item "edit-copy" 4) +(history-item "edit-clear" 1) +(history-item "layers-new" 3) +(history-item "file-export" 2) +(history-item "file-open" 3) +(history-item "layers-merge-down-button" 1) +(history-item "file-export-as" 1) +(history-item "file-overwrite" 2) +(history-item "layers-delete" 0) +(history-item "file-quit" 1) +(history-item "layers-anchor" 0) +(history-item "image-new" 1) +(history-item "tools-scale" 0) +(history-item "windows-show-display-next" 0) +(history-item "file-create-template" 0) +(history-item "tools-rotate" 1) + +# end of action-history diff --git a/botfiles/.config/GIMP/2.10/colorrc b/botfiles/.config/GIMP/2.10/colorrc new file mode 100644 index 0000000..82981a9 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/colorrc @@ -0,0 +1,28 @@ +# GIMP colorrc +# +# This file holds a list of recently used colors. + +(color-history + (color-rgba 0 0.44705885648727417 0.44705885648727417 1) + (color-rgba 0.21960785984992981 0.21960785984992981 0.21960785984992981 1) + (color-rgba 0.098039224743843079 0.098039224743843079 0.098039224743843079 1) + (color-rgba 0.20000001788139343 0.20000001788139343 0.20000001788139343 1) + (color-rgba 1 1 1 1) + (color-rgba 0.18039216101169586 0.18039216101169586 0.18039216101169586 1) + (color-rgba 0.39215689897537231 0.0078431377187371254 0 1) + (color-rgba 0.58333333333333326 0.17225950876406201 0.07829977628635347 1) + (color-rgba 0.68137254901960786 0.1491000969993222 0.027437820765890287 1) + (color-rgba 0.58823529411764708 0.35044390839846729 0.29609159099881566 1) + (color-rgba 0.68627450980392157 0.16891757600948981 0.05066456112646401 1) + (color-rgba 0.61274509803921573 0.14747197564386105 0.041123832083168853 1) + (color-rgba 0.58823529411764708 0.13835969951379334 0.03553099091985789 1) + (color-rgba 0.7009803921568627 0.16104934370463045 0.037636531122516144 1) + (color-rgba 0.74019607843137258 0.17005909719859583 0.039742071325174391 1) + (color-rgba 0.63235294117647056 0.13146466754164413 0.01697591788393207 1) + (color-rgba 0.57352941176470584 0.12863458267253769 0.026944334780892247 1) + (color-rgba 0.51470588235294112 0.11825301460829508 0.027635215159889474 1) + (color-rgba 0.44607843137254899 0.10492277213129328 0.026944334780892233 1) + (color-rgba 0.30392156862745101 0.10801145850115375 0.063232004211080425 1) + (color-rgba 0.78431372549019607 0.17162601093447152 0.03158310303987371 1)) + +# end of colorrc diff --git a/botfiles/.config/GIMP/2.10/contextrc b/botfiles/.config/GIMP/2.10/contextrc new file mode 100644 index 0000000..e448c44 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/contextrc @@ -0,0 +1,16 @@ +# GIMP user context + +(tool "gimp-rect-select-tool") +(paint-info "gimp-paintbrush") +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(paint-mode luminance) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(mybrush "100% Opaque") +(pattern "Wood #2") +(gradient "FG to BG (RGB)") +(palette "Color History") +(font "Sans-serif") +(tool-preset "Core Pointer") + +# end of user context diff --git a/botfiles/.config/GIMP/2.10/controllerrc b/botfiles/.config/GIMP/2.10/controllerrc new file mode 100644 index 0000000..9fdbf82 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/controllerrc @@ -0,0 +1,40 @@ +# GIMP controllerrc +# +# This file will be entirely rewritten each time you exit. + +(GimpControllerInfo "Main Mouse Wheel" + (icon-name "gimp-controller-wheel") + (enabled yes) + (debug-events no) + (controller "GimpControllerWheel") + (mapping + (map "scroll-down-shift-primary" "tools-aspect-decrease") + (map "scroll-up-shift-alt" "tools-angle-increase") + (map "scroll-down-shift-primary-alt" "tools-spacing-decrease") + (map "scroll-down-shift-alt" "tools-angle-decrease") + (map "scroll-up-shift-primary" "tools-aspect-increase") + (map "scroll-up-shift-primary-alt" "tools-spacing-increase") + (map "scroll-down-alt" "tools-opacity-decrease") + (map "scroll-up-primary-alt" "tools-size-increase") + (map "scroll-down-primary-alt" "tools-size-decrease") + (map "scroll-up-alt" "tools-opacity-increase"))) +(GimpControllerInfo "Main Keyboard" + (icon-name "gimp-controller-keyboard") + (enabled yes) + (debug-events no) + (controller "GimpControllerKeyboard") + (mapping + (map "cursor-right-alt" "tools-size-increase") + (map "cursor-left-shift" "view-scroll-page-left") + (map "cursor-right-shift" "view-scroll-page-right") + (map "cursor-up-shift" "view-scroll-page-up") + (map "cursor-up-primary" "view-scroll-top-border") + (map "cursor-down-primary" "view-scroll-bottom-border") + (map "cursor-up-alt" "tools-size-increase-skip") + (map "cursor-left-alt" "tools-size-decrease") + (map "cursor-down-shift" "view-scroll-page-down") + (map "cursor-right-primary" "view-scroll-right-border") + (map "cursor-left-primary" "view-scroll-left-border") + (map "cursor-down-alt" "tools-size-decrease-skip"))) + +# end of controllerrc diff --git a/botfiles/.config/GIMP/2.10/devicerc b/botfiles/.config/GIMP/2.10/devicerc new file mode 100644 index 0000000..bb36048 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/devicerc @@ -0,0 +1,114 @@ +# GIMP devicerc + +(GimpDeviceInfo "Core Pointer" + (icon-name "gimp-cursor") + (name "Core Pointer") + (tool-options "GimpRectangleSelectOptions" + (fixed-center yes) + (tool "gimp-rect-select-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode screen) + (axes 2 x y) + (keys 0) + (pressure-curve + (curve-type smooth) + (points 0) + (point-types 0) + (n-samples 256) + (samples 256 0 0.0039215686274509803 0.0078431372549019607 0.011764705882352941 0.015686274509803921 0.019607843137254902 0.023529411764705882 0.027450980392156862 0.031372549019607843 0.035294117647058823 0.039215686274509803 0.043137254901960784 0.047058823529411764 0.050980392156862744 0.054901960784313725 0.058823529411764705 0.062745098039215685 0.066666666666666666 0.070588235294117646 0.074509803921568626 0.078431372549019607 0.082352941176470587 0.086274509803921567 0.090196078431372548 0.094117647058823528 0.098039215686274508 0.10196078431372549 0.10588235294117647 0.10980392156862745 0.11372549019607843 0.11764705882352941 0.12156862745098039 0.12549019607843137 0.12941176470588237 0.13333333333333333 0.13725490196078433 0.14117647058823529 0.14509803921568629 0.14901960784313725 0.15294117647058825 0.15686274509803921 0.16078431372549021 0.16470588235294117 0.16862745098039217 0.17254901960784313 0.17647058823529413 0.1803921568627451 0.18431372549019609 0.18823529411764706 0.19215686274509805 0.19607843137254902 0.20000000000000001 0.20392156862745098 0.20784313725490197 0.21176470588235294 0.21568627450980393 0.2196078431372549 0.22352941176470589 0.22745098039215686 0.23137254901960785 0.23529411764705882 0.23921568627450981 0.24313725490196078 0.24705882352941178 0.25098039215686274 0.25490196078431371 0.25882352941176473 0.2627450980392157 0.26666666666666666 0.27058823529411763 0.27450980392156865 0.27843137254901962 0.28235294117647058 0.28627450980392155 0.29019607843137257 0.29411764705882354 0.29803921568627451 0.30196078431372547 0.30588235294117649 0.30980392156862746 0.31372549019607843 0.31764705882352939 0.32156862745098042 0.32549019607843138 0.32941176470588235 0.33333333333333331 0.33725490196078434 0.3411764705882353 0.34509803921568627 0.34901960784313724 0.35294117647058826 0.35686274509803922 0.36078431372549019 0.36470588235294116 0.36862745098039218 0.37254901960784315 0.37647058823529411 0.38039215686274508 0.3843137254901961 0.38823529411764707 0.39215686274509803 0.396078431372549 0.40000000000000002 0.40392156862745099 0.40784313725490196 0.41176470588235292 0.41568627450980394 0.41960784313725491 0.42352941176470588 0.42745098039215684 0.43137254901960786 0.43529411764705883 0.4392156862745098 0.44313725490196076 0.44705882352941179 0.45098039215686275 0.45490196078431372 0.45882352941176469 0.46274509803921571 0.46666666666666667 0.47058823529411764 0.47450980392156861 0.47843137254901963 0.4823529411764706 0.48627450980392156 0.49019607843137253 0.49411764705882355 0.49803921568627452 0.50196078431372548 0.50588235294117645 0.50980392156862742 0.51372549019607838 0.51764705882352946 0.52156862745098043 0.52549019607843139 0.52941176470588236 0.53333333333333333 0.53725490196078429 0.54117647058823526 0.54509803921568623 0.5490196078431373 0.55294117647058827 0.55686274509803924 0.5607843137254902 0.56470588235294117 0.56862745098039214 0.5725490196078431 0.57647058823529407 0.58039215686274515 0.58431372549019611 0.58823529411764708 0.59215686274509804 0.59607843137254901 0.59999999999999998 0.60392156862745094 0.60784313725490191 0.61176470588235299 0.61568627450980395 0.61960784313725492 0.62352941176470589 0.62745098039215685 0.63137254901960782 0.63529411764705879 0.63921568627450975 0.64313725490196083 0.6470588235294118 0.65098039215686276 0.65490196078431373 0.6588235294117647 0.66274509803921566 0.66666666666666663 0.6705882352941176 0.67450980392156867 0.67843137254901964 0.68235294117647061 0.68627450980392157 0.69019607843137254 0.69411764705882351 0.69803921568627447 0.70196078431372544 0.70588235294117652 0.70980392156862748 0.71372549019607845 0.71764705882352942 0.72156862745098038 0.72549019607843135 0.72941176470588232 0.73333333333333328 0.73725490196078436 0.74117647058823533 0.74509803921568629 0.74901960784313726 0.75294117647058822 0.75686274509803919 0.76078431372549016 0.76470588235294112 0.7686274509803922 0.77254901960784317 0.77647058823529413 0.7803921568627451 0.78431372549019607 0.78823529411764703 0.792156862745098 0.79607843137254897 0.80000000000000004 0.80392156862745101 0.80784313725490198 0.81176470588235294 0.81568627450980391 0.81960784313725488 0.82352941176470584 0.82745098039215681 0.83137254901960789 0.83529411764705885 0.83921568627450982 0.84313725490196079 0.84705882352941175 0.85098039215686272 0.85490196078431369 0.85882352941176465 0.86274509803921573 0.8666666666666667 0.87058823529411766 0.87450980392156863 0.8784313725490196 0.88235294117647056 0.88627450980392153 0.8901960784313725 0.89411764705882357 0.89803921568627454 0.90196078431372551 0.90588235294117647 0.90980392156862744 0.9137254901960784 0.91764705882352937 0.92156862745098034 0.92549019607843142 0.92941176470588238 0.93333333333333335 0.93725490196078431 0.94117647058823528 0.94509803921568625 0.94901960784313721 0.95294117647058818 0.95686274509803926 0.96078431372549022 0.96470588235294119 0.96862745098039216 0.97254901960784312 0.97647058823529409 0.98039215686274506 0.98431372549019602 0.9882352941176471 0.99215686274509807 0.99607843137254903 1))) +(GimpDeviceInfo "Gaming KB Gaming KB Consumer Control" + (name "Gaming KB Gaming KB Consumer Control") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 4 x y pressure xtilt) + (keys 0) + (pressure-curve + (curve-type smooth) + (points 0) + (point-types 0) + (n-samples 256) + (samples 256 0 0.0039215686274509803 0.0078431372549019607 0.011764705882352941 0.015686274509803921 0.019607843137254902 0.023529411764705882 0.027450980392156862 0.031372549019607843 0.035294117647058823 0.039215686274509803 0.043137254901960784 0.047058823529411764 0.050980392156862744 0.054901960784313725 0.058823529411764705 0.062745098039215685 0.066666666666666666 0.070588235294117646 0.074509803921568626 0.078431372549019607 0.082352941176470587 0.086274509803921567 0.090196078431372548 0.094117647058823528 0.098039215686274508 0.10196078431372549 0.10588235294117647 0.10980392156862745 0.11372549019607843 0.11764705882352941 0.12156862745098039 0.12549019607843137 0.12941176470588237 0.13333333333333333 0.13725490196078433 0.14117647058823529 0.14509803921568629 0.14901960784313725 0.15294117647058825 0.15686274509803921 0.16078431372549021 0.16470588235294117 0.16862745098039217 0.17254901960784313 0.17647058823529413 0.1803921568627451 0.18431372549019609 0.18823529411764706 0.19215686274509805 0.19607843137254902 0.20000000000000001 0.20392156862745098 0.20784313725490197 0.21176470588235294 0.21568627450980393 0.2196078431372549 0.22352941176470589 0.22745098039215686 0.23137254901960785 0.23529411764705882 0.23921568627450981 0.24313725490196078 0.24705882352941178 0.25098039215686274 0.25490196078431371 0.25882352941176473 0.2627450980392157 0.26666666666666666 0.27058823529411763 0.27450980392156865 0.27843137254901962 0.28235294117647058 0.28627450980392155 0.29019607843137257 0.29411764705882354 0.29803921568627451 0.30196078431372547 0.30588235294117649 0.30980392156862746 0.31372549019607843 0.31764705882352939 0.32156862745098042 0.32549019607843138 0.32941176470588235 0.33333333333333331 0.33725490196078434 0.3411764705882353 0.34509803921568627 0.34901960784313724 0.35294117647058826 0.35686274509803922 0.36078431372549019 0.36470588235294116 0.36862745098039218 0.37254901960784315 0.37647058823529411 0.38039215686274508 0.3843137254901961 0.38823529411764707 0.39215686274509803 0.396078431372549 0.40000000000000002 0.40392156862745099 0.40784313725490196 0.41176470588235292 0.41568627450980394 0.41960784313725491 0.42352941176470588 0.42745098039215684 0.43137254901960786 0.43529411764705883 0.4392156862745098 0.44313725490196076 0.44705882352941179 0.45098039215686275 0.45490196078431372 0.45882352941176469 0.46274509803921571 0.46666666666666667 0.47058823529411764 0.47450980392156861 0.47843137254901963 0.4823529411764706 0.48627450980392156 0.49019607843137253 0.49411764705882355 0.49803921568627452 0.50196078431372548 0.50588235294117645 0.50980392156862742 0.51372549019607838 0.51764705882352946 0.52156862745098043 0.52549019607843139 0.52941176470588236 0.53333333333333333 0.53725490196078429 0.54117647058823526 0.54509803921568623 0.5490196078431373 0.55294117647058827 0.55686274509803924 0.5607843137254902 0.56470588235294117 0.56862745098039214 0.5725490196078431 0.57647058823529407 0.58039215686274515 0.58431372549019611 0.58823529411764708 0.59215686274509804 0.59607843137254901 0.59999999999999998 0.60392156862745094 0.60784313725490191 0.61176470588235299 0.61568627450980395 0.61960784313725492 0.62352941176470589 0.62745098039215685 0.63137254901960782 0.63529411764705879 0.63921568627450975 0.64313725490196083 0.6470588235294118 0.65098039215686276 0.65490196078431373 0.6588235294117647 0.66274509803921566 0.66666666666666663 0.6705882352941176 0.67450980392156867 0.67843137254901964 0.68235294117647061 0.68627450980392157 0.69019607843137254 0.69411764705882351 0.69803921568627447 0.70196078431372544 0.70588235294117652 0.70980392156862748 0.71372549019607845 0.71764705882352942 0.72156862745098038 0.72549019607843135 0.72941176470588232 0.73333333333333328 0.73725490196078436 0.74117647058823533 0.74509803921568629 0.74901960784313726 0.75294117647058822 0.75686274509803919 0.76078431372549016 0.76470588235294112 0.7686274509803922 0.77254901960784317 0.77647058823529413 0.7803921568627451 0.78431372549019607 0.78823529411764703 0.792156862745098 0.79607843137254897 0.80000000000000004 0.80392156862745101 0.80784313725490198 0.81176470588235294 0.81568627450980391 0.81960784313725488 0.82352941176470584 0.82745098039215681 0.83137254901960789 0.83529411764705885 0.83921568627450982 0.84313725490196079 0.84705882352941175 0.85098039215686272 0.85490196078431369 0.85882352941176465 0.86274509803921573 0.8666666666666667 0.87058823529411766 0.87450980392156863 0.8784313725490196 0.88235294117647056 0.88627450980392153 0.8901960784313725 0.89411764705882357 0.89803921568627454 0.90196078431372551 0.90588235294117647 0.90980392156862744 0.9137254901960784 0.91764705882352937 0.92156862745098034 0.92549019607843142 0.92941176470588238 0.93333333333333335 0.93725490196078431 0.94117647058823528 0.94509803921568625 0.94901960784313721 0.95294117647058818 0.95686274509803926 0.96078431372549022 0.96470588235294119 0.96862745098039216 0.97254901960784312 0.97647058823529409 0.98039215686274506 0.98431372549019602 0.9882352941176471 0.99215686274509807 0.99607843137254903 1))) +(GimpDeviceInfo "Telink 2.4G Mouse" + (icon-name "gimp-cursor") + (name "Telink 2.4G Mouse") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 4 x y pressure xtilt) + (keys 0) + (pressure-curve + (curve-type smooth) + (points 0) + (point-types 0) + (n-samples 256) + (samples 256 0 0.0039215686274509803 0.0078431372549019607 0.011764705882352941 0.015686274509803921 0.019607843137254902 0.023529411764705882 0.027450980392156862 0.031372549019607843 0.035294117647058823 0.039215686274509803 0.043137254901960784 0.047058823529411764 0.050980392156862744 0.054901960784313725 0.058823529411764705 0.062745098039215685 0.066666666666666666 0.070588235294117646 0.074509803921568626 0.078431372549019607 0.082352941176470587 0.086274509803921567 0.090196078431372548 0.094117647058823528 0.098039215686274508 0.10196078431372549 0.10588235294117647 0.10980392156862745 0.11372549019607843 0.11764705882352941 0.12156862745098039 0.12549019607843137 0.12941176470588237 0.13333333333333333 0.13725490196078433 0.14117647058823529 0.14509803921568629 0.14901960784313725 0.15294117647058825 0.15686274509803921 0.16078431372549021 0.16470588235294117 0.16862745098039217 0.17254901960784313 0.17647058823529413 0.1803921568627451 0.18431372549019609 0.18823529411764706 0.19215686274509805 0.19607843137254902 0.20000000000000001 0.20392156862745098 0.20784313725490197 0.21176470588235294 0.21568627450980393 0.2196078431372549 0.22352941176470589 0.22745098039215686 0.23137254901960785 0.23529411764705882 0.23921568627450981 0.24313725490196078 0.24705882352941178 0.25098039215686274 0.25490196078431371 0.25882352941176473 0.2627450980392157 0.26666666666666666 0.27058823529411763 0.27450980392156865 0.27843137254901962 0.28235294117647058 0.28627450980392155 0.29019607843137257 0.29411764705882354 0.29803921568627451 0.30196078431372547 0.30588235294117649 0.30980392156862746 0.31372549019607843 0.31764705882352939 0.32156862745098042 0.32549019607843138 0.32941176470588235 0.33333333333333331 0.33725490196078434 0.3411764705882353 0.34509803921568627 0.34901960784313724 0.35294117647058826 0.35686274509803922 0.36078431372549019 0.36470588235294116 0.36862745098039218 0.37254901960784315 0.37647058823529411 0.38039215686274508 0.3843137254901961 0.38823529411764707 0.39215686274509803 0.396078431372549 0.40000000000000002 0.40392156862745099 0.40784313725490196 0.41176470588235292 0.41568627450980394 0.41960784313725491 0.42352941176470588 0.42745098039215684 0.43137254901960786 0.43529411764705883 0.4392156862745098 0.44313725490196076 0.44705882352941179 0.45098039215686275 0.45490196078431372 0.45882352941176469 0.46274509803921571 0.46666666666666667 0.47058823529411764 0.47450980392156861 0.47843137254901963 0.4823529411764706 0.48627450980392156 0.49019607843137253 0.49411764705882355 0.49803921568627452 0.50196078431372548 0.50588235294117645 0.50980392156862742 0.51372549019607838 0.51764705882352946 0.52156862745098043 0.52549019607843139 0.52941176470588236 0.53333333333333333 0.53725490196078429 0.54117647058823526 0.54509803921568623 0.5490196078431373 0.55294117647058827 0.55686274509803924 0.5607843137254902 0.56470588235294117 0.56862745098039214 0.5725490196078431 0.57647058823529407 0.58039215686274515 0.58431372549019611 0.58823529411764708 0.59215686274509804 0.59607843137254901 0.59999999999999998 0.60392156862745094 0.60784313725490191 0.61176470588235299 0.61568627450980395 0.61960784313725492 0.62352941176470589 0.62745098039215685 0.63137254901960782 0.63529411764705879 0.63921568627450975 0.64313725490196083 0.6470588235294118 0.65098039215686276 0.65490196078431373 0.6588235294117647 0.66274509803921566 0.66666666666666663 0.6705882352941176 0.67450980392156867 0.67843137254901964 0.68235294117647061 0.68627450980392157 0.69019607843137254 0.69411764705882351 0.69803921568627447 0.70196078431372544 0.70588235294117652 0.70980392156862748 0.71372549019607845 0.71764705882352942 0.72156862745098038 0.72549019607843135 0.72941176470588232 0.73333333333333328 0.73725490196078436 0.74117647058823533 0.74509803921568629 0.74901960784313726 0.75294117647058822 0.75686274509803919 0.76078431372549016 0.76470588235294112 0.7686274509803922 0.77254901960784317 0.77647058823529413 0.7803921568627451 0.78431372549019607 0.78823529411764703 0.792156862745098 0.79607843137254897 0.80000000000000004 0.80392156862745101 0.80784313725490198 0.81176470588235294 0.81568627450980391 0.81960784313725488 0.82352941176470584 0.82745098039215681 0.83137254901960789 0.83529411764705885 0.83921568627450982 0.84313725490196079 0.84705882352941175 0.85098039215686272 0.85490196078431369 0.85882352941176465 0.86274509803921573 0.8666666666666667 0.87058823529411766 0.87450980392156863 0.8784313725490196 0.88235294117647056 0.88627450980392153 0.8901960784313725 0.89411764705882357 0.89803921568627454 0.90196078431372551 0.90588235294117647 0.90980392156862744 0.9137254901960784 0.91764705882352937 0.92156862745098034 0.92549019607843142 0.92941176470588238 0.93333333333333335 0.93725490196078431 0.94117647058823528 0.94509803921568625 0.94901960784313721 0.95294117647058818 0.95686274509803926 0.96078431372549022 0.96470588235294119 0.96862745098039216 0.97254901960784312 0.97647058823529409 0.98039215686274506 0.98431372549019602 0.9882352941176471 0.99215686274509807 0.99607843137254903 1))) +(GimpDeviceInfo "Telink 2.4G Mouse Consumer Control" + (icon-name "gimp-cursor") + (name "Telink 2.4G Mouse Consumer Control") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 4 x y pressure xtilt) + (keys 0) + (pressure-curve + (curve-type smooth) + (points 0) + (point-types 0) + (n-samples 256) + (samples 256 0 0.0039215686274509803 0.0078431372549019607 0.011764705882352941 0.015686274509803921 0.019607843137254902 0.023529411764705882 0.027450980392156862 0.031372549019607843 0.035294117647058823 0.039215686274509803 0.043137254901960784 0.047058823529411764 0.050980392156862744 0.054901960784313725 0.058823529411764705 0.062745098039215685 0.066666666666666666 0.070588235294117646 0.074509803921568626 0.078431372549019607 0.082352941176470587 0.086274509803921567 0.090196078431372548 0.094117647058823528 0.098039215686274508 0.10196078431372549 0.10588235294117647 0.10980392156862745 0.11372549019607843 0.11764705882352941 0.12156862745098039 0.12549019607843137 0.12941176470588237 0.13333333333333333 0.13725490196078433 0.14117647058823529 0.14509803921568629 0.14901960784313725 0.15294117647058825 0.15686274509803921 0.16078431372549021 0.16470588235294117 0.16862745098039217 0.17254901960784313 0.17647058823529413 0.1803921568627451 0.18431372549019609 0.18823529411764706 0.19215686274509805 0.19607843137254902 0.20000000000000001 0.20392156862745098 0.20784313725490197 0.21176470588235294 0.21568627450980393 0.2196078431372549 0.22352941176470589 0.22745098039215686 0.23137254901960785 0.23529411764705882 0.23921568627450981 0.24313725490196078 0.24705882352941178 0.25098039215686274 0.25490196078431371 0.25882352941176473 0.2627450980392157 0.26666666666666666 0.27058823529411763 0.27450980392156865 0.27843137254901962 0.28235294117647058 0.28627450980392155 0.29019607843137257 0.29411764705882354 0.29803921568627451 0.30196078431372547 0.30588235294117649 0.30980392156862746 0.31372549019607843 0.31764705882352939 0.32156862745098042 0.32549019607843138 0.32941176470588235 0.33333333333333331 0.33725490196078434 0.3411764705882353 0.34509803921568627 0.34901960784313724 0.35294117647058826 0.35686274509803922 0.36078431372549019 0.36470588235294116 0.36862745098039218 0.37254901960784315 0.37647058823529411 0.38039215686274508 0.3843137254901961 0.38823529411764707 0.39215686274509803 0.396078431372549 0.40000000000000002 0.40392156862745099 0.40784313725490196 0.41176470588235292 0.41568627450980394 0.41960784313725491 0.42352941176470588 0.42745098039215684 0.43137254901960786 0.43529411764705883 0.4392156862745098 0.44313725490196076 0.44705882352941179 0.45098039215686275 0.45490196078431372 0.45882352941176469 0.46274509803921571 0.46666666666666667 0.47058823529411764 0.47450980392156861 0.47843137254901963 0.4823529411764706 0.48627450980392156 0.49019607843137253 0.49411764705882355 0.49803921568627452 0.50196078431372548 0.50588235294117645 0.50980392156862742 0.51372549019607838 0.51764705882352946 0.52156862745098043 0.52549019607843139 0.52941176470588236 0.53333333333333333 0.53725490196078429 0.54117647058823526 0.54509803921568623 0.5490196078431373 0.55294117647058827 0.55686274509803924 0.5607843137254902 0.56470588235294117 0.56862745098039214 0.5725490196078431 0.57647058823529407 0.58039215686274515 0.58431372549019611 0.58823529411764708 0.59215686274509804 0.59607843137254901 0.59999999999999998 0.60392156862745094 0.60784313725490191 0.61176470588235299 0.61568627450980395 0.61960784313725492 0.62352941176470589 0.62745098039215685 0.63137254901960782 0.63529411764705879 0.63921568627450975 0.64313725490196083 0.6470588235294118 0.65098039215686276 0.65490196078431373 0.6588235294117647 0.66274509803921566 0.66666666666666663 0.6705882352941176 0.67450980392156867 0.67843137254901964 0.68235294117647061 0.68627450980392157 0.69019607843137254 0.69411764705882351 0.69803921568627447 0.70196078431372544 0.70588235294117652 0.70980392156862748 0.71372549019607845 0.71764705882352942 0.72156862745098038 0.72549019607843135 0.72941176470588232 0.73333333333333328 0.73725490196078436 0.74117647058823533 0.74509803921568629 0.74901960784313726 0.75294117647058822 0.75686274509803919 0.76078431372549016 0.76470588235294112 0.7686274509803922 0.77254901960784317 0.77647058823529413 0.7803921568627451 0.78431372549019607 0.78823529411764703 0.792156862745098 0.79607843137254897 0.80000000000000004 0.80392156862745101 0.80784313725490198 0.81176470588235294 0.81568627450980391 0.81960784313725488 0.82352941176470584 0.82745098039215681 0.83137254901960789 0.83529411764705885 0.83921568627450982 0.84313725490196079 0.84705882352941175 0.85098039215686272 0.85490196078431369 0.85882352941176465 0.86274509803921573 0.8666666666666667 0.87058823529411766 0.87450980392156863 0.8784313725490196 0.88235294117647056 0.88627450980392153 0.8901960784313725 0.89411764705882357 0.89803921568627454 0.90196078431372551 0.90588235294117647 0.90980392156862744 0.9137254901960784 0.91764705882352937 0.92156862745098034 0.92549019607843142 0.92941176470588238 0.93333333333333335 0.93725490196078431 0.94117647058823528 0.94509803921568625 0.94901960784313721 0.95294117647058818 0.95686274509803926 0.96078431372549022 0.96470588235294119 0.96862745098039216 0.97254901960784312 0.97647058823529409 0.98039215686274506 0.98431372549019602 0.9882352941176471 0.99215686274509807 0.99607843137254903 1))) +(GimpDeviceInfo "Virtual core XTEST pointer" + (icon-name "gimp-cursor") + (name "Virtual core XTEST pointer") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 2 x y) + (keys 0) + (pressure-curve + (curve-type smooth) + (points 0) + (point-types 0) + (n-samples 256) + (samples 256 0 0.0039215686274509803 0.0078431372549019607 0.011764705882352941 0.015686274509803921 0.019607843137254902 0.023529411764705882 0.027450980392156862 0.031372549019607843 0.035294117647058823 0.039215686274509803 0.043137254901960784 0.047058823529411764 0.050980392156862744 0.054901960784313725 0.058823529411764705 0.062745098039215685 0.066666666666666666 0.070588235294117646 0.074509803921568626 0.078431372549019607 0.082352941176470587 0.086274509803921567 0.090196078431372548 0.094117647058823528 0.098039215686274508 0.10196078431372549 0.10588235294117647 0.10980392156862745 0.11372549019607843 0.11764705882352941 0.12156862745098039 0.12549019607843137 0.12941176470588237 0.13333333333333333 0.13725490196078433 0.14117647058823529 0.14509803921568629 0.14901960784313725 0.15294117647058825 0.15686274509803921 0.16078431372549021 0.16470588235294117 0.16862745098039217 0.17254901960784313 0.17647058823529413 0.1803921568627451 0.18431372549019609 0.18823529411764706 0.19215686274509805 0.19607843137254902 0.20000000000000001 0.20392156862745098 0.20784313725490197 0.21176470588235294 0.21568627450980393 0.2196078431372549 0.22352941176470589 0.22745098039215686 0.23137254901960785 0.23529411764705882 0.23921568627450981 0.24313725490196078 0.24705882352941178 0.25098039215686274 0.25490196078431371 0.25882352941176473 0.2627450980392157 0.26666666666666666 0.27058823529411763 0.27450980392156865 0.27843137254901962 0.28235294117647058 0.28627450980392155 0.29019607843137257 0.29411764705882354 0.29803921568627451 0.30196078431372547 0.30588235294117649 0.30980392156862746 0.31372549019607843 0.31764705882352939 0.32156862745098042 0.32549019607843138 0.32941176470588235 0.33333333333333331 0.33725490196078434 0.3411764705882353 0.34509803921568627 0.34901960784313724 0.35294117647058826 0.35686274509803922 0.36078431372549019 0.36470588235294116 0.36862745098039218 0.37254901960784315 0.37647058823529411 0.38039215686274508 0.3843137254901961 0.38823529411764707 0.39215686274509803 0.396078431372549 0.40000000000000002 0.40392156862745099 0.40784313725490196 0.41176470588235292 0.41568627450980394 0.41960784313725491 0.42352941176470588 0.42745098039215684 0.43137254901960786 0.43529411764705883 0.4392156862745098 0.44313725490196076 0.44705882352941179 0.45098039215686275 0.45490196078431372 0.45882352941176469 0.46274509803921571 0.46666666666666667 0.47058823529411764 0.47450980392156861 0.47843137254901963 0.4823529411764706 0.48627450980392156 0.49019607843137253 0.49411764705882355 0.49803921568627452 0.50196078431372548 0.50588235294117645 0.50980392156862742 0.51372549019607838 0.51764705882352946 0.52156862745098043 0.52549019607843139 0.52941176470588236 0.53333333333333333 0.53725490196078429 0.54117647058823526 0.54509803921568623 0.5490196078431373 0.55294117647058827 0.55686274509803924 0.5607843137254902 0.56470588235294117 0.56862745098039214 0.5725490196078431 0.57647058823529407 0.58039215686274515 0.58431372549019611 0.58823529411764708 0.59215686274509804 0.59607843137254901 0.59999999999999998 0.60392156862745094 0.60784313725490191 0.61176470588235299 0.61568627450980395 0.61960784313725492 0.62352941176470589 0.62745098039215685 0.63137254901960782 0.63529411764705879 0.63921568627450975 0.64313725490196083 0.6470588235294118 0.65098039215686276 0.65490196078431373 0.6588235294117647 0.66274509803921566 0.66666666666666663 0.6705882352941176 0.67450980392156867 0.67843137254901964 0.68235294117647061 0.68627450980392157 0.69019607843137254 0.69411764705882351 0.69803921568627447 0.70196078431372544 0.70588235294117652 0.70980392156862748 0.71372549019607845 0.71764705882352942 0.72156862745098038 0.72549019607843135 0.72941176470588232 0.73333333333333328 0.73725490196078436 0.74117647058823533 0.74509803921568629 0.74901960784313726 0.75294117647058822 0.75686274509803919 0.76078431372549016 0.76470588235294112 0.7686274509803922 0.77254901960784317 0.77647058823529413 0.7803921568627451 0.78431372549019607 0.78823529411764703 0.792156862745098 0.79607843137254897 0.80000000000000004 0.80392156862745101 0.80784313725490198 0.81176470588235294 0.81568627450980391 0.81960784313725488 0.82352941176470584 0.82745098039215681 0.83137254901960789 0.83529411764705885 0.83921568627450982 0.84313725490196079 0.84705882352941175 0.85098039215686272 0.85490196078431369 0.85882352941176465 0.86274509803921573 0.8666666666666667 0.87058823529411766 0.87450980392156863 0.8784313725490196 0.88235294117647056 0.88627450980392153 0.8901960784313725 0.89411764705882357 0.89803921568627454 0.90196078431372551 0.90588235294117647 0.90980392156862744 0.9137254901960784 0.91764705882352937 0.92156862745098034 0.92549019607843142 0.92941176470588238 0.93333333333333335 0.93725490196078431 0.94117647058823528 0.94509803921568625 0.94901960784313721 0.95294117647058818 0.95686274509803926 0.96078431372549022 0.96470588235294119 0.96862745098039216 0.97254901960784312 0.97647058823529409 0.98039215686274506 0.98431372549019602 0.9882352941176471 0.99215686274509807 0.99607843137254903 1))) + +# end of devicerc diff --git a/botfiles/.config/GIMP/2.10/dockrc b/botfiles/.config/GIMP/2.10/dockrc new file mode 100644 index 0000000..bb1944b --- /dev/null +++ b/botfiles/.config/GIMP/2.10/dockrc @@ -0,0 +1,4 @@ +# recently closed docks + + +# end of recently closed docks diff --git a/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-color-temperature-config.settings b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-color-temperature-config.settings new file mode 100644 index 0000000..b779d78 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-color-temperature-config.settings @@ -0,0 +1,8 @@ +# settings + +(GimpGegl-gegl-color-temperature-config "2020-03-08 11:43:49" + (time 1583664229) + (original-temperature 9145.6000000000004) + (intended-temperature 6500)) + +# end of settings diff --git a/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-hue-chroma-config.settings b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-hue-chroma-config.settings new file mode 100644 index 0000000..5bf000c --- /dev/null +++ b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gegl-hue-chroma-config.settings @@ -0,0 +1,19 @@ +# settings + +(GimpGegl-gegl-hue-chroma-config "2020-02-29 20:46:12" + (time 1583005572) + (hue -170.21000000000001) + (chroma 0) + (lightness 0)) +(GimpGegl-gegl-hue-chroma-config "2020-02-29 20:45:24" + (time 1583005524) + (hue -170.49000000000001) + (chroma 0) + (lightness 0)) +(GimpGegl-gegl-hue-chroma-config "2020-02-28 23:14:25" + (time 1582928065) + (hue 2.0899999999999999) + (chroma -51.740000000000002) + (lightness -25)) + +# end of settings diff --git a/botfiles/.config/GIMP/2.10/filters/GimpGegl-gimp-colorize-config.settings b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gimp-colorize-config.settings new file mode 100644 index 0000000..9438de1 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/filters/GimpGegl-gimp-colorize-config.settings @@ -0,0 +1,28 @@ +# settings + +(GimpGegl-gimp-colorize-config "2020-03-08 11:46:55" + (time 1583664415) + (hue 0.5) + (saturation 0.5) + (lightness 0) + (color (color-rgb 0.25 0.75 0.75))) +(GimpGegl-gimp-colorize-config "2020-03-08 11:45:39" + (time 1583664339) + (hue 0.5) + (saturation 0.03114186851211078) + (lightness -0.40100671140939603) + (color (color-rgb 0.2901697591788393 0.30882352941176472 0.30882352941176472))) +(GimpGegl-gimp-colorize-config "2020-02-29 21:26:38" + (time 1583007998) + (hue 0.69607843137254888) + (saturation 0.1686274509803922) + (lightness -0.41275167785234901) + (color (color-rgb 0.26158627683209085 0.24411106724569021 0.34313725490196079))) +(GimpGegl-gimp-colorize-config "2020-02-29 21:22:48" + (time 1583007768) + (hue 0.5) + (saturation 0.12452830188679243) + (lightness -0.24151204105803381) + (color (color-rgb 0.33201737070667198 0.42647058823529416 0.42647058823529416))) + +# end of settings diff --git a/botfiles/.config/GIMP/2.10/gimprc b/botfiles/.config/GIMP/2.10/gimprc new file mode 100644 index 0000000..fae23bd --- /dev/null +++ b/botfiles/.config/GIMP/2.10/gimprc @@ -0,0 +1,33 @@ +# GIMP gimprc +# +# This is your personal gimprc file. Any variable defined in this file takes +# precedence over the value defined in the system-wide gimprc: +# /etc/gimp/2.0/gimprc +# Most values can be set within GIMP by changing some options in the +# Preferences dialog. + +(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder") +(toolbox-foo-area yes) +(toolbox-image-area yes) +(fill-options + (style solid) + (antialias yes) + (feather no) + (feather-radius 10)) +(stroke-options + (style solid) + (antialias yes) + (feather no) + (feather-radius 10) + (method line) + (width 6) + (unit pixels) + (cap-style butt) + (join-style miter) + (miter-limit 10) + (dash-offset 0) + (dash-info 0) + (emulate-brush-dynamics no)) + + +# end of gimprc diff --git a/botfiles/.config/GIMP/2.10/internal-data/custom.ggr b/botfiles/.config/GIMP/2.10/internal-data/custom.ggr new file mode 100644 index 0000000..cb0e1d4 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/internal-data/custom.ggr @@ -0,0 +1,4 @@ +GIMP Gradient +Name: Custom +1 +0 0.5 1 0 0 0 1 1 1 1 1 0 0 1 3 diff --git a/botfiles/.config/GIMP/2.10/menurc b/botfiles/.config/GIMP/2.10/menurc new file mode 100644 index 0000000..5fe6a1f --- /dev/null +++ b/botfiles/.config/GIMP/2.10/menurc @@ -0,0 +1,1323 @@ +; gimp-2.10 GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/tools/tools-rotate-image-arbitrary" "") +; (gtk_accel_path "/plug-in/plug-in-spyrogimp" "") +; (gtk_accel_path "/file/file-menu" "") +; (gtk_accel_path "/view/view-show-canvas-boundary" "") +; (gtk_accel_path "/tools/tools-opacity-set-to-default" "") +; (gtk_accel_path "/context/context-background-value-decrease" "") +; (gtk_accel_path "/windows/windows-display-0005" "") +; (gtk_accel_path "/vectors/vectors-color-tag-brown" "") +; (gtk_accel_path "/tools/tools-opacity-increase-skip" "greater") +; (gtk_accel_path "/tools/tools-vector" "b") +; (gtk_accel_path "/windows/windows-display-0004" "") +; (gtk_accel_path "/view/view-scroll-left" "") +; (gtk_accel_path "/image/image-convert-u8" "") +; (gtk_accel_path "/tools/tools-airbrush-rate-increase" "") +; (gtk_accel_path "/tools/tools-spacing-set-to-default" "") +; (gtk_accel_path "/view/view-show-statusbar" "") +; (gtk_accel_path "/layers/layers-opacity-transparent" "") +; (gtk_accel_path "/vectors/vectors-color-tag-orange" "") +; (gtk_accel_path "/view/view-zoom-8-1-accel" "KP_4") +; (gtk_accel_path "/context/context-background-value-set" "") +; (gtk_accel_path "/windows/windows-display-0003" "") +; (gtk_accel_path "/context/context-paint-mode-menu" "") +; (gtk_accel_path "/filters/filters-motion-blur-linear" "") +; (gtk_accel_path "/filters/filters-gegl-graph" "") +; (gtk_accel_path "/windows/windows-display-0002" "") +; (gtk_accel_path "/context/context-brush-select-set" "") +; (gtk_accel_path "/edit/edit-copy" "c") +; (gtk_accel_path "/context/context-brush-shape-circle" "") +; (gtk_accel_path "/windows/windows-display-0001" "") +; (gtk_accel_path "/vectors/vectors-lock-content" "") +; (gtk_accel_path "/context/context-opacity-opaque" "") +; (gtk_accel_path "/view/view-color-management-menu" "") +; (gtk_accel_path "/filters/filters-spherize" "") +; (gtk_accel_path "/channels/channels-new-last-values" "") +; (gtk_accel_path "/vectors/vectors-merge-visible" "") +; (gtk_accel_path "/plug-in/script-fu-slide" "") +; (gtk_accel_path "/plug-in/plug-in-spheredesigner" "") +; (gtk_accel_path "/filters/filters-curves" "") +; (gtk_accel_path "/channels/channels-lock-position" "") +; (gtk_accel_path "/context/context-brush-menu" "") +; (gtk_accel_path "/context/context-foreground-blue-decrease" "") +; (gtk_accel_path "/context/context-colors-menu" "") +; (gtk_accel_path "/edit/edit-undo-clear" "") +; (gtk_accel_path "/context/context-gradient-select-first" "") +; (gtk_accel_path "/layers/layers-color-tag-brown" "") +; (gtk_accel_path "/plug-in/plug-in-imagemap" "") +; (gtk_accel_path "/filters/filters-recent-menu" "") +; (gtk_accel_path "/plug-in/plug-in-map-object" "") +; (gtk_accel_path "/layers/layers-text-along-vectors" "") +; (gtk_accel_path "/view/view-zoom-revert" "grave") +; (gtk_accel_path "/dialogs/dialogs-symmetry" "") +; (gtk_accel_path "/plug-in/plug-in-script-fu-console" "") +; (gtk_accel_path "/filters/filters-plasma" "") +; (gtk_accel_path "/view/view-color-management-enable" "") +; (gtk_accel_path "/dialogs/dialogs-undo-history" "") +; (gtk_accel_path "/edit/edit-cut" "x") +; (gtk_accel_path "/context/context-foreground-value-increase-skip" "") +; (gtk_accel_path "/plug-in/script-fu-addborder" "") +; (gtk_accel_path "/view/view-display-intent-absolute-colorimetric" "") +; (gtk_accel_path "/context/context-background-red-decrease" "") +; (gtk_accel_path "/tools/tools-airbrush-rate-maximum" "") +; (gtk_accel_path "/vectors/vectors-color-tag-menu" "") +; (gtk_accel_path "/view/view-fullscreen" "F11") +; (gtk_accel_path "/context/context-brush-radius-decrease-skip" "") +; (gtk_accel_path "/dialogs/dialogs-brushes" "b") +; (gtk_accel_path "/tools/tools-spacing-minimum" "") +; (gtk_accel_path "/context/context-foreground-blue-maximum" "") +; (gtk_accel_path "/view/view-zoom-2-1" "2") +; (gtk_accel_path "/view/view-snap-to-vectors" "") +; (gtk_accel_path "/context/context-foreground-red-increase" "") +; (gtk_accel_path "/image/image-properties" "Return") +; (gtk_accel_path "/drawable/drawable-rotate-270" "") +; (gtk_accel_path "/plug-in/script-fu-predator" "") +; (gtk_accel_path "/tools/tools-hardness-increase-percent" "") +; (gtk_accel_path "/plug-in/plug-in-colorify" "") +; (gtk_accel_path "/view/view-show-grid" "") +; (gtk_accel_path "/image/image-color-management-enabled" "") +; (gtk_accel_path "/tools/tools-angle-increase" "") +; (gtk_accel_path "/vectors/vectors-color-tag-violet" "") +; (gtk_accel_path "/context/context-background-saturation-decrease-skip" "") +; (gtk_accel_path "/layers/layers-composite-mode-union" "") +; (gtk_accel_path "/channels/channels-color-tag-blue" "") +; (gtk_accel_path "/windows/windows-dialogs-menu" "") +; (gtk_accel_path "/tools/tools-gegl" "") +; (gtk_accel_path "/tool-options/tool-options-reset" "") +; (gtk_accel_path "/layers/layers-delete" "") +; (gtk_accel_path "/view/view-display-intent-menu" "") +; (gtk_accel_path "/vectors/vectors-edit" "") +; (gtk_accel_path "/filters/filters-illusion" "") +; (gtk_accel_path "/context/context-colormap-foreground-previous" "") +; (gtk_accel_path "/layers/layers-lock-content" "") +; (gtk_accel_path "/file/file-create-menu" "") +; (gtk_accel_path "/tools/tools-spacing-decrease-skip" "") +; (gtk_accel_path "/filters/filters-dropshadow" "") +; (gtk_accel_path "/context/context-background-green-increase" "") +; (gtk_accel_path "/layers/layers-alpha-selection-add" "") +; (gtk_accel_path "/plug-in/script-fu-make-brush-rectangular-feathered" "") +; (gtk_accel_path "/patterns/patterns-delete" "") +; (gtk_accel_path "/context/context-brush-radius-menu" "") +; (gtk_accel_path "/view/view-scroll-page-right" "") +; (gtk_accel_path "/layers/layers-blend-space-menu" "") +; (gtk_accel_path "/dockable/dialogs-histogram" "") +; (gtk_accel_path "/layers/layers-opacity-opaque" "") +; (gtk_accel_path "/context/context-background-saturation-increase" "") +; (gtk_accel_path "/dialogs/dialogs-dynamics-editor" "") +; (gtk_accel_path "/layers/layers-composite-space-menu" "") +; (gtk_accel_path "/file/file-revert" "") +; (gtk_accel_path "/filters/filters-fattal-2002" "") +; (gtk_accel_path "/tools/tools-color-average-radius-set" "") +; (gtk_accel_path "/filters/filters-distorts-menu" "") +; (gtk_accel_path "/tools/tools-fuzzy-select" "u") +; (gtk_accel_path "/documents/documents-reload-previews" "") +; (gtk_accel_path "/debug/debug-show-image-graph" "") +; (gtk_accel_path "/brushes/brushes-show-in-file-manager" "") +; (gtk_accel_path "/context/context-brush-angle-maximum" "") +; (gtk_accel_path "/view/view-zoom-selection" "") +; (gtk_accel_path "/tools/tools-cage" "g") +; (gtk_accel_path "/file/file-open-location" "") +; (gtk_accel_path "/plug-in/plug-in-blur" "") +; (gtk_accel_path "/layers/layers-opacity-decrease" "") +; (gtk_accel_path "/context/context-foreground-hue-decrease-skip" "") +; (gtk_accel_path "/layers/layers-mask-add" "") +; (gtk_accel_path "/filters/filters-diffraction-patterns" "") +; (gtk_accel_path "/image/image-convert-rgb" "") +; (gtk_accel_path "/tools/tools-spacing-decrease-percent" "") +; (gtk_accel_path "/context/context-gradient-select-last" "") +; (gtk_accel_path "/file/file-create-template" "") +; (gtk_accel_path "/vectors/vectors-color-tag-yellow" "") +; (gtk_accel_path "/plug-in/plug-in-emboss" "") +; (gtk_accel_path "/dockable/dockable-view-type-grid" "") +; (gtk_accel_path "/view/view-navigation-window" "") +; (gtk_accel_path "/windows/windows-tabs-position-bottom" "") +; (gtk_accel_path "/context/context-brush-angle-set" "") +; (gtk_accel_path "/documents/documents-raise-or-open" "") +; (gtk_accel_path "/context/context-background-blue-decrease" "") +; (gtk_accel_path "/filters/filters-linear-sinusoid" "") +; (gtk_accel_path "/context/context-foreground-green-set" "") +; (gtk_accel_path "/tools/tools-levels" "") +; (gtk_accel_path "/plug-in/plug-in-script-fu-server" "") +; (gtk_accel_path "/dock/dock-move-to-screen-menu" "") +; (gtk_accel_path "/windows/windows-tabs-position-right" "") +; (gtk_accel_path "/plug-in/script-fu-line-nova" "") +; (gtk_accel_path "/layers/layers-color-tag-blue" "") +; (gtk_accel_path "/dialogs/dialogs-indexed-palette" "") +; (gtk_accel_path "/tools/tools-object-1-set" "") +; (gtk_accel_path "/channels/channels-new" "") +; (gtk_accel_path "/edit/edit-named-paste" "") +; (gtk_accel_path "/tools/tools-hardness-minimum" "") +; (gtk_accel_path "/filters/filters-menu" "") +; (gtk_accel_path "/tools/tools-opacity-set" "") +; (gtk_accel_path "/dockable/dialogs-toolbox" "b") +; (gtk_accel_path "/plug-in/gimp-help-using-fileformats" "") +; (gtk_accel_path "/edit/edit-strong-redo" "y") +; (gtk_accel_path "/filters/filters-alien-map" "") +; (gtk_accel_path "/plug-in/gimp-online-bugs-features" "") +; (gtk_accel_path "/tools/tools-object-2-last" "") +; (gtk_accel_path "/tools/tools-paintbrush-force-set" "") +; (gtk_accel_path "/vectors/vectors-linked" "") +; (gtk_accel_path "/filters/filters-gaussian-blur-selective" "") +; (gtk_accel_path "/filters/filters-unsharp-mask" "") +; (gtk_accel_path "/fonts/fonts-refresh" "") +; (gtk_accel_path "/file/file-open-recent-menu" "") +; (gtk_accel_path "/tools/tools-hardness-decrease" "") +; (gtk_accel_path "/layers/layers-mask-show" "") +; (gtk_accel_path "/view/view-softproof-intent-absolute-colorimetric" "") +; (gtk_accel_path "/brushes/brushes-open-as-image" "") +; (gtk_accel_path "/plug-in/python-fu-palette-offset" "") +; (gtk_accel_path "/tools/tools-angle-decrease" "") +; (gtk_accel_path "/layers/layers-merge-layers-last-values" "") +; (gtk_accel_path "/context/context-background-blue-set" "") +; (gtk_accel_path "/tools/tools-opacity-increase-percent" "") +; (gtk_accel_path "/context/context-background-value-decrease-skip" "") +; (gtk_accel_path "/patterns/patterns-new" "") +; (gtk_accel_path "/plug-in/script-fu-spinning-globe" "") +; (gtk_accel_path "/windows/windows-menu" "") +; (gtk_accel_path "/tools/tools-object-1-first" "") +; (gtk_accel_path "/image/image-flip-horizontal" "") +; (gtk_accel_path "/plug-in/plug-in-sharpen" "") +; (gtk_accel_path "/tools/tools-force-decrease-percent" "") +; (gtk_accel_path "/context/context-brush-hardness-set" "") +; (gtk_accel_path "/select/select-stroke-last-values" "") +; (gtk_accel_path "/filters/filters-long-shadow" "") +; (gtk_accel_path "/context/context-brush-radius-increase-percent" "") +; (gtk_accel_path "/plug-in/plug-in-animationoptimize-diff" "") +; (gtk_accel_path "/tools/tools-perspective-clone" "") +; (gtk_accel_path "/image/colors-auto-menu" "") +; (gtk_accel_path "/vectors/vectors-selection-to-vectors-advanced" "") +; (gtk_accel_path "/context/context-background-saturation-decrease" "") +; (gtk_accel_path "/plug-in/script-fu-unsharp-mask" "") +; (gtk_accel_path "/tools/tools-rect-select" "r") +; (gtk_accel_path "/tools/tools-angle-set-to-default" "") +; (gtk_accel_path "/view/view-zoom-in-skip" "") +; (gtk_accel_path "/filters/filters-semi-flatten" "") +; (gtk_accel_path "/tools/tools-opacity-maximum" "") +; (gtk_accel_path "/dockable/dockable-tab-style-preview-name" "") +; (gtk_accel_path "/plug-in/python-fu-palette-sort" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-decrease" "") +; (gtk_accel_path "/plug-in/plug-in-dog" "") +; (gtk_accel_path "/debug/debug-mem-profile" "") +; (gtk_accel_path "/channels/channels-visible" "") +; (gtk_accel_path "/edit/edit-paste-as-new-layer" "") +; (gtk_accel_path "/context/context-foreground-hue-maximum" "") +; (gtk_accel_path "/tool-options/tool-options-restore-preset-menu" "") +; (gtk_accel_path "/dockable/dialogs-undo-history" "") +; (gtk_accel_path "/tools/tools-paintbrush-hardness-set" "") +; (gtk_accel_path "/filters/filters-stretch-contrast" "") +; (gtk_accel_path "/filters/filters-color-to-alpha" "") +; (gtk_accel_path "/context/context-brush-aspect-maximum" "") +; (gtk_accel_path "/dockable/dialogs-templates" "") +; (gtk_accel_path "/plug-in/script-fu-ripply-anim" "") +; (gtk_accel_path "/view/view-show-menubar" "") +; (gtk_accel_path "/filters/filters-web-menu" "") +; (gtk_accel_path "/dockable/dialogs-cursor" "") +; (gtk_accel_path "/filters/filters-exposure" "") +; (gtk_accel_path "/tools/tools-foreground-select-brush-size-set" "") +; (gtk_accel_path "/tools/tools-spacing-increase" "") +; (gtk_accel_path "/context/context-background-hue-decrease-skip" "") +; (gtk_accel_path "/select/select-shrink" "") +; (gtk_accel_path "/view/view-scroll-horizontal" "") +; (gtk_accel_path "/select/select-fill-last-values" "") +; (gtk_accel_path "/image/image-resize-to-selection" "") +; (gtk_accel_path "/plug-in/script-fu-tile-blur" "") +; (gtk_accel_path "/filters/filters-color-temperature" "") +; (gtk_accel_path "/plug-in/script-fu-paste-as-pattern" "") +; (gtk_accel_path "/tools/tools-paintbrush-aspect-ratio-set" "") +; (gtk_accel_path "/plug-in/plug-in-gfig" "") +; (gtk_accel_path "/context/context-foreground-hue-set" "") +; (gtk_accel_path "/tools/tools-gradient" "g") +; (gtk_accel_path "/select/select-none" "a") +; (gtk_accel_path "/edit/edit-named-cut" "") +; (gtk_accel_path "/context/context-palette-select-set" "") +; (gtk_accel_path "/channels/channels-select-next" "") +; (gtk_accel_path "/image/image-precision-menu" "") +; (gtk_accel_path "/layers/layers-mask-menu" "") +; (gtk_accel_path "/layers/layers-alpha-selection-replace" "") +; (gtk_accel_path "/plug-in/gimp-palette-export-php" "") +; (gtk_accel_path "/filters/filters-noise-hsv" "") +; (gtk_accel_path "/filters/filters-noise-simplex" "") +; (gtk_accel_path "/help/help-help" "F1") +; (gtk_accel_path "/context/context-opacity-increase-skip" "") +; (gtk_accel_path "/view/view-padding-color-light-check" "") +; (gtk_accel_path "/context/context-brush-spikes-minimum" "") +; (gtk_accel_path "/plug-in/plug-in-gflare" "") +; (gtk_accel_path "/context/context-brush-aspect-set" "") +; (gtk_accel_path "/plug-in/plug-in-zealouscrop" "") +; (gtk_accel_path "/dockable/dialogs-gradient-editor" "") +; (gtk_accel_path "/tools/tools-color-menu" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-maximum" "") +; (gtk_accel_path "/view/view-flip-horizontally" "") +; (gtk_accel_path "/layers/layers-composite-mode-auto" "") +; (gtk_accel_path "/plug-in/gimp-online-developer-web-site" "") +; (gtk_accel_path "/dockable/dockable-tab-style-name" "") +; (gtk_accel_path "/vectors/vectors-raise-to-top" "") +; (gtk_accel_path "/view/view-scroll-page-left" "") +; (gtk_accel_path "/tools/tools-threshold" "") +; (gtk_accel_path "/filters/filters-threshold" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-set" "") +; (gtk_accel_path "/context/context-brush-spacing-minimum" "") +; (gtk_accel_path "/layers/layers-select-bottom" "End") +; (gtk_accel_path "/dockable/dockable-tab-style-preview" "") +; (gtk_accel_path "/dockable/dialogs-channels" "") +; (gtk_accel_path "/channels/channels-color-tag-none" "") +; (gtk_accel_path "/tools/tools-paintbrush" "p") +; (gtk_accel_path "/vectors/vectors-color-tag-gray" "") +; (gtk_accel_path "/context/context-brush-spacing-increase-skip" "") +; (gtk_accel_path "/vectors/vectors-stroke-last-values" "") +; (gtk_accel_path "/view/view-show-sample-points" "") +; (gtk_accel_path "/documents/documents-remove" "") +; (gtk_accel_path "/filters/filters-antialias" "") +; (gtk_accel_path "/dockable/dockable-preview-size-medium" "") +; (gtk_accel_path "/dockable/dialogs-colors" "") +; (gtk_accel_path "/view/view-show-all" "") +; (gtk_accel_path "/debug/debug-benchmark-projection" "") +; (gtk_accel_path "/context/context-brush-spikes-decrease" "") +; (gtk_accel_path "/filters/filters-noise-hurl" "") +; (gtk_accel_path "/file/file-save-and-close" "") +; (gtk_accel_path "/dialogs/dialogs-document-history" "") +; (gtk_accel_path "/context/context-opacity-set" "") +; (gtk_accel_path "/plug-in/script-fu-blend-anim" "") +; (gtk_accel_path "/view/view-zoom-in" "plus") +; (gtk_accel_path "/plug-in/plug-in-smooth-palette" "") +; (gtk_accel_path "/context/context-swatch-background-set" "") +; (gtk_accel_path "/windows/windows-tab-position" "") +; (gtk_accel_path "/dialogs/dialogs-error-console" "") +; (gtk_accel_path "/view/view-rotate-15" "") +; (gtk_accel_path "/view/view-zoom" "") +; (gtk_accel_path "/view/view-scroll-top-border" "") +; (gtk_accel_path "/layers/layers-new" "n") +; (gtk_accel_path "/plug-in/gimp-palette-export-java" "") +; (gtk_accel_path "/context/context-foreground-blue-increase-skip" "") +; (gtk_accel_path "/plug-in/script-fu-burn-in-anim" "") +; (gtk_accel_path "/tools/tools-paint-menu" "") +; (gtk_accel_path "/plug-in/plug-in-colormap-swap" "") +; (gtk_accel_path "/dockable/dialogs-mypaint-brushes" "") +; (gtk_accel_path "/dockable/dockable-preview-size-menu" "") +; (gtk_accel_path "/image/colors-menu" "") +; (gtk_accel_path "/vectors/vectors-lock-position" "") +; (gtk_accel_path "/vectors/vectors-visible" "") +; (gtk_accel_path "/image/image-flatten" "") +; (gtk_accel_path "/tools/tools-spacing-decrease" "") +; (gtk_accel_path "/filters/filters-dither" "") +; (gtk_accel_path "/plug-in/plug-in-decompose-registered" "") +; (gtk_accel_path "/channels/channels-selection-intersect" "") +; (gtk_accel_path "/plug-in/plug-in-cartoon" "") +; (gtk_accel_path "/view/view-softproof-intent-perceptual" "") +; (gtk_accel_path "/tools/tools-offset" "") +; (gtk_accel_path "/image/image-convert-float" "") +; (gtk_accel_path "/edit/edit-clear" "Delete") +; (gtk_accel_path "/view/view-scroll-down" "") +; (gtk_accel_path "/context/context-foreground-green-increase" "") +; (gtk_accel_path "/image/image-scale" "") +; (gtk_accel_path "/tools/tools-aspect-increase-skip" "") +; (gtk_accel_path "/context/context-colormap-background-previous" "") +; (gtk_accel_path "/image/colors-info-menu" "") +; (gtk_accel_path "/plug-in/plug-in-lic" "") +; (gtk_accel_path "/context/context-background-value-increase" "") +; (gtk_accel_path "/dialogs/dialogs-channels" "") +; (gtk_accel_path "/filters/filters-component-extract" "") +; (gtk_accel_path "/tools/tools-size-maximum" "") +; (gtk_accel_path "/dockable/dialogs-dashboard" "") +; (gtk_accel_path "/vectors/vectors-select-previous" "") +; (gtk_accel_path "/layers/layers-mode-menu" "") +; (gtk_accel_path "/filters/filters-render-nature-menu" "") +; (gtk_accel_path "/layers/layers-color-tag-none" "") +; (gtk_accel_path "/dockable/dialogs-gradients" "g") +; (gtk_accel_path "/tools/tools-heal" "h") +; (gtk_accel_path "/view/view-scroll-right" "") +; (gtk_accel_path "/dialogs/dialogs-cursor" "") +; (gtk_accel_path "/context/context-foreground-saturation-minimum" "") +; (gtk_accel_path "/context/context-background-red-maximum" "") +; (gtk_accel_path "/context/context-brush-spikes-menu" "") +; (gtk_accel_path "/filters/filters-recent-10" "") +; (gtk_accel_path "/plug-in/file-gif-save2" "") +; (gtk_accel_path "/drawable/drawable-flip-horizontal" "") +; (gtk_accel_path "/layers/layers-merge-group" "") +; (gtk_accel_path "/file/file-open" "o") +; (gtk_accel_path "/plug-in/script-fu-font-map" "") +; (gtk_accel_path "/plug-in/python-fu-console" "") +; (gtk_accel_path "/tools/tools-transform-preview-opacity-set" "") +; (gtk_accel_path "/dialogs/dialogs-histogram" "") +; (gtk_accel_path "/view/view-rotate-set-absolute" "") +; (gtk_accel_path "/layers/layers-mask-apply" "") +; (gtk_accel_path "/context/context-brush-radius-increase-less" "") +; (gtk_accel_path "/dialogs/dialogs-brush-editor" "") +; (gtk_accel_path "/context/context-background-saturation-maximum" "") +; (gtk_accel_path "/context/context-foreground-blue-increase" "") +; (gtk_accel_path "/layers/layers-duplicate" "d") +; (gtk_accel_path "/context/context-palette-select-next" "") +; (gtk_accel_path "/context/context-palette-foreground-next-skip" "") +; (gtk_accel_path "/layers/layers-mask-selection-add" "") +; (gtk_accel_path "/tools/tools-dodge-burn" "d") +; (gtk_accel_path "/edit/edit-copy-visible" "c") +; (gtk_accel_path "/brushes/brushes-duplicate" "") +; (gtk_accel_path "/layers/layers-select-previous" "Page_Up") +; (gtk_accel_path "/tools/tools-angle-maximum" "") +; (gtk_accel_path "/dockable/dockable-lock-tab" "") +; (gtk_accel_path "/context/context-foreground-value-minimum" "") +; (gtk_accel_path "/file/file-close-all" "w") +; (gtk_accel_path "/dialogs/dialogs-sample-points" "") +; (gtk_accel_path "/layers/layers-opacity-menu" "") +; (gtk_accel_path "/plug-in/plug-in-metadata-editor" "") +; (gtk_accel_path "/tools/tools-angle-increase-percent" "") +; (gtk_accel_path "/plug-in/script-fu-drop-shadow" "") +; (gtk_accel_path "/filters/filters-render-menu" "") +; (gtk_accel_path "/plug-in/plug-in-jigsaw" "") +; (gtk_accel_path "/dockable/dockable-tab-style-menu" "") +; (gtk_accel_path "/context/context-brush-hardness-decrease-skip" "") +; (gtk_accel_path "/plug-in/file-pdf-load" "") +; (gtk_accel_path "/plug-in/script-fu-guides-from-selection" "") +; (gtk_accel_path "/plug-in/script-fu-selection-to-brush" "") +; (gtk_accel_path "/layers/layers-blend-space-rgb-linear" "") +; (gtk_accel_path "/context/context-background-blue-maximum" "") +; (gtk_accel_path "/tools/tools-zoom" "z") +; (gtk_accel_path "/context/context-swatch-foreground-previous-skip" "") +; (gtk_accel_path "/context/context-background-red-increase" "") +; (gtk_accel_path "/plug-in/plug-in-checkerboard" "") +; (gtk_accel_path "/dockable/dockable-popup" "") +; (gtk_accel_path "/dockable/dockable-preview-size-extra-small" "") +; (gtk_accel_path "/filters/filters-render-clouds-menu" "") +; (gtk_accel_path "/context/context-palette-foreground-first" "") +; (gtk_accel_path "/view/view-zoom-4-1" "3") +; (gtk_accel_path "/channels/channels-duplicate" "") +; (gtk_accel_path "/context/context-brush-aspect-menu" "") +; (gtk_accel_path "/tools/tools-object-2-set" "") +; (gtk_accel_path "/context/context-brush-radius-increase" "") +; (gtk_accel_path "/context/context-swatch-background-next" "") +; (gtk_accel_path "/view/view-display-black-point-compensation" "") +; (gtk_accel_path "/tools/tools-size-decrease" "bracketleft") +; (gtk_accel_path "/dialogs/dialogs-colors" "") +; (gtk_accel_path "/filters/filters-edge" "") +; (gtk_accel_path "/image/image-rotate-180" "") +; (gtk_accel_path "/image/image-new" "n") +; (gtk_accel_path "/tool-options/tool-options-delete-preset-menu" "") +; (gtk_accel_path "/tools/tools-ink-blob-size-set" "") +; (gtk_accel_path "/filters/filters-value-propagate" "") +; (gtk_accel_path "/image/image-color-profile-assign" "") +; (gtk_accel_path "/layers/layers-composite-space-rgb-perceptual" "") +; (gtk_accel_path "/context/context-foreground-green-decrease" "") +; (gtk_accel_path "/layers/layers-scale" "") +; (gtk_accel_path "/layers/layers-transparency-menu" "") +; (gtk_accel_path "/layers/layers-alpha-remove" "") +; (gtk_accel_path "/context/context-pattern-select-set" "") +; (gtk_accel_path "/filters/filters-image-gradient" "") +; (gtk_accel_path "/select/select-all" "a") +; (gtk_accel_path "/plug-in/plug-in-filter-pack" "") +; (gtk_accel_path "/context/context-brush-hardness-maximum" "") +; (gtk_accel_path "/plug-in/plug-in-recompose" "") +; (gtk_accel_path "/view/view-zoom-menu" "") +; (gtk_accel_path "/image/image-convert-u16" "") +; (gtk_accel_path "/filters/filters-kaleidoscope" "") +; (gtk_accel_path "/context/context-colormap-foreground-previous-skip" "") +; (gtk_accel_path "/view/view-snap-to-grid" "") +; (gtk_accel_path "/vectors/vectors-fill" "") +; (gtk_accel_path "/view/view-color-management-reset" "") +; (gtk_accel_path "/context/context-background-green-set" "") +; (gtk_accel_path "/tools/tools-force-maximum" "") +; (gtk_accel_path "/context/context-foreground-saturation-increase" "") +; (gtk_accel_path "/dockable/dialogs-device-status" "") +; (gtk_accel_path "/edit/edit-named-copy" "") +; (gtk_accel_path "/filters/filters-video-degradation" "") +; (gtk_accel_path "/edit/edit-paste-as-new-layer-in-place" "") +; (gtk_accel_path "/layers/layers-resize" "") +; (gtk_accel_path "/layers/layers-blend-space-rgb-perceptual" "") +; (gtk_accel_path "/layers/layers-stack-menu" "") +; (gtk_accel_path "/dockable/dockable-show-button-bar" "") +; (gtk_accel_path "/view/view-zoom-fill" "") +; (gtk_accel_path "/filters/filters-stretch-contrast-hsv" "") +; (gtk_accel_path "/view/view-padding-color-prefs" "") +; (gtk_accel_path "/plug-in/plug-in-depth-merge" "") +; (gtk_accel_path "/tools/tools-opacity-decrease-skip" "less") +; (gtk_accel_path "/plug-in/plug-in-guillotine" "") +; (gtk_accel_path "/windows/windows-tabs-position-left" "") +; (gtk_accel_path "/documents/documents-recreate-preview" "") +; (gtk_accel_path "/layers/layers-opacity-increase" "") +; (gtk_accel_path "/view/view-padding-color-in-show-all" "") +; (gtk_accel_path "/image/colors-tone-mapping-menu" "") +; (gtk_accel_path "/tools/tools-size-set" "") +; (gtk_accel_path "/context/context-brush-angle-increase-skip" "") +; (gtk_accel_path "/dialogs/dialogs-fonts" "") +; (gtk_accel_path "/channels/channels-linked" "") +; (gtk_accel_path "/dockable/dockable-preview-size-gigantic" "") +; (gtk_accel_path "/plug-in/script-fu-difference-clouds" "") +; (gtk_accel_path "/plug-in/plug-in-dbbrowser" "") +; (gtk_accel_path "/context/context-background-hue-set" "") +; (gtk_accel_path "/plug-in/plug-in-align-layers" "") +; (gtk_accel_path "/context/context-background-blue-increase" "") +; (gtk_accel_path "/dockable/dialogs-palettes" "") +; (gtk_accel_path "/filters/filters-hue-chroma" "") +; (gtk_accel_path "/plug-in/plug-in-blinds" "") +; (gtk_accel_path "/dockable/dockable-preview-size-enormous" "") +; (gtk_accel_path "/filters/filters-edge-detect-menu" "") +; (gtk_accel_path "/channels/channels-lock-content" "") +; (gtk_accel_path "/context/context-paint-mode-next" "") +; (gtk_accel_path "/tools/tools-clone" "c") +; (gtk_accel_path "/tools/tools-color-picker" "o") +; (gtk_accel_path "/plug-in/script-fu-make-brush-elliptical-feathered" "") +; (gtk_accel_path "/context/context-background-value-minimum" "") +; (gtk_accel_path "/drawable/drawable-linked" "") +; (gtk_accel_path "/select/select-sharpen" "") +; (gtk_accel_path "/context/context-colormap-foreground-next" "") +; (gtk_accel_path "/view/view-zoom-4-1-accel" "KP_3") +; (gtk_accel_path "/edit/edit-undo" "z") +; (gtk_accel_path "/plug-in/script-fu-paste-as-brush" "") +; (gtk_accel_path "/filters/filters-noise-cie-lch" "") +; (gtk_accel_path "/filters/filters-invert-perceptual" "") +; (gtk_accel_path "/vectors/vectors-selection-replace" "") +; (gtk_accel_path "/file/file-save-a-copy" "") +; (gtk_accel_path "/vectors/vectors-delete" "") +; (gtk_accel_path "/vectors/vectors-color-tag-blue" "") +; (gtk_accel_path "/channels/channels-edit-attributes" "") +; (gtk_accel_path "/tools/tools-transform-3d" "w") +; (gtk_accel_path "/file/file-show-in-file-manager" "f") +; (gtk_accel_path "/context/context-swatch-background-previous-skip" "") +; (gtk_accel_path "/windows/windows-tabs-position-top" "") +; (gtk_accel_path "/context/context-brush-radius-decrease" "") +; (gtk_accel_path "/filters/filters-light-shadow-menu" "") +; (gtk_accel_path "/layers/layers-mode-previous" "") +; (gtk_accel_path "/vectors/vectors-export" "") +; (gtk_accel_path "/tools/tools-hardness-increase" "") +; (gtk_accel_path "/tools/tools-size-increase-percent" "") +; (gtk_accel_path "/view/view-zoom-16-1-accel" "KP_5") +; (gtk_accel_path "/filters/filters-deinterlace" "") +; (gtk_accel_path "/plug-in/plug-in-compose" "") +; (gtk_accel_path "/context/context-colors-swap" "x") +; (gtk_accel_path "/context/context-foreground-value-decrease-skip" "") +; (gtk_accel_path "/drawable/drawable-lock-position" "") +; (gtk_accel_path "/context/context-palette-background-first" "") +; (gtk_accel_path "/select/select-grow" "") +; (gtk_accel_path "/dockable/dockable-tab-style-icon" "") +; (gtk_accel_path "/documents/documents-remove-dangling" "") +; (gtk_accel_path "/filters/filters-recent-09" "") +; (gtk_accel_path "/help/help-context-help" "F1") +; (gtk_accel_path "/dockable/dialogs-images" "") +; (gtk_accel_path "/tools/tools-opacity-decrease-percent" "") +; (gtk_accel_path "/plug-in/plug-in-gimpressionist" "") +; (gtk_accel_path "/filters/filters-recent-08" "") +; (gtk_accel_path "/plug-in/script-fu-selection-rounded-rectangle" "") +; (gtk_accel_path "/plug-in/script-fu-grid-system" "") +; (gtk_accel_path "/dialogs/dialogs-tool-options" "") +; (gtk_accel_path "/context/context-colormap-background-previous-skip" "") +; (gtk_accel_path "/dockable/dialogs-vectors" "") +; (gtk_accel_path "/dockable/dialogs-navigation" "") +; (gtk_accel_path "/context/context-colormap-foreground-first" "") +; (gtk_accel_path "/tools/tools-unified-transform" "t") +; (gtk_accel_path "/view/view-zoom-in-accel" "KP_Add") +; (gtk_accel_path "/dialogs/dialogs-palettes" "") +; (gtk_accel_path "/file/file-quit" "q") +; (gtk_accel_path "/context/context-foreground-saturation-decrease" "") +; (gtk_accel_path "/image/image-menubar" "") +; (gtk_accel_path "/filters/filters-recent-07" "") +; (gtk_accel_path "/plug-in/script-fu-circuit" "") +; (gtk_accel_path "/tools/tools-ellipse-select" "e") +; (gtk_accel_path "/plug-in/script-fu-make-brush-rectangular" "") +; (gtk_accel_path "/filters/filters-invert-linear" "") +; (gtk_accel_path "/plug-in/script-fu-erase-rows" "") +; (gtk_accel_path "/filters/filters-noise-pick" "") +; (gtk_accel_path "/tools/tools-curves" "") +; (gtk_accel_path "/file/file-export-as" "e") +; (gtk_accel_path "/layers/layers-color-tag-red" "") +; (gtk_accel_path "/view/view-scroll-center" "j") +; (gtk_accel_path "/image/image-popup" "") +; (gtk_accel_path "/filters/filters-recent-06" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-increase" "") +; (gtk_accel_path "/dialogs/dialogs-toolbox" "b") +; (gtk_accel_path "/view/view-scroll-bottom-border" "") +; (gtk_accel_path "/plug-in/plug-in-palettemap" "") +; (gtk_accel_path "/plug-in/plug-in-softglow" "") +; (gtk_accel_path "/context/context-pattern-select-previous" "") +; (gtk_accel_path "/edit/edit-menu" "") +; (gtk_accel_path "/filters/filters-recent-05" "") +; (gtk_accel_path "/image/image-color-profile-convert" "") +; (gtk_accel_path "/plug-in/plug-in-wavelet-decompose" "") +; (gtk_accel_path "/context/context-palette-select-last" "") +; (gtk_accel_path "/view/view-scroll-page-down" "") +; (gtk_accel_path "/filters/filters-recent-04" "") +; (gtk_accel_path "/image/image-convert-linear" "") +; (gtk_accel_path "/context/context-foreground-value-increase" "") +; (gtk_accel_path "/view/view-zoom-out-accel" "KP_Subtract") +; (gtk_accel_path "/brushes/brushes-edit" "") +; (gtk_accel_path "/image/image-crop-to-selection" "") +; (gtk_accel_path "/context/context-brush-radius-maximum" "") +; (gtk_accel_path "/filters/filters-oilify" "") +; (gtk_accel_path "/layers/layers-opacity-increase-skip" "") +; (gtk_accel_path "/windows/windows-docks-menu" "") +; (gtk_accel_path "/filters/filters-emboss" "") +; (gtk_accel_path "/dockable/dockable-menu" "") +; (gtk_accel_path "/filters/filters-recent-03" "") +; (gtk_accel_path "/plug-in/plug-in-qbist" "") +; (gtk_accel_path "/layers/layers-lower" "") +; (gtk_accel_path "/tools/tools-align" "q") +; (gtk_accel_path "/context/context-brush-aspect-increase-skip" "") +; (gtk_accel_path "/tools/tools-handle-transform" "l") +; (gtk_accel_path "/layers/layers-new-group" "") +; (gtk_accel_path "/filters/filters-waves" "") +; (gtk_accel_path "/context/context-opacity-menu" "") +; (gtk_accel_path "/filters/filters-recent-02" "") +; (gtk_accel_path "/layers/layers-crop-to-content" "") +; (gtk_accel_path "/filters/filters-whirl-pinch" "") +; (gtk_accel_path "/filters/filters-render-pattern-menu" "") +; (gtk_accel_path "/tools/tools-measure" "m") +; (gtk_accel_path "/dockable/dialogs-tool-presets" "") +; (gtk_accel_path "/tools/tools-aspect-maximum" "") +; (gtk_accel_path "/tools/tools-flip" "f") +; (gtk_accel_path "/tools/tools-airbrush-rate-minimum" "") +; (gtk_accel_path "/help/help-menu" "") +; (gtk_accel_path "/filters/filters-recent-01" "") +; (gtk_accel_path "/image/image-color-profile-save" "") +; (gtk_accel_path "/filters/filters-median-blur" "") +; (gtk_accel_path "/vectors/vectors-paste" "") +; (gtk_accel_path "/context/context-foreground-blue-minimum" "") +; (gtk_accel_path "/filters/filters-apply-canvas" "") +; (gtk_accel_path "/plug-in/file-png-save2" "") +; (gtk_accel_path "/drawable/drawable-levels-stretch" "") +; (gtk_accel_path "/filters/filters-difference-of-gaussians" "") +; (gtk_accel_path "/tools/tools-angle-increase-skip" "") +; (gtk_accel_path "/context/context-swatch-background-last" "") +; (gtk_accel_path "/tools/tools-move" "m") +; (gtk_accel_path "/tools/tools-convolve" "u") +; (gtk_accel_path "/tools/tools-airbrush-flow-increase-skip" "") +; (gtk_accel_path "/context/context-foreground-saturation-increase-skip" "") +; (gtk_accel_path "/channels/channels-color-tag-green" "") +; (gtk_accel_path "/tools/tools-aspect-decrease-percent" "") +; (gtk_accel_path "/plug-in/gimp-help-using-photography" "") +; (gtk_accel_path "/dialogs/dialogs-dashboard" "") +; (gtk_accel_path "/layers/layers-crop-to-selection" "") +; (gtk_accel_path "/layers/layers-mask-selection-subtract" "") +; (gtk_accel_path "/plug-in/script-fu-guides-remove" "") +; (gtk_accel_path "/dialogs/dialogs-palette-editor" "") +; (gtk_accel_path "/filters/filters-channel-mixer" "") +; (gtk_accel_path "/images/images-raise-views" "") +; (gtk_accel_path "/plug-in/script-fu-waves-anim" "") +; (gtk_accel_path "/context/context-foreground-green-maximum" "") +; (gtk_accel_path "/view/view-menu" "") +; (gtk_accel_path "/view/view-dot-for-dot" "") +; (gtk_accel_path "/context/context-gradient-select-set" "") +; (gtk_accel_path "/dockable/dockable-close-tab" "") +; (gtk_accel_path "/dockable/dialogs-dynamics-editor" "") +; (gtk_accel_path "/plug-in/python-fu-palette-to-gradient-repeating" "") +; (gtk_accel_path "/vectors/vectors-selection-intersect" "") +; (gtk_accel_path "/vectors/vectors-stroke" "") +; (gtk_accel_path "/filters/filters-little-planet" "") +; (gtk_accel_path "/context/context-pattern-menu" "") +; (gtk_accel_path "/plug-in/python-fu-palette-to-gradient" "") +; (gtk_accel_path "/view/view-show-rulers" "r") +; (gtk_accel_path "/context/context-brush-spikes-increase" "") +; (gtk_accel_path "/view/view-snap-to-guides" "") +; (gtk_accel_path "/layers/layers-alpha-selection-subtract" "") +; (gtk_accel_path "/channels/channels-select-top" "") +; (gtk_accel_path "/plug-in/script-fu-sota-chrome-it" "") +; (gtk_accel_path "/view/view-move-to-screen-:0.0" "") +; (gtk_accel_path "/plug-in/gimp-palette-export-python" "") +; (gtk_accel_path "/context/context-swatch-foreground-next" "0") +; (gtk_accel_path "/select/selection-popup" "") +; (gtk_accel_path "/brushes/brushes-refresh" "") +; (gtk_accel_path "/edit/edit-paste-into" "") +; (gtk_accel_path "/tools/tools-opacity-decrease" "less") +; (gtk_accel_path "/filters/filters-bayer-matrix" "") +; (gtk_accel_path "/context/context-brush-angle-minimum" "") +; (gtk_accel_path "/tools/tools-aspect-increase" "") +; (gtk_accel_path "/vectors/vectors-selection-to-vectors-short" "") +; (gtk_accel_path "/context/context-brush-spikes-maximum" "") +; (gtk_accel_path "/tools/tools-aspect-set" "") +; (gtk_accel_path "/fonts/fonts-popup" "") +; (gtk_accel_path "/layers/layers-popup" "") +; (gtk_accel_path "/context/context-foreground-green-increase-skip" "") +; (gtk_accel_path "/filters/filters-generic-menu" "") +; (gtk_accel_path "/image/image-resize-to-layers" "") +; (gtk_accel_path "/windows/windows-use-single-window-mode" "") +; (gtk_accel_path "/channels/channels-lower-to-bottom" "") +; (gtk_accel_path "/context/context-colormap-background-first" "") +; (gtk_accel_path "/edit/edit-fill-pattern" "semicolon") +; (gtk_accel_path "/context/context-paint-mode-first" "") +; (gtk_accel_path "/plug-in/script-fu-reverse-layers" "") +; (gtk_accel_path "/dockable/dockable-preview-size-extra-large" "") +; (gtk_accel_path "/dockable/dialogs-indexed-palette" "") +; (gtk_accel_path "/context/context-brush-spikes-set" "") +; (gtk_accel_path "/vectors/vectors-new-last-values" "") +; (gtk_accel_path "/tools/tools-object-2-previous" "") +; (gtk_accel_path "/plug-in/plug-in-retinex" "") +; (gtk_accel_path "/context/context-swatch-foreground-previous" "9") +; (gtk_accel_path "/context/context-foreground-value-decrease" "") +; (gtk_accel_path "/context/context-brush-select-first" "") +; (gtk_accel_path "/context/context-swatch-foreground-next-skip" "") +; (gtk_accel_path "/tools/tools-force-increase-skip" "") +; (gtk_accel_path "/dockable/dockable-detach-tab" "") +; (gtk_accel_path "/image/image-print-size" "") +; (gtk_accel_path "/filters/filters-fractal-trace" "") +; (gtk_accel_path "/filters/filters-panorama-projection" "") +; (gtk_accel_path "/context/context-paint-mode-last" "") +; (gtk_accel_path "/image/colors-components-menu" "") +; (gtk_accel_path "/context/context-colormap-foreground-last" "") +; (gtk_accel_path "/view/view-zoom-out" "minus") +; (gtk_accel_path "/plug-in/plug-in-colormap-remap" "") +; (gtk_accel_path "/context/context-palette-background-next-skip" "") +; (gtk_accel_path "/tools/tools-force-decrease" "") +; (gtk_accel_path "/context/context-background-hue-maximum" "") +; (gtk_accel_path "/plug-in/plug-in-mail-image" "") +; (gtk_accel_path "/filters/filters-mantiuk-2006" "") +; (gtk_accel_path "/plug-in/plug-in-small-tiles" "") +; (gtk_accel_path "/layers/layers-composite-mode-clip-to-layer" "") +; (gtk_accel_path "/filters/filters-noise-menu" "") +; (gtk_accel_path "/layers/layers-mask-disable" "") +; (gtk_accel_path "/tools/tools-brightness-contrast" "") +; (gtk_accel_path "/filters/filters-erode" "") +; (gtk_accel_path "/context/context-brush-spikes-increase-skip" "") +; (gtk_accel_path "/context/context-palette-select-previous" "") +; (gtk_accel_path "/vectors/vectors-color-tag-none" "") +; (gtk_accel_path "/layers/layers-transform-menu" "") +; (gtk_accel_path "/context/context-pattern-select-first" "") +; (gtk_accel_path "/tools/tools-spacing-increase-percent" "") +; (gtk_accel_path "/select/select-border" "") +; (gtk_accel_path "/plug-in/script-fu-clothify" "") +; (gtk_accel_path "/edit/edit-paste-into-in-place" "") +; (gtk_accel_path "/layers/layers-new-last-values" "") +; (gtk_accel_path "/context/context-opacity-transparent" "") +; (gtk_accel_path "/plug-in/plug-in-animationoptimize" "") +; (gtk_accel_path "/context/context-colormap-background-next" "") +; (gtk_accel_path "/layers/layers-blend-space-auto" "") +; (gtk_accel_path "/plug-in/file-pdf-save-multi" "") +; (gtk_accel_path "/layers/layers-merge-layers" "") +; (gtk_accel_path "/layers/layers-composite-space-auto" "") +; (gtk_accel_path "/context/context-opacity-decrease-skip" "") +; (gtk_accel_path "/dockable/dialogs-buffers" "") +; (gtk_accel_path "/tools/tools-perspective" "p") +; (gtk_accel_path "/context/context-foreground-red-increase-skip" "") +; (gtk_accel_path "/context/context-colormap-foreground-set" "") +; (gtk_accel_path "/plug-in/script-fu-copy-visible" "") +; (gtk_accel_path "/filters/filters-high-pass" "") +; (gtk_accel_path "/layers/layers-composite-mode-clip-to-backdrop" "") +; (gtk_accel_path "/tools/tools-menu" "") +; (gtk_accel_path "/context/context-background-green-maximum" "") +; (gtk_accel_path "/filters/filters-brightness-contrast" "") +; (gtk_accel_path "/filters/filters-shadows-highlights" "") +; (gtk_accel_path "/channels/channels-color-tag-brown" "") +; (gtk_accel_path "/filters/filters-desaturate" "") +; (gtk_accel_path "/context/context-palette-foreground-previous" "") +; (gtk_accel_path "/plug-in/plug-in-nlfilt" "") +; (gtk_accel_path "/plug-in/gimp-palette-export-text" "") +; (gtk_accel_path "/context/context-palette-foreground-set" "") +; (gtk_accel_path "/tools/tools-paintbrush-spacing-set" "") +; (gtk_accel_path "/filters/filters-offset" "o") +; (gtk_accel_path "/filters/filters-softglow" "") +; (gtk_accel_path "/context/context-brush-shape-square" "") +; (gtk_accel_path "/vectors/vectors-select-top" "") +; (gtk_accel_path "/patterns/patterns-popup" "") +; (gtk_accel_path "/tools/tools-opacity-minimum" "") +; (gtk_accel_path "/channels/channels-raise-to-top" "") +; (gtk_accel_path "/filters/filters-reinhard-2005" "") +; (gtk_accel_path "/filters/filters-threshold-alpha" "") +; (gtk_accel_path "/view/view-zoom-2-1-accel" "KP_2") +; (gtk_accel_path "/context/context-foreground-hue-minimum" "") +; (gtk_accel_path "/tools/tools-aspect-decrease" "") +; (gtk_accel_path "/context/context-brush-spacing-decrease-skip" "") +; (gtk_accel_path "/plug-in/plug-in-fractal-trace" "") +; (gtk_accel_path "/tools/tools-mypaint-brush-radius-set" "") +; (gtk_accel_path "/context/context-tool-select-first" "") +; (gtk_accel_path "/vectors/vectors-lower" "") +; (gtk_accel_path "/context/context-brush-aspect-minimum" "") +; (gtk_accel_path "/layers/layers-mask-delete" "") +; (gtk_accel_path "/tools/tools-angle-decrease-percent" "") +; (gtk_accel_path "/context/context-background-green-increase-skip" "") +; (gtk_accel_path "/plug-in/plug-in-ccanalyze" "") +; (gtk_accel_path "/filters/filters-artistic-menu" "") +; (gtk_accel_path "/select/select-flood" "") +; (gtk_accel_path "/tools/tools-hardness-set-to-default" "") +; (gtk_accel_path "/tools/tools-bucket-fill" "b") +; (gtk_accel_path "/tools/tools-angle-set" "") +; (gtk_accel_path "/tools/tools-ink-blob-aspect-set" "") +; (gtk_accel_path "/tools/tools-size-increase" "bracketright") +; (gtk_accel_path "/tools/tools-force-increase-percent" "") +; (gtk_accel_path "/image/image-color-management-menu" "") +; (gtk_accel_path "/channels/channels-selection-replace" "") +; (gtk_accel_path "/dockable/dialogs-layers" "l") +; (gtk_accel_path "/view/view-zoom-fit-in" "j") +; (gtk_accel_path "/brushes/brushes-delete" "") +; (gtk_accel_path "/filters/filters-repeat" "f") +; (gtk_accel_path "/filters/filters-maze" "") +; (gtk_accel_path "/context/context-brush-shape-menu" "") +; (gtk_accel_path "/dockable/dialogs-palette-editor" "") +; (gtk_accel_path "/context/context-colors-default" "d") +; (gtk_accel_path "/drawable/drawable-flip-vertical" "") +; (gtk_accel_path "/filters/filters-color-balance" "") +; (gtk_accel_path "/tools/tools-size-set-to-default" "backslash") +; (gtk_accel_path "/context/context-foreground-blue-decrease-skip" "") +; (gtk_accel_path "/layers/layers-raise-to-top" "") +; (gtk_accel_path "/plug-in/plug-in-gradmap" "") +; (gtk_accel_path "/filters/filters-checkerboard" "") +; (gtk_accel_path "/image/image-convert-grayscale" "") +; (gtk_accel_path "/plug-in/script-fu-fuzzy-border" "") +; (gtk_accel_path "/filters/filters-tile-paper" "") +; (gtk_accel_path "/dialogs/dialogs-selection-editor" "") +; (gtk_accel_path "/layers/layers-edit" "") +; (gtk_accel_path "/image/colors-desaturate-menu" "") +; (gtk_accel_path "/layers/layers-flatten-image" "") +; (gtk_accel_path "/tools/tools-airbrush-rate-increase-skip" "") +; (gtk_accel_path "/channels/channels-select-bottom" "") +; (gtk_accel_path "/dialogs/dialogs-preferences" "") +; (gtk_accel_path "/plug-in/plug-in-animationplay" "") +; (gtk_accel_path "/context/context-brush-angle-menu" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-minimum" "") +; (gtk_accel_path "/view/view-rotate-menu" "") +; (gtk_accel_path "/vectors/vectors-import" "") +; (gtk_accel_path "/plug-in/script-fu-xach-effect" "") +; (gtk_accel_path "/view/view-rotate-345" "") +; (gtk_accel_path "/plug-in/plug-in-decompose" "") +; (gtk_accel_path "/plug-in/gimp-palette-export-css" "") +; (gtk_accel_path "/filters/filters-color-exchange" "") +; (gtk_accel_path "/tools/tools-warp-effect-size-set" "") +; (gtk_accel_path "/view/view-display-intent-perceptual" "") +; (gtk_accel_path "/dialogs/dialogs-navigation" "") +; (gtk_accel_path "/dock/dock-open-display" "") +; (gtk_accel_path "/context/context-paint-mode-previous" "") +; (gtk_accel_path "/plug-in/plug-in-hot" "") +; (gtk_accel_path "/tools/tools-aspect-decrease-skip" "") +; (gtk_accel_path "/view/view-zoom-out-skip" "") +; (gtk_accel_path "/dialogs/dialogs-keyboard-shortcuts" "") +; (gtk_accel_path "/view/view-zoom-maximum" "") +; (gtk_accel_path "/dialogs/dialogs-input-devices" "") +; (gtk_accel_path "/dockable/dialogs-document-history" "") +; (gtk_accel_path "/quick-mask/quick-mask-invert-on" "") +; (gtk_accel_path "/context/context-swatch-foreground-first" "") +; (gtk_accel_path "/file/file-export" "e") +; (gtk_accel_path "/plug-in/script-fu-set-cmap" "") +; (gtk_accel_path "/layers/layers-text-discard" "") +; (gtk_accel_path "/context/context-foreground-red-maximum" "") +; (gtk_accel_path "/filters/filters-edge-sobel" "") +; (gtk_accel_path "/dockable/dockable-preview-size-tiny" "") +; (gtk_accel_path "/plug-in/script-fu-guide-new-percent" "") +; (gtk_accel_path "/view/view-show-scrollbars" "") +; (gtk_accel_path "/filters/filters-render-noise-menu" "") +; (gtk_accel_path "/channels/channels-delete" "") +; (gtk_accel_path "/image/image-flip-vertical" "") +; (gtk_accel_path "/layers/layers-opacity-set" "") +; (gtk_accel_path "/context/context-font-select-next" "") +; (gtk_accel_path "/context/context-menu" "") +; (gtk_accel_path "/image/image-convert-half" "") +; (gtk_accel_path "/tools/tools-size-increase-skip" "bracketright") +; (gtk_accel_path "/file/file-overwrite" "") +; (gtk_accel_path "/context/context-background-red-increase-skip" "") +; (gtk_accel_path "/vectors/vectors-popup" "") +; (gtk_accel_path "/image/image-rotate-90" "") +; (gtk_accel_path "/edit/edit-fill-bg" "period") +; (gtk_accel_path "/tools/tools-iscissors" "i") +; (gtk_accel_path "/context/context-palette-menu" "") +; (gtk_accel_path "/layers/layers-properties-menu" "") +; (gtk_accel_path "/view/view-flip-vertically" "") +; (gtk_accel_path "/context/context-foreground-hue-increase" "") +; (gtk_accel_path "/select/select-invert" "i") +; (gtk_accel_path "/layers/layers-mode-next" "") +; (gtk_accel_path "/file/file-save-as" "s") +; (gtk_accel_path "/context/context-swatch-foreground-last" "") +; (gtk_accel_path "/context/context-palette-background-next" "") +; (gtk_accel_path "/image/image-rotate-270" "") +; (gtk_accel_path "/tools/tools-warp" "w") +; (gtk_accel_path "/context/context-brush-hardness-menu" "") +; (gtk_accel_path "/plug-in/script-fu-erase-nth-rows" "") +; (gtk_accel_path "/context/context-brush-radius-decrease-less" "") +; (gtk_accel_path "/quick-mask/quick-mask-popup" "") +; (gtk_accel_path "/plug-in/plug-in-sparkle" "") +; (gtk_accel_path "/vectors/vectors-selection-subtract" "") +; (gtk_accel_path "/filters/filters-combine-menu" "") +; (gtk_accel_path "/layers/layers-raise" "") +; (gtk_accel_path "/edit/edit-strong-undo" "z") +; (gtk_accel_path "/context/context-colormap-foreground-next-skip" "") +; (gtk_accel_path "/context/context-brush-aspect-increase" "") +; (gtk_accel_path "/filters/filters-invert-value" "") +; (gtk_accel_path "/context/context-foreground-blue-set" "") +; (gtk_accel_path "/filters/filters-bump-map" "") +; (gtk_accel_path "/plug-in/file-gih-save-internal" "") +; (gtk_accel_path "/context/context-background-blue-increase-skip" "") +; (gtk_accel_path "/plug-in/script-fu-old-photo" "") +; (gtk_accel_path "/patterns/patterns-edit" "") +; (gtk_accel_path "/dialogs/dialogs-module-dialog" "") +; (gtk_accel_path "/image/image-configure-grid" "") +; (gtk_accel_path "/context/context-tool-menu" "") +; (gtk_accel_path "/view/view-zoom-1-1-accel" "KP_1") +; (gtk_accel_path "/filters/filters-noise-spread" "") +; (gtk_accel_path "/plug-in/script-fu-round-corners" "") +; (gtk_accel_path "/tools/tools-hardness-increase-skip" "") +; (gtk_accel_path "/select/select-save" "") +; (gtk_accel_path "/context/context-background-saturation-set" "") +; (gtk_accel_path "/plug-in/script-fu-guide-new" "") +; (gtk_accel_path "/tools/tools-hardness-decrease-percent" "") +; (gtk_accel_path "/tools/tools-size-minimum" "") +; (gtk_accel_path "/plug-in/gimp-help-concepts-paths" "") +; (gtk_accel_path "/vectors/vectors-select-next" "") +; (gtk_accel_path "/filters/filters-noise-cell" "") +; (gtk_accel_path "/quick-mask/quick-mask-toggle" "q") +; (gtk_accel_path "/filters/filters-gaussian-blur" "") +; (gtk_accel_path "/view/view-rotate-180" "") +; (gtk_accel_path "/tools/tools-text" "t") +; (gtk_accel_path "/plug-in/plug-in-screenshot" "") +; (gtk_accel_path "/filters/filters-newsprint" "") +; (gtk_accel_path "/filters/filters-noise-solid" "") +; (gtk_accel_path "/file/file-open-as-layers" "o") +; (gtk_accel_path "/context/context-background-red-minimum" "") +; (gtk_accel_path "/plug-in/gimp-online-wiki" "") +; (gtk_accel_path "/layers/layers-merge-down-button" "") +; (gtk_accel_path "/plug-in/script-fu-refresh" "") +; (gtk_accel_path "/layers/layers-text-to-vectors" "") +; (gtk_accel_path "/vectors/vectors-fill-last-values" "") +; (gtk_accel_path "/documents/documents-popup" "") +; (gtk_accel_path "/view/view-padding-color-menu" "") +; (gtk_accel_path "/tools/tools-smudge" "s") +; (gtk_accel_path "/context/context-font-menu" "") +; (gtk_accel_path "/tools/tools-mypaint-brush-hardness-set" "") +; (gtk_accel_path "/plug-in/plug-in-pagecurl" "") +; (gtk_accel_path "/dialogs/dialogs-layers" "l") +; (gtk_accel_path "/context/context-colormap-background-last" "") +; (gtk_accel_path "/plug-in/script-fu-selection-to-image" "") +; (gtk_accel_path "/channels/channels-selection-add" "") +; (gtk_accel_path "/context/context-palette-select-first" "") +; (gtk_accel_path "/layers/layers-lock-position" "") +; (gtk_accel_path "/tools/tools-object-1-next" "") +; (gtk_accel_path "/dialogs/dialogs-device-status" "") +; (gtk_accel_path "/view/view-scroll-vertical" "") +; (gtk_accel_path "/view/view-show-selection" "t") +; (gtk_accel_path "/tools/tools-spacing-maximum" "") +; (gtk_accel_path "/filters/filters-photocopy" "") +; (gtk_accel_path "/channels/channels-color-tag-orange" "") +; (gtk_accel_path "/tools/tools-ink-blob-angle-set" "") +; (gtk_accel_path "/context/context-background-saturation-minimum" "") +; (gtk_accel_path "/layers/layers-lock-alpha" "") +; (gtk_accel_path "/tools/tools-transform-menu" "") +; (gtk_accel_path "/plug-in/plug-in-borderaverage" "") +; (gtk_accel_path "/view/view-padding-color-theme" "") +; (gtk_accel_path "/plug-in/script-fu-gradient-example" "") +; (gtk_accel_path "/filters/filters-color-rotate" "") +; (gtk_accel_path "/dockable/dialogs-dynamics" "") +; (gtk_accel_path "/plug-in/gimp-online-roadmap" "") +; (gtk_accel_path "/filters/filters-vignette" "") +; (gtk_accel_path "/patterns/patterns-copy-location" "") +; (gtk_accel_path "/filters/filters-apply-lens" "") +; (gtk_accel_path "/tools/tools-angle-minimum" "") +; (gtk_accel_path "/tools/tools-ink" "k") +; (gtk_accel_path "/tools/tools-airbrush-rate-set" "") +; (gtk_accel_path "/layers/layers-mask-add-button" "") +; (gtk_accel_path "/layers/layers-color-tag-orange" "") +; (gtk_accel_path "/plug-in/python-fu-gradient-save-as-css" "") +; (gtk_accel_path "/plug-in/script-fu-coffee-stain" "") +; (gtk_accel_path "/view/view-display-filters" "") +; (gtk_accel_path "/context/context-swatch-background-first" "") +; (gtk_accel_path "/layers/layers-composite-mode-intersection" "") +; (gtk_accel_path "/filters/filters-noise-rgb" "") +; (gtk_accel_path "/context/context-foreground-hue-decrease" "") +; (gtk_accel_path "/plug-in/plug-in-tile" "") +; (gtk_accel_path "/filters/filters-edge-neon" "") +; (gtk_accel_path "/dialogs/dialogs-about" "") +; (gtk_accel_path "/plug-in/plug-in-despeckle" "") +; (gtk_accel_path "/tools/tools-spacing-set" "") +; (gtk_accel_path "/dialogs/dialogs-templates" "") +; (gtk_accel_path "/tools/tools-object-2-first" "") +; (gtk_accel_path "/context/context-background-blue-minimum" "") +; (gtk_accel_path "/documents/documents-file-open-dialog" "") +; (gtk_accel_path "/quick-mask/quick-mask-invert-off" "") +; (gtk_accel_path "/filters/filters-tile-seamless" "") +; (gtk_accel_path "/filters/filters-red-eye-removal" "") +; (gtk_accel_path "/layers/layers-resize-to-image" "") +; (gtk_accel_path "/filters/filters-lens-flare" "") +; (gtk_accel_path "/filters/filters-render-fractals-menu" "") +; (gtk_accel_path "/context/context-brush-angle-decrease-skip" "") +; (gtk_accel_path "/plug-in/gimp-help-using-web" "") +; (gtk_accel_path "/view/view-color-management-softproof" "") +; (gtk_accel_path "/dialogs/dialogs-vectors" "") +; (gtk_accel_path "/edit/edit-buffer-menu" "") +; (gtk_accel_path "/plug-in/script-fu-make-brush-elliptical" "") +; (gtk_accel_path "/plug-in/plug-in-grid" "") +; (gtk_accel_path "/plug-in/file-pdf-save" "") +; (gtk_accel_path "/filters/filters-color-enhance" "") +; (gtk_accel_path "/plug-in/file-png-save" "") +; (gtk_accel_path "/view/view-padding-color-custom" "") +; (gtk_accel_path "/plug-in/script-fu-weave" "") +; (gtk_accel_path "/filters/filters-blur-menu" "") +; (gtk_accel_path "/context/context-brush-aspect-decrease" "") +; (gtk_accel_path "/tools/tools-paintbrush-angle-set" "") +; (gtk_accel_path "/context/context-pattern-select-next" "") +; (gtk_accel_path "/channels/channels-lower" "") +; (gtk_accel_path "/view/view-rotate-other" "") +; (gtk_accel_path "/context/context-brush-hardness-minimum" "") +; (gtk_accel_path "/filters/filters-mosaic" "") +; (gtk_accel_path "/patterns/patterns-show-in-file-manager" "") +; (gtk_accel_path "/debug/debug-menu" "") +; (gtk_accel_path "/context/context-brush-radius-increase-skip" "") +; (gtk_accel_path "/view/view-softproof-black-point-compensation" "") +; (gtk_accel_path "/select/select-menu" "") +; (gtk_accel_path "/plug-in/plug-in-sample-colorize" "") +; (gtk_accel_path "/file/file-open-recent-10" "0") +; (gtk_accel_path "/tools/tools-by-color-select" "o") +; (gtk_accel_path "/context/context-palette-background-previous" "") +; (gtk_accel_path "/tools/tools-force-minimum" "") +; (gtk_accel_path "/channels/channels-color-tag-violet" "") +; (gtk_accel_path "/context/context-swatch-background-next-skip" "") +; (gtk_accel_path "/dockable/dialogs-brush-editor" "") +; (gtk_accel_path "/plug-in/gimp-help-using-simpleobjects" "") +; (gtk_accel_path "/filters/filters-recursive-transform" "") +; (gtk_accel_path "/plug-in/script-fu-add-bevel" "") +; (gtk_accel_path "/dialogs/dialogs-dynamics" "") +; (gtk_accel_path "/plug-in/plug-in-curve-bend" "") +; (gtk_accel_path "/context/context-background-saturation-increase-skip" "") +; (gtk_accel_path "/view/view-scroll-page-up" "") +; (gtk_accel_path "/filters/filters-convolution-matrix" "") +; (gtk_accel_path "/tools/tools-pencil" "n") +; (gtk_accel_path "/filters/filters-levels" "") +; (gtk_accel_path "/layers/layers-color-tag-violet" "") +; (gtk_accel_path "/tools/tools-opacity-increase" "greater") +; (gtk_accel_path "/context/context-brush-radius-decrease-percent" "") +; (gtk_accel_path "/context/context-foreground-red-set" "") +; (gtk_accel_path "/select/select-fill" "") +; (gtk_accel_path "/filters/filters-colorize" "") +; (gtk_accel_path "/view/view-padding-color-dark-check" "") +; (gtk_accel_path "/tools/tools-hardness-maximum" "") +; (gtk_accel_path "/tool-options/tool-options-save-new-preset" "") +; (gtk_accel_path "/tools/tools-spacing-increase-skip" "") +; (gtk_accel_path "/context/context-gradient-select-previous" "") +; (gtk_accel_path "/layers/layers-new-from-visible" "") +; (gtk_accel_path "/filters/filters-saturation" "") +; (gtk_accel_path "/tools/tools-crop" "c") +; (gtk_accel_path "/plug-in/plug-in-flame" "") +; (gtk_accel_path "/images/images-popup" "") +; (gtk_accel_path "/context/context-font-select-last" "") +; (gtk_accel_path "/vectors/vectors-new" "") +; (gtk_accel_path "/tool-options/tool-options-popup" "") +; (gtk_accel_path "/filters/filters-posterize" "") +; (gtk_accel_path "/dockable/dockable-view-type-list" "") +; (gtk_accel_path "/filters/filters-slic" "") +; (gtk_accel_path "/view/view-rotate-reset" "exclam") +; (gtk_accel_path "/filters/filters-shift" "") +; (gtk_accel_path "/drawable/drawable-rotate-90" "") +; (gtk_accel_path "/plug-in/plug-in-lighting" "") +; (gtk_accel_path "/tools/tools-mypaint-brush" "y") +; (gtk_accel_path "/channels/channels-color-tag-menu" "") +; (gtk_accel_path "/layers/layers-merge-down" "") +; (gtk_accel_path "/dialogs/dialogs-tips" "") +; (gtk_accel_path "/layers/layers-mode-last" "") +; (gtk_accel_path "/tools/tools-warp-effect-hardness-set" "") +; (gtk_accel_path "/layers/layers-alpha-add" "") +; (gtk_accel_path "/filters/filters-map-menu" "") +; (gtk_accel_path "/context/context-palette-foreground-previous-skip" "") +; (gtk_accel_path "/context/context-tool-select-set" "") +; (gtk_accel_path "/plug-in/plug-in-color-enhance" "") +; (gtk_accel_path "/filters/filters-dilate" "") +; (gtk_accel_path "/context/context-palette-background-last" "") +; (gtk_accel_path "/image/image-mode-menu" "") +; (gtk_accel_path "/vectors/vectors-raise" "") +; (gtk_accel_path "/vectors/vectors-selection-to-vectors" "") +; (gtk_accel_path "/edit/edit-named-copy-visible" "") +; (gtk_accel_path "/dockable/dialogs-brushes" "b") +; (gtk_accel_path "/drawable/drawable-rotate-180" "") +; (gtk_accel_path "/filters/filters-decor-menu" "") +; (gtk_accel_path "/layers/layers-composite-mode-menu" "") +; (gtk_accel_path "/tools/tools-airbrush-rate-decrease" "") +; (gtk_accel_path "/image/image-convert-gamma" "") +; (gtk_accel_path "/context/context-foreground-hue-increase-skip" "") +; (gtk_accel_path "/channels/channels-popup" "") +; (gtk_accel_path "/channels/channels-color-tag-yellow" "") +; (gtk_accel_path "/dockable/dockable-preview-size-small" "") +; (gtk_accel_path "/image/image-guides-menu" "") +; (gtk_accel_path "/tools/tools-force-increase" "") +; (gtk_accel_path "/layers/layers-alpha-selection-intersect" "") +; (gtk_accel_path "/context/context-brush-select-next" "") +; (gtk_accel_path "/filters/filters-waterpixels" "") +; (gtk_accel_path "/context/context-brush-spacing-increase" "") +; (gtk_accel_path "/dialogs/dialogs-action-search" "slash") +; (gtk_accel_path "/layers/layers-select-next" "Page_Down") +; (gtk_accel_path "/tools/tools-rotate-arbitrary" "") +; (gtk_accel_path "/layers/layers-opacity-decrease-skip" "") +; (gtk_accel_path "/view/view-zoom-16-1" "5") +; (gtk_accel_path "/plug-in/gimp-help-concepts-usage" "") +; (gtk_accel_path "/debug/debug-dump-keyboard-shortcuts" "") +; (gtk_accel_path "/image/image-color-profile-discard" "") +; (gtk_accel_path "/filters/filters-mean-curvature-blur" "") +; (gtk_accel_path "/layers/layers-color-tag-yellow" "") +; (gtk_accel_path "/context/context-brush-aspect-decrease-skip" "") +; (gtk_accel_path "/dock/dock-move-to-screen-:0.0" "") +; (gtk_accel_path "/filters/filters-animation-menu" "") +; (gtk_accel_path "/filters/filters-noise-reduction" "") +; (gtk_accel_path "/dialogs/dialogs-gradients" "g") +; (gtk_accel_path "/tools/tools-object-1-previous" "") +; (gtk_accel_path "/image/image-duplicate" "d") +; (gtk_accel_path "/documents/documents-show-in-file-manager" "") +; (gtk_accel_path "/dockable/dialogs-patterns" "p") +; (gtk_accel_path "/view/view-scroll-right-border" "") +; (gtk_accel_path "/edit/edit-paste" "v") +; (gtk_accel_path "/context/context-palette-foreground-next" "") +; (gtk_accel_path "/channels/channels-color-tag-red" "") +; (gtk_accel_path "/filters/filters-mono-mixer" "") +; (gtk_accel_path "/context/context-font-select-set" "") +; (gtk_accel_path "/patterns/patterns-duplicate" "") +; (gtk_accel_path "/filters/filters-spiral" "") +; (gtk_accel_path "/plug-in/plug-in-unit-editor" "") +; (gtk_accel_path "/tools/tools-angle-decrease-skip" "") +; (gtk_accel_path "/tools/tools-airbrush-flow-decrease-skip" "") +; (gtk_accel_path "/vectors/vectors-select-bottom" "") +; (gtk_accel_path "/context/context-foreground-value-set" "") +; (gtk_accel_path "/debug/debug-dump-items" "") +; (gtk_accel_path "/view/view-scroll-up" "") +; (gtk_accel_path "/plug-in/gimp-help-using-selections" "") +; (gtk_accel_path "/plug-in/plug-in-cml-explorer" "") +; (gtk_accel_path "/select/select-stroke" "") +; (gtk_accel_path "/context/context-foreground-saturation-decrease-skip" "") +; (gtk_accel_path "/tool-options/tool-options-reset-all" "") +; (gtk_accel_path "/drawable/drawable-visible" "") +; (gtk_accel_path "/image/image-metadata-menu" "") +; (gtk_accel_path "/channels/channels-select-previous" "") +; (gtk_accel_path "/context/context-brush-angle-increase" "") +; (gtk_accel_path "/filters/filters-snn-mean" "") +; (gtk_accel_path "/tools/tools-hardness-set" "") +; (gtk_accel_path "/tools/tools-object-1-last" "") +; (gtk_accel_path "/layers/layers-color-tag-menu" "") +; (gtk_accel_path "/context/context-background-value-increase-skip" "") +; (gtk_accel_path "/plug-in/python-fu-histogram-export" "") +; (gtk_accel_path "/view/view-display-intent-relative-colorimetric" "") +; (gtk_accel_path "/tools/tools-aspect-set-to-default" "") +; (gtk_accel_path "/filters/filters-supernova" "") +; (gtk_accel_path "/image/image-transform-menu" "") +; (gtk_accel_path "/view/view-shrink-wrap" "j") +; (gtk_accel_path "/context/context-swatch-foreground-set" "") +; (gtk_accel_path "/plug-in/file-pat-save-internal" "") +; (gtk_accel_path "/context/context-foreground-red-decrease" "") +; (gtk_accel_path "/view/view-zoom-8-1" "4") +; (gtk_accel_path "/context/context-brush-radius-minimum" "") +; (gtk_accel_path "/filters/filters-sepia" "") +; (gtk_accel_path "/debug/debug-dump-attached-data" "") +; (gtk_accel_path "/context/context-brush-hardness-increase" "") +; (gtk_accel_path "/context/context-foreground-saturation-set" "") +; (gtk_accel_path "/view/view-softproof-gamut-check" "") +; (gtk_accel_path "/dialogs/dialogs-images" "") +; (gtk_accel_path "/layers/layers-mask-selection-intersect" "") +(gtk_accel_path "/plug-in/file-print-gtk" "p") +; (gtk_accel_path "/filters/filters-reshow" "f") +; (gtk_accel_path "/dialogs/dialogs-gradient-editor" "") +; (gtk_accel_path "/view/view-move-to-screen-menu" "") +; (gtk_accel_path "/documents/documents-copy-location" "") +; (gtk_accel_path "/view/view-open-display" "") +; (gtk_accel_path "/plug-in/file-tiff-save2" "") +; (gtk_accel_path "/layers/layers-linked" "") +; (gtk_accel_path "/tool-options/tool-options-save-preset-menu" "") +; (gtk_accel_path "/context/context-brush-spacing-maximum" "") +; (gtk_accel_path "/images/images-delete" "") +; (gtk_accel_path "/file/file-copy-location" "") +; (gtk_accel_path "/dialogs/dialogs-buffers" "") +; (gtk_accel_path "/layers/layers-menu" "") +; (gtk_accel_path "/tools/tools-aspect-minimum" "") +; (gtk_accel_path "/context/context-foreground-green-decrease-skip" "") +; (gtk_accel_path "/context/context-palette-background-previous-skip" "") +; (gtk_accel_path "/edit/edit-paste-as-new-image" "v") +; (gtk_accel_path "/filters/filters-stress" "") +; (gtk_accel_path "/dialogs/dialogs-patterns" "p") +; (gtk_accel_path "/filters/filters-edge-laplace" "") +; (gtk_accel_path "/context/context-background-green-decrease" "") +; (gtk_accel_path "/view/view-rotate-90" "") +; (gtk_accel_path "/filters/filters-ripple" "") +; (gtk_accel_path "/plug-in/plug-in-ifscompose" "") +; (gtk_accel_path "/context/context-brush-spacing-decrease" "") +; (gtk_accel_path "/tools/tools-airbrush" "a") +; (gtk_accel_path "/context/context-background-hue-increase-skip" "") +; (gtk_accel_path "/view/view-softproof-intent-menu" "") +; (gtk_accel_path "/filters/filters-sinus" "") +; (gtk_accel_path "/filters/filters-c2g" "") +; (gtk_accel_path "/plug-in/plug-in-metadata-viewer" "") +; (gtk_accel_path "/tool-options/tool-options-edit-preset-menu" "") +; (gtk_accel_path "/view/view-close" "w") +; (gtk_accel_path "/layers/layers-edit-text" "") +; (gtk_accel_path "/context/context-brush-shape-diamond" "") +; (gtk_accel_path "/tools/tools-force-decrease-skip" "") +; (gtk_accel_path "/plug-in/gimp-online-main-web-site" "") +; (gtk_accel_path "/vectors/vectors-edit-attributes" "") +; (gtk_accel_path "/context/context-opacity-increase" "") +; (gtk_accel_path "/dockable/dialogs-tool-options" "") +; (gtk_accel_path "/context/context-brush-spacing-set" "") +; (gtk_accel_path "/context/context-pattern-select-last" "") +; (gtk_accel_path "/filters/filters-distance-map" "") +; (gtk_accel_path "/tools/tools-free-select" "f") +; (gtk_accel_path "/context/context-foreground-green-minimum" "") +; (gtk_accel_path "/file/file-open-recent-09" "9") +; (gtk_accel_path "/dockable/dialogs-fonts" "") +; (gtk_accel_path "/context/context-tool-select-next" "") +; (gtk_accel_path "/layers/layers-select-top" "Home") +; (gtk_accel_path "/channels/channels-selection-subtract" "") +; (gtk_accel_path "/file/file-open-recent-08" "8") +; (gtk_accel_path "/context/context-background-hue-increase" "") +; (gtk_accel_path "/context/context-colormap-background-next-skip" "") +; (gtk_accel_path "/context/context-brush-spikes-decrease-skip" "") +; (gtk_accel_path "/dialogs/dialogs-mypaint-brushes" "") +; (gtk_accel_path "/context/context-font-select-previous" "") +; (gtk_accel_path "/file/file-open-recent-07" "7") +; (gtk_accel_path "/plug-in/plug-in-film" "") +; (gtk_accel_path "/layers/layers-anchor" "h") +; (gtk_accel_path "/view/view-new" "") +; (gtk_accel_path "/edit/edit-redo" "y") +; (gtk_accel_path "/context/context-brush-angle-decrease" "") +; (gtk_accel_path "/file/file-open-recent-06" "6") +; (gtk_accel_path "/images/images-new-view" "") +; (gtk_accel_path "/plug-in/plug-in-goat-exercise" "") +; (gtk_accel_path "/plug-in/file-gbr-save-internal" "") +; (gtk_accel_path "/file/file-open-recent-05" "5") +; (gtk_accel_path "/edit/edit-paste-in-place" "v") +; (gtk_accel_path "/vectors/vectors-selection-add" "") +; (gtk_accel_path "/tools/tools-aspect-increase-percent" "") +; (gtk_accel_path "/plug-in/plug-in-reset-all" "") +; (gtk_accel_path "/layers/layers-edit-attributes" "") +; (gtk_accel_path "/drawable/drawable-lock-content" "") +; (gtk_accel_path "/plug-in/gimp-help-using-docks" "") +; (gtk_accel_path "/filters/filters-hue-saturation" "") +; (gtk_accel_path "/context/context-foreground-red-decrease-skip" "") +; (gtk_accel_path "/filters/filters-lens-distortion" "") +; (gtk_accel_path "/image/image-convert-indexed" "") +; (gtk_accel_path "/filters/filters-tile-glass" "") +; (gtk_accel_path "/plug-in/script-fu-lava" "") +; (gtk_accel_path "/file/file-open-recent-04" "4") +; (gtk_accel_path "/dock/dock-auto-follow-active" "") +; (gtk_accel_path "/plug-in/script-fu-spyrogimp" "") +; (gtk_accel_path "/patterns/patterns-open-as-image" "") +; (gtk_accel_path "/context/context-foreground-saturation-maximum" "") +; (gtk_accel_path "/image/colors-map-menu" "") +; (gtk_accel_path "/context/context-brush-radius-set" "") +; (gtk_accel_path "/file/file-open-recent-03" "3") +; (gtk_accel_path "/context/context-brush-hardness-decrease" "") +; (gtk_accel_path "/windows/windows-show-display-previous" "Tab") +; (gtk_accel_path "/view/view-softproof-intent-relative-colorimetric" "") +; (gtk_accel_path "/tools/tools-force-set-to-default" "") +; (gtk_accel_path "/file/file-open-recent-02" "2") +; (gtk_accel_path "/drawable/drawable-equalize" "") +; (gtk_accel_path "/context/context-font-select-first" "") +; (gtk_accel_path "/plug-in/plug-in-animationunoptimize" "") +; (gtk_accel_path "/layers/layers-mask-selection-replace" "") +; (gtk_accel_path "/plug-in/python-fu-foggify" "") +; (gtk_accel_path "/patterns/patterns-refresh" "") +; (gtk_accel_path "/file/file-open-recent-01" "1") +; (gtk_accel_path "/image/image-crop-to-content" "") +; (gtk_accel_path "/filters/filters-polar-coordinates" "") +; (gtk_accel_path "/brushes/brushes-new" "") +; (gtk_accel_path "/context/context-background-hue-minimum" "") +; (gtk_accel_path "/tools/tools-rotate" "r") +; (gtk_accel_path "/image/image-convert-double" "") +; (gtk_accel_path "/view/view-zoom-1-8" "4") +; (gtk_accel_path "/context/context-background-green-decrease-skip" "") +; (gtk_accel_path "/edit/edit-fill-fg" "comma") +; (gtk_accel_path "/tools/tools-scale" "s") +; (gtk_accel_path "/context/context-brush-select-last" "") +; (gtk_accel_path "/plug-in/script-fu-distress-selection" "") +; (gtk_accel_path "/edit/undo-popup" "") +; (gtk_accel_path "/layers/layers-mode-first" "") +; (gtk_accel_path "/view/view-zoom-1-16" "5") +; (gtk_accel_path "/dockable/dockable-add-tab-menu" "") +; (gtk_accel_path "/context/context-tool-select-previous" "") +; (gtk_accel_path "/channels/channels-color-tag-gray" "") +; (gtk_accel_path "/dockable/dialogs-error-console" "") +; (gtk_accel_path "/context/context-foreground-value-maximum" "") +; (gtk_accel_path "/channels/channels-raise" "") +; (gtk_accel_path "/context/context-background-red-set" "") +; (gtk_accel_path "/plug-in/script-fu-perspective-shadow" "") +; (gtk_accel_path "/context/context-opacity-decrease" "") +; (gtk_accel_path "/filters/filters-cubism" "") +; (gtk_accel_path "/filters/filters-motion-blur-circular" "") +; (gtk_accel_path "/context/context-gradient-menu" "") +; (gtk_accel_path "/plug-in/plug-in-max-rgb" "") +; (gtk_accel_path "/image/image-resize" "") +; (gtk_accel_path "/filters/filters-normal-map" "") +; (gtk_accel_path "/vectors/vectors-color-tag-green" "") +; (gtk_accel_path "/plug-in/gimp-online-docs-web-site" "") +; (gtk_accel_path "/view/view-zoom-1-4" "3") +; (gtk_accel_path "/vectors/vectors-copy" "") +; (gtk_accel_path "/context/context-palette-foreground-last" "") +; (gtk_accel_path "/filters/filters-pixelize" "") +; (gtk_accel_path "/tools/tools-airbrush-rate-decrease-skip" "") +; (gtk_accel_path "/tools/tools-shear" "h") +; (gtk_accel_path "/context/context-background-green-minimum" "") +; (gtk_accel_path "/view/view-snap-to-canvas" "") +; (gtk_accel_path "/view/view-scroll-left-border" "") +; (gtk_accel_path "/plug-in/python-fu-slice" "") +; (gtk_accel_path "/dock/dock-close" "") +; (gtk_accel_path "/windows/windows-hide-docks" "Tab") +; (gtk_accel_path "/view/view-show-layer-boundary" "") +; (gtk_accel_path "/file/file-save" "s") +; (gtk_accel_path "/layers/layers-composite-space-rgb-linear" "") +; (gtk_accel_path "/context/context-background-hue-decrease" "") +; (gtk_accel_path "/windows/windows-show-display-next" "Tab") +; (gtk_accel_path "/brushes/brushes-copy-location" "") +; (gtk_accel_path "/filters/filters-noise-slur" "") +; (gtk_accel_path "/view/view-zoom-1-2" "2") +; (gtk_accel_path "/image/image-menu" "") +; (gtk_accel_path "/plug-in/plug-in-photocopy" "") +; (gtk_accel_path "/edit/edit-paste-as-menu" "") +; (gtk_accel_path "/tools/tools-select-menu" "") +; (gtk_accel_path "/view/view-zoom-1-1" "1") +; (gtk_accel_path "/plug-in/plug-in-warp" "") +; (gtk_accel_path "/dockable/dockable-preview-size-huge" "") +; (gtk_accel_path "/dockable/dockable-tab-style-automatic" "") +; (gtk_accel_path "/layers/layers-mask-edit" "") +; (gtk_accel_path "/windows/windows-show-tabs" "") +; (gtk_accel_path "/layers/layers-mask-add-last-values" "") +; (gtk_accel_path "/plug-in/file-raw-save" "") +; (gtk_accel_path "/image/image-merge-layers" "m") +; (gtk_accel_path "/filters/filters-noise-perlin" "") +; (gtk_accel_path "/plug-in/plug-in-destripe" "") +; (gtk_accel_path "/dockable/dockable-tab-style-icon-name" "") +; (gtk_accel_path "/dockable/dockable-preview-size-large" "") +; (gtk_accel_path "/layers/layers-color-tag-green" "") +; (gtk_accel_path "/context/context-background-red-decrease-skip" "") +; (gtk_accel_path "/tools/tools-size-decrease-skip" "bracketleft") +; (gtk_accel_path "/dockable/dialogs-selection-editor" "") +; (gtk_accel_path "/quick-mask/quick-mask-configure" "") +; (gtk_accel_path "/filters/filters-cartoon" "") +; (gtk_accel_path "/plug-in/plug-in-fractalexplorer" "") +; (gtk_accel_path "/view/view-softproof-profile" "") +; (gtk_accel_path "/view/view-rotate-270" "") +; (gtk_accel_path "/vectors/vectors-lower-to-bottom" "") +; (gtk_accel_path "/context/context-colormap-background-set" "") +; (gtk_accel_path "/layers/layers-color-tag-gray" "") +; (gtk_accel_path "/tools/tools-paintbrush-size-set" "") +; (gtk_accel_path "/brushes/brushes-popup" "") +; (gtk_accel_path "/dock/dock-show-image-menu" "") +; (gtk_accel_path "/context/context-brush-hardness-increase-skip" "") +; (gtk_accel_path "/plug-in/script-fu-selection-to-pattern" "") +; (gtk_accel_path "/documents/documents-clear" "") +; (gtk_accel_path "/plug-in/script-fu-carve-it" "") +; (gtk_accel_path "/plug-in/plug-in-plug-in-details" "") +; (gtk_accel_path "/context/context-brush-select-previous" "") +; (gtk_accel_path "/context/context-palette-background-set" "") +; (gtk_accel_path "/tools/tools-eraser" "e") +; (gtk_accel_path "/select/select-float" "l") +; (gtk_accel_path "/context/context-gradient-select-next" "") +; (gtk_accel_path "/filters/filters-grid" "") +; (gtk_accel_path "/tools/tools-size-decrease-percent" "") +; (gtk_accel_path "/layers/layers-visible" "") +; (gtk_accel_path "/documents/documents-open" "") +; (gtk_accel_path "/dockable/dialogs-sample-points" "") +; (gtk_accel_path "/context/context-background-blue-decrease-skip" "") +; (gtk_accel_path "/view/view-softproof-intent-saturation" "") +; (gtk_accel_path "/view/view-zoom-minimum" "") +; (gtk_accel_path "/tools/tools-hardness-decrease-skip" "") +; (gtk_accel_path "/filters/filters-rgb-clip" "") +; (gtk_accel_path "/context/context-background-value-maximum" "") +; (gtk_accel_path "/layers/layers-lower-to-bottom" "") +; (gtk_accel_path "/tools/tools-force-set" "") +; (gtk_accel_path "/filters/filters-wind" "") +; (gtk_accel_path "/context/context-foreground-red-minimum" "") +; (gtk_accel_path "/windows/windows-display-0007" "") +; (gtk_accel_path "/debug/debug-dump-managers" "") +; (gtk_accel_path "/context/context-tool-select-last" "") +; (gtk_accel_path "/windows/windows-display-0008" "") +; (gtk_accel_path "/filters/filters-displace" "") +; (gtk_accel_path "/filters/filters-enhance-menu" "") +; (gtk_accel_path "/filters/filters-engrave" "") +; (gtk_accel_path "/tools/tools-object-2-next" "") +; (gtk_accel_path "/view/view-show-guides" "t") +; (gtk_accel_path "/vectors/vectors-color-tag-red" "") +; (gtk_accel_path "/vectors/vectors-selection-from-vectors" "v") +; (gtk_accel_path "/view/view-zoom-other" "") +; (gtk_accel_path "/image/image-convert-u32" "") +; (gtk_accel_path "/dockable/dialogs-symmetry" "") +; (gtk_accel_path "/context/context-swatch-background-previous" "") +; (gtk_accel_path "/select/select-feather" "") +; (gtk_accel_path "/filters/filters-motion-blur-zoom" "") +; (gtk_accel_path "/dialogs/dialogs-tool-presets" "") +; (gtk_accel_path "/windows/windows-display-0006" "") +; (gtk_accel_path "/vectors/vectors-duplicate" "") +; (gtk_accel_path "/view/view-display-intent-saturation" "") +; (gtk_accel_path "/tools/tools-foreground-select" "") diff --git a/botfiles/.config/GIMP/2.10/parasiterc b/botfiles/.config/GIMP/2.10/parasiterc new file mode 100644 index 0000000..6cfb1be --- /dev/null +++ b/botfiles/.config/GIMP/2.10/parasiterc @@ -0,0 +1,6 @@ +# GIMP parasiterc +# +# This file will be entirely rewritten each time you exit. + + +# end of parasiterc diff --git a/botfiles/.config/GIMP/2.10/pluginrc b/botfiles/.config/GIMP/2.10/pluginrc new file mode 100644 index 0000000..6aa0576 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/pluginrc @@ -0,0 +1,4525 @@ +# GIMP pluginrc +# +# This file can safely be removed and will be automatically regenerated by +# querying the installed plug-ins. + +(protocol-version 26) +(file-version 5) + +(plug-in-def "${gimp_plug_in_dir}/plug-ins/web-browser/web-browser" 1582535468 + (proc-def "plug-in-web-browser" 1 + "Open an URL in the user specified web browser" + "Opens the given URL in the user specified web browser." + "Henrik Brix Andersen " + "2003" + "2003/09/16" + "" + 0 + (icon icon-name -1 "") + "" + 1 0 + (proc-arg 4 "url" "URL to open"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/wavelet-decompose/wavelet-decompose" 1582535468 + (proc-def "plug-in-wavelet-decompose" 1 + "Wavelet decompose" + "Compute and render wavelet scales" + "Miroslav Talasek " + "Miroslav Talasek " + "19january 2017" + "_Wavelet-decompose..." + 1 + (menu-path "/Filters/Enhance") + (icon icon-name -1 "") + "RGB*, GRAY*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "scales" "Number of scales (1-7)") + (proc-arg 0 "create-group" "Create a layer group to store the decomposition") + (proc-arg 0 "create-masks" "Add a layer mask to each scales layers"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/warp/warp" 1582535468 + (proc-def "plug-in-warp" 1 + "Twist or smear image in many different ways" + "Smears an image along vector paths calculated as the gradient of a separate control matrix. The effect can look like brushstrokes of acrylic or watercolor paint, in some cases." + "John P. Beale" + "John P. Beale" + "1997" + "_Warp..." + 1 + (menu-path "/Filters/Map") + (icon icon-name -1 "") + "RGB*, GRAY*" + 17 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "amount" "Pixel displacement multiplier") + (proc-arg 16 "warp-map" "Displacement control map") + (proc-arg 0 "iter" "Iteration count (last required argument)") + (proc-arg 3 "dither" "Random dither amount (first optional argument)") + (proc-arg 3 "angle" "Angle of gradient vector rotation") + (proc-arg 0 "wrap-type" "Edge behavior: { WRAP (0), SMEAR (1), BLACK (2), COLOR (3) }") + (proc-arg 16 "mag-map" "Magnitude control map") + (proc-arg 0 "mag-use" "Use magnitude map: { FALSE (0), TRUE (1) }") + (proc-arg 0 "substeps" "Substeps between image updates") + (proc-arg 0 "grad-map" "Gradient control map") + (proc-arg 3 "grad-scale" "Scaling factor for gradient map (0=don't use)") + (proc-arg 0 "vector-map" "Fixed vector control map") + (proc-arg 3 "vector-scale" "Scaling factor for fixed vector map (0=don't use)") + (proc-arg 3 "vector-angle" "Angle for fixed vector map"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/van-gogh-lic/van-gogh-lic" 1582535468 + (proc-def "plug-in-lic" 1 + "Special effects that nobody understands" + "No help yet" + "Tom Bech & Federico Mena Quintero" + "Tom Bech & Federico Mena Quintero" + "Version 0.14, September 24 1997" + "_Van Gogh (LIC)..." + 1 + (menu-path "/Filters/Artistic") + (icon icon-name -1 "") + "RGB*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/unit-editor/unit-editor" 1582535468 + (proc-def "plug-in-unit-editor" 1 + "Create or alter units used in GIMP" + "The GIMP unit editor" + "Michael Natterer " + "Michael Natterer " + "2000" + "U_nits" + 1 + (menu-path "/Edit/Preferences") + (icon icon-name -1 "gimp-tool-measure") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/tile-small/tile-small" 1582535468 + (proc-def "plug-in-small-tiles" 1 + "Tile image into smaller versions of the original" + "More here later" + "Andy Thomas" + "Andy Thomas" + "1997" + "_Small Tiles..." + 0 + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "num-tiles" "Number of tiles to make"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/tile/tile" 1582535468 + (proc-def "plug-in-tile" 1 + "Create an array of copies of the image" + "This function creates a new image with a single layer sized to the specified 'new_width' and 'new_height' parameters. The specified drawable is tiled into this layer. The new layer will have the same type as the specified drawable and the new image will have a corresponding base type." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1996-1997" + "_Tile..." + 1 + (menu-path "/Filters/Map") + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 6 2 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "new-width" "New (tiled) image width") + (proc-arg 0 "new-height" "New (tiled) image height") + (proc-arg 0 "new-image" "Create a new image?") + (proc-arg 13 "new-image" "Output image (-1 if new-image == FALSE)") + (proc-arg 14 "new-layer" "Output layer (-1 if new-image == FALSE)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/spyro_plus/spyro_plus.py" 1582535468 + (proc-def "plug_in_spyrogimp" 1 + "Draw spyrographs using current tool settings and selection." + "Uses current tool settings to draw Spyrograph patterns. The size and location of the pattern is based on the current selection." + "Elad Shahar" + "Elad Shahar" + "2018" + "Spyrogimp..." + 1 + (menu-path "/Filters/Render/") + (icon icon-name -1 "") + "*" + 16 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "curve-type" "The curve type { Spyrograph (0), Epitrochoid (1), Sine (2), Lissajous(3) }") + (proc-arg 0 "shape" "Shape of fixed gear") + (proc-arg 0 "sides" "Number of sides of fixed gear (3 or greater). Only used by some shapes.") + (proc-arg 3 "morph" "Morph shape of fixed gear, between 0 and 1. Only used by some shapes.") + (proc-arg 0 "fixed-teeth" "Number of teeth for fixed gear") + (proc-arg 0 "moving-teeth" "Number of teeth for moving gear") + (proc-arg 3 "hole-percent" "Location of hole in moving gear in percent, where 100 means that the hole is at the edge of the gear, and 0 means the hole is at the center") + (proc-arg 0 "margin" "Margin from selection, in pixels") + (proc-arg 0 "equal-w-h" "Make height and width equal (TRUE or FALSE)") + (proc-arg 3 "pattern-rotation" "Pattern rotation, in degrees") + (proc-arg 3 "shape-rotation" "Shape rotation of fixed gear, in degrees") + (proc-arg 0 "tool" "Tool to use for drawing the pattern.") + (proc-arg 0 "long-gradient" "Whether to apply a long gradient to match the length of the pattern (TRUE or FALSE). Only applicable to some of the tools.")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/sphere-designer/sphere-designer" 1582535468 + (proc-def "plug-in-spheredesigner" 1 + "Create an image of a textured sphere" + "This plug-in can be used to create textured and/or bumpmapped spheres, and uses a small lightweight raytracer to perform the task with good quality" + "Vidar Madsen" + "Vidar Madsen" + "1999" + "Sphere _Designer..." + 1 + (menu-path "/Filters/Render") + (icon icon-name -1 "") + "RGB*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/sparkle/sparkle" 1582535468 + (proc-def "plug-in-sparkle" 1 + "Turn bright spots into starry sparkles" + "Uses a percentage based luminoisty threhsold to find candidate pixels for adding some sparkles (spikes). " + "John Beale, & (ported to GIMP v0.54) Michael J. Hammel & ted to GIMP v1.0) & Seth Burgess & Spencer Kimball" + "John Beale" + "Version 1.27, September 2003" + "_Sparkle..." + 1 + (menu-path "/Filters/Light and Shadow/Light") + (icon icon-name -1 "") + "RGB*, GRAY*" + 16 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "lum-threshold" "Luminosity threshold (0.0 - 1.0)") + (proc-arg 3 "flare-inten" "Flare intensity (0.0 - 1.0)") + (proc-arg 0 "spike-len" "Spike length (in pixels)") + (proc-arg 0 "spike-pts" "# of spike points") + (proc-arg 0 "spike-angle" "Spike angle (0-360 degrees, -1: random)") + (proc-arg 3 "density" "Spike density (0.0 - 1.0)") + (proc-arg 3 "transparency" "Transparency (0.0 - 1.0)") + (proc-arg 3 "random-hue" "Random hue (0.0 - 1.0)") + (proc-arg 3 "random-saturation" "Random saturation (0.0 - 1.0)") + (proc-arg 0 "preserve-luminosity" "Preserve luminosity (TRUE/FALSE)") + (proc-arg 0 "inverse" "Inverse (TRUE/FALSE)") + (proc-arg 0 "border" "Add border (TRUE/FALSE)") + (proc-arg 0 "color-type" "Color of sparkles: { NATURAL (0), FOREGROUND (1), BACKGROUND (2) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/softglow/softglow" 1582535468 + (proc-def "plug-in-softglow" 1 + "Simulate glow by making highlights intense and fuzzy" + "Gives an image a softglow effect by intensifying the highlights in the image. This is done by screening a modified version of the drawable with itself. The modified version is desaturated and then a sigmoidal transfer function is applied to force the distribution of intensities into very small and very large only. This desaturated version is then blurred to give it a fuzzy 'vaseline-on-the-lens' effect. The glow radius parameter controls the sharpness of the glow effect. The brightness parameter controls the degree of intensification applied to image highlights. The sharpness parameter controls how defined or alternatively, diffuse, the glow effect should be." + "Spencer Kimball" + "Bit Specialists, Inc." + "2001" + "_Softglow (legacy)..." + 1 + (menu-path "/Filters/Artistic") + (icon icon-name -1 "") + "RGB*, GRAY*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "glow-radius" "Glow radius (radius in pixels)") + (proc-arg 3 "brightness" "Glow brightness (0.0 - 1.0)") + (proc-arg 3 "sharpness" "Glow sharpness (0.0 - 1.0)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/smooth-palette/smooth-palette" 1582535468 + (proc-def "plug-in-smooth-palette" 1 + "Derive a smooth color palette from the image" + "help!" + "Scott Draves" + "Scott Draves" + "1997" + "Smoo_th Palette..." + 1 + (menu-path "/Colors/Info") + (icon icon-name -1 "") + "RGB*" + 7 2 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "width" "Width") + (proc-arg 0 "height" "Height") + (proc-arg 0 "ntries" "Search Depth") + (proc-arg 0 "show-image" "Show Image?") + (proc-arg 13 "new-image" "Output image") + (proc-arg 14 "new-layer" "Output layer"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/sharpen/sharpen" 1582535468 + (proc-def "plug-in-sharpen" 1 + "Make image sharper (less powerful than Unsharp Mask)" + "This plug-in selectively performs a convolution filter on an image." + "Michael Sweet " + "Copyright 1997-1998 by Michael Sweet" + "1.4.2 - 3 June 1998" + "_Sharpen..." + 0 + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "percent" "Percent sharpening (default = 10)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/selection-to-path/selection-to-path" 1582535468 + (proc-def "plug-in-sel2path" 1 + "Converts a selection to a path" + "Converts a selection to a path" + "Andy Thomas" + "Andy Thomas" + "1999" + "" + 0 + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)")) + (proc-def "plug-in-sel2path-advanced" 1 + "Converts a selection to a path (with advanced user menu)" + "Converts a selection to a path (with advanced user menu)" + "Andy Thomas" + "Andy Thomas" + "1999" + "" + 0 + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 23 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 3 "align-threshold" "align_threshold") + (proc-arg 3 "corner-always-threshold" "corner_always_threshold") + (proc-arg 2 "corner-surround" "corner_surround") + (proc-arg 3 "corner-threshold" "corner_threshold") + (proc-arg 3 "error-threshold" "error_threshold") + (proc-arg 2 "filter-alternative-surround" "filter_alternative_surround") + (proc-arg 3 "filter-epsilon" "filter_epsilon") + (proc-arg 2 "filter-iteration-count" "filter_iteration_count") + (proc-arg 3 "filter-percent" "filter_percent") + (proc-arg 2 "filter-secondary-surround" "filter_secondary_surround") + (proc-arg 2 "filter-surround" "filter_surround") + (proc-arg 2 "keep-knees" "{1-Yes, 0-No}") + (proc-arg 3 "line-reversion-threshold" "line_reversion_threshold") + (proc-arg 3 "line-threshold" "line_threshold") + (proc-arg 3 "reparameterize-improvement" "reparameterize_improvement") + (proc-arg 3 "reparameterize-threshold" "reparameterize_threshold") + (proc-arg 3 "subdivide-search" "subdivide_search") + (proc-arg 2 "subdivide-surround" "subdivide_surround") + (proc-arg 3 "subdivide-threshold" "subdivide_threshold") + (proc-arg 2 "tangent-surround" "tangent_surround"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/script-fu/script-fu" 1582535468 + (proc-def "extension-script-fu" 2 + "A scheme interpreter for scripting GIMP operations" + "More help here later" + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1997" + "" + 0 + (icon icon-name -1 "") + "" + 0 0) + (proc-def "plug-in-script-fu-console" 1 + "Interactive console for Script-Fu development" + "Provides an interface which allows interactive scheme development." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1997" + "_Console" + 1 + (menu-path "/Filters/Languages/Script-Fu") + (icon icon-name -1 "") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }")) + (proc-def "plug-in-script-fu-text-console" 1 + "Provides a text console mode for script-fu development" + "Provides an interface which allows interactive scheme development." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1997" + "" + 0 + (icon icon-name -1 "") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }")) + (proc-def "plug-in-script-fu-server" 1 + "Server for remote Script-Fu operation" + "Provides a server for remote script-fu operation. NOTE that for security reasons this procedure's API was changed in an incompatible way since GIMP 2.8.12. You now have to pass the IP to listen on as first parameter. Calling this procedure with the old API will fail on purpose." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1997" + "_Start Server..." + 1 + (menu-path "/Filters/Languages/Script-Fu") + (icon icon-name -1 "") + "" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "ip" "The ip on which to listen for requests") + (proc-arg 0 "port" "The port on which to listen for requests") + (proc-arg 4 "logfile" "The file to log server activity to")) + (proc-def "plug-in-script-fu-eval" 1 + "Evaluate scheme code" + "Evaluate the code under the scheme interpreter (primarily for batch mode)" + "Manish Singh" + "Manish Singh" + "1998" + "" + 0 + (icon icon-name -1 "") + "" + 2 0 + (proc-arg 0 "run-mode" "The run mode { RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "code" "The code to evaluate")) + (locale-def "gimp20-script-fu")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/screenshot/screenshot" 1582535468 + (proc-def "plug-in-screenshot" 1 + "Create an image from an area of the screen" + "The plug-in takes screenshots of an interactively selected window or of the desktop, either the whole desktop or an interactively selected region. When called non-interactively, it may grab the root window or use the window-id passed as a parameter. The last four parameters are optional and can be used to specify the corners of the region to be grabbed.On Mac OS X or on gnome-shell, when called non-interactively, the plug-inonly can take screenshots of the entire root window.Grabbing a window or a region is not supportednon-interactively. To grab a region or a particularwindow, you need to use the interactive mode." + "Sven Neumann , Henrik Brix Andersen ,Simone Karin Lehmann" + "1998 - 2008" + "v1.1 (2008/04)" + "_Screenshot..." + 1 + (menu-path "/File/Create/Acquire") + (icon inline-pixbuf 1606 "GdkP\0\0\6F\2\1\0\2\0\0\0X\0\0\0\26\0\0\0\26\213\0\0\0\0\1\242\242\242\5\203\242\242\242\31\221\0\0\0\0\2\27\27\26D\40\40\40\372\203\51\51\51\375\2\32\32\32\362\26\26\25\60\217\0\0\0\0\2\2\2\2\322\307\310\307\377\203\377\377\377\377\2\263\263\262\363\0\0\0\314\217\0\0\0\0\2\6\6\6\334\206\207\205\377\202\252\253\251\377\3\252\252\251\377ghe\376\1\1\1\320\217\0\0\0\0\2\11\11\11\346\56\57\55\345\202GHE\25\3JKH\32\60\61\57\364\5\5\5\333\212\0\0\0\0\17\26\26\25\31\26\26\25\60\26\26\25g\0\0\0\314\53\54\53\331LMK\375EFD\362ffe\347iig\346lmk\346RSQ\362\13\13\13\360\0\0\0\314\2\2\2\321\26\26\25V\203\0\0\0\0\43\26\26\25\31\26\26\25\60\26\26\25n\3\3\3\331\2\2\2\332JJI\355\215\215\215\372\246\246\246\347\267\270\266\362\177\202\176\377BC\77\377TUR\377\134\135Y\377gid\377\133\135X\377\204\206\204\374wxw\276\224\225\224\314LLK\343\26\26\25D\0\0\0\0\26\26\25D\3\3\3\341\17\17\17\373ghg\377\237\240\236\377\273\274\272\377\302\303\300\377\272\273\270\377\200\201\177\377zzz\377tws\377\220\223\217\377\221\225\221\377\224\227\223\377\202\226\232\226\377K\177\202\175\377xyu\377\217\221\215\377\226\227\226\365\0\0\0\371\0\0\0\0\2\2\2\330\257\261\257\377\275\276\273\377\262\263\260\377UWT\377QSP\377suq\377\135\136\133\377\304\304\304\377\303\303\303\377kmi\377MNJ\377WZX\377\133\140\137\377aeb\377gid\377\175\200\173\377SUQ\377FGE\377\200\201\200\377\12\12\12\357\0\0\0\0\4\4\4\345xyv\377\241\242\236\377\210\212\205\377vxt\377\220\222\217\377GIF\377\53\54\51\377\140\140\140\377jji\377UXV\377y\204\210\377\203\215\220\377\176\204\207\377flo\377PW\134\377SWU\377JLI\377\64\65\62\377tut\377\12\12\12\357\0\0\0\0\4\4\4\344opm\377\221\223\217\377\175\177\173\377\215\217\213\377\140b\137\377\50\51\47\377\52\53\51\377\67\70\65\377VXV\377u\176\202\377nsu\377VYZ\377OST\377OQS\377JOP\377\136cd\377\66\71\70\377\41\42\41\377llk\377\12\12\12\357\0\0\0\0\3\3\3\345npl\377\220\221\216\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\71\72\67\377\136ce\377NRT\377UXY\377\50\54\56\377\22\24\25\377\41\44\46\377ILM\377\70\75\77\377RVX\377\47\47\46\377klk\377\12\12\12\357\0\0\0\1\3\3\3\345nol\377\220\221\216\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\70\72\70\377TXY\377\62\70\71\377\23\25\26\377\16\16\16\377\1\1\1\377\2\2\2\377\24\25\25\377\56\63\64\377\62\70\71\377\60\61\61\377aa\140\377\11\11\11\360\0\0\0\3\3\3\3\345nol\377\204\205\202\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\77BA\377\62\70\72\377\34\40\41\377\31\32\32\377\377\377\377\377hhh\377\40\40\40\377\22\22\22\377\56\60\60\377\56\64\66\377\72\76\77\377\140a\140\377\11\11\10\361\0\0\0\7\3\3\3\345mok\377z\173x\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377HJI\377\56\64\66\377\25\27\30\377\40\40\40\377hhh\377\232\232\232\377\175\175\175\377\47\47\47\377\71\73\73\377\57\65\67\377\65\71\71\377\140\140\137\377\11\11\10\362\0\0\0\15\3\3\3\345lnk\377rsp\377\202UWS\377\24GIF\377\40\41\37\377\54\55\52\377\76\100\76\377\56\64\66\377\35\37\40\377\1\1\1\377\70\70\70\377\214\214\214\377\213\213\213\377AAA\377JKK\377\57\65\67\377\66\72\73\377WXV\377\6\6\6\364\0\0\0\21\0\0\0\371\201\202\177\377mok\377\202UWS\377iGIF\377MNM\377RRR\372ghg\364\133\140b\377\53\57\60\377\17\17\17\377\42\42\42\377\47\47\47\377HHH\377\263\263\263\377SUU\377W\134\136\377CFF\374\74\74\74\376\20\20\17\317\0\0\0\20\24\24\23\135\4\4\4\353\177\177\176\375\174\175z\373\175\176\174\374hih\376\71\72\71\371\0\0\0\347\0\0\0\351\7\7\7\367\56\64\66\377\62\65\66\377\40\40\40\377\50\50\50\377\72\72\72\377\140ab\377\71\76\77\377\11\13\13\376\0\0\0\353\0\0\0\300\14\14\13H\0\0\0\15\0\0\0\4\23\23\22L\0\0\0\332\0\0\0\341\0\0\0\346\0\0\0\341\14\14\13\173\0\0\0V\0\0\0a\0\0\0l\10\11\11\371\134\136\137\377LOP\377ILL\377LOQ\377QUV\377\16\17\17\377\34\37\40\244\0\0\0\140\0\0\0\64\0\0\0\27\0\0\0\7\0\0\0\1\0\0\0\3\0\0\0\10\0\0\0\21\0\0\0\34\0\0\0\47\0\0\0\60\0\0\0\66\0\0\0\75\0\0\0A\0\0\0F\4\5\5\355\12\13\13\371\17\20\20\376\15\16\16\375\10\10\11\365\7\10\11j\0\0\0G\0\0\0\55\0\0\0\30\0\0\0\13\0\0\0\4\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\11\0\0\0\16\0\0\0\23\0\0\0\31\0\0\0\35\0\0\0\41\0\0\0\43\0\0\0\44\0\0\0\45\0\0\0\44\0\0\0\46\0\0\0\45\0\0\0\36\0\0\0\27\0\0\0\20\0\0\0\10\0\0\0\3\0\0\0\1\204\0\0\0\0\5\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\5\0\0\0\6\202\0\0\0\10\11\0\0\0\11\0\0\0\7\0\0\0\10\0\0\0\5\0\0\0\7\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\1\202\0\0\0\0") + "" + 7 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 0 "shoot-type" "The Shoot type { SHOOT-WINDOW (0), SHOOT-ROOT (1), SHOOT-REGION (2) }") + (proc-arg 0 "window-id" "Window id for SHOOT-WINDOW") + (proc-arg 0 "x1" "Region left x coord for SHOOT-REGION") + (proc-arg 0 "y1" "Region top y coord for SHOOT-REGION") + (proc-arg 0 "x2" "Region right x coord for SHOOT-REGION") + (proc-arg 0 "y2" "Region bottom y coord for SHOOT-REGION") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/sample-colorize/sample-colorize" 1582535468 + (proc-def "plug-in-sample-colorize" 1 + "Colorize image using a sample image as a guide" + "This plug-in colorizes the contents of the specified (gray) layer with the help of a sample (color) layer. It analyzes all colors in the sample layer. The sample colors are sorted by brightness (== intentisty) and amount and stored in a sample colortable (where brightness is the index) The pixels of the destination layer are remapped with the help of the sample colortable. If use_subcolors is TRUE, the remapping process uses all sample colors of the corresponding brightness-intensity and distributes the subcolors according to their amount in the sample (If the sample has 5 green, 3 yellow, and 1 red pixel of the intensity value 105, the destination pixels at intensity value 105 are randomly painted in green, yellow and red in a relation of 5:3:1 If use_subcolors is FALSE only one sample color per intensity is used. (green will be used in this example) The brightness intensity value is transformed at the remapping process according to the levels: out_lo, out_hi, in_lo, in_high and gamma The in_low / in_high levels specify an initial mapping of the intensity. The gamma value determines how intensities are interpolated between the in_lo and in_high levels. A gamma value of 1.0 results in linear interpolation. Higher gamma values results in more high-level intensities Lower gamma values results in more low-level intensities The out_low/out_high levels constrain the resulting intensity index The intensity index is used to pick the corresponding color in the sample colortable. If hold_inten is FALSE the picked color is used 1:1 as resulting remap_color. If hold_inten is TRUE The brightness of the picked color is adjusted back to the origial intensity value (only hue and saturation are taken from the picked sample color) (or to the input level, if orig_inten is set FALSE) Works on both Grayscale and RGB image with/without alpha channel. (the image with the dst_drawable is converted to RGB if necessary) The sample_drawable should be of type RGB or RGBA" + "Wolfgang Hofer" + "hof@hotbot.com" + "02/2000" + "_Sample Colorize..." + 1 + (menu-path "/Colors/Map") + (icon icon-name -1 "") + "RGB*, GRAY*" + 13 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "dst-drawable" "The drawable to be colorized (Type GRAY* or RGB*)") + (proc-arg 16 "sample-drawable" "Sample drawable (should be of Type RGB or RGBA)") + (proc-arg 0 "hold-inten" "hold brightness intensity levels (TRUE, FALSE)") + (proc-arg 0 "orig-inten" "TRUE: hold brightness of original intensity levels. FALSE: Hold Intensity of input levels") + (proc-arg 0 "rnd-subcolors" "TRUE: Use all subcolors of same intensity, FALSE: use only one color per intensity") + (proc-arg 0 "guess-missing" "TRUE: guess samplecolors for the missing intensity values FALSE: use only colors found in the sample") + (proc-arg 0 "in-low" "intensity of lowest input (0 <= in_low <= 254)") + (proc-arg 0 "in-high" "intensity of highest input (1 <= in_high <= 255)") + (proc-arg 3 "gamma" "gamma adjustment factor (0.1 <= gamma <= 10) where 1.0 is linear") + (proc-arg 0 "out-low" "lowest sample color intensity (0 <= out_low <= 254)") + (proc-arg 0 "out-high" "highest sample color intensity (1 <= out_high <= 255)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/qbist/qbist" 1582535468 + (proc-def "plug-in-qbist" 1 + "Generate a huge variety of abstract patterns" + "This Plug-in is based on an article by Jörn Loviscach (appeared in c't 10/95, page 326). It generates modern art pictures from a random genetic formula." + "Jörn Loviscach, Jens Ch. Restemeier" + "Jörn Loviscach, Jens Ch. Restemeier" + "January 2001, 1.12" + "_Qbist..." + 1 + (menu-path "/Filters/Render/Pattern") + (icon icon-name -1 "") + "RGB*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/python-eval/python-eval.py" 1582535468 + (proc-def "python-fu-eval" 1 + "Evaluate Python code" + "Evaluate python code under the python interpreter (primarily for batch mode)" + "Manish Singh" + "Manish Singh" + "2006" + "" + 0 + (icon icon-name -1 "") + "" + 2 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "code" "The code to evaluate"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/python-console/python-console.py" 1582535468 + (proc-def "python-fu-console" 1 + "Interactive GIMP Python interpreter" + "Type in commands and see results" + "James Henstridge" + "James Henstridge" + "1997-1999" + "_Console" + 1 + (menu-path "/Filters/Languages/Python-Fu") + (icon icon-name -1 "") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/py-slice/py-slice.py" 1582535468 + (proc-def "python-fu-slice" 1 + "Cuts an image along its guides, creates images and a HTML table snippet" + "Add guides to an image. Then run this. It will cut along the guides,\n and give you the html to reassemble the resulting images. If you\n choose to generate javascript for onmouseover and clicked events, it\n will use the lower three visible layers on the image for normal,\n onmouseover and clicked states, in that order. If skip caps is\n enabled, table cells on the edge of the table won't become animated,\n and its images will be taken from the active layer." + "Manish Singh" + "Manish Singh" + "2003" + "_Slice..." + 1 + (menu-path "/Filters/Web") + (icon icon-name -1 "") + "*" + 12 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "save-path" "Path for HTML export") + (proc-arg 4 "html-filename" "Filename for export") + (proc-arg 4 "image-basename" "Image name prefix") + (proc-arg 4 "image-extension" "Image format") + (proc-arg 0 "separate-image-dir" "Separate image folder") + (proc-arg 4 "relative-image-path" "Folder for image export") + (proc-arg 0 "cellspacing" "Space between table elements") + (proc-arg 0 "animate" "Javascript for onmouseover and clicked") + (proc-arg 0 "skip-caps" "Skip animation for table caps")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/procedure-browser/procedure-browser" 1582535468 + (proc-def "plug-in-dbbrowser" 1 + "List available procedures in the PDB" + "" + "Thomas Noel" + "Thomas Noel" + "23th june 1997" + "Procedure _Browser" + 1 + (menu-path "/Help/Programming") + (icon icon-name -1 "") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/print/print" 1582535468 + (proc-def "file-print-gtk" 1 + "Print the image" + "Print the image using the GTK+ Print API." + "Bill Skaggs, Sven Neumann, Stefan Röllin" + "Bill Skaggs " + "2006 - 2008" + "_Print..." + 1 + (menu-path "/File/Send") + (icon icon-name -1 "document-print") + "*" + 2 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Image to print"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/plugin-browser/plugin-browser" 1582535468 + (proc-def "plug-in-plug-in-details" 1 + "Display information about plug-ins" + "Allows one to browse the plug-in menus system. You can search for plug-in names, sort by name or menu location and you can view a tree representation of the plug-in menus. Can also be of help to find where new plug-ins have installed themselves in the menus." + "Andy Thomas" + "Andy Thomas" + "1999" + "_Plug-in Browser" + 1 + (menu-path "/Help/Programming") + (icon icon-name -1 "gimp-plugin") + "" + 1 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/photocopy/photocopy" 1582535468 + (proc-def "plug-in-photocopy" 1 + "Simulate color distortion produced by a copy machine" + "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a photocopied version of the image, with toner transferred based on the relative darkness of a particular region. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average and setting other pixels to white. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the regions of white and much less detail for black areas everywhere including inside regions of color. Small values result in less toner overall and more detail everywhere. Small values for the pct_black make the blend from the white regions to the black border lines smoother and the toner regions themselves thinner and less noticeable; larger values achieve the opposite effect." + "Spencer Kimball" + "Bit Specialists, Inc." + "2001" + "_Photocopy (legacy)..." + 1 + (menu-path "/Filters/Artistic") + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "mask-radius" "Photocopy mask radius (radius of pixel neighborhood)") + (proc-arg 3 "sharpness" "Sharpness (detail level) (0.0 - 1.0)") + (proc-arg 3 "pct-black" "Percentage of darkened pixels to set to black (0.0 - 1.0)") + (proc-arg 3 "pct-white" "Percentage of non-darkened pixels left white (0.0 - 1.0)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-to-gradient/palette-to-gradient.py" 1582535468 + (proc-def "python-fu-palette-to-gradient" 1 + "Create a gradient using colors from the palette" + "Create a new gradient using colors from the palette." + "Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz" + "Carol Spears" + "2006" + "Palette to _Gradient" + 1 + (menu-path "") + (icon icon-name -1 "") + "" + 2 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "palette" "Palette") + (proc-arg 4 "new-gradient" "Result")) + (proc-def "python-fu-palette-to-gradient-repeating" 1 + "Create a repeating gradient using colors from the palette" + "Create a new repeating gradient using colors from the palette." + "Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz" + "Carol Spears" + "2006" + "Palette to _Repeating Gradient" + 1 + (menu-path "") + (icon icon-name -1 "") + "" + 2 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "palette" "Palette") + (proc-arg 4 "new-gradient" "Result")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-sort/palette-sort.py" 1582535468 + (proc-def "python-fu-palette-sort" 1 + "Sort the colors in a palette" + "palette_sort (palette, selection, slice_expr, channel,\nchannel2, quantize, ascending, pchannel, pquantize) -> new_palette\nSorts a palette, or part of a palette, using several options.\nOne can select two color channels over which to sort,\nand several auxiliary parameters create a 2D sorted\npalette with sorted rows, among other things.\nOne can optionally install colormath\n(https://pypi.python.org/pypi/colormath/1.0.8)\nto GIMP's Python to get even more channels to choose from.\n" + "João S. O. Bueno, Carol Spears, David Gowers" + "João S. O. Bueno, Carol Spears, David Gowers" + "2006-2014" + "_Sort Palette..." + 1 + (menu-path "") + (icon icon-name -1 "") + "" + 11 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "palette" "Palette") + (proc-arg 0 "selections" "Selections") + (proc-arg 4 "slice-expr" "Slice expression") + (proc-arg 0 "channel1" "Channel to sort") + (proc-arg 0 "ascending1" "Ascending") + (proc-arg 0 "channel2" "Secondary Channel to sort") + (proc-arg 0 "ascending2" "Ascending") + (proc-arg 3 "quantize" "Quantization") + (proc-arg 0 "pchannel" "Partitioning channel") + (proc-arg 3 "pquantize" "Partition quantization")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-offset/palette-offset.py" 1582535468 + (proc-def "python-fu-palette-offset" 1 + "Offset the colors in a palette" + "palette_offset (palette, amount) -> modified_palette" + "Joao S. O. Bueno Calligaris, Carol Spears" + "(c) Joao S. O. Bueno Calligaris" + "2004, 2006" + "_Offset Palette..." + 1 + (menu-path "") + (icon icon-name -1 "") + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "palette" "Palette") + (proc-arg 0 "amount" "Offset") + (proc-arg 4 "new-palette" "Result")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/pagecurl/pagecurl" 1582535468 + (proc-def "plug-in-pagecurl" 1 + "Curl up one of the image corners" + "This plug-in creates a pagecurl-effect." + "Federico Mena Quintero and Simon Budig" + "Federico Mena Quintero and Simon Budig" + "July 2004, 1.0" + "_Pagecurl..." + 1 + (menu-path "/Filters/Distorts") + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "colors" "FG- and BG-Color (0), Current gradient (1), Current gradient reversed (2)") + (proc-arg 0 "edge" "Edge to curl (1-4, clockwise, starting in the lower right edge)") + (proc-arg 0 "orientation" "Vertical (0), Horizontal (1)") + (proc-arg 0 "shade" "Shade the region under the curl (1) or not (0)") + (proc-arg 14 "curl-layer" "The new layer with the curl."))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/nl-filter/nl-filter" 1582535468 + (proc-def "plug-in-nlfilt" 1 + "Nonlinear swiss army knife filter" + "This is the pnmnlfilt, in gimp's clothing. See the pnmnlfilt manpage for details." + "Graeme W. Gill, gimp 0.99 plug-in by Eric L. Hernes" + "Graeme W. Gill, Eric L. Hernes" + "1997" + "_NL Filter..." + 1 + (menu-path "/Filters/Enhance") + (icon icon-name -1 "") + "RGB,GRAY" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "img" "The Image to Filter") + (proc-arg 16 "drw" "The Drawable") + (proc-arg 3 "alpha" "The amount of the filter to apply") + (proc-arg 3 "radius" "The filter radius") + (proc-arg 0 "filter" "The Filter to Run, 0 - alpha trimmed mean; 1 - optimal estimation (alpha controls noise variance); 2 - edge enhancement"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/metadata-viewer/metadata-viewer" 1582535468 + (proc-def "plug-in-metadata-viewer" 1 + "View metadata (Exif, IPTC, XMP)" + "View metadata information attached to the current image. This can include Exif, IPTC and/or XMP information." + "Hartmut Kuhse, Michael Natterer, Ben Touchette" + "Hartmut Kuhse, Michael Natterer, Ben Touchette" + "2013, 2017" + "_View Metadata" + 1 + (menu-path "/Image/Metadata") + (icon icon-name -1 "") + "*" + 2 0 + (proc-arg 0 "run-mode" "Run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/metadata-editor/metadata-editor" 1582535468 + (proc-def "plug-in-metadata-editor" 1 + "Edit metadata (IPTC, EXIF, XMP)" + "Edit metadata information attached to the current image. Some or all of this metadata will be saved in the file, depending on the output file format." + "Ben Touchette" + "Ben Touchette" + "2017" + "_Edit Metadata" + 1 + (menu-path "/Image/Metadata") + (icon icon-name -1 "") + "*" + 2 0 + (proc-arg 0 "run-mode" "Run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/max-rgb/max-rgb" 1582535468 + (proc-def "plug-in-max-rgb" 1 + "Reduce image to pure red, green, and blue" + "There's no help yet." + "Shuji Narazaki (narazaki@InetQ.or.jp)" + "Shuji Narazaki" + "May 2000" + "Maxim_um RGB..." + 0 + (icon icon-name -1 "") + "RGB*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (not used)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "max-p" "{ MINIMIZE (0), MAXIMIZE (1) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/map-object/map-object" 1582535468 + (proc-def "plug-in-map-object" 1 + "Map the image to an object (plane, sphere, box or cylinder)" + "No help yet" + "Tom Bech & Federico Mena Quintero" + "Tom Bech & Federico Mena Quintero" + "Version 1.2.0, July 16 1998" + "Map _Object..." + 1 + (menu-path "/Filters/Map") + (icon icon-name -1 "") + "RGB*" + 49 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "maptype" "Type of mapping (0=plane,1=sphere,2=box,3=cylinder)") + (proc-arg 3 "viewpoint-x" "Position of viewpoint (x,y,z)") + (proc-arg 3 "viewpoint-y" "Position of viewpoint (x,y,z)") + (proc-arg 3 "viewpoint-z" "Position of viewpoint (x,y,z)") + (proc-arg 3 "position-x" "Object position (x,y,z)") + (proc-arg 3 "position-y" "Object position (x,y,z)") + (proc-arg 3 "position-z" "Object position (x,y,z)") + (proc-arg 3 "firstaxis-x" "First axis of object [x,y,z]") + (proc-arg 3 "firstaxis-y" "First axis of object [x,y,z]") + (proc-arg 3 "firstaxis-z" "First axis of object [x,y,z]") + (proc-arg 3 "secondaxis-x" "Second axis of object [x,y,z]") + (proc-arg 3 "secondaxis-y" "Second axis of object [x,y,z]") + (proc-arg 3 "secondaxis-z" "Second axis of object [x,y,z]") + (proc-arg 3 "rotationangle-x" "Rotation about X axis in degrees") + (proc-arg 3 "rotationangle-y" "Rotation about Y axis in degrees") + (proc-arg 3 "rotationangle-z" "Rotation about Z axis in degrees") + (proc-arg 0 "lighttype" "Type of lightsource (0=point,1=directional,2=none)") + (proc-arg 10 "lightcolor" "Lightsource color (r,g,b)") + (proc-arg 3 "lightposition-x" "Lightsource position (x,y,z)") + (proc-arg 3 "lightposition-y" "Lightsource position (x,y,z)") + (proc-arg 3 "lightposition-z" "Lightsource position (x,y,z)") + (proc-arg 3 "lightdirection-x" "Lightsource direction [x,y,z]") + (proc-arg 3 "lightdirection-y" "Lightsource direction [x,y,z]") + (proc-arg 3 "lightdirection-z" "Lightsource direction [x,y,z]") + (proc-arg 3 "ambient-intensity" "Material ambient intensity (0..1)") + (proc-arg 3 "diffuse-intensity" "Material diffuse intensity (0..1)") + (proc-arg 3 "diffuse-reflectivity" "Material diffuse reflectivity (0..1)") + (proc-arg 3 "specular-reflectivity" "Material specular reflectivity (0..1)") + (proc-arg 3 "highlight" "Material highlight (0..->), note: it's exponential") + (proc-arg 0 "antialiasing" "Apply antialiasing (TRUE/FALSE)") + (proc-arg 0 "tiled" "Tile source image (TRUE/FALSE)") + (proc-arg 0 "newimage" "Create a new image (TRUE/FALSE)") + (proc-arg 0 "transparentbackground" "Make background transparent (TRUE/FALSE)") + (proc-arg 3 "radius" "Sphere/cylinder radius (only used when maptype=1 or 3)") + (proc-arg 3 "x-scale" "Box x size (0..->)") + (proc-arg 3 "y-scale" "Box y size (0..->)") + (proc-arg 3 "z-scale" "Box z size (0..->)") + (proc-arg 3 "cylinder-length" "Cylinder length (0..->)") + (proc-arg 16 "box-front-drawable" "Box front face (set these to -1 if not used)") + (proc-arg 16 "box-back-drawable" "Box back face") + (proc-arg 16 "box-top-drawable" "Box top face") + (proc-arg 16 "box-bottom-drawable" "Box bottom face") + (proc-arg 16 "box-left-drawable" "Box left face") + (proc-arg 16 "box-right-drawable" "Box right face") + (proc-arg 16 "cyl-top-drawable" "Cylinder top face (set these to -1 if not used)") + (proc-arg 16 "cyl-bottom-drawable" "Cylinder bottom face"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/mail/mail" 1582535468 + (proc-def "plug-in-mail-image" 1 + "Send the image by email" + "The preferred email composer is used to send emails and must be properly configured." + "Adrian Likins, Reagan Blundell" + "Adrian Likins, Reagan Blundell, Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "Send by E_mail..." + 1 + (menu-path "/File/Send") + (icon icon-name -1 "gtk-edit") + "*" + 9 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "to-address" "The email address to send to") + (proc-arg 4 "from-address" "The email address for the From: field") + (proc-arg 4 "subject" "The subject") + (proc-arg 4 "comment" "The Comment") + (proc-arg 0 "encapsulation" "ignored"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/lighting/lighting" 1582535468 + (proc-def "plug-in-lighting" 1 + "Apply various lighting effects to an image" + "No help yet" + "Tom Bech & Federico Mena Quintero" + "Tom Bech & Federico Mena Quintero" + "Version 0.2.0, March 15 1998" + "_Lighting Effects..." + 1 + (menu-path "/Filters/Light and Shadow/Light") + (icon icon-name -1 "") + "RGB*" + 24 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 16 "bumpdrawable" "Bumpmap drawable (set to 0 if disabled)") + (proc-arg 16 "envdrawable" "Environmentmap drawable (set to 0 if disabled)") + (proc-arg 0 "dobumpmap" "Enable bumpmapping (TRUE/FALSE)") + (proc-arg 0 "doenvmap" "Enable envmapping (TRUE/FALSE)") + (proc-arg 0 "bumpmaptype" "Type of mapping (0=linear,1=log, 2=sinusoidal, 3=spherical)") + (proc-arg 0 "lighttype" "Type of lightsource (0=point,1=directional,3=spot,4=none)") + (proc-arg 10 "lightcolor" "Lightsource color (r,g,b)") + (proc-arg 3 "lightposition-x" "Lightsource position (x,y,z)") + (proc-arg 3 "lightposition-y" "Lightsource position (x,y,z)") + (proc-arg 3 "lightposition-z" "Lightsource position (x,y,z)") + (proc-arg 3 "lightdirection-x" "Lightsource direction [x,y,z]") + (proc-arg 3 "lightdirection-y" "Lightsource direction [x,y,z]") + (proc-arg 3 "lightdirection-z" "Lightsource direction [x,y,z]") + (proc-arg 3 "ambient-intensity" "Material ambient intensity (0..1)") + (proc-arg 3 "diffuse-intensity" "Material diffuse intensity (0..1)") + (proc-arg 3 "diffuse-reflectivity" "Material diffuse reflectivity (0..1)") + (proc-arg 3 "specular-reflectivity" "Material specular reflectivity (0..1)") + (proc-arg 3 "highlight" "Material highlight (0..->), note: it's exponential") + (proc-arg 0 "antialiasing" "Apply antialiasing (TRUE/FALSE)") + (proc-arg 0 "newimage" "Create a new image (TRUE/FALSE)") + (proc-arg 0 "transparentbackground" "Make background transparent (TRUE/FALSE)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/jigsaw/jigsaw" 1582535468 + (proc-def "plug-in-jigsaw" 1 + "Add a jigsaw-puzzle pattern to the image" + "Jigsaw puzzle look" + "Nigel Wetten" + "Nigel Wetten" + "May 2000" + "_Jigsaw..." + 1 + (menu-path "/Filters/Render/Pattern") + (icon icon-name -1 "") + "RGB*" + 8 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "x" "Number of tiles across > 0") + (proc-arg 0 "y" "Number of tiles down > 0") + (proc-arg 0 "style" "The style/shape of the jigsaw puzzle { 0, 1 }") + (proc-arg 0 "blend-lines" "Number of lines for shading bevels >= 0") + (proc-arg 3 "blend-amount" "The power of the light highlights 0 =< 5"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/imagemap/imagemap" 1582535468 + (proc-def "plug-in-imagemap" 1 + "Create a clickable imagemap" + "" + "Maurits Rijk" + "Maurits Rijk" + "1998-2005" + "_Image Map..." + 1 + (menu-path "/Filters/Web") + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/ifs-compose/ifs-compose" 1582535468 + (proc-def "plug-in-ifscompose" 1 + "Create an Iterated Function System (IFS) fractal" + "Interactively create an Iterated Function System fractal. Use the window on the upper left to adjust the component transformations of the fractal. The operation that is performed is selected by the buttons underneath the window, or from a menu popped up by the right mouse button. The fractal will be rendered with a transparent background if the current image has an alpha channel." + "Owen Taylor" + "Owen Taylor" + "1997" + "_IFS Fractal..." + 1 + (menu-path "/Filters/Render/Fractals") + (icon icon-name -1 "") + "*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/hot/hot" 1582535468 + (proc-def "plug-in-hot" 1 + "Find and fix pixels that may be unsafely bright" + "hot scans an image for pixels that will give unsave values of chrominance or composite signale amplitude when encoded into an NTSC or PAL signal. Three actions can be performed on these ``hot'' pixels. (0) reduce luminance, (1) reduce saturation, or (2) Blacken." + "Eric L. Hernes, Alan Wm Paeth" + "Eric L. Hernes" + "1997" + "_Hot..." + 1 + (menu-path "/Colors/Modify") + (icon icon-name -1 "") + "RGB" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "The Image") + (proc-arg 16 "drawable" "The Drawable") + (proc-arg 0 "mode" "Mode { NTSC (0), PAL (1) }") + (proc-arg 0 "action" "The action to perform") + (proc-arg 0 "new-layer" "Create a new layer { TRUE, FALSE }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/histogram-export/histogram-export.py" 1582535468 + (proc-def "python-fu-histogram-export" 1 + "Exports the image histogram to a text file (CSV)" + "\nExports the image histogram to a text file,\nso that it can be used by other programs\nand loaded into spreadsheets.\n\nThe resulting file is a CSV file (Comma Separated\nValues), which can be imported\ndirectly in most spreadsheet programs.\n\nThe first two collums are the bucket boundaries,\nfollowed by the selected columns. The histogram\nrefers to the selected image area, and\ncan use either Sample Average data or data\nfrom the current drawable only.;\n\nThe output is in \"weighted pixels\" - meaning\nall fully transparent pixels are not counted.\n\nCheck the gimp-histogram call\n" + "João S. O. Bueno" + "João S. O. Bueno, 2014" + "2014" + "_Export histogram..." + 1 + (menu-path "/Colors/Info") + (icon icon-name -1 "") + "*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "img" "Image") + (proc-arg 16 "drw" "Drawable") + (proc-arg 4 "filename" "Histogram File") + (proc-arg 3 "bucket-size" "Bucket Size") + (proc-arg 0 "sample-average" "Sample Average") + (proc-arg 4 "output-format" "Output format")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/help/help" 1582535468 + (proc-def "extension-gimp-help" 2 + "" + "" + "Sven Neumann , Michael Natterer , Henrik Brix Andersen " + "Sven Neumann, Michael Natterer & Henrik Brix Andersen" + "1999-2008" + "" + 0 + (icon icon-name -1 "") + "" + 4 0 + (proc-arg 0 "num-domain-names" "") + (proc-arg 9 "domain-names" "") + (proc-arg 0 "num-domain-uris" "") + (proc-arg 9 "domain-uris" ""))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/guillotine/guillotine" 1582535468 + (proc-def "plug-in-guillotine" 1 + "Slice the image into subimages using guides" + "This function takes an image and slices it along its guides, creating new images. The original image is not modified." + "Adam D. Moss (adam@foxbox.org)" + "Adam D. Moss (adam@foxbox.org)" + "1998" + "Slice Using G_uides" + 1 + (menu-path "/Image/Crop") + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 2 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 0 "image-count" "Number of images created") + (proc-arg 5 "image-ids" "Output images"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/grid/grid" 1582535468 + (proc-def "plug-in-grid" 1 + "Draw a grid on the image" + "Draws a grid using the specified colors. The grid origin is the upper left corner." + "Tim Newsome" + "Tim Newsome, Sven Neumann, Tom Rathborne, TC" + "1997 - 2000" + "_Grid (legacy)..." + 1 + (menu-path "/Filters/Render/Pattern") + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 18 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "hwidth" "Horizontal Width (>= 0)") + (proc-arg 0 "hspace" "Horizontal Spacing (>= 1)") + (proc-arg 0 "hoffset" "Horizontal Offset (>= 0)") + (proc-arg 10 "hcolor" "Horizontal Colour") + (proc-arg 2 "hopacity" "Horizontal Opacity (0...255)") + (proc-arg 0 "vwidth" "Vertical Width (>= 0)") + (proc-arg 0 "vspace" "Vertical Spacing (>= 1)") + (proc-arg 0 "voffset" "Vertical Offset (>= 0)") + (proc-arg 10 "vcolor" "Vertical Colour") + (proc-arg 2 "vopacity" "Vertical Opacity (0...255)") + (proc-arg 0 "iwidth" "Intersection Width (>= 0)") + (proc-arg 0 "ispace" "Intersection Spacing (>= 0)") + (proc-arg 0 "ioffset" "Intersection Offset (>= 0)") + (proc-arg 10 "icolor" "Intersection Colour") + (proc-arg 2 "iopacity" "Intersection Opacity (0...255)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradients-save-as-css/gradients-save-as-css.py" 1582535468 + (proc-def "python-fu-gradient-save-as-css" 1 + "Creates a new palette from a given gradient" + "palette_from_gradient (gradient, number, segment_colors) -> None" + "Joao S. O. Bueno" + "(c) GPL V3.0 or later" + "2011" + "Save as CSS..." + 1 + (menu-path "") + (icon icon-name -1 "") + "" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "gradient" "Gradient to use") + (proc-arg 4 "file-name" "File Name")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradient-map/gradient-map" 1582535468 + (proc-def "plug-in-gradmap" 1 + "Recolor the image using colors from the active gradient" + "This plug-in maps the contents of the specified drawable with active gradient. It calculates luminosity of each pixel and replaces the pixel by the sample of active gradient at the position proportional to that luminosity. Complete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel." + "Eiichi Takamori" + "Eiichi Takamori" + "1997" + "_Gradient Map" + 1 + (menu-path "/Colors/Map") + (icon icon-name -1 "") + "RGB*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable")) + (proc-def "plug-in-palettemap" 1 + "Recolor the image using colors from the active palette" + "This plug-in maps the contents of the specified drawable with the active palette. It calculates luminosity of each pixel and replaces the pixel by the palette sample at the corresponding index. A complete black pixel becomes the lowest palette entry, and complete white becomes the highest. Works on both Grayscale and RGB image with/without alpha channel." + "Bill Skaggs" + "Bill Skaggs" + "2004" + "_Palette Map" + 1 + (menu-path "/Colors/Map") + (icon icon-name -1 "") + "RGB*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradient-flare/gradient-flare" 1582535468 + (proc-def "plug-in-gflare" 1 + "Produce a lense flare effect using gradients" + "This plug-in produces a lense flare effect using custom gradients. In interactive call, the user can edit his/her own favorite lense flare (GFlare) and render it. Edited gflare is saved automatically to the folder in gflare-path, if it is defined in gimprc. In non-interactive call, the user can only render one of GFlare which has been stored in gflare-path already." + "Eiichi Takamori" + "Eiichi Takamori, and a lot of GIMP people" + "1997" + "_Gradient Flare..." + 1 + (menu-path "/Filters/Light and Shadow/Light") + (icon icon-name -1 "") + "RGB*, GRAY*" + 14 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "gflare-name" "The name of GFlare") + (proc-arg 0 "xcenter" "X coordinate of center of GFlare") + (proc-arg 0 "ycenter" "Y coordinate of center of GFlare") + (proc-arg 3 "radius" "Radius of GFlare (pixel)") + (proc-arg 3 "rotation" "Rotation of GFlare (degree)") + (proc-arg 3 "hue" "Hue rotation of GFlare (degree)") + (proc-arg 3 "vangle" "Vector angle for second flares (degree)") + (proc-arg 3 "vlength" "Vector length for second flares (percentage to Radius)") + (proc-arg 0 "use-asupsample" "Whether it uses or not adaptive supersampling while rendering (boolean)") + (proc-arg 0 "asupsample-max-depth" "Max depth for adaptive supersampling") + (proc-arg 3 "asupsample-threshold" "Threshold for adaptive supersampling"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/goat-exercise/goat-exercise" 1582535468 + (proc-def "plug-in-goat-exercise" 1 + "Exercise a goat" + "takes a goat for a walk" + "Øyvind Kolås " + "Øyvind Kolås " + "21march 2012" + "Goat-e_xercise" + 1 + (menu-path "/Filters") + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/gimpressionist/gimpressionist" 1582535468 + (proc-def "plug-in-gimpressionist" 1 + "Performs various artistic operations" + "Performs various artistic operations on an image" + "Vidar Madsen " + "Vidar Madsen" + "v1.0, November 2003" + "_GIMPressionist..." + 1 + (menu-path "/Filters/Artistic") + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "preset" "Preset Name"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/gfig/gfig" 1582535468 + (proc-def "plug-in-gfig" 1 + "Create geometric shapes" + "Draw Vector Graphics and paint them onto your images. Gfig allows you to draw many types of objects including Lines, Circles, Ellipses, Curves, Polygons, pointed stars, Bezier curves, and Spirals. Objects can be painted using Brushes or other toolsor filled using colors or patterns. Gfig objects can also be used to create selections. " + "Andy Thomas" + "Andy Thomas" + "1997" + "_Gfig..." + 1 + (menu-path "/Filters/Render") + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "dummy" "dummy"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/fractal-trace/fractal-trace" 1582535468 + (proc-def "plug-in-fractal-trace" 1 + "Transform image with the Mandelbrot Fractal" + "transform image with the Mandelbrot Fractal" + "Hirotsuna Mizuno " + "Copyright (C) 1997 Hirotsuna Mizuno" + "v0.4 test version (Dec. 25 1997)" + "_Fractal Trace (legacy)..." + 1 + (menu-path "/Filters/Map") + (icon icon-name -1 "") + "RGB*, GRAY*" + 9 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "xmin" "xmin fractal image delimiter") + (proc-arg 3 "xmax" "xmax fractal image delimiter") + (proc-arg 3 "ymin" "ymin fractal image delimiter") + (proc-arg 3 "ymax" "ymax fractal image delimiter") + (proc-arg 0 "depth" "Trace depth") + (proc-arg 0 "outside-type" "Outside type { WRAP (0), TRANS (1), BLACK (2), WHITE (3) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/fractal-explorer/fractal-explorer" 1582535468 + (proc-def "plug-in-fractalexplorer" 1 + "Render fractal art" + "No help yet." + "Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)" + "Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)" + "December, 1998" + "_Fractal Explorer..." + 1 + (menu-path "/Filters/Render/Fractals") + (icon icon-name -1 "") + "RGB*, GRAY*" + 22 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 2 "fractaltype" "0: Mandelbrot; 1: Julia; 2: Barnsley 1; 3: Barnsley 2; 4: Barnsley 3; 5: Spider; 6: ManOWar; 7: Lambda; 8: Sierpinski") + (proc-arg 3 "xmin" "xmin fractal image delimiter") + (proc-arg 3 "xmax" "xmax fractal image delimiter") + (proc-arg 3 "ymin" "ymin fractal image delimiter") + (proc-arg 3 "ymax" "ymax fractal image delimiter") + (proc-arg 3 "iter" "Iteration value") + (proc-arg 3 "cx" "cx value ( only Julia)") + (proc-arg 3 "cy" "cy value ( only Julia)") + (proc-arg 2 "colormode" "0: Apply colormap as specified by the parameters below; 1: Apply active gradient to final image") + (proc-arg 3 "redstretch" "Red stretching factor") + (proc-arg 3 "greenstretch" "Green stretching factor") + (proc-arg 3 "bluestretch" "Blue stretching factor") + (proc-arg 2 "redmode" "Red application mode (0:SIN;1:COS;2:NONE)") + (proc-arg 2 "greenmode" "Green application mode (0:SIN;1:COS;2:NONE)") + (proc-arg 2 "bluemode" "Blue application mode (0:SIN;1:COS;2:NONE)") + (proc-arg 2 "redinvert" "Red inversion mode (1: enabled; 0: disabled)") + (proc-arg 2 "greeninvert" "Green inversion mode (1: enabled; 0: disabled)") + (proc-arg 2 "blueinvert" "Green inversion mode (1: enabled; 0: disabled)") + (proc-arg 0 "ncolors" "Number of Colors for mapping (2<=ncolors<=8192)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/foggify/foggify.py" 1582535468 + (proc-def "python-fu-foggify" 1 + "Add a layer of fog" + "Adds a layer of fog to the image." + "James Henstridge" + "James Henstridge" + "1999,2007" + "_Fog..." + 1 + (menu-path "/Filters/Decor") + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "name" "Layer name") + (proc-arg 10 "colour" "Fog color") + (proc-arg 3 "turbulence" "Turbulence") + (proc-arg 3 "opacity" "Opacity")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/flame/flame" 1582535468 + (proc-def "plug-in-flame" 1 + "Create cosmic recursive fractal flames" + "Create cosmic recursive fractal flames" + "Scott Draves" + "Scott Draves" + "1997" + "_Flame..." + 1 + (menu-path "/Filters/Render/Fractals") + (icon icon-name -1 "") + "RGB*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/filter-pack/filter-pack" 1582535468 + (proc-def "plug-in-filter-pack" 1 + "Interactively modify the image colors" + "Interactively modify the image colors." + "Pavel Grinfeld (pavel@ml.com)" + "Pavel Grinfeld (pavel@ml.com)" + "27th March 1997" + "_Filter Pack..." + 0 + (icon icon-name -1 "") + "RGB*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (used for indexed images)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/film/film" 1582535468 + (proc-def "plug-in-film" 1 + "Combine several images on a film strip" + "Compose several images to a roll film" + "Peter Kirchgessner" + "Peter Kirchgessner (peter@kirchgessner.net)" + "1997" + "_Filmstrip..." + 1 + (menu-path "/Filters/Combine") + (icon icon-name -1 "") + "INDEXED*, GRAY*, RGB*" + 12 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (only used as default image in interactive mode)") + (proc-arg 16 "drawable" "Input drawable (not used)") + (proc-arg 0 "film-height" "Height of film (0: fit to images)") + (proc-arg 10 "film-color" "Color of the film") + (proc-arg 0 "number-start" "Start index for numbering") + (proc-arg 4 "number-font" "Font for drawing numbers") + (proc-arg 10 "number-color" "Color for numbers") + (proc-arg 0 "at-top" "Flag for drawing numbers at top of film") + (proc-arg 0 "at-bottom" "Flag for drawing numbers at bottom of film") + (proc-arg 0 "num-images" "Number of images to be used for film") + (proc-arg 5 "image-ids" "num-images image IDs to be used for film") + (proc-arg 13 "new-image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xwd/file-xwd" 1582535468 + (proc-def "file-xwd-load" 1 + "Loads files in the XWD (X Window Dump) format" + "Loads files in the XWD (X Window Dump) format. XWD image files are produced by the program xwd. Xwd is an X Window System window dumping utility." + "Peter Kirchgessner" + "Peter Kirchgessner" + "1996" + "X window dump" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xwd") + (magics "4,long,0x00000007") + (mime-types "image/x-xwindowdump")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-xwd-save" 1 + "Exports files in the XWD (X Window Dump) format" + "XWD exporting handles all image types except those with alpha channels." + "Peter Kirchgessner" + "Peter Kirchgessner" + "1996" + "X window dump" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xwd") + (mime-types "image/x-xwindowdump") + (handles-uri)) + "RGB, GRAY, INDEXED" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xpm/file-xpm" 1582535468 + (proc-def "file-xpm-load" 1 + "Load files in XPM (X11 Pixmap) format." + "Load files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace." + "Spencer Kimball & Peter Mattis & Ray Lehtiniemi" + "Spencer Kimball & Peter Mattis" + "1997" + "X PixMap image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xpm") + (magics "0, string,/*\\040XPM\\040*/") + (mime-types "image/x-xpixmap")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-xpm-save" 1 + "Export files in XPM (X11 Pixmap) format." + "Export files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace." + "Spencer Kimball & Peter Mattis & Ray Lehtiniemi & Nathan Summers" + "Spencer Kimball & Peter Mattis" + "1997" + "X PixMap image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xpm") + (mime-types "image/x-xpixmap")) + "RGB*, GRAY*, INDEXED*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "threshold" "Alpha threshold (0-255)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xmc/file-xmc" 1582535468 + (proc-def "file-xmc-load" 1 + "Loads files of X11 Mouse Cursor file format" + "This plug-in loads X11 Mouse Cursor (XMC) files." + "Takeshi Matsuyama " + "Takeshi Matsuyama" + "26 May 2009" + "X11 Mouse Cursor" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xmc") + (magics "0,string,Xcur") + (mime-types "image/x-xcursor") + (thumb-loader "file-xmc-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-xmc-load-thumb" 1 + "Loads only first frame of X11 Mouse Cursor's animation sequence which nominal size is the closest of thumb-size to be used as a thumbnail" + "" + "Takeshi Matsuyama " + "Takeshi Matsuyama" + "26 May 2009" + "" + 0 + (icon icon-name -1 "") + "" + 2 5 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "The width of image") + (proc-arg 0 "image-height" "The height of image") + (proc-arg 0 "image-type" "The color type of image") + (proc-arg 0 "image-num-layers" "The number of layeres")) + (proc-def "file-xmc-save" 1 + "Exports files of X11 cursor file" + "This plug-in exports X11 Mouse Cursor (XMC) files" + "Takeshi Matsuyama " + "Takeshi Matsuyama" + "26 May 2009" + "X11 Mouse Cursor" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xmc") + (mime-types "image/x-xcursor")) + "RGBA" + 15 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "x-hot" "X-coordinate of hot spot") + (proc-arg 0 "y-hot" "Y-coordinate of hot spot\nUse (-1, -1) to keep original hot spot.") + (proc-arg 0 "crop" "Auto-crop or not") + (proc-arg 0 "size" "Default nominal size") + (proc-arg 0 "size-replace" "Replace existent size or not.") + (proc-arg 0 "delay" "Default delay") + (proc-arg 0 "delay-replace" "Replace existent delay or not.") + (proc-arg 4 "copyright" "Copyright information.") + (proc-arg 4 "license" "License information.") + (proc-arg 4 "other" "Other comment.(taken from \"gimp-comment\" parasite)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xbm/file-xbm" 1582535468 + (proc-def "file-xbm-load" 1 + "Load a file in X10 or X11 bitmap (XBM) file format" + "Load a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images." + "Gordon Matzigkeit" + "Gordon Matzigkeit" + "1998" + "X BitMap image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xbm,icon,bitmap") + (mime-types "image/x-xbitmap")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-xbm-save" 1 + "Export a file in X10 or X11 bitmap (XBM) file format" + "Export a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images." + "Gordon Matzigkeit" + "Gordon Matzigkeit" + "1998" + "X BitMap image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xbm,icon,bitmap") + (mime-types "image/x-xbitmap") + (handles-uri)) + "INDEXED" + 12 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 4 "comment" "Image description (maximum 72 bytes)") + (proc-arg 0 "x10" "Export in X10 format") + (proc-arg 0 "x-hot" "X coordinate of hotspot") + (proc-arg 0 "y-hot" "Y coordinate of hotspot") + (proc-arg 4 "prefix" "Identifier prefix [determined from filename]") + (proc-arg 0 "write-mask" "(0 = ignore, 1 = save as extra file)") + (proc-arg 4 "mask-extension" "Extension of the mask file"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-wmf/file-wmf" 1582535468 + (proc-def "file-wmf-load" 1 + "Loads files in the WMF file format" + "Loads files in the WMF file format" + "Dom Lachowicz " + "Dom Lachowicz " + "(c) 2003 - Version 0.3.0" + "Microsoft WMF file" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "wmf,apm") + (magics "0,string,\\327\\315\\306\\232,0,string,\\1\\0\\11\\0") + (mime-types "image/x-wmf") + (thumb-loader "file-wmf-load-thumb")) + "" + 6 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 3 "resolution" "Resolution to use for rendering the WMF (defaults to 72 dpi") + (proc-arg 0 "width" "Width (in pixels) to load the WMF in, 0 for original width") + (proc-arg 0 "height" "Height (in pixels) to load the WMF in, 0 for original height") + (proc-arg 13 "image" "Output image")) + (proc-def "file-wmf-load-thumb" 1 + "Loads a small preview from a WMF image" + "" + "Dom Lachowicz " + "Dom Lachowicz " + "(c) 2003 - Version 0.3.0" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-webp/file-webp" 1582535468 + (proc-def "file-webp-load" 1 + "Loads images in the WebP file format" + "Loads images in the WebP file format" + "Nathan Osman, Ben Touchette" + "(C) 2015-2016 Nathan Osman, (C) 2016 Ben Touchette" + "2015,2016" + "WebP image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "webp") + (magics "8,string,WEBP") + (mime-types "image/webp")) + "" + 3 1 + (proc-arg 0 "run-mode" "Interactive, non-interactive") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-webp-save" 1 + "Saves files in the WebP image format" + "Saves files in the WebP image format" + "Nathan Osman, Ben Touchette" + "(C) 2015-2016 Nathan Osman, (C) 2016 Ben Touchette" + "2015,2016" + "WebP image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "webp") + (mime-types "image/webp")) + "RGB*, GRAY*, INDEXED*" + 18 0 + (proc-arg 0 "run-mode" "Interactive, non-interactive") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image to") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "preset" "preset (Default=0, Picture=1, Photo=2, Drawing=3, Icon=4, Text=5)") + (proc-arg 0 "lossless" "Use lossless encoding (0/1)") + (proc-arg 3 "quality" "Quality of the image (0 <= quality <= 100)") + (proc-arg 3 "alpha-quality" "Quality of the image's alpha channel (0 <= alpha-quality <= 100)") + (proc-arg 0 "animation" "Use layers for animation (0/1)") + (proc-arg 0 "anim-loop" "Loop animation infinitely (0/1)") + (proc-arg 0 "minimize-size" "Minimize animation size (0/1)") + (proc-arg 0 "kf-distance" "Maximum distance between key-frames (>=0)") + (proc-arg 0 "exif" "Toggle saving exif data (0/1)") + (proc-arg 0 "iptc" "Toggle saving iptc data (0/1)") + (proc-arg 0 "xmp" "Toggle saving xmp data (0/1)") + (proc-arg 0 "delay" "Delay to use when timestamps are not available or forced") + (proc-arg 0 "force-delay" "Force delay on all frames"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-tiff/file-tiff" 1582535468 + (proc-def "file-tiff-load" 1 + "loads files of the tiff file format" + "FIXME: write help for tiff_load" + "Spencer Kimball, Peter Mattis & Nick Lamb" + "Nick Lamb " + "1995-1996,1998-2003" + "TIFF image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "tif,tiff") + (magics "0,string,II*\\0,0,string,MM\\0*") + (mime-types "image/tiff") + (handles-uri)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-tiff-save" 1 + "saves files in the tiff file format" + "Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1995-1996,2000-2003" + "TIFF image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "tif,tiff") + (mime-types "image/tiff") + (handles-uri)) + "RGB*, GRAY*, INDEXED*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }")) + (proc-def "file-tiff-save2" 1 + "saves files in the tiff file format" + "Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite." + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1995-1996,2000-2003" + "TIFF image" + 0 + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }") + (proc-arg 0 "save-transp-pixels" "Keep the color data masked by an alpha channel intact (do not store premultiplied components)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-tga/file-tga" 1582535468 + (proc-def "file-tga-load" 1 + "Loads files of Targa file format" + "FIXME: write help for tga_load" + "Raphael FRANCOIS, Gordon Matzigkeit" + "Raphael FRANCOIS, Gordon Matzigkeit" + "1997,2000,2007" + "TarGA image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "tga,vda,icb,vst") + (magics "-18&,string,TRUEVISION-XFILE.,-1,byte,0") + (mime-types "image/x-tga")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-tga-save" 1 + "exports files in the Targa file format" + "FIXME: write help for tga_save" + "Raphael FRANCOIS, Gordon Matzigkeit" + "Raphael FRANCOIS, Gordon Matzigkeit" + "1997,2000" + "TarGA image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "tga") + (mime-types "image/x-tga")) + "RGB*, GRAY*, INDEXED*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "rle" "Use RLE compression") + (proc-arg 0 "origin" "Image origin (0 = top-left, 1 = bottom-left)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-svg/file-svg" 1582535468 + (proc-def "file-svg-load" 1 + "Loads files in the SVG file format" + "Renders SVG files to raster graphics using librsvg." + "Dom Lachowicz, Sven Neumann" + "Dom Lachowicz " + "2.5.0" + "SVG image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "svg") + (magics "0,string," + "2.5.0" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-sunras/file-sunras" 1582535468 + (proc-def "file-sunras-load" 1 + "load file of the SunRaster file format" + "load file of the SunRaster file format" + "Peter Kirchgessner" + "Peter Kirchgessner" + "1996" + "SUN Rasterfile image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "im1,im8,im24,im32,rs,ras") + (magics "0,long,0x59a66a95") + (mime-types "image/x-sun-raster")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-sunras-save" 1 + "export file in the SunRaster file format" + "SUNRAS exporting handles all image types except those with alpha channels." + "Peter Kirchgessner" + "Peter Kirchgessner" + "1996" + "SUN Rasterfile image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "im1,im8,im24,im32,rs,ras") + (mime-types "image/x-sun-raster")) + "RGB, GRAY, INDEXED" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "rle" "Specify non-zero for rle output, zero for standard output"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-sgi/file-sgi" 1582535468 + (proc-def "file-sgi-load" 1 + "Loads files in SGI image file format" + "This plug-in loads SGI image files." + "Michael Sweet " + "Copyright 1997-1998 by Michael Sweet" + "1.1.1 - 17 May 1998" + "Silicon Graphics IRIS image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "sgi,rgb,rgba,bw,icon") + (magics "0,short,474") + (mime-types "image/x-sgi")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-sgi-save" 1 + "Exports files in SGI image file format" + "This plug-in exports SGI image files." + "Michael Sweet " + "Copyright 1997-1998 by Michael Sweet" + "1.1.1 - 17 May 1998" + "Silicon Graphics IRIS image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "sgi,rgb,rgba,bw,icon") + (mime-types "image/x-sgi")) + "RGB*, GRAY*, INDEXED*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "compression" "Compression level (0 = none, 1 = RLE, 2 = ARLE)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder" 1582535468 + (proc-def "file-raw-placeholder-canon-load" 1 + "Load files in the Canon raw formats via raw-placeholder" + "This plug-in loads files in Canon's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Canon" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "cr2,crw") + (magics "0,string,II*\\0\\020\\0\\0\\0CR,0,string,II\\024\\0\\0\\0HEAPCCDR") + (mime-types "image/x-canon-cr2,image/x-canon-crw") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-nikon-load" 1 + "Load files in the Nikon raw formats via raw-placeholder" + "This plug-in loads files in Nikon's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Nikon" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "nef,nrw") + (mime-types "image/x-nikon-nef,image/x-nikon-nrw") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-hasselblad-load" 1 + "Load files in the Hasselblad raw formats via raw-placeholder" + "This plug-in loads files in Hasselblad's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Hasselblad" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "3fr,fff") + (mime-types "image/x-hasselblad-3fr,image/x-hasselblad-fff") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-sony-load" 1 + "Load files in the Sony raw formats via raw-placeholder" + "This plug-in loads files in Sony's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Sony" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "arw,srf,sr2") + (mime-types "image/x-sony-arw,image/x-sony-srf,image/x-sony-sr2") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-bay-load" 1 + "Load files in the BAY raw format via raw-placeholder" + "This plug-in loads files in Casio's raw BAY format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Casio BAY" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "bay") + (mime-types "image/x-casio-bay") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-cine-load" 1 + "Load files in the CINE raw format via raw-placeholder" + "This plug-in loads files in Phantom Software's raw CINE format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Phantom Software CINE" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "cine,cin") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-sinar-load" 1 + "Load files in the Sinar raw formats via raw-placeholder" + "This plug-in loads files in Sinar's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Sinar" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "cs1,ia,sti") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-kodak-load" 1 + "Load files in the Kodak raw formats via raw-placeholder" + "This plug-in loads files in Kodak's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Kodak" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "dc2,dcr,kdc,k25,kc2") + (mime-types "image/x-kodak-dc2,image/x-kodak-dcr,image/x-kodak-kdc,image/x-kodak-k25,image/x-kodak-kc2") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-dng-load" 1 + "Load files in the DNG raw format via raw-placeholder" + "This plug-in loads files in the Adobe Digital Negative DNG format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Adobe DNG Digital Negative" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "dng") + (mime-types "image/x-adobe-dng") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-erf-load" 1 + "Load files in the ERF raw format via raw-placeholder" + "This plug-in loads files in Epson's raw ERF format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Epson ERF" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "erf") + (mime-types "image/x-epson-erf") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-phaseone-load" 1 + "Load files in the Phase One raw formats via raw-placeholder" + "This plug-in loads files in Phase One's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Phase One" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "cap,iiq") + (mime-types "image/x-phaseone-cap,image/x-phaseone-iiq") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-minolta-load" 1 + "Load files in the Minolta raw formats via raw-placeholder" + "This plug-in loads files in Minolta's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Minolta" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "mdc,mrw") + (mime-types "image/x-minolta-mdc,image/x-minolta-mrw") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-mef-load" 1 + "Load files in the MEF raw format via raw-placeholder" + "This plug-in loads files in Mamiya's raw MEF format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Mamiya MEF" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "mef") + (mime-types "image/x-mamiya-mef") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-mos-load" 1 + "Load files in the MOS raw format via raw-placeholder" + "This plug-in loads files in Leaf's raw MOS format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Leaf MOS" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "mos") + (mime-types "image/x-leaf-mos") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-orf-load" 1 + "Load files in the ORF raw format via raw-placeholder" + "This plug-in loads files in Olympus' raw ORF format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Olympus ORF" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "orf") + (magics "0,string,IIRO,0,string,MMOR,0,string,IIRS") + (mime-types "image/x-olympus-orf") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-pef-load" 1 + "Load files in the PEF raw format via raw-placeholder" + "This plug-in loads files in Pentax' raw PEF format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Pentax PEF" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pef,raw") + (mime-types "image/x-pentax-pef,image/x-pentax-raw") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-pxn-load" 1 + "Load files in the PXN raw format via raw-placeholder" + "This plug-in loads files in Logitech's raw PXN format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Logitech PXN" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pxn") + (mime-types "image/x-pxn") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-qtk-load" 1 + "Load files in the QTK raw format via raw-placeholder" + "This plug-in loads files in Apple's QuickTake QTK raw format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Apple QuickTake QTK" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "qtk") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-raf-load" 1 + "Load files in the RAF raw format via raw-placeholder" + "This plug-in loads files in Fujifilm's raw RAF format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Fujifilm RAF" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "raf") + (magics "0,string,FUJIFILMCCD-RAW") + (mime-types "image/x-fuji-raf") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-panasonic-load" 1 + "Load files in the Panasonic raw formats via raw-placeholder" + "This plug-in loads files in Panasonic's raw formats by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Panasonic" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "raw,rw2") + (magics "0,string,IIU\\0") + (mime-types "image/x-panasonic-raw,image/x-panasonic-rw2") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-rdc-load" 1 + "Load files in the RDC raw format via raw-placeholder" + "This plug-in loads files in Digital Foto Maker's raw RDC format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Digital Foto Maker RDC" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "rdc") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-rwl-load" 1 + "Load files in the RWL raw format via raw-placeholder" + "This plug-in loads files in Leica's raw RWL format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Leica RWL" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "rwl") + (mime-types "image/x-leica-rwl") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-srw-load" 1 + "Load files in the SRW raw format via raw-placeholder" + "This plug-in loads files in Samsung's raw SRW format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Samsung SRW" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "srw") + (mime-types "image/x-samsung-srw") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-x3f-load" 1 + "Load files in the X3F raw format via raw-placeholder" + "This plug-in loads files in Sigma's raw X3F format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Sigma X3F" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "x3f") + (magics "0,string,FOVb") + (mime-types "image/x-sigma-x3f") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-placeholder-ari-load" 1 + "Load files in the ARI raw format via raw-placeholder" + "This plug-in loads files in Arriflex' raw ARI format by calling raw-placeholder." + "Tobias Ellinghaus" + "Tobias Ellinghaus" + "2016" + "Raw Arriflex ARI" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "ari") + (handles-raw)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-raw-data/file-raw-data" 1582535468 + (proc-def "file-raw-load" 1 + "Load raw images, specifying image information" + "Load raw images, specifying image information" + "timecop, pg@futureware.at" + "timecop, pg@futureware.at" + "Aug 2004" + "Raw image data" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "data")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-hgt-load" 1 + "Load HGT data as images" + "Load Digital Elevation Model data in HGT format from the Shuttle Radar Topography Mission as images. Though the output image will be RGB, all colors are grayscale by default and the contrast will be quite low on most earth relief. Therefore You will likely want to remap elevation to colors as a second step, for instance with the \"Gradient Map\" plug-in." + "" + "" + "2017-12-09" + "Digital Elevation Model data" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "hgt")) + "" + 4 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "samplespacing" "The sample spacing of the data. Only supported values are 0, 1 and 3 (respectively auto-detect, SRTM-1 and SRTM-3 data)") + (proc-arg 13 "image" "Output image")) + (proc-def "file-raw-save" 1 + "Dump images to disk in raw format" + "This plug-in dumps images to disk in raw format, using the default settings stored as a parasite." + "timecop, pg@futureware.at" + "timecop, pg@futureware.at" + "Aug 2004" + "Raw image data" + 0 + (icon icon-name -1 "") + "INDEXED, GRAY, RGB, RGBA" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered")) + (proc-def "file-raw-save2" 1 + "Dump images to disk in raw format" + "Dump images to disk in raw format" + "Björn Kautler, Bjoern@Kautler.net" + "Björn Kautler, Bjoern@Kautler.net" + "April 2014" + "Raw image data" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "data,raw")) + "INDEXED, GRAY, RGB, RGBA" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "image-type" "The image type { RAW_RGB (0), RAW_PLANAR (3) }") + (proc-arg 0 "palette-type" "The palette type { RAW_PALETTE_RGB (0), RAW_PALETTE_BGR (1) }")) + (proc-def "file-raw-get-defaults" 1 + "Get the current set of defaults used by the raw image data dump plug-in" + "This procedure returns the current set of defaults stored as a parasite for the raw image data dump plug-in. These defaults are used to seed the UI, by the file_raw_save_defaults procedure, and by gimp_file_save when it detects to use RAW." + "Björn Kautler, Bjoern@Kautler.net" + "Björn Kautler, Bjoern@Kautler.net" + "April 2014" + "" + 0 + (icon icon-name -1 "") + "" + 0 2 + (proc-arg 0 "image-type" "The image type { RAW_RGB (0), RAW_PLANAR (3) }") + (proc-arg 0 "palette-type" "The palette type { RAW_PALETTE_RGB (0), RAW_PALETTE_BGR (1) }")) + (proc-def "file-raw-set-defaults" 1 + "Set the current set of defaults used by the raw image dump plug-in" + "This procedure sets the current set of defaults stored as a parasite for the raw image data dump plug-in. These defaults are used to seed the UI, by the file_raw_save_defaults procedure, and by gimp_file_save when it detects to use RAW." + "Björn Kautler, Bjoern@Kautler.net" + "Björn Kautler, Bjoern@Kautler.net" + "April 2014" + "" + 0 + (icon icon-name -1 "") + "" + 2 0 + (proc-arg 0 "image-type" "The image type { RAW_RGB (0), RAW_PLANAR (3) }") + (proc-arg 0 "palette-type" "The palette type { RAW_PALETTE_RGB (0), RAW_PALETTE_BGR (1) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-psp/file-psp" 1582535468 + (proc-def "file-psp-load" 1 + "loads images from the Paint Shop Pro PSP file format" + "This plug-in loads and exports images in Paint Shop Pro's native PSP format. Vector layers aren't handled. Exporting isn't yet implemented." + "Tor Lillqvist" + "Tor Lillqvist" + "1999" + "Paint Shop Pro image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "psp,tub,pspimage") + (magics "0,string,Paint\\040Shop\\040Pro\\040Image\\040File\n\032") + (mime-types "image/x-psp")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-psd/file-psd" 1582535468 + (proc-def "file-psd-load" 1 + "Loads images from the Photoshop PSD file format" + "This plug-in loads images in Adobe Photoshop (TM) native PSD format." + "John Marshall" + "John Marshall" + "2007" + "Photoshop image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "psd") + (magics "0,string,8BPS") + (mime-types "image/x-psd") + (thumb-loader "file-psd-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-psd-load-merged" 1 + "Loads merged images from the Photoshop PSD file format" + "This plug-in loads the merged image data in Adobe Photoshop (TM) native PSD format." + "Ell" + "Ell" + "2018" + "Photoshop image (merged)" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "psd") + (magics "0,string,8BPS") + (priority 1) + (mime-types "image/x-psd") + (priority 1)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-psd-load-thumb" 1 + "Loads thumbnails from the Photoshop PSD file format" + "This plug-in loads thumbnail images from Adobe Photoshop (TM) native PSD format files." + "John Marshall" + "John Marshall" + "2007" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image")) + (proc-def "file-psd-save" 1 + "saves files in the Photoshop(tm) PSD file format" + "This filter saves files of Adobe Photoshop(tm) native PSD format. These files may be of any image type supported by GIMP, with or without layers, layer masks, aux channels and guides." + "Monigotes" + "Monigotes" + "2000" + "Photoshop image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "psd") + (mime-types "image/x-psd")) + "RGB*, GRAY*, INDEXED*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2)") + (proc-arg 0 "fill-order" "Fill Order: { MSB to LSB (0), LSB to MSB (1)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pnm/file-pnm" 1582535468 + (proc-def "file-pnm-load" 1 + "Loads files in the PNM file format" + "This plug-in loads files in the various Netpbm portable file formats." + "Erik Nygren" + "Erik Nygren" + "1996" + "PNM Image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pnm,ppm,pgm,pbm,pfm") + (magics "0,string,P1,0,string,P2,0,string,P3,0,string,P4,0,string,P5,0,string,P6,0,string,PF,0,string,Pf") + (mime-types "image/x-portable-anymap") + (handles-uri)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-pnm-save" 1 + "Exports files in the PNM file format" + "PNM exporting handles all image types without transparency." + "Erik Nygren" + "Erik Nygren" + "1996" + "PNM image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pnm") + (mime-types "image/x-portable-anymap") + (handles-uri)) + "RGB, GRAY, INDEXED" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "raw" "TRUE for raw output, FALSE for ascii output")) + (proc-def "file-pbm-save" 1 + "Exports files in the PBM file format" + "PBM exporting produces mono images without transparency." + "Martin K Collins" + "Erik Nygren" + "2006" + "PBM image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pbm") + (mime-types "image/x-portable-bitmap") + (handles-uri)) + "RGB, GRAY, INDEXED" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "raw" "TRUE for raw output, FALSE for ascii output")) + (proc-def "file-pgm-save" 1 + "Exports files in the PGM file format" + "PGM exporting produces grayscale images without transparency." + "Erik Nygren" + "Erik Nygren" + "1996" + "PGM image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pgm") + (mime-types "image/x-portable-graymap") + (handles-uri)) + "RGB, GRAY, INDEXED" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "raw" "TRUE for raw output, FALSE for ascii output")) + (proc-def "file-ppm-save" 1 + "Exports files in the PPM file format" + "PPM exporting handles RGB images without transparency." + "Erik Nygren" + "Erik Nygren" + "1996" + "PPM image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "ppm") + (mime-types "image/x-portable-floatmap") + (handles-uri)) + "RGB, GRAY, INDEXED" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "raw" "TRUE for raw output, FALSE for ascii output")) + (proc-def "file-pfm-save" 1 + "Exports files in the PFM file format" + "PFM exporting handles all images without transparency." + "Mukund Sivaraman" + "Mukund Sivaraman" + "2015" + "PFM image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pfm") + (handles-uri)) + "RGB, GRAY, INDEXED" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-png/file-png" 1582535468 + (proc-def "file-png-load" 1 + "Loads files in PNG file format" + "This plug-in loads Portable Network Graphics (PNG) files." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "PNG image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "png") + (magics "0,string,PNG\r\n\032\n") + (mime-types "image/png")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-png-save" 1 + "Exports files in PNG file format" + "This plug-in exports Portable Network Graphics (PNG) files." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "PNG image" + 0 + (icon icon-name -1 "") + "RGB*,GRAY*,INDEXED*" + 12 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "interlace" "Use Adam7 interlacing?") + (proc-arg 0 "compression" "Deflate Compression factor (0--9)") + (proc-arg 0 "bkgd" "Write bKGD chunk?") + (proc-arg 0 "gama" "Write gAMA chunk?") + (proc-arg 0 "offs" "Write oFFs chunk?") + (proc-arg 0 "phys" "Write pHYs chunk?") + (proc-arg 0 "time" "Write tIME chunk?")) + (proc-def "file-png-save2" 1 + "Exports files in PNG file format" + "This plug-in exports Portable Network Graphics (PNG) files. This procedure adds 2 extra parameters to file-png-save that control whether image comments are saved and whether transparent pixels are saved or nullified." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "PNG image" + 0 + (icon icon-name -1 "") + "RGB*,GRAY*,INDEXED*" + 14 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in") + (proc-arg 0 "interlace" "Use Adam7 interlacing?") + (proc-arg 0 "compression" "Deflate Compression factor (0--9)") + (proc-arg 0 "bkgd" "Write bKGD chunk?") + (proc-arg 0 "gama" "Write gAMA chunk?") + (proc-arg 0 "offs" "Write oFFs chunk?") + (proc-arg 0 "phys" "Write pHYs chunk?") + (proc-arg 0 "time" "Write tIME chunk?") + (proc-arg 0 "comment" "Write comment?") + (proc-arg 0 "svtrans" "Preserve color of transparent pixels?")) + (proc-def "file-png-save-defaults" 1 + "Exports files in PNG file format" + "This plug-in exports Portable Network Graphics (PNG) files, using the default settings stored as a parasite." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "PNG image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "png") + (mime-types "image/png")) + "RGB*,GRAY*,INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in")) + (proc-def "file-png-get-defaults" 1 + "Get the current set of defaults used by the PNG file export plug-in" + "This procedure returns the current set of defaults stored as a parasite for the PNG export plug-in. These defaults are used to seed the UI, by the file_png_save_defaults procedure, and by gimp_file_save when it detects to use PNG." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "" + 0 + (icon icon-name -1 "") + "" + 0 9 + (proc-arg 0 "interlace" "Use Adam7 interlacing?") + (proc-arg 0 "compression" "Deflate Compression factor (0--9)") + (proc-arg 0 "bkgd" "Write bKGD chunk?") + (proc-arg 0 "gama" "Write gAMA chunk?") + (proc-arg 0 "offs" "Write oFFs chunk?") + (proc-arg 0 "phys" "Write pHYs chunk?") + (proc-arg 0 "time" "Write tIME chunk?") + (proc-arg 0 "comment" "Write comment?") + (proc-arg 0 "svtrans" "Preserve color of transparent pixels?")) + (proc-def "file-png-set-defaults" 1 + "Set the current set of defaults used by the PNG file export plug-in" + "This procedure set the current set of defaults stored as a parasite for the PNG export plug-in. These defaults are used to seed the UI, by the file_png_save_defaults procedure, and by gimp_file_save when it detects to use PNG." + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>" + "Michael Sweet , Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb " + "1.3.4 - 03 September 2002" + "" + 0 + (icon icon-name -1 "") + "" + 9 0 + (proc-arg 0 "interlace" "Use Adam7 interlacing?") + (proc-arg 0 "compression" "Deflate Compression factor (0--9)") + (proc-arg 0 "bkgd" "Write bKGD chunk?") + (proc-arg 0 "gama" "Write gAMA chunk?") + (proc-arg 0 "offs" "Write oFFs chunk?") + (proc-arg 0 "phys" "Write pHYs chunk?") + (proc-arg 0 "time" "Write tIME chunk?") + (proc-arg 0 "comment" "Write comment?") + (proc-arg 0 "svtrans" "Preserve color of transparent pixels?"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pix/file-pix" 1582535468 + (proc-def "file-pix-load" 1 + "loads files of the Alias|Wavefront Pix file format" + "loads files of the Alias|Wavefront Pix file format" + "Michael Taylor" + "Michael Taylor" + "1997" + "Alias Pix image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pix,matte,mask,alpha,als") + (handles-uri)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-pix-save" 1 + "export file in the Alias|Wavefront pix/matte file format" + "export file in the Alias|Wavefront pix/matte file format" + "Michael Taylor" + "Michael Taylor" + "1997" + "Alias Pix image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pix,matte,mask,alpha,als") + (handles-uri)) + "RGB*, GRAY*, INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pdf-save/file-pdf-save" 1582535468 + (proc-def "file-pdf-save" 1 + "Save files in PDF format" + "Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript." + "Barak Itkin" + "Copyright Barak Itkin" + "August 2009" + "Portable Document Format" + 0 + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 8 0 + (proc-arg 0 "run-mode" "Run mode") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "vectorize" "Convert bitmaps to vector graphics where possible. TRUE or FALSE") + (proc-arg 0 "ignore-hidden" "Omit hidden layers and layers with zero opacity. TRUE or FALSE") + (proc-arg 0 "apply-masks" "Apply layer masks before saving. TRUE or FALSE (Keeping them will not change the output)")) + (proc-def "file-pdf-save2" 1 + "Save files in PDF format" + "Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript.\nThis procedure adds an extra parameter to file-pdf-save to save layers as pages." + "Barak Itkin, Lionel N., Jehan" + "Copyright Barak Itkin, Lionel N., Jehan" + "August 2009, 2017" + "Portable Document Format" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pdf") + (mime-types "application/pdf")) + "RGB*, GRAY*, INDEXED*" + 10 0 + (proc-arg 0 "run-mode" "Run mode") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "vectorize" "Convert bitmaps to vector graphics where possible. TRUE or FALSE") + (proc-arg 0 "ignore-hidden" "Omit hidden layers and layers with zero opacity. TRUE or FALSE") + (proc-arg 0 "apply-masks" "Apply layer masks before saving. TRUE or FALSE (Keeping them will not change the output)") + (proc-arg 0 "layers-as-pages" "Layers as pages (bottom layers first). TRUE or FALSE") + (proc-arg 0 "reverse-order" "Reverse the pages order (top layers first). TRUE or FALSE")) + (proc-def "file-pdf-save-multi" 1 + "Save files in PDF format" + "Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript." + "Barak Itkin" + "Copyright Barak Itkin" + "August 2009" + "_Create multipage PDF..." + 0 + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 8 0 + (proc-arg 0 "run-mode" "Run mode") + (proc-arg 0 "count" "The amount of images entered (This will be the amount of pages). 1 <= count <= MAX_PAGE_COUNT") + (proc-arg 5 "images" "Input image for each page (An image can appear more than once)") + (proc-arg 0 "vectorize" "Convert bitmaps to vector graphics where possible. TRUE or FALSE") + (proc-arg 0 "ignore-hidden" "Omit hidden layers and layers with zero opacity. TRUE or FALSE") + (proc-arg 0 "apply-masks" "Apply layer masks before saving. TRUE or FALSE (Keeping them will not change the output)") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pdf-load/file-pdf-load" 1582535468 + (proc-def "file-pdf-load" 1 + "Load file in PDF format" + "Loads files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript.\nIf the PDF document has multiple pages, only the first page will be loaded. Call file_pdf_load2() to load several pages as layers." + "Nathan Summers" + "Nathan Summers" + "2005" + "Portable Document Format" + 0 + (icon icon-name -1 "") + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-pdf-load2" 1 + "Load file in PDF format" + "Loads files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript.\nThis procedure adds extra parameters to file-pdf-load to open encrypted PDF and to allow multiple page loading." + "Nathan Summers, Lionel N." + "Nathan Summers, Lionel N." + "2005, 2017" + "Portable Document Format" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pdf") + (magics "0, string,%PDF-") + (mime-types "application/pdf") + (thumb-loader "file-pdf-load-thumb")) + "" + 6 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 4 "pdf-password" "The password to decrypt the encrypted PDF file") + (proc-arg 0 "n-pages" "Number of pages to load (0 for all)") + (proc-arg 5 "pages" "The pages to load in the expected order") + (proc-arg 13 "image" "Output image")) + (proc-def "file-pdf-load-thumb" 1 + "Loads a preview from a PDF file." + "Loads a small preview of the first page of the PDF format file. Uses the embedded thumbnail if present." + "Nathan Summers" + "Nathan Summers" + "2005" + "" + 0 + (icon icon-name -1 "") + "" + 2 5 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image") + (proc-arg 0 "image-type" "Image type") + (proc-arg 0 "num-layers" "Number of pages"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pcx/file-pcx" 1582535468 + (proc-def "file-pcx-load" 1 + "Loads files in Zsoft PCX file format" + "FIXME: write help for pcx_load" + "Francisco Bustamante & Nick Lamb" + "Nick Lamb " + "January 1997" + "ZSoft PCX image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "pcx,pcc") + (magics "0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9") + (mime-types "image/x-pcx")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-pcx-save" 1 + "Exports files in ZSoft PCX file format" + "FIXME: write help for pcx_save" + "Francisco Bustamante & Nick Lamb" + "Nick Lamb " + "January 1997" + "ZSoft PCX image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "pcx,pcc") + (mime-types "image/x-pcx")) + "INDEXED, RGB, GRAY" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name entered"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pat/file-pat" 1582535468 + (proc-def "file-pat-save" 1 + "Exports Gimp pattern file (.PAT)" + "New Gimp patterns can be created by exporting them in the appropriate place with this plug-in." + "Tim Newsome" + "Tim Newsome" + "1997" + "GIMP pattern" + 0 + (icon icon-name -1 "gimp-pattern") + (save-proc + (extensions "pat") + (mime-types "image/x-gimp-pat") + (handles-uri)) + "RGB*, GRAY*, INDEXED*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The URI of the file to export the image in") + (proc-arg 4 "raw-uri" "The URI of the file to export the image in") + (proc-arg 4 "description" "Short description of the pattern"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-openraster/file-openraster.py" 1582535468 + (proc-def "file-openraster-load-thumb" 1 + "loads a thumbnail from an OpenRaster (.ora) file" + "loads a thumbnail from an OpenRaster (.ora) file" + "Jon Nordby" + "Jon Nordby" + "2009" + "" + 0 + (icon icon-name -1 "") + "" + 3 3 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image")) + (proc-def "file-openraster-load" 1 + "load an OpenRaster (.ora) file" + "load an OpenRaster (.ora) file" + "Jon Nordby" + "Jon Nordby" + "2009" + "OpenRaster" + 1 + (menu-path "") + (icon icon-name -1 "") + (load-proc + (extensions "ora") + (mime-types "image/openraster") + (thumb-loader "file-openraster-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-openraster-save" 1 + "save an OpenRaster (.ora) file" + "save an OpenRaster (.ora) file" + "Jon Nordby" + "Jon Nordby" + "2009" + "OpenRaster" + 1 + (menu-path "") + (icon icon-name -1 "") + (save-proc + (extensions "ora")) + "*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "filename" "The name of the file") + (proc-arg 4 "raw-filename" "The name of the file"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-mng/file-mng" 1582535468 + (proc-def "file-mng-save" 1 + "Saves images in the MNG file format" + "This plug-in saves images in the Multiple-image Network Graphics (MNG) format which can be used as a replacement for animated GIFs, and more." + "Mukund Sivaraman " + "Mukund Sivaraman " + "November 19, 2002" + "MNG animation" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "mng") + (mime-types "image/x-mng")) + "RGB*,GRAY*,INDEXED*" + 17 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 0 "interlace" "Use interlacing") + (proc-arg 0 "compression" "PNG deflate compression level (0 - 9)") + (proc-arg 3 "quality" "JPEG quality factor (0.00 - 1.00)") + (proc-arg 3 "smoothing" "JPEG smoothing factor (0.00 - 1.00)") + (proc-arg 0 "loop" "(ANIMATED MNG) Loop infinitely") + (proc-arg 0 "default-delay" "(ANIMATED MNG) Default delay between frames in milliseconds") + (proc-arg 0 "default-chunks" "(ANIMATED MNG) Default chunks type (0 = PNG + Delta PNG; 1 = JNG + Delta PNG; 2 = All PNG; 3 = All JNG)") + (proc-arg 0 "default-dispose" "(ANIMATED MNG) Default dispose type (0 = combine; 1 = replace)") + (proc-arg 0 "bkgd" "Write bKGD (background color) chunk") + (proc-arg 0 "gama" "Write gAMA (gamma) chunk") + (proc-arg 0 "phys" "Write pHYs (image resolution) chunk") + (proc-arg 0 "time" "Write tIME (creation time) chunk"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jpeg/file-jpeg" 1582535468 + (proc-def "file-jpeg-load" 1 + "loads files in the JPEG file format" + "loads files in the JPEG file format" + "Spencer Kimball, Peter Mattis & others" + "Spencer Kimball & Peter Mattis" + "1995-2007" + "JPEG image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "jpg,jpeg,jpe") + (magics "6,string,JFIF,6,string,Exif") + (mime-types "image/jpeg") + (thumb-loader "file-jpeg-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-jpeg-load-thumb" 1 + "Loads a thumbnail from a JPEG image" + "Loads a thumbnail from a JPEG image (only if it exists)" + "Mukund Sivaraman , Sven Neumann " + "Mukund Sivaraman , Sven Neumann " + "November 15, 2004" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image")) + (proc-def "file-jpeg-save" 1 + "saves files in the JPEG file format" + "saves files in the lossy, widely supported JPEG format" + "Spencer Kimball, Peter Mattis & others" + "Spencer Kimball & Peter Mattis" + "1995-2007" + "JPEG image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "jpg,jpeg,jpe") + (mime-types "image/jpeg")) + "RGB*, GRAY*" + 14 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in") + (proc-arg 3 "quality" "Quality of saved image (0 <= quality <= 1)") + (proc-arg 3 "smoothing" "Smoothing factor for saved image (0 <= smoothing <= 1)") + (proc-arg 0 "optimize" "Use optimized tables during Huffman coding (0/1)") + (proc-arg 0 "progressive" "Create progressive JPEG images (0/1)") + (proc-arg 4 "comment" "Image comment") + (proc-arg 0 "subsmp" "Sub-sampling type { 0, 1, 2, 3 } 0 == 4:2:0 (chroma quartered), 1 == 4:2:2 Horizontal (chroma halved), 2 == 4:4:4 (best quality), 3 == 4:2:2 Vertical (chroma halved)") + (proc-arg 0 "baseline" "Force creation of a baseline JPEG (non-baseline JPEGs can't be read by all decoders) (0/1)") + (proc-arg 0 "restart" "Interval of restart markers (in MCU rows, 0 = no restart markers)") + (proc-arg 0 "dct" "DCT method to use { INTEGER (0), FIXED (1), FLOAT (2) }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jp2-load/file-jp2-load" 1582535468 + (proc-def "file-jp2-load" 1 + "Loads JPEG 2000 images." + "The JPEG 2000 image loader." + "Mukund Sivaraman" + "Mukund Sivaraman" + "2009" + "JPEG 2000 image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "jp2") + (magics "3,string,\fjP") + (mime-types "image/jp2")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-j2k-load" 1 + "Loads JPEG 2000 codestream." + "Loads JPEG 2000 codestream. If the color space is set to UNKNOWN (0), we will try to guess, which is only possible for few spaces (such as grayscale). Most such calls will fail. You are rather expected to know the color space of your data." + "Jehan" + "Jehan" + "2009" + "JPEG 2000 codestream" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "j2k,j2c,jpc") + (magics "0,string,OQ") + (mime-types "image/x-jp2-codestream")) + "" + 4 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "colorspace" "Color space { UNKNOWN (0), GRAYSCALE (1), RGB (2), CMYK (3), YCbCr (4), xvYCC (5) }") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-ico/file-ico" 1582535468 + (proc-def "file-ico-load" 1 + "Loads files of Windows ICO file format" + "Loads files of Windows ICO file format" + "Christian Kreibich " + "Christian Kreibich " + "2002" + "Microsoft Windows icon" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "ico") + (magics "0,string,\\000\\001\\000\\000,0,string,\\000\\002\\000\\000") + (mime-types "image/x-ico") + (thumb-loader "file-ico-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-ico-load-thumb" 1 + "Loads a preview from an Windows ICO file" + "" + "Dom Lachowicz, Sven Neumann" + "Sven Neumann " + "2005" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Thumbnail image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image")) + (proc-def "file-ico-save" 1 + "Saves files in Windows ICO file format" + "Saves files in Windows ICO file format" + "Christian Kreibich " + "Christian Kreibich " + "2002" + "Microsoft Windows icon" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "ico") + (mime-types "image/x-ico")) + "*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-html-table/file-html-table" 1582535468 + (proc-def "file-gtm-save" 1 + "GIMP Table Magic" + "Allows you to draw an HTML table in GIMP. See help for more info." + "Daniel Dunbar" + "Daniel Dunbar" + "1998" + "HTML table" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "html,htm") + (mime-types "text/html") + (handles-uri)) + "RGB*, GRAY*, INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-heif/file-heif" 1582535468 + (proc-def "file-heif-load" 1 + "Loads HEIF images" + "Load image stored in HEIF format (High Efficiency Image File Format). Typical suffices for HEIF files are .heif, .heic." + "Dirk Farin " + "Dirk Farin " + "2018" + "HEIF/HEIC" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "heif,heic") + (magics "4,string,ftypheic,4,string,ftypheix,4,string,ftyphevc,4,string,ftypheim,4,string,ftypheis,4,string,ftyphevm,4,string,ftyphevs,4,string,ftypmif1,4,string,ftypmsf1") + (mime-types "image/heif") + (handles-uri)) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "uri" "The URI of the file to load") + (proc-arg 4 "raw-uri" "The URI of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-heif-save" 1 + "Exports HEIF images" + "Save image in HEIF format (High Efficiency Image File Format)." + "Dirk Farin " + "Dirk Farin " + "2018" + "HEIF/HEIC" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "heic,heif") + (mime-types "image/heif") + (handles-uri)) + "RGB*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The URI of the file to export the image to") + (proc-arg 4 "raw-uri" "The UTI of the file to export the image to") + (proc-arg 0 "quality" "Quality factor (range: 0-100. 0 = worst, 100 = best)") + (proc-arg 0 "lossless" "Use lossless compression (0 = lossy, 1 = lossless)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-header/file-header" 1582535468 + (proc-def "file-header-save" 1 + "saves files as C unsigned character array" + "FIXME: write help" + "Spencer Kimball & Peter Mattis" + "Spencer Kimball & Peter Mattis" + "1997" + "C source code header" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "h") + (mime-types "text/x-chdr") + (handles-uri)) + "INDEXED, RGB" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-glob/file-glob" 1582535468 + (proc-def "file-glob" 1 + "Returns a list of matching filenames" + "This can be useful in scripts and other plug-ins (e.g., batch-conversion). See the glob(7) manpage for more info. Note however that this isn't a full-featured glob implementation. It only handles simple patterns like \"/home/foo/bar/*.jpg\"." + "Sven Neumann" + "Sven Neumann" + "2004" + "" + 0 + (icon icon-name -1 "") + "" + 2 2 + (proc-arg 4 "pattern" "The glob pattern (in UTF-8 encoding)") + (proc-arg 0 "encoding" "Encoding of the returned names: { UTF-8 (0), filename encoding (1) }") + (proc-arg 0 "num-files" "The number of returned names") + (proc-arg 9 "files" "The list of matching names"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gih/file-gih" 1582535468 + (proc-def "file-gih-save" 1 + "exports images in GIMP brush pipe format" + "This plug-in exports an image in the GIMP brush pipe format. For a colored brush pipe, RGBA layers are used, otherwise the layers should be grayscale masks. The image can be multi-layered, and additionally the layers can be divided into a rectangular array of brushes." + "Tor Lillqvist" + "Tor Lillqvist" + "1999" + "GIMP brush (animated)" + 0 + (icon icon-name -1 "gimp-tool-paintbrush") + (save-proc + (extensions "gih") + (mime-types "image/x-gimp-gih") + (handles-uri)) + "RGB*, GRAY*" + 15 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The URI of the file to export the brush pipe in") + (proc-arg 4 "raw-uri" "The URI of the file to export the brush pipe in") + (proc-arg 0 "spacing" "Spacing of the brush") + (proc-arg 4 "description" "Short description of the brush pipe") + (proc-arg 0 "cell-width" "Width of the brush cells") + (proc-arg 0 "cell-height" "Width of the brush cells") + (proc-arg 2 "display-cols" "Display column number") + (proc-arg 2 "display-rows" "Display row number") + (proc-arg 0 "dimension" "Dimension of the brush pipe") + (proc-arg 7 "rank" "Ranks of the dimensions") + (proc-arg 0 "dimension" "Dimension (again)") + (proc-arg 9 "sel" "Selection modes"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gif-save/file-gif-save" 1582535468 + (proc-def "file-gif-save" 1 + "exports files in Compuserve GIF file format" + "Export a file in Compuserve GIF format, with possible animation, transparency, and comment. To export an animation, operate on a multi-layer file. The plug-in will interpret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite. " + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "1995-1997" + "GIF image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "gif") + (mime-types "image/gif") + (handles-uri)) + "INDEXED*, GRAY*" + 9 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Image to export") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The name of the URI to export the image in") + (proc-arg 4 "raw-uri" "The name of the URI to export the image in") + (proc-arg 0 "interlace" "Try to export as interlaced") + (proc-arg 0 "loop" "(animated gif) loop infinitely") + (proc-arg 0 "default-delay" "(animated gif) Default delay between frames in milliseconds") + (proc-arg 0 "default-dispose" "(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)")) + (proc-def "file-gif-save2" 1 + "exports files in Compuserve GIF file format" + "Export a file in Compuserve GIF format, with possible animation, transparency, and comment. To export an animation, operate on a multi-layer file and give the 'as-animation' parameter as TRUE. The plug-in will interpret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite. " + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "1995-1997" + "GIF image" + 0 + (icon icon-name -1 "") + "INDEXED*, GRAY*" + 12 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Image to export") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The name of the URI to export the image in") + (proc-arg 4 "raw-uri" "The name of the URI to export the image in") + (proc-arg 0 "interlace" "Try to export as interlaced") + (proc-arg 0 "loop" "(animated gif) loop infinitely") + (proc-arg 0 "default-delay" "(animated gif) Default delay between frames in milliseconds") + (proc-arg 0 "default-dispose" "(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)") + (proc-arg 0 "as-animation" "Export GIF as animation?") + (proc-arg 0 "force-delay" "(animated gif) Use specified delay for all frames?") + (proc-arg 0 "force-dispose" "(animated gif) Use specified disposal for all frames?"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gif-load/file-gif-load" 1582535468 + (proc-def "file-gif-load" 1 + "Loads files of Compuserve GIF file format" + "FIXME: write help for gif_load" + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas" + "1995-2006" + "GIF image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "gif") + (magics "0,string,GIF8") + (mime-types "image/gif") + (thumb-loader "file-gif-load-thumb")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-gif-load-thumb" 1 + "Loads only the first frame of a GIF image, to be used as a thumbnail" + "" + "Sven Neumann" + "Sven Neumann" + "2006" + "" + 0 + (icon icon-name -1 "") + "" + 2 3 + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 0 "thumb-size" "Preferred thumbnail size") + (proc-arg 13 "image" "Output image") + (proc-arg 0 "image-width" "Width of full-sized image") + (proc-arg 0 "image-height" "Height of full-sized image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gegl/file-gegl" 1582535468 + (proc-def "file-load-rgbe" 1 + "Load files in the RGBE file format" + "This procedure loads images in the RGBE format, using gegl:load" + "Simon Budig" + "Simon Budig" + "2012" + "Radiance RGBE" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "hdr") + (magics "0,string,?#") + (mime-types "image/vnd.radiance")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load.") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-save-rgbe" 1 + "Saves files in the RGBE file format" + "This procedure exports images in the RGBE format, using gegl:save" + "Simon Budig" + "Simon Budig" + "2012" + "Radiance RGBE" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "hdr") + (mime-types "image/vnd.radiance")) + "*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in")) + (proc-def "file-exr-save" 1 + "Saves files in the OpenEXR file format" + "This procedure saves images in the OpenEXR format, using gegl:save" + "Simon Budig" + "Simon Budig" + "2012" + "OpenEXR image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "exr") + (mime-types "image/x-exr")) + "*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gbr/file-gbr" 1582535468 + (proc-def "file-gbr-save" 1 + "Exports files in the GIMP brush file format" + "Exports files in the GIMP brush file format" + "Tim Newsome, Jens Lautenbacher, Sven Neumann" + "Tim Newsome, Jens Lautenbacher, Sven Neumann" + "1997-2000" + "GIMP brush" + 0 + (icon icon-name -1 "gimp-tool-paintbrush") + (save-proc + (extensions "gbr") + (mime-types "image/x-gimp-gbr") + (handles-uri)) + "RGB*, GRAY*, INDEXED*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "uri" "The URI of the file to export the image in") + (proc-arg 4 "raw-uri" "The URI of the file to export the image in") + (proc-arg 0 "spacing" "Spacing of the brush") + (proc-arg 4 "description" "Short description of the brush"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-fli/file-fli" 1582535468 + (proc-def "file-fli-load" 1 + "load FLI-movies" + "This is an experimantal plug-in to handle FLI movies" + "Jens Ch. Restemeier" + "Jens Ch. Restemeier" + "1997" + "AutoDesk FLIC animation" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "fli,flc") + (mime-types "image/x-flic")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-fli-save" 1 + "export FLI-movies" + "This is an experimantal plug-in to handle FLI movies" + "Jens Ch. Restemeier" + "Jens Ch. Restemeier" + "1997" + "AutoDesk FLIC animation" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "fli,flc") + (mime-types "image/x-flic")) + "INDEXED,GRAY" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 4 "filename" "The name of the file to export") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "from-frame" "Export beginning from this frame") + (proc-arg 0 "to-frame" "End exporting with this frame")) + (proc-def "file-fli-info" 1 + "Get information about a Fli movie" + "This is a experimantal plug-in to handle FLI movies" + "Jens Ch. Restemeier" + "Jens Ch. Restemeier" + "1997" + "" + 0 + (icon icon-name -1 "") + "" + 1 3 + (proc-arg 4 "filename" "The name of the file to get info") + (proc-arg 0 "width" "Width of one frame") + (proc-arg 0 "height" "Height of one frame") + (proc-arg 0 "frames" "Number of Frames"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-fits/file-fits" 1582535468 + (proc-def "file-fits-load" 1 + "load file of the FITS file format" + "load file of the FITS file format (Flexible Image Transport System)" + "Peter Kirchgessner" + "Peter Kirchgessner (peter@kirchgessner.net)" + "1997" + "Flexible Image Transport System" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "fit,fits") + (magics "0,string,SIMPLE") + (mime-types "image/x-fits")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-fits-save" 1 + "export file in the FITS file format" + "FITS exporting handles all image types except those with alpha channels." + "Peter Kirchgessner" + "Peter Kirchgessner (peter@kirchgessner.net)" + "1997" + "Flexible Image Transport System" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "fit,fits") + (mime-types "image/x-fits")) + "RGB, GRAY, INDEXED" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "The name of the file to export the image in") + (proc-arg 4 "raw-filename" "The name of the file to export the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-faxg3/file-faxg3" 1582535468 + (proc-def "file-faxg3-load" 1 + "loads g3 fax files" + "This plug-in loads Fax G3 Image files." + "Jochen Friedrich" + "Jochen Friedrich, Gert Doering, Spencer Kimball & Peter Mattis" + "0.6" + "G3 fax image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "g3") + (magics "4,string,Research") + (mime-types "image/g3-fax")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-exr/file-exr" 1582535468 + (proc-def "file-exr-load" 1 + "Loads files in the OpenEXR file format" + "This plug-in loads OpenEXR files. " + "Dominik Ernst , Mukund Sivaraman " + "Dominik Ernst , Mukund Sivaraman " + "0.0.0" + "OpenEXR image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "exr") + (magics "0,long,0x762f3101") + (mime-types "image/x-exr")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-dicom/file-dicom" 1582535468 + (proc-def "file-dicom-load" 1 + "loads files of the dicom file format" + "Load a file in the DICOM standard format.The standard is defined at http://medical.nema.org/. The plug-in currently only supports reading images with uncompressed pixel sections." + "Dov Grobgeld" + "Dov Grobgeld " + "2003" + "DICOM image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "dcm,dicom") + (magics "128,string,DICM") + (mime-types "image/x-dcm")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name of the file to load") + (proc-arg 13 "image" "Output image")) + (proc-def "file-dicom-save" 1 + "Save file in the DICOM file format" + "Save an image in the medical standard DICOM image formats. The standard is defined at http://medical.nema.org/. The file format is defined in section 10 of the standard. The files are saved uncompressed and the compulsory DICOM tags are filled with default dummy values." + "Dov Grobgeld" + "Dov Grobgeld " + "2003" + "Digital Imaging and Communications in Medicine image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "dcm,dicom") + (mime-types "image/x-dcm")) + "RGB, GRAY" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save") + (proc-arg 4 "raw-filename" "The name of the file to save"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-desktop-link/file-desktop-link" 1582535468 + (proc-def "file-desktop-link-load" 1 + "Follows a link to an image in a .desktop file" + "Opens a .desktop file and if it is a link, it asks GIMP to open the file the link points to." + "Sven Neumann" + "Sven Neumann" + "2006" + "Desktop Link" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "desktop")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-dds/file-dds" 1582535468 + (proc-def "file-dds-load" 1 + "Loads files in DDS image format" + "Loads files in DDS image format" + "Shawn Kirst" + "Shawn Kirst" + "2008" + "DDS image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "dds") + (magics "0,string,DDS") + (mime-types "image/dds")) + "" + 5 1 + (proc-arg 0 "run-mode" "Interactive, non-interactive") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "load-mipmaps" "Load mipmaps if present") + (proc-arg 0 "decode-images" "Decode YCoCg/AExp images when detected") + (proc-arg 13 "image" "Output image")) + (proc-def "file-dds-save" 1 + "Saves files in DDS image format" + "Saves files in DDS image format" + "Shawn Kirst" + "Shawn Kirst" + "2008" + "DDS image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "dds") + (mime-types "image/dds")) + "INDEXED, GRAY, RGB" + 18 0 + (proc-arg 0 "run-mode" "Interactive, non-interactive") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image as") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 0 "compression-format" "Compression format (0 = None, 1 = BC1/DXT1, 2 = BC2/DXT3, 3 = BC3/DXT5, 4 = BC3n/DXT5nm, 5 = BC4/ATI1N, 6 = BC5/ATI2N, 7 = RXGB (DXT5), 8 = Alpha Exponent (DXT5), 9 = YCoCg (DXT5), 10 = YCoCg scaled (DXT5))") + (proc-arg 0 "mipmaps" "How to handle mipmaps (0 = No mipmaps, 1 = Generate mipmaps, 2 = Use existing mipmaps (layers)") + (proc-arg 0 "savetype" "How to save the image (0 = selected layer, 1 = cube map, 2 = volume map, 3 = texture array") + (proc-arg 0 "format" "Custom pixel format (0 = default, 1 = R5G6B5, 2 = RGBA4, 3 = RGB5A1, 4 = RGB10A2)") + (proc-arg 0 "transparent-index" "Index of transparent color or -1 to disable (for indexed images only).") + (proc-arg 0 "mipmap-filter" "Filtering to use when generating mipmaps (0 = default, 1 = nearest, 2 = box, 3 = triangle, 4 = quadratic, 5 = bspline, 6 = mitchell, 7 = lanczos, 8 = kaiser)") + (proc-arg 0 "mipmap-wrap" "Wrap mode to use when generating mipmaps (0 = default, 1 = mirror, 2 = repeat, 3 = clamp)") + (proc-arg 0 "gamma-correct" "Use gamma correct mipmap filtering") + (proc-arg 0 "srgb" "Use sRGB colorspace for gamma correction") + (proc-arg 3 "gamma" "Gamma value to use for gamma correction (i.e. 2.2)") + (proc-arg 0 "perceptual-metric" "Use a perceptual error metric during compression") + (proc-arg 0 "preserve-alpha-coverage" "Preserve alpha test converage for alpha channel maps") + (proc-arg 3 "alpha-test-threshold" "Alpha test threshold value for which alpha test converage should be preserved"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-csource/file-csource" 1582535468 + (proc-def "file-csource-save" 1 + "Dump image data in RGB(A) format for C source" + "CSource cannot be run non-interactively." + "Tim Janik" + "Tim Janik" + "1999" + "C source code" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "c") + (mime-types "text/x-csrc") + (handles-uri)) + "*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name of the file to save the image in"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-compressor/file-compressor" 1582535468 + (proc-def "file-gz-load" 1 + "loads files compressed with gzip" + "This procedure loads files in the gzip compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "gzip archive" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xcf.gz,xcfgz") + (magics "0,string,\037") + (mime-types "application/x-gzip")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-gz-save" 1 + "saves files compressed with gzip" + "This procedure saves files in the gzip compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "gzip archive" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xcf.gz,xcfgz") + (mime-types "application/x-gzip")) + "RGB*, GRAY*, INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered")) + (proc-def "file-bz2-load" 1 + "loads files compressed with bzip2" + "This procedure loads files in the bzip2 compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "bzip archive" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xcf.bz2,xcfbz2") + (magics "0,string,BZh") + (mime-types "application/x-bzip")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-bz2-save" 1 + "saves files compressed with bzip2" + "This procedure saves files in the bzip2 compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "bzip archive" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xcf.bz2,xcfbz2") + (mime-types "application/x-bzip")) + "RGB*, GRAY*, INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered")) + (proc-def "file-xz-load" 1 + "loads files compressed with xz" + "This procedure loads files in the xz compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "xz archive" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "xcf.xz,xcfxz") + (magics "0,string,7zXZ") + (mime-types "application/x-xz")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-xz-save" 1 + "saves files compressed with xz" + "This procedure saves files in the xz compressed format." + "Daniel Risacher" + "Daniel Risacher, Spencer Kimball and Peter Mattis" + "1995-1997" + "xz archive" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "xcf.xz,xcfxz") + (mime-types "application/x-xz")) + "RGB*, GRAY*, INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-cel/file-cel" 1582535468 + (proc-def "file-cel-load" 1 + "Loads files in KISS CEL file format" + "This plug-in loads individual KISS cell files." + "Nick Lamb" + "Nick Lamb " + "May 1998" + "KISS CEL" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "cel") + (magics "0,string,KiSS\\040")) + "" + 4 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "Filename to load image from") + (proc-arg 4 "raw-filename" "Name entered") + (proc-arg 4 "palette-filename" "Filename to load palette from") + (proc-arg 13 "image" "Output image")) + (proc-def "file-cel-save" 1 + "Exports files in KISS CEL file format" + "This plug-in exports individual KISS cell files." + "Nick Lamb" + "Nick Lamb " + "May 1998" + "KISS CEL" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "cel") + (handles-uri)) + "RGB*, INDEXED*" + 6 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to export") + (proc-arg 4 "filename" "Filename to export image to") + (proc-arg 4 "raw-filename" "Name entered") + (proc-arg 4 "palette-filename" "Filename to save palette to"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-bmp/file-bmp" 1582535468 + (proc-def "file-bmp-load" 1 + "Loads files of Windows BMP file format" + "Loads files of Windows BMP file format" + "Alexander Schulz" + "Alexander Schulz" + "1997" + "Windows BMP image" + 0 + (icon icon-name -1 "") + (load-proc + (extensions "bmp") + (magics "0,string,BM") + (mime-types "image/bmp")) + "" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 4 "filename" "The name of the file to load") + (proc-arg 4 "raw-filename" "The name entered") + (proc-arg 13 "image" "Output image")) + (proc-def "file-bmp-save" 1 + "Saves files in Windows BMP file format" + "Saves files in Windows BMP file format" + "Alexander Schulz" + "Alexander Schulz" + "1997" + "Windows BMP image" + 0 + (icon icon-name -1 "") + (save-proc + (extensions "bmp") + (mime-types "image/bmp")) + "INDEXED, GRAY, RGB*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Drawable to save") + (proc-arg 4 "filename" "The name of the file to save the image in") + (proc-arg 4 "raw-filename" "The name entered"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/emboss/emboss" 1582535468 + (proc-def "plug-in-emboss" 1 + "Simulate an image created by embossing" + "Emboss or Bumpmap the given drawable, specifying the angle and elevation for the light source." + "Eric L. Hernes, John Schlag" + "Eric L. Hernes" + "1997" + "_Emboss (legacy)..." + 1 + (menu-path "/Filters/Distorts") + (icon icon-name -1 "") + "RGB*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "The Image") + (proc-arg 16 "drawable" "The Drawable") + (proc-arg 3 "azimuth" "The Light Angle (degrees)") + (proc-arg 3 "elevation" "The Elevation Angle (degrees)") + (proc-arg 0 "depth" "The Filter Width") + (proc-arg 0 "emboss" "Emboss or Bumpmap"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/edge-dog/edge-dog" 1582535468 + (proc-def "plug-in-dog" 1 + "Edge detection with control of edge thickness" + "Applies two Gaussian blurs to the drawable, and subtracts the results. This is robust and widely used method for detecting edges." + "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs" + "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs" + "1995-2004" + "_Difference of Gaussians (legacy)..." + 1 + (menu-path "/Filters/Edge-Detect") + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "inner" "Radius of inner gaussian blur (in pixels, > 0.0)") + (proc-arg 3 "outer" "Radius of outer gaussian blur (in pixels, > 0.0)") + (proc-arg 0 "normalize" "Normalize { TRUE, FALSE }") + (proc-arg 0 "invert" "Invert { TRUE, FALSE }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/destripe/destripe" 1582535468 + (proc-def "plug-in-destripe" 1 + "Remove vertical stripe artifacts from the image" + "This plug-in tries to remove vertical stripes from an image." + "Marc Lehmann " + "Marc Lehmann " + "0.2" + "Des_tripe..." + 1 + (menu-path "/Filters/Enhance") + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "avg-width" "Averaging filter width (default = 36)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/despeckle/despeckle" 1582535468 + (proc-def "plug-in-despeckle" 1 + "Remove speckle noise from the image" + "This plug-in selectively performs a median or adaptive box filter on an image." + "Michael Sweet " + "Copyright 1997-1998 by Michael Sweet" + "May 2010" + "Des_peckle..." + 1 + (menu-path "/Filters/Enhance") + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "radius" "Filter box radius (default = 3)") + (proc-arg 0 "type" "Filter type { MEDIAN (0), ADAPTIVE (1), RECURSIVE-MEDIAN (2), RECURSIVE-ADAPTIVE (3) }") + (proc-arg 0 "black" "Black level (-1 to 255)") + (proc-arg 0 "white" "White level (0 to 256)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/depth-merge/depth-merge" 1582535468 + (proc-def "plug-in-depth-merge" 1 + "Combine two images using depth maps (z-buffers)" + "Taking as input two full-color, full-alpha images and two corresponding grayscale depth maps, this plug-in combines the images based on which is closer (has a lower depth map value) at each point." + "Sean Cier" + "Sean Cier" + "August 1998" + "_Depth Merge..." + 1 + (menu-path "/Filters/Combine") + (icon icon-name -1 "") + "RGB*, GRAY*" + 11 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "result" "Result") + (proc-arg 16 "source1" "Source 1") + (proc-arg 16 "source2" "Source 2") + (proc-arg 16 "depthMap1" "Depth map 1") + (proc-arg 16 "depthMap2" "Depth map 2") + (proc-arg 3 "overlap" "Overlap") + (proc-arg 3 "offset" "Depth relative offset") + (proc-arg 3 "scale1" "Depth relative scale 1") + (proc-arg 3 "scale2" "Depth relative scale 2"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/decompose/decompose" 1582535468 + (proc-def "plug-in-decompose" 1 + "Decompose an image into separate colorspace components" + "This function creates new gray images with different channel information in each of them" + "Peter Kirchgessner" + "Peter Kirchgessner" + "1997" + "_Decompose..." + 0 + (icon icon-name -1 "") + "RGB*" + 5 4 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "decompose-type" "What to decompose: \"RGB\", \"RGBA\", \"Red\", \"Green\", \"Blue\", \"Alpha\", \"HSV\", \"Hue\", \"Saturation\", \"Value\", \"HSL\", \"Hue (HSL)\", \"Saturation (HSL)\", \"Lightness\", \"CMY\", \"Cyan\", \"Magenta\", \"Yellow\", \"CMYK\", \"Cyan_K\", \"Magenta_K\", \"Yellow_K\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R709_256\"") + (proc-arg 0 "layers-mode" "Create channels as layers in a single image") + (proc-arg 13 "new-image" "Output gray image") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")) + (proc-def "plug-in-decompose-registered" 1 + "Decompose an image into separate colorspace components" + "This function creates new gray images with different channel information in each of them. Pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels." + "Peter Kirchgessner" + "Peter Kirchgessner, Clarence Risher" + "1997" + "_Decompose..." + 1 + (menu-path "/Colors/Components") + (icon icon-name -1 "") + "RGB*" + 5 4 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "decompose-type" "What to decompose: \"RGB\", \"RGBA\", \"Red\", \"Green\", \"Blue\", \"Alpha\", \"HSV\", \"Hue\", \"Saturation\", \"Value\", \"HSL\", \"Hue (HSL)\", \"Saturation (HSL)\", \"Lightness\", \"CMY\", \"Cyan\", \"Magenta\", \"Yellow\", \"CMYK\", \"Cyan_K\", \"Magenta_K\", \"Yellow_K\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R709_256\"") + (proc-arg 0 "layers-mode" "Create channels as layers in a single image") + (proc-arg 13 "new-image" "Output gray image") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)") + (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/curve-bend/curve-bend" 1582535468 + (proc-def "plug-in-curve-bend" 1 + "Bend the image using two control curves" + "This plug-in does bend the active layer If there is a current selection it is copied to floating selection and the curve_bend distortion is done on the floating selection. If work_on_copy parameter is TRUE, the curve_bend distortion is done on a copy of the active layer (or floating selection). The upper and lower edges are bent in shape of 2 spline curves. both (upper and lower) curves are determined by upto 17 points or by 256 Y-Values if curve_type == 1 (freehand mode) If rotation is not 0, the layer is rotated before and rotated back after the bend operation. This enables bending in other directions than vertical. bending usually changes the size of the handled layer. this plug-in sets the offsets of the handled layer to keep its center at the same position" + "Wolfgang Hofer (hof@hotbot.com)" + "Wolfgang Hofer" + "v1.3.18 (2003/08/26)" + "_Curve Bend..." + 1 + (menu-path "/Filters/Distorts") + (icon icon-name -1 "") + "RGB*, GRAY*" + 20 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (must be a layer without layermask)") + (proc-arg 3 "rotation" "Direction {angle 0 to 360 degree } of the bend effect") + (proc-arg 0 "smoothing" "Smoothing { TRUE, FALSE }") + (proc-arg 0 "antialias" "Antialias { TRUE, FALSE }") + (proc-arg 0 "work-on-copy" "{ TRUE, FALSE } TRUE: copy the drawable and bend the copy") + (proc-arg 0 "curve-type" " { 0, 1 } 0 == smooth (use 17 points), 1 == freehand (use 256 val_y) ") + (proc-arg 0 "argc-upper-point-x" "{2 <= argc <= 17} ") + (proc-arg 8 "upper-point-x" "array of 17 x point_koords { 0.0 <= x <= 1.0 or -1 for unused point }") + (proc-arg 0 "argc-upper-point-y" "{2 <= argc <= 17} ") + (proc-arg 8 "upper-point-y" "array of 17 y point_koords { 0.0 <= y <= 1.0 or -1 for unused point }") + (proc-arg 0 "argc-lower-point-x" "{2 <= argc <= 17} ") + (proc-arg 8 "lower-point-x" "array of 17 x point_koords { 0.0 <= x <= 1.0 or -1 for unused point }") + (proc-arg 0 "argc-lower-point-y" "{2 <= argc <= 17} ") + (proc-arg 8 "lower-point-y" "array of 17 y point_koords { 0.0 <= y <= 1.0 or -1 for unused point }") + (proc-arg 0 "argc-upper-val-y" "{ 256 } ") + (proc-arg 7 "upper-val-y" "array of 256 y freehand koord { 0 <= y <= 255 }") + (proc-arg 0 "argc-lower-val-y" "{ 256 } ") + (proc-arg 7 "lower-val-y" "array of 256 y freehand koord { 0 <= y <= 255 }") + (proc-arg 14 "bent-layer" "the handled layer")) + (proc-def "plug_in_curve_bend_Iterator" 1 + "This procedure calculates the modified values for one iterationstep for the call of plug_in_curve_bend" + "" + "Wolfgang Hofer (hof@hotbot.com)" + "Wolfgang Hofer" + "v1.3.18 (2003/08/26)" + "" + 0 + (icon icon-name -1 "") + "" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-NONINTERACTIVE (1) }") + (proc-arg 0 "total-steps" "total number of steps (# of layers-1 to apply the related plug-in)") + (proc-arg 3 "current-step" "current (for linear iterations this is the layerstack position, otherwise some value in between)") + (proc-arg 0 "len-struct" "length of stored data structure with id is equal to the plug_in proc_name"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/crop-zealous/crop-zealous" 1582535468 + (proc-def "plug-in-zealouscrop" 1 + "Autocrop unused space from edges and middle" + "" + "Adam D. Moss" + "Adam D. Moss" + "1997" + "_Zealous Crop" + 1 + (menu-path "/Image/Crop") + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/contrast-retinex/contrast-retinex" 1582535468 + (proc-def "plug-in-retinex" 1 + "Enhance contrast using the Retinex method" + "The Retinex Image Enhancement Algorithm is an automatic image enhancement method that enhances a digital image in terms of dynamic range compression, color independence from the spectral distribution of the scene illuminant, and color/lightness rendition." + "Fabien Pelisson" + "Fabien Pelisson" + "2003" + "Retine_x..." + 1 + (menu-path "/Colors/Tone Mapping") + (icon icon-name -1 "") + "RGB*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "scale" "Biggest scale value") + (proc-arg 0 "nscales" "Number of scales") + (proc-arg 0 "scales-mode" "Retinex distribution through scales") + (proc-arg 3 "cvar" "Variance value"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/compose/compose" 1582535468 + (proc-def "plug-in-compose" 1 + "Create an image using multiple gray images as color channels" + "This function creates a new image from multiple gray images" + "Peter Kirchgessner" + "Peter Kirchgessner (peter@kirchgessner.net)" + "1997" + "C_ompose..." + 1 + (menu-path "/Colors/Components") + (icon icon-name -1 "") + "GRAY*" + 7 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image1" "First input image") + (proc-arg 16 "drawable" "Input drawable (not used)") + (proc-arg 13 "image2" "Second input image") + (proc-arg 13 "image3" "Third input image") + (proc-arg 13 "image4" "Fourth input image") + (proc-arg 4 "compose-type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMY\", \"CMYK\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"") + (proc-arg 13 "new-image" "Output image")) + (proc-def "plug-in-drawable-compose" 1 + "Compose an image from multiple drawables of gray images" + "This function creates a new image from multiple drawables of gray images" + "Peter Kirchgessner" + "Peter Kirchgessner (peter@kirchgessner.net)" + "1998" + "" + 0 + (icon icon-name -1 "") + "GRAY*" + 7 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image1" "First input image (not used)") + (proc-arg 16 "drawable1" "First input drawable") + (proc-arg 16 "drawable2" "Second input drawable") + (proc-arg 16 "drawable3" "Third input drawable") + (proc-arg 16 "drawable4" "Fourth input drawable") + (proc-arg 4 "compose-type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMY\", \"CMYK\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"") + (proc-arg 13 "new-image" "Output image")) + (proc-def "plug-in-recompose" 1 + "Recompose an image that was previously decomposed" + "This function recombines the grayscale layers produced by Decompose into a single RGB or RGBA layer, and replaces the originally decomposed layer with the result." + "Bill Skaggs" + "Bill Skaggs" + "2004" + "R_ecompose" + 1 + (menu-path "/Colors/Components") + (icon icon-name -1 "") + "GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Image to recompose from") + (proc-arg 16 "drawable" "Not used"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/colorxhtml/colorxhtml.py" 1582535468 + (proc-def "file-colorxhtml-save" 1 + "Save as colored XHTML" + "Saves the image as colored XHTML text (based on Perl version by Marc Lehmann)" + "Manish Singh and Carol Spears" + "Manish Singh and Carol Spears" + "2003" + "Colored XHTML" + 1 + (menu-path "") + (icon icon-name -1 "") + (save-proc + (extensions "xhtml")) + "RGB" + 9 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "filename" "The name of the file") + (proc-arg 4 "raw-filename" "The name of the file") + (proc-arg 4 "source" "Character source") + (proc-arg 4 "characters" "File to read or characters to use") + (proc-arg 0 "font-size" "Font size in pixels") + (proc-arg 0 "separate" "Write a separate CSS file")) + (locale-def "gimp20-python" "${gimp_installation_dir}/share/locale")) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/colormap-remap/colormap-remap" 1582535468 + (proc-def "plug-in-colormap-remap" 1 + "Rearrange the colormap" + "This procedure takes an indexed image and lets you alter the positions of colors in the colormap without visually changing the image." + "Mukund Sivaraman " + "Mukund Sivaraman " + "June 2006" + "R_earrange Colormap..." + 2 + (menu-path "/Colors/Map/Colormap") + (menu-path "") + (icon icon-name -1 "gimp-colormap") + "INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "num-colors" "Length of 'map' argument (should be equal to colormap size)") + (proc-arg 7 "map" "Remap array for the colormap")) + (proc-def "plug-in-colormap-swap" 1 + "Swap two colors in the colormap" + "This procedure takes an indexed image and lets you swap the positions of two colors in the colormap without visually changing the image." + "Mukund Sivaraman " + "Mukund Sivaraman " + "June 2006" + "_Swap Colors" + 0 + (icon icon-name -1 "") + "INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 2 "index1" "First index in the colormap") + (proc-arg 2 "index2" "Second (other) index in the colormap"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/colorify/colorify" 1582535468 + (proc-def "plug-in-colorify" 1 + "Replace all colors with shades of a specified color" + "Makes an average of the RGB channels and uses it to set the color" + "Francisco Bustamante" + "Francisco Bustamante" + "1.1" + "Colorif_y..." + 0 + (icon icon-name -1 "") + "RGB*" + 4 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 10 "color" "Color to apply"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/color-enhance/color-enhance" 1582535468 + (proc-def "plug-in-color-enhance" 1 + "Stretch color saturation to cover maximum possible range" + "This simple plug-in does an automatic saturation stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full range. For some images it may do just what you want; for others it may not work that well. This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue." + "Martin Weber" + "Martin Weber" + "1997" + "_Color Enhance (legacy)" + 1 + (menu-path "/Colors/Auto") + (icon icon-name -1 "") + "RGB*, INDEXED*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/color-cube-analyze/color-cube-analyze" 1582535468 + (proc-def "plug-in-ccanalyze" 1 + "Analyze the set of colors in the image" + "Analyze colorcube and print some information about the current image (also displays a color-histogram)" + "robert@experimental.net" + "robert@experimental.net" + "June 20th, 1997" + "Colorcube A_nalysis..." + 1 + (menu-path "/Colors/Info") + (icon icon-name -1 "") + "RGB*, GRAY*, INDEXED*" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "num-colors" "Number of colors in the image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/cml-explorer/cml-explorer" 1582535468 + (proc-def "plug-in-cml-explorer" 1 + "Create abstract Coupled-Map Lattice patterns" + "Make an image of Coupled-Map Lattice (CML). CML is a kind of Cellula Automata on continuous (value) domain. In GIMP_RUN_NONINTERACTIVE, the name of a parameter file is passed as the 4th arg. You can control CML_explorer via parameter file." + "Shuji Narazaki (narazaki@InetQ.or.jp); http://www.inetq.or.jp/~narazaki/TheGIMP/" + "Shuji Narazaki" + "1997" + "CML _Explorer..." + 1 + (menu-path "/Filters/Render/Pattern") + (icon icon-name -1 "") + "RGB*, GRAY*" + 4 0 + (proc-arg 0 "ru--mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (not used)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 4 "parameter-filename" "The name of parameter file. CML_explorer makes an image with its settings."))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/checkerboard/checkerboard" 1582535468 + (proc-def "plug-in-checkerboard" 1 + "Create a checkerboard pattern" + "More here later" + "Brent Burton & the Edward Blevins" + "Brent Burton & the Edward Blevins" + "1997" + "_Checkerboard (legacy)..." + 1 + (menu-path "/Filters/Render/Pattern") + (icon icon-name -1 "") + "RGB*, GRAY*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "check-mode" "Check mode { REGULAR (0), PSYCHOBILY (1) }") + (proc-arg 0 "check-size" "Size of the checks"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/cartoon/cartoon" 1582535468 + (proc-def "plug-in-cartoon" 1 + "Simulate a cartoon by enhancing edges" + "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a black felt pen drawing subsequently shaded with color. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the shaded regions of color and much less detail for black areas everywhere including inside regions of color. Small values result in more subtle pen strokes and detail everywhere. Small values for the pct_black make the blend from the color regions to the black border lines smoother and the lines themselves thinner and less noticeable; larger values achieve the opposite effect." + "Spencer Kimball" + "Bit Specialists, Inc." + "2001" + "Ca_rtoon (legacy)..." + 1 + (menu-path "/Filters/Artistic") + (icon icon-name -1 "") + "RGB*, GRAY*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 3 "mask-radius" "Cartoon mask radius (radius of pixel neighborhood)") + (proc-arg 3 "pct-black" "Percentage of darkened pixels to set to black (0.0 - 1.0)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/busy-dialog/busy-dialog" 1582535468 + (proc-def "plug-in-busy-dialog" 1 + "Show a dialog while waiting for an operation to finish" + "Used by GIMP to display a dialog, containing a spinner and a custom message, while waiting for an ongoing operation to finish. Optionally, the dialog may provide a \"Cancel\" button, which can be used to cancel the operation." + "Ell" + "Ell" + "2018" + "" + 0 + (icon icon-name -1 "") + "" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0) }") + (proc-arg 0 "read-fd" "The read file descriptor") + (proc-arg 0 "write-fd" "The write file descriptor") + (proc-arg 4 "message" "The message") + (proc-arg 0 "cancelable" "Whether the dialog is cancelable (TRUE or FALSE)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/border-average/border-average" 1582535468 + (proc-def "plug-in-borderaverage" 1 + "Set foreground to the average color of the image border" + "" + "Philipp Klaus" + "Internet Access AG" + "1998" + "_Border Average..." + 1 + (menu-path "/Colors/Info") + (icon icon-name -1 "") + "RGB*" + 5 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "thickness" "Border size to take in count") + (proc-arg 0 "bucket-exponent" "Bits for bucket size (default=4: 16 Levels)") + (proc-arg 10 "borderaverage" "The average color of the specified border."))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/blur/blur" 1582535468 + (proc-def "plug-in-blur" 1 + "Simple blur, fast but not very strong" + "This plug-in blurs the specified drawable, using a 3x3 blur. Indexed images are not supported." + "Miles O'Neal " + "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting" + "1995-1998" + "_Blur" + 0 + (icon icon-name -1 "") + "RGB*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/blinds/blinds" 1582535468 + (proc-def "plug-in-blinds" 1 + "Simulate an image painted on window blinds" + "More here later" + "Andy Thomas" + "Andy Thomas" + "1997" + "_Blinds..." + 0 + (icon icon-name -1 "") + "RGB*, GRAY*" + 7 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image (unused)") + (proc-arg 16 "drawable" "Input drawable") + (proc-arg 0 "angle-dsp" "Angle of Displacement") + (proc-arg 0 "num-segments" "Number of segments in blinds") + (proc-arg 0 "orientation" "The orientation { ORIENTATION-HORIZONTAL (0), ORIENTATION-VERTICAL (1) }") + (proc-arg 0 "bg-transparent" "Background transparent { FALSE, TRUE }"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/animation-play/animation-play" 1582535468 + (proc-def "plug-in-animationplay" 1 + "Preview a GIMP layer-based animation" + "" + "Adam D. Moss " + "Adam D. Moss " + "1997, 1998..." + "_Playback..." + 1 + (menu-path "/Filters/Animation") + (icon icon-name -1 "media-playback-start") + "RGB*, INDEXED*, GRAY*" + 3 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/animation-optimize/animation-optimize" 1582535468 + (proc-def "plug-in-animationoptimize" 1 + "Modify image to reduce size when saved as GIF animation" + "This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of the animation can use the 'combine' mode, this procedure attempts to maximize the number of ajdacent pixels having the same color, which improves the compression for some image formats such as GIF or MNG." + "Adam D. Moss " + "Adam D. Moss " + "1997-2003" + "Optimize (for _GIF)" + 1 + (menu-path "/Filters/Animation") + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 13 "result" "Resulting image")) + (proc-def "plug-in-animationoptimize-diff" 1 + "Reduce file size where combining layers is possible" + "This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of the animation can use the 'combine' mode, this procedure uses a simple difference between the frames." + "Adam D. Moss " + "Adam D. Moss " + "1997-2001" + "_Optimize (Difference)" + 1 + (menu-path "/Filters/Animation") + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 13 "result" "Resulting image")) + (proc-def "plug-in-animationunoptimize" 1 + "Remove optimization to make editing easier" + "This procedure 'simplifies' a GIMP layer-based animation that has been optimized for animation. This makes editing the animation much easier." + "Adam D. Moss " + "Adam D. Moss " + "1997-2001" + "_Unoptimize" + 1 + (menu-path "/Filters/Animation") + (icon icon-name -1 "") + "RGB*, INDEXED*, GRAY*" + 3 1 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (unused)") + (proc-arg 13 "result" "Resulting image"))) +(plug-in-def "${gimp_plug_in_dir}/plug-ins/align-layers/align-layers" 1582535468 + (proc-def "plug-in-align-layers" 1 + "Align all visible layers of the image" + "Align visible layers" + "Shuji Narazaki " + "Shuji Narazaki" + "1997" + "Align Visi_ble Layers..." + 1 + (menu-path "/Image/Arrange") + (icon icon-name -1 "") + "RGB*,GRAY*,INDEXED*" + 5 0 + (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }") + (proc-arg 13 "image" "Input image") + (proc-arg 16 "drawable" "Input drawable (not used)") + (proc-arg 0 "link-after-alignment" "Link the visible layers after alignment { TRUE, FALSE }") + (proc-arg 0 "use-bottom" "use the bottom layer as the base of alignment { TRUE, FALSE }"))) + +# end of pluginrc diff --git a/botfiles/.config/GIMP/2.10/profilerc b/botfiles/.config/GIMP/2.10/profilerc new file mode 100644 index 0000000..2a75c3e --- /dev/null +++ b/botfiles/.config/GIMP/2.10/profilerc @@ -0,0 +1,4 @@ +# GIMP color profile history + + +# end of color profile history diff --git a/botfiles/.config/GIMP/2.10/sessionrc b/botfiles/.config/GIMP/2.10/sessionrc new file mode 100644 index 0000000..795c035 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/sessionrc @@ -0,0 +1,100 @@ +# GIMP sessionrc +# +# This file takes session-specific info (that is info, you want to keep +# between two GIMP sessions). You are not supposed to edit it manually, but +# of course you can do. The sessionrc will be entirely rewritten every time +# you quit GIMP. If this file isn't found, defaults are used. + +(session-info "toplevel" + (factory-entry "gimp-empty-image-window") + (position 200 100) + (size 640 480)) +(session-info "toplevel" + (factory-entry "gimp-single-image-window") + (position 6 31) + (size 1904 1039) + (open-on-exit) + (aux-info + (left-docks-width "188") + (right-docks-width "205") + (maximized "no")) + (gimp-toolbox + (side left) + (book + (current-page 0) + (dockable "gimp-tool-options" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-device-status" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-undo-history" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-image-list" + (tab-style automatic) + (aux-info + (show-button-bar "true"))))) + (gimp-dock + (side right) + (book + (current-page 1) + (dockable "gimp-brush-grid" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-pattern-grid" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-font-list" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-document-list" + (tab-style automatic) + (aux-info + (show-button-bar "true")))) + (book + (position 336) + (current-page 0) + (dockable "gimp-layer-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-channel-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-vectors-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true")))))) +(session-info "toplevel" + (factory-entry "gimp-file-open-dialog") + (position 538 223) + (size 840 630)) +(session-info "toplevel" + (factory-entry "gimp-image-new-dialog") + (position 747 398)) +(session-info "toplevel" + (factory-entry "gimp-file-export-dialog") + (position 538 223) + (size 840 630)) +(session-info "toplevel" + (factory-entry "gimp-toolbox-color-dialog") + (position 742 360)) + +(hide-docks no) +(single-window-mode yes) +(show-tabs yes) +(tabs-position 0) +(last-tip-shown 0) + +# end of sessionrc diff --git a/botfiles/.config/GIMP/2.10/tags.xml b/botfiles/.config/GIMP/2.10/tags.xml new file mode 100644 index 0000000..a6cc1f8 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tags.xml @@ -0,0 +1,1758 @@ + + + + + round + + + + fuzzy + round + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/botfiles/.config/GIMP/2.10/templaterc b/botfiles/.config/GIMP/2.10/templaterc new file mode 100644 index 0000000..fe461c9 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/templaterc @@ -0,0 +1,500 @@ +# GIMP templaterc +# +# This file will be entirely rewritten each time you exit. + +(GimpTemplate "A0 (300 ppi)" + (width 9933) + (height 14043) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A1 (300 ppi)" + (width 7016) + (height 9933) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A2 (300 ppi)" + (width 4960) + (height 7016) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A3 (300 ppi)" + (width 3508) + (height 4960) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A4 (300 ppi)" + (width 2480) + (height 3508) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A5 (300 ppi)" + (width 1748) + (height 2480) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A6 (300 ppi)" + (width 1240) + (height 1748) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "A7 (300 ppi)" + (width 874) + (height 1240) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "B4 (300 ppi)" + (width 2953) + (height 4169) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "B5 (300 ppi)" + (width 2079) + (height 2953) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "B5-Japan (300 ppi)" + (width 2150) + (height 3035) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "US Letter (300 ppi)" + (width 2550) + (height 3300) + (unit inches) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "US Legal (300 ppi)" + (width 2550) + (height 4200) + (unit inches) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "88.9×50.8 US Business Card" + (icon-name "gimp-business-card") + (width 1050) + (height 600) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "85×55 Western Europe Business Card" + (icon-name "gimp-business-card") + (width 1004) + (height 650) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "90×50 Eastern Europe Business Card" + (icon-name "gimp-business-card") + (width 1063) + (height 591) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "90×55 Business Card (AU, IN etc.)" + (icon-name "gimp-business-card") + (width 1063) + (height 650) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "87×49 Vistaprint Business Card" + (icon-name "gimp-business-card") + (width 1028) + (height 579) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Toilet paper (US, 300 ppi)" + (icon-name "gimp-toilet-paper") + (width 1350) + (height 1350) + (unit inches) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "CD cover (300 ppi)" + (icon-name "media-optical") + (width 1429) + (height 1417) + (unit millimeters) + (xresolution 300) + (yresolution 300) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Web banner leaderboard 728x90" + (icon-name "gimp-web") + (width 728) + (height 90) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Web banner large rectangle 336×280" + (icon-name "gimp-web") + (width 336) + (height 280) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Web banner medium rectangle 300×250" + (icon-name "gimp-web") + (width 300) + (height 250) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Web banner large mobile 320×100" + (icon-name "gimp-web") + (width 320) + (height 100) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Web banner large skyscraper 300×600" + (icon-name "gimp-web") + (width 300) + (height 600) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "1280×720 (HD 720p)" + (icon-name "gimp-video") + (width 1280) + (height 720) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "1920×1080 (Full HD 1080p)" + (icon-name "gimp-video") + (width 1920) + (height 1080) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "3840x2160 (4K UHD)" + (icon-name "gimp-video") + (width 3840) + (height 2160) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "4096×2160 (Digital Cinema Initiatives 4K)" + (icon-name "gimp-video") + (width 4096) + (height 2160) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "1366×768 HD" + (icon-name "gimp-display") + (width 1366) + (height 768) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "1920×1200 WUXGA" + (icon-name "gimp-display") + (width 1920) + (height 1200) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "2560x1600 WQXGA" + (icon-name "gimp-display") + (width 2560) + (height 1600) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "3840×2160 4K UHD" + (icon-name "gimp-display") + (width 3840) + (height 2160) + (unit pixels) + (xresolution 72) + (yresolution 72) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Apple iPhone 6/7" + (icon-name "gimp-smartphone") + (width 750) + (height 1334) + (unit millimeters) + (xresolution 326) + (yresolution 326) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Apple iPhone 5" + (icon-name "gimp-smartphone") + (width 640) + (height 1136) + (unit millimeters) + (xresolution 326) + (yresolution 326) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Apple iPad 3&4, Air" + (icon-name "gimp-smartphone") + (width 2048) + (height 2732) + (unit millimeters) + (xresolution 264) + (yresolution 264) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Samsung Galaxy S6" + (icon-name "gimp-smartphone") + (width 1440) + (height 2560) + (unit millimeters) + (xresolution 577) + (yresolution 577) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Samsung Galaxy S5" + (icon-name "gimp-smartphone") + (width 1080) + (height 1920) + (unit millimeters) + (xresolution 360) + (yresolution 360) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) +(GimpTemplate "Samsung Galaxy Tab 2&3 10,1 inch" + (icon-name "gimp-smartphone") + (width 800) + (height 1280) + (unit millimeters) + (xresolution 149) + (yresolution 149) + (resolution-unit inches) + (image-type rgb) + (precision u8-gamma) + (color-managed yes) + (color-profile NULL) + (fill-type background)) + +# end of templaterc diff --git a/botfiles/.config/GIMP/2.10/themerc b/botfiles/.config/GIMP/2.10/themerc new file mode 100644 index 0000000..059ec7e --- /dev/null +++ b/botfiles/.config/GIMP/2.10/themerc @@ -0,0 +1,17 @@ +# GIMP themerc +# +# This file is written on GIMP startup and on every theme change. +# It is NOT supposed to be edited manually. Edit your personal +# gtkrc file instead (/home/samedamci/.config/GIMP/2.10/gtkrc). + +style "gimp-spin-scale-style" +{ + GimpSpinScale::compact = 1 +} + +class "GimpSpinScale" style "gimp-spin-scale-style" + +include "/usr/share/gimp/2.0/themes/Dark/gtkrc" +include "/etc/gimp/2.0/gtkrc" + +# end of themerc diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-airbrush-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-airbrush-tool new file mode 100644 index 0000000..9c18393 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-airbrush-tool @@ -0,0 +1,11 @@ +# GIMP gimp-airbrush-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(gradient "FG to BG (RGB)") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-airbrush-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-align-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-align-tool new file mode 100644 index 0000000..521b3bf --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-align-tool @@ -0,0 +1,4 @@ +# GIMP gimp-align-tool options + + +# end of gimp-align-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool new file mode 100644 index 0000000..16bc2d3 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool @@ -0,0 +1,4 @@ +# GIMP gimp-brightness-contrast-tool options + + +# end of gimp-brightness-contrast-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool new file mode 100644 index 0000000..b15a27f --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool @@ -0,0 +1,15 @@ +# GIMP gimp-bucket-fill-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(paint-mode luminance) +(pattern "Wood #2") +(brush-size 51) +(brush-hardness 0.5) +(fill-area selection) +(sample-merged yes) +(threshold 4.3000000000000007) +(line-art-source active-layer) +(line-art-max-grow 13) +(line-art-max-gap-length 156) + +# end of gimp-bucket-fill-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool new file mode 100644 index 0000000..434e5db --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool @@ -0,0 +1,4 @@ +# GIMP gimp-by-color-select-tool options + + +# end of gimp-by-color-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-cage-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-cage-tool new file mode 100644 index 0000000..70074a2 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-cage-tool @@ -0,0 +1,4 @@ +# GIMP gimp-cage-tool options + + +# end of gimp-cage-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-clone-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-clone-tool new file mode 100644 index 0000000..1adc4e4 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-clone-tool @@ -0,0 +1,11 @@ +# GIMP gimp-clone-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(pattern "Wood #2") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-clone-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-color-picker-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-color-picker-tool new file mode 100644 index 0000000..d91e01b --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-color-picker-tool @@ -0,0 +1,5 @@ +# GIMP gimp-color-picker-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) + +# end of gimp-color-picker-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-convolve-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-convolve-tool new file mode 100644 index 0000000..44c656a --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-convolve-tool @@ -0,0 +1,10 @@ +# GIMP gimp-convolve-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-convolve-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-crop-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-crop-tool new file mode 100644 index 0000000..ca900f7 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-crop-tool @@ -0,0 +1,6 @@ +# GIMP gimp-crop-tool options + +(aspect-denominator 16) +(aspect-numerator 128) + +# end of gimp-crop-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-curves-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-curves-tool new file mode 100644 index 0000000..b7a332b --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-curves-tool @@ -0,0 +1,4 @@ +# GIMP gimp-curves-tool options + + +# end of gimp-curves-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool new file mode 100644 index 0000000..ca66413 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool @@ -0,0 +1,10 @@ +# GIMP gimp-dodge-burn-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-dodge-burn-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool new file mode 100644 index 0000000..5b00a25 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool @@ -0,0 +1,4 @@ +# GIMP gimp-ellipse-select-tool options + + +# end of gimp-ellipse-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-eraser-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-eraser-tool new file mode 100644 index 0000000..8403873 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-eraser-tool @@ -0,0 +1,10 @@ +# GIMP gimp-eraser-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-eraser-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-flip-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-flip-tool new file mode 100644 index 0000000..4686677 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-flip-tool @@ -0,0 +1,4 @@ +# GIMP gimp-flip-tool options + + +# end of gimp-flip-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool new file mode 100644 index 0000000..d55a981 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool @@ -0,0 +1,5 @@ +# GIMP gimp-foreground-select-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) + +# end of gimp-foreground-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-free-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-free-select-tool new file mode 100644 index 0000000..86b6ab3 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-free-select-tool @@ -0,0 +1,4 @@ +# GIMP gimp-free-select-tool options + + +# end of gimp-free-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool new file mode 100644 index 0000000..a0f7bdb --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool @@ -0,0 +1,4 @@ +# GIMP gimp-fuzzy-select-tool options + + +# end of gimp-fuzzy-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-gegl-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-gegl-tool new file mode 100644 index 0000000..f085e5f --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-gegl-tool @@ -0,0 +1,4 @@ +# GIMP gimp-gegl-tool options + + +# end of gimp-gegl-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-gradient-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-gradient-tool new file mode 100644 index 0000000..a60b415 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-gradient-tool @@ -0,0 +1,8 @@ +# GIMP gimp-gradient-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(gradient "FG to BG (RGB)") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-gradient-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool new file mode 100644 index 0000000..a23ed42 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool @@ -0,0 +1,4 @@ +# GIMP gimp-handle-transform-tool options + + +# end of gimp-handle-transform-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-heal-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-heal-tool new file mode 100644 index 0000000..5ad594f --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-heal-tool @@ -0,0 +1,10 @@ +# GIMP gimp-heal-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-heal-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-ink-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-ink-tool new file mode 100644 index 0000000..138198d --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-ink-tool @@ -0,0 +1,7 @@ +# GIMP gimp-ink-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-ink-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-iscissors-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-iscissors-tool new file mode 100644 index 0000000..fb42baf --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-iscissors-tool @@ -0,0 +1,4 @@ +# GIMP gimp-iscissors-tool options + + +# end of gimp-iscissors-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-levels-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-levels-tool new file mode 100644 index 0000000..04c0f932 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-levels-tool @@ -0,0 +1,4 @@ +# GIMP gimp-levels-tool options + + +# end of gimp-levels-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-measure-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-measure-tool new file mode 100644 index 0000000..ec7cff3 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-measure-tool @@ -0,0 +1,4 @@ +# GIMP gimp-measure-tool options + + +# end of gimp-measure-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-move-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-move-tool new file mode 100644 index 0000000..b9721a8 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-move-tool @@ -0,0 +1,4 @@ +# GIMP gimp-move-tool options + + +# end of gimp-move-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool new file mode 100644 index 0000000..8131e1b --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool @@ -0,0 +1,10 @@ +# GIMP gimp-mypaint-brush-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(mybrush "100% Opaque") +(brush-size 51) +(brush-hardness 0.5) +(radius 3.0099999904632568) +(hardness 0.94999998807907104) + +# end of gimp-mypaint-brush-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-offset-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-offset-tool new file mode 100644 index 0000000..5a30253 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-offset-tool @@ -0,0 +1,4 @@ +# GIMP gimp-offset-tool options + + +# end of gimp-offset-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-operation-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-operation-tool new file mode 100644 index 0000000..a6b3464 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-operation-tool @@ -0,0 +1,5 @@ +# GIMP gimp-operation-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) + +# end of gimp-operation-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool new file mode 100644 index 0000000..6342189 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool @@ -0,0 +1,11 @@ +# GIMP gimp-paintbrush-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(gradient "FG to BG (RGB)") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-paintbrush-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-pencil-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-pencil-tool new file mode 100644 index 0000000..04f41f9 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-pencil-tool @@ -0,0 +1,11 @@ +# GIMP gimp-pencil-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(gradient "FG to BG (RGB)") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-pencil-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool new file mode 100644 index 0000000..d67ac40 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool @@ -0,0 +1,11 @@ +# GIMP gimp-perspective-clone-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(pattern "Wood #2") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-perspective-clone-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-tool new file mode 100644 index 0000000..3a21bdc --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-perspective-tool @@ -0,0 +1,4 @@ +# GIMP gimp-perspective-tool options + + +# end of gimp-perspective-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-rect-select-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-rect-select-tool new file mode 100644 index 0000000..b1973c4 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-rect-select-tool @@ -0,0 +1,5 @@ +# GIMP gimp-rect-select-tool options + +(fixed-center yes) + +# end of gimp-rect-select-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-rotate-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-rotate-tool new file mode 100644 index 0000000..32e5b73 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-rotate-tool @@ -0,0 +1,4 @@ +# GIMP gimp-rotate-tool options + + +# end of gimp-rotate-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-scale-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-scale-tool new file mode 100644 index 0000000..6d1a75e --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-scale-tool @@ -0,0 +1,4 @@ +# GIMP gimp-scale-tool options + + +# end of gimp-scale-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-shear-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-shear-tool new file mode 100644 index 0000000..b1cf8f8 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-shear-tool @@ -0,0 +1,4 @@ +# GIMP gimp-shear-tool options + + +# end of gimp-shear-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-smudge-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-smudge-tool new file mode 100644 index 0000000..8e376ea --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-smudge-tool @@ -0,0 +1,11 @@ +# GIMP gimp-smudge-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(gradient "FG to BG (RGB)") +(palette "Color History") +(brush-size 51) +(brush-hardness 0.5) + +# end of gimp-smudge-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-text-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-text-tool new file mode 100644 index 0000000..c369900 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-text-tool @@ -0,0 +1,7 @@ +# GIMP gimp-text-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(palette "Color History") +(font "Sans-serif") + +# end of gimp-text-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-threshold-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-threshold-tool new file mode 100644 index 0000000..f114556 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-threshold-tool @@ -0,0 +1,4 @@ +# GIMP gimp-threshold-tool options + + +# end of gimp-threshold-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-transform-3d-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-transform-3d-tool new file mode 100644 index 0000000..dbb8c08 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-transform-3d-tool @@ -0,0 +1,4 @@ +# GIMP gimp-transform-3d-tool options + + +# end of gimp-transform-3d-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool new file mode 100644 index 0000000..c84224d --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool @@ -0,0 +1,4 @@ +# GIMP gimp-unified-transform-tool options + + +# end of gimp-unified-transform-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-vector-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-vector-tool new file mode 100644 index 0000000..3e148fd --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-vector-tool @@ -0,0 +1,10 @@ +# GIMP gimp-vector-tool options + +(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417)) +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(pattern "Wood #2") +(gradient "FG to BG (RGB)") +(palette "Color History") + +# end of gimp-vector-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-warp-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-warp-tool new file mode 100644 index 0000000..e837f9e --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-warp-tool @@ -0,0 +1,4 @@ +# GIMP gimp-warp-tool options + + +# end of gimp-warp-tool options diff --git a/botfiles/.config/GIMP/2.10/tool-options/gimp-zoom-tool b/botfiles/.config/GIMP/2.10/tool-options/gimp-zoom-tool new file mode 100644 index 0000000..316363e --- /dev/null +++ b/botfiles/.config/GIMP/2.10/tool-options/gimp-zoom-tool @@ -0,0 +1,4 @@ +# GIMP gimp-zoom-tool options + + +# end of gimp-zoom-tool options diff --git a/botfiles/.config/GIMP/2.10/toolrc b/botfiles/.config/GIMP/2.10/toolrc new file mode 100644 index 0000000..590bee5 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/toolrc @@ -0,0 +1,185 @@ +# GIMP toolrc + +(file-version 1) + +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-move-tool") + (children + (GimpToolInfo "gimp-move-tool" + (icon-name "gimp-tool-move") + (visible yes)) + (GimpToolInfo "gimp-align-tool" + (icon-name "gimp-tool-align") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-rect-select-tool") + (children + (GimpToolInfo "gimp-rect-select-tool" + (icon-name "gimp-tool-rect-select") + (visible yes)) + (GimpToolInfo "gimp-ellipse-select-tool" + (icon-name "gimp-tool-ellipse-select") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-free-select-tool") + (children + (GimpToolInfo "gimp-free-select-tool" + (icon-name "gimp-tool-free-select") + (visible yes)) + (GimpToolInfo "gimp-iscissors-tool" + (icon-name "gimp-tool-iscissors") + (visible yes)) + (GimpToolInfo "gimp-foreground-select-tool" + (icon-name "gimp-tool-foreground-select") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-fuzzy-select-tool") + (children + (GimpToolInfo "gimp-fuzzy-select-tool" + (icon-name "gimp-tool-fuzzy-select") + (visible yes)) + (GimpToolInfo "gimp-by-color-select-tool" + (icon-name "gimp-tool-by-color-select") + (visible yes)))) +(GimpToolInfo "gimp-crop-tool" + (icon-name "gimp-tool-crop") + (visible yes)) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-rotate-tool") + (children + (GimpToolInfo "gimp-unified-transform-tool" + (icon-name "gimp-tool-unified-transform") + (visible yes)) + (GimpToolInfo "gimp-rotate-tool" + (icon-name "gimp-tool-rotate") + (visible yes)) + (GimpToolInfo "gimp-scale-tool" + (icon-name "gimp-tool-scale") + (visible yes)) + (GimpToolInfo "gimp-shear-tool" + (icon-name "gimp-tool-shear") + (visible yes)) + (GimpToolInfo "gimp-flip-tool" + (icon-name "gimp-tool-flip") + (visible yes)) + (GimpToolInfo "gimp-perspective-tool" + (icon-name "gimp-tool-perspective") + (visible yes)) + (GimpToolInfo "gimp-transform-3d-tool" + (icon-name "gimp-tool-transform-3d") + (visible yes)) + (GimpToolInfo "gimp-handle-transform-tool" + (icon-name "gimp-tool-handle-transform") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-warp-tool") + (children + (GimpToolInfo "gimp-warp-tool" + (icon-name "gimp-tool-warp") + (visible yes)) + (GimpToolInfo "gimp-cage-tool" + (icon-name "gimp-tool-cage") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-bucket-fill-tool") + (children + (GimpToolInfo "gimp-bucket-fill-tool" + (icon-name "gimp-tool-bucket-fill") + (visible yes)) + (GimpToolInfo "gimp-gradient-tool" + (icon-name "gimp-tool-gradient") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-paintbrush-tool") + (children + (GimpToolInfo "gimp-paintbrush-tool" + (icon-name "gimp-tool-paintbrush") + (visible yes)) + (GimpToolInfo "gimp-pencil-tool" + (icon-name "gimp-tool-pencil") + (visible yes)) + (GimpToolInfo "gimp-airbrush-tool" + (icon-name "gimp-tool-airbrush") + (visible yes)) + (GimpToolInfo "gimp-ink-tool" + (icon-name "gimp-tool-ink") + (visible yes)) + (GimpToolInfo "gimp-mypaint-brush-tool" + (icon-name "gimp-tool-mypaint-brush") + (visible yes)))) +(GimpToolInfo "gimp-eraser-tool" + (icon-name "gimp-tool-eraser") + (visible yes)) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-clone-tool") + (children + (GimpToolInfo "gimp-clone-tool" + (icon-name "gimp-tool-clone") + (visible yes)) + (GimpToolInfo "gimp-perspective-clone-tool" + (icon-name "gimp-tool-perspective-clone") + (visible yes)) + (GimpToolInfo "gimp-heal-tool" + (icon-name "gimp-tool-heal") + (visible yes)))) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-smudge-tool") + (children + (GimpToolInfo "gimp-smudge-tool" + (icon-name "gimp-tool-smudge") + (visible yes)) + (GimpToolInfo "gimp-convolve-tool" + (icon-name "gimp-tool-blur") + (visible yes)) + (GimpToolInfo "gimp-dodge-burn-tool" + (icon-name "gimp-tool-dodge") + (visible yes)))) +(GimpToolInfo "gimp-vector-tool" + (icon-name "gimp-tool-path") + (visible yes)) +(GimpToolInfo "gimp-text-tool" + (icon-name "gimp-tool-text") + (visible yes)) +(GimpToolGroup "tool group" + (visible yes) + (active-tool "gimp-color-picker-tool") + (children + (GimpToolInfo "gimp-color-picker-tool" + (icon-name "gimp-tool-color-picker") + (visible yes)) + (GimpToolInfo "gimp-measure-tool" + (icon-name "gimp-tool-measure") + (visible yes)))) +(GimpToolInfo "gimp-zoom-tool" + (icon-name "gimp-tool-zoom") + (visible yes)) +(GimpToolInfo "gimp-brightness-contrast-tool" + (icon-name "gimp-tool-brightness-contrast") + (visible no)) +(GimpToolInfo "gimp-threshold-tool" + (icon-name "gimp-tool-threshold") + (visible no)) +(GimpToolInfo "gimp-levels-tool" + (icon-name "gimp-tool-levels") + (visible no)) +(GimpToolInfo "gimp-curves-tool" + (icon-name "gimp-tool-curves") + (visible no)) +(GimpToolInfo "gimp-offset-tool" + (icon-name "gimp-tool-offset") + (visible no)) +(GimpToolInfo "gimp-gegl-tool" + (icon-name "gimp-gegl") + (visible no)) + +# end of toolrc diff --git a/botfiles/.config/GIMP/2.10/unitrc b/botfiles/.config/GIMP/2.10/unitrc new file mode 100644 index 0000000..9883ee8 --- /dev/null +++ b/botfiles/.config/GIMP/2.10/unitrc @@ -0,0 +1,51 @@ +# GIMP units +# +# This file contains the user unit database. You can edit this list with the +# unit editor. You are not supposed to edit it manually, but of course you +# can do. +# This file will be entirely rewritten each time you exit. + +(unit-info "centimeters" + (factor 2.54) + (digits 2) + (symbol "cm") + (abbreviation "cm") + (singular "centimeter") + (plural "centimeters")) +(unit-info "meters" + (factor 0.025399999999999999) + (digits 4) + (symbol "m") + (abbreviation "m") + (singular "meter") + (plural "meters")) +(unit-info "feet" + (factor 0.083333000000000004) + (digits 4) + (symbol "'") + (abbreviation "ft") + (singular "foot") + (plural "feet")) +(unit-info "yards" + (factor 0.027778000000000001) + (digits 4) + (symbol "yd") + (abbreviation "yd") + (singular "yard") + (plural "yards")) +(unit-info "typogr. points" + (factor 72.269999999999996) + (digits 0) + (symbol "tpt") + (abbreviation "tpt") + (singular "typogr. point") + (plural "typogr. points")) +(unit-info "typogr. picas" + (factor 6.0225) + (digits 1) + (symbol "tpc") + (abbreviation "tpc") + (singular "typogr. pica") + (plural "typogr. picas")) + +# end of units diff --git a/botfiles/.config/QtProject.conf b/botfiles/.config/QtProject.conf new file mode 100644 index 0000000..1dd41de --- /dev/null +++ b/botfiles/.config/QtProject.conf @@ -0,0 +1,8 @@ +[FileDialog] +history=file:///home/samedamci/Downloads, file:///home/samedamci/.minecraft/screenshots, file:///mnt/HDD/samedamci/Videos, file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.minecraft/resourcepacks/Resourcedamci/assets/minecraft/textures/entity/fox +lastVisited=file:///home/samedamci/Pictures/Screenshots +qtVersion=5.14.1 +shortcuts=file:, file:///home/samedamci, file:///home/samedamci/Pictures, file:///home/samedamci/.minecraft +sidebarWidth=90 +treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) +viewMode=Detail diff --git a/botfiles/.config/TabNine/TabNineExample.toml b/botfiles/.config/TabNine/TabNineExample.toml new file mode 100644 index 0000000..5114bf1 --- /dev/null +++ b/botfiles/.config/TabNine/TabNineExample.toml @@ -0,0 +1,71 @@ +[language.rust] +command = "rls" +install = [ + ["rustup", "update"], + ["rustup", "component", "add", "rls", "rust-analysis", "rust-src"], +] + +[language.javascript] +command = "flow" +args = ["lsp"] +install = [["npm", "install", "-g", "flow-bin"]] + +[language.typescript] +command = "typescript-language-server" +args = ["--stdio"] +install = [["npm", "install", "-g", "typescript-language-server"]] + +[language.html] +command = "html-languageserver" +args = ["--stdio"] +install = [["npm", "install", "-g", "vscode-html-languageserver-bin"]] + +[language.ocaml] +command = "ocaml-language-server" +args = ["--stdio"] +install = [["npm", "install", "-g", "ocaml-language-server"]] + +[language.python] +command = "pyls" +install = [["pip", "install", "python-language-server"]] + +[language.c] +command = "clangd" +args = [] + +[language.cpp] +command = "clangd" +args = [] + +[language.haskell] +command = "hie" +args = ["--lsp"] + +[language.go] +command = "gopls" +args = ["serve"] +install = [["go", "get", "-u", "golang.org/x/tools/cmd/gopls"]] + +[language.dart] +command = "dart_language_server" +install = [["pub", "global", "activate", "dart_language_server"]] + +[language.ruby] +command = "solargraph" +args = ["stdio"] +install = [["gem", "install", "solargraph"]] + +[language.css] +command = "css-languageserver" +args = ["--stdio"] +install = [["npm", "install", "-g", "vscode-css-languageserver-bin"]] + +[language.scss] +command = "css-languageserver" +args = ["--stdio"] +install = [["npm", "install", "-g", "vscode-css-languageserver-bin"]] + +[language.purescript] +command = "purescript-language-server" +args = ["--stdio"] +install = [["npm", "install", "-g", "purescript-language-server"]] diff --git a/botfiles/.config/TabNine/tabnine_config.json b/botfiles/.config/TabNine/tabnine_config.json new file mode 100644 index 0000000..f15760f --- /dev/null +++ b/botfiles/.config/TabNine/tabnine_config.json @@ -0,0 +1,24 @@ +{ + "version": "2.3.5", + "hide_promotional_message": false, + "beta_enabled": "No", + "ignore_all_lsp": false, + "creation_time": "2020-03-08T16:00:36.662764122Z", + "semantic_status": {}, + "disable_auto_update": false, + "user_understands_that_enabling_tabnine_cloud_sends_code_to_tabnine_servers": false, + "hosted_deep_completions_enabled": "Disabled", + "tabnine_cloud_host": null, + "tabnine_cloud_certificate_domain": null, + "tabnine_cloud_port": null, + "cloud_whitelist": [], + "api_key": null, + "api_key_service_level": null, + "api_base_url": null, + "local_enabled": "Unset", + "disable_local_when_using_battery": false, + "hide_deep_information_message": false, + "enable_power_saving_mode": false, + "rate_limit_interval_seconds": null, + "rate_limit_amount": null +} \ No newline at end of file diff --git a/botfiles/.config/autostart/autostart.sh b/botfiles/.config/autostart/autostart.sh index 8b1d812..4885c91 100755 --- a/botfiles/.config/autostart/autostart.sh +++ b/botfiles/.config/autostart/autostart.sh @@ -37,9 +37,13 @@ picom & #while pgrep -u $UID -x discord >/dev/null; do sleep 1; done #discord & # TELEGRAM -killall -q telegram-desktop +kkillall -q telegram-desktop while pgrep -u $UID -x telegram-desktop >/dev/null; do sleep 1; done telegram-desktop & +# udiskie +killall -q udiskie +while pgrep -u $UID -x udiskie >/dev/null; do sleep 1; done +udiskie & #~~~~~~~ # OTHER @@ -47,7 +51,7 @@ telegram-desktop & # Welcome notify dunstify "Hello ${USER}!" # Wallpaper -feh --bg-fill /home/samedamci/Pictures/wall & +feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ & # Keyboard layout & key swaping setxkbmap -layout 'pl' -option caps:swapescape & # Cursor diff --git a/botfiles/.config/dconf/user b/botfiles/.config/dconf/user new file mode 100644 index 0000000..efd62e4 Binary files /dev/null and b/botfiles/.config/dconf/user differ diff --git a/botfiles/.config/enchant/he.dic b/botfiles/.config/enchant/he.dic new file mode 100644 index 0000000..e69de29 diff --git a/botfiles/.config/enchant/he.exc b/botfiles/.config/enchant/he.exc new file mode 100644 index 0000000..e69de29 diff --git a/botfiles/.config/gtk-2.0/gtkfilechooser.ini b/botfiles/.config/gtk-2.0/gtkfilechooser.ini index 81af62f..1de1f4d 100644 --- a/botfiles/.config/gtk-2.0/gtkfilechooser.ini +++ b/botfiles/.config/gtk-2.0/gtkfilechooser.ini @@ -1,11 +1,11 @@ [Filechooser Settings] LocationMode=path-bar -ShowHidden=false +ShowHidden=true ShowSizeColumn=true -GeometryX=263 -GeometryY=81 +GeometryX=538 +GeometryY=223 GeometryWidth=840 GeometryHeight=630 -SortColumn=name -SortOrder=ascending +SortColumn=modified +SortOrder=descending StartupMode=recent diff --git a/botfiles/.config/keepassxc/keepassxc.ini b/botfiles/.config/keepassxc/keepassxc.ini new file mode 100644 index 0000000..090c8a7 --- /dev/null +++ b/botfiles/.config/keepassxc/keepassxc.ini @@ -0,0 +1,3 @@ +[General] +HideWindowOnCopy=false +MinimizeOnCopy=true diff --git a/botfiles/.config/mpd/mpd.conf b/botfiles/.config/mpd/mpd.conf index 8bea4cb..0b5ecbd 100644 --- a/botfiles/.config/mpd/mpd.conf +++ b/botfiles/.config/mpd/mpd.conf @@ -5,7 +5,7 @@ db_file "~/.config/mpd/database" log_file "~/.config/mpd/mpd.log" # The music directory is by default the XDG directory, uncomment to amend and choose a different directory -music_directory "~/SD/Music" +music_directory "/media/6CEC-36BB/Music" # Uncomment to refresh the database whenever files in the music_directory are changed auto_update "yes" diff --git a/botfiles/.config/mpd/mpd.log b/botfiles/.config/mpd/mpd.log index 838b8d7..15329de 100644 --- a/botfiles/.config/mpd/mpd.log +++ b/botfiles/.config/mpd/mpd.log @@ -1618,3 +1618,902 @@ Feb 28 14:23 : exception: RTIOThread could not get realtime scheduling, continui Feb 28 14:23 : exception: inotify_add_watch() has failed: No such file or directory Feb 28 17:20 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted Feb 28 17:20 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:06 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:06 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:14 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:14 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:26 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:26 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:27 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:27 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:27 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:27 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:27 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:27 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:27 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:27 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:28 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:28 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:31 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:31 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:31 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:31 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:32 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:32 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:32 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:32 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:35 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:35 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:49 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:49 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:51 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:51 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:52 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:52 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 19:52 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 19:52 : exception: inotify_add_watch() has failed: No such file or directory +Feb 28 20:10 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 28 20:10 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 09:32 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 09:32 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:18 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:18 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:19 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:19 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:19 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:19 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:20 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:20 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:21 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:21 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:21 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:21 : exception: inotify_add_watch() has failed: No such file or directory +Feb 29 20:22 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Feb 29 20:22 : exception: inotify_add_watch() has failed: No such file or directory +Mar 01 15:25 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 01 15:25 : exception: inotify_add_watch() has failed: No such file or directory +Mar 02 20:07 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 02 20:07 : exception: inotify_add_watch() has failed: No such file or directory +Mar 03 18:36 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 03 18:36 : exception: inotify_add_watch() has failed: No such file or directory +Mar 03 18:56 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 03 18:56 : exception: inotify_add_watch() has failed: No such file or directory +Mar 04 17:47 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 04 17:47 : exception: inotify_add_watch() has failed: No such file or directory +Mar 04 18:41 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 04 18:41 : exception: inotify_add_watch() has failed: No such file or directory +Mar 04 19:23 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 04 19:23 : exception: inotify_add_watch() has failed: No such file or directory +Mar 04 19:55 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 04 19:55 : exception: inotify_add_watch() has failed: No such file or directory +Mar 05 17:50 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 05 17:50 : exception: inotify_add_watch() has failed: No such file or directory +Mar 05 17:51 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 05 17:51 : exception: inotify_add_watch() has failed: No such file or directory +Mar 05 17:52 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 05 17:52 : exception: inotify_add_watch() has failed: No such file or directory +Mar 05 17:52 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 05 17:52 : exception: inotify_add_watch() has failed: No such file or directory +Mar 07 15:09 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 07 15:09 : exception: inotify_add_watch() has failed: No such file or directory +Mar 07 15:10 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 07 15:10 : exception: inotify_add_watch() has failed: No such file or directory +Mar 08 11:04 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:04 : client: [0] opened from [::1]:39294 +Mar 08 11:04 : exception: Failed to open /home/samedamci/.config/mpd/playlists: No such file or directory +Mar 08 11:04 : exception: Failed to access /home/samedamci/SD/Music: No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Heart Upon My Sleeve1.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Heart Upon My Sleeve1.flac': No such file or directory +Mar 08 11:04 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/03 Subwoofer Lullaby.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/03 Subwoofer Lullaby.flac': No such file or directory +Mar 08 11:04 : player: played "03 Subwoofer Lullaby.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/003 Małomiasteczkowy.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/003 Małomiasteczkowy.flac': No such file or directory +Mar 08 11:04 : player: played "003 Małomiasteczkowy.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/006 Nie Ma Fal.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/006 Nie Ma Fal.flac': No such file or directory +Mar 08 11:04 : player: played "006 Nie Ma Fal.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/$$$.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/$$$.flac': No such file or directory +Mar 08 11:04 : player: played "$$$.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/#FREEBIALAS.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/#FREEBIALAS.flac': No such file or directory +Mar 08 11:04 : player: played "#FREEBIALAS.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/001 Cantate Tutti.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/001 Cantate Tutti.flac': No such file or directory +Mar 08 11:04 : player: played "001 Cantate Tutti.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Jumpsuit.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Jumpsuit.flac': No such file or directory +Mar 08 11:04 : player: played "01 Jumpsuit.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/026 Zorza.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/026 Zorza.flac': No such file or directory +Mar 08 11:04 : player: played "026 Zorza.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/005 Trofea.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/005 Trofea.flac': No such file or directory +Mar 08 11:04 : player: played "005 Trofea.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/095 TLC.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/095 TLC.flac': No such file or directory +Mar 08 11:04 : player: played "095 TLC.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/Cashew-1616442.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/Cashew-1616442.flac': No such file or directory +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "Cashew-1616442.flac" +Mar 08 11:04 : exception: Failed to decode /home/samedamci/SD/Music/01 Key.flac +Mar 08 11:04 : exception: nested: Failed to open '/home/samedamci/SD/Music/01 Key.flac': No such file or directory +Mar 08 11:04 : player: played "01 Key.flac" +Mar 08 11:05 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:05 : client: [0] opened from [::1]:39314 +Mar 08 11:05 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:05 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:05 : exception: Failed to open /home/samedamci/.config/mpd/playlists: No such file or directory +Mar 08 11:06 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:06 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:06 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:06 : client: [0] opened from [::1]:39334 +Mar 08 11:06 : client: [1] opened from [::1]:39336 +Mar 08 11:06 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 11:09 : client: [1] closed +Mar 08 11:09 : client: [2] opened from [::1]:39494 +Mar 08 11:09 : exception: Failed to open /home/samedamci/.config/mpd/playlists: No such file or directory +Mar 08 11:09 : player: played "Heart Upon My Sleeve1.flac" +Mar 08 11:25 : client: [2] closed +Mar 08 17:03 : player: played "Moog City 2.flac" +Mar 08 17:03 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 17:03 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Mar 08 17:03 : client: [0] opened from [::1]:45924 diff --git a/botfiles/.config/mpd/pid b/botfiles/.config/mpd/pid index f36e367..795cf0e 100644 --- a/botfiles/.config/mpd/pid +++ b/botfiles/.config/mpd/pid @@ -1 +1 @@ -1140 +120373 diff --git a/botfiles/.config/mpd/state b/botfiles/.config/mpd/state index 1aeb5b0..817d0af 100644 --- a/botfiles/.config/mpd/state +++ b/botfiles/.config/mpd/state @@ -1,8 +1,9 @@ sw_volume: 100 audio_device_state:1:Fifo visualisation audio_device_state:1:Alsa for audio sound card -state: stop -current: 2 +state: pause +current: 16 +time: 114.993000 random: 1 repeat: 0 single: 0 @@ -25,4 +26,7 @@ playlist_begin 11:$$$.flac 12:01 Key.flac 13:026 Zorza.flac +14:Heart Upon My Sleeve1.flac +15:12 I've Been Waiting (Original Version) - Explicit.flac +16:Moog City 2.flac playlist_end diff --git a/botfiles/.config/obs-studio/basic/profiles/Untitled/basic.ini b/botfiles/.config/obs-studio/basic/profiles/Untitled/basic.ini new file mode 100644 index 0000000..2b000c3 --- /dev/null +++ b/botfiles/.config/obs-studio/basic/profiles/Untitled/basic.ini @@ -0,0 +1,35 @@ +[General] +Name=Untitled + +[Video] +BaseCX=1920 +BaseCY=1080 +OutputCX=1920 +OutputCY=1080 +FPSType=0 +FPSCommon=30 + +[Panels] +CookieId=C764BAB16BE3D08E + +[SimpleOutput] +RecEncoder=x264 +RecQuality=Small + +[Output] +Mode=Advanced + +[AdvOut] +TrackIndex=1 +RecType=Standard +RecFormat=flv +RecEncoder=obs_x264 +RecTracks=1 +FFOutputToFile=true +FFFormat= +FFFormatMimeType= +FFVEncoderId=0 +FFVEncoder= +FFAEncoderId=0 +FFAEncoder= +FFAudioMixes=1 diff --git a/botfiles/.config/obs-studio/basic/profiles/Untitled/recordEncoder.json b/botfiles/.config/obs-studio/basic/profiles/Untitled/recordEncoder.json new file mode 100644 index 0000000..45dfa34 --- /dev/null +++ b/botfiles/.config/obs-studio/basic/profiles/Untitled/recordEncoder.json @@ -0,0 +1,3 @@ +{ + "bitrate": 4000 +} \ No newline at end of file diff --git a/botfiles/.config/obs-studio/basic/scenes/Untitled.json b/botfiles/.config/obs-studio/basic/scenes/Untitled.json new file mode 100644 index 0000000..dbfefe3 --- /dev/null +++ b/botfiles/.config/obs-studio/basic/scenes/Untitled.json @@ -0,0 +1,141 @@ +{ + "current_program_scene": "Scene", + "current_scene": "Scene", + "current_transition": "Fade", + "groups": [], + "modules": { + "auto-scene-switcher": { + "active": false, + "interval": 300, + "non_matching_scene": "", + "switch_if_not_matching": false, + "switches": [] + }, + "output-timer": { + "autoStartRecordTimer": false, + "autoStartStreamTimer": false, + "pauseRecordTimer": true, + "recordTimerHours": 0, + "recordTimerMinutes": 0, + "recordTimerSeconds": 30, + "streamTimerHours": 0, + "streamTimerMinutes": 0, + "streamTimerSeconds": 30 + }, + "scripts-tool": [] + }, + "name": "Untitled", + "preview_locked": false, + "quick_transitions": [ + { + "duration": 300, + "hotkeys": [], + "id": 1, + "name": "Cut" + }, + { + "duration": 300, + "hotkeys": [], + "id": 2, + "name": "Fade" + } + ], + "saved_projectors": [], + "scaling_enabled": false, + "scaling_level": 0, + "scaling_off_x": 0.0, + "scaling_off_y": 0.0, + "scene_order": [ + { + "name": "Scene" + } + ], + "sources": [ + { + "balance": 0.5, + "deinterlace_field_order": 0, + "deinterlace_mode": 0, + "enabled": true, + "flags": 0, + "hotkeys": {}, + "id": "xcomposite_input", + "mixers": 0, + "monitoring_type": 0, + "muted": false, + "name": "Minecraft", + "prev_ver": 402653190, + "private_settings": {}, + "push-to-mute": false, + "push-to-mute-delay": 0, + "push-to-talk": false, + "push-to-talk-delay": 0, + "settings": { + "capture_window": "23068679\r\nMinecraft* 1.15.2 - Singleplayer\r\nMinecraft* 1.15.2" + }, + "sync": 0, + "volume": 1.0 + }, + { + "balance": 0.5, + "deinterlace_field_order": 0, + "deinterlace_mode": 0, + "enabled": true, + "flags": 0, + "hotkeys": { + "OBSBasic.SelectScene": [], + "libobs.hide_scene_item.Minecraft": [], + "libobs.show_scene_item.Minecraft": [] + }, + "id": "scene", + "mixers": 0, + "monitoring_type": 0, + "muted": false, + "name": "Scene", + "prev_ver": 402653190, + "private_settings": {}, + "push-to-mute": false, + "push-to-mute-delay": 0, + "push-to-talk": false, + "push-to-talk-delay": 0, + "settings": { + "custom_size": false, + "id_counter": 1, + "items": [ + { + "align": 5, + "bounds": { + "x": 0.0, + "y": 0.0 + }, + "bounds_align": 0, + "bounds_type": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, + "crop_top": 0, + "group_item_backup": false, + "id": 1, + "locked": false, + "name": "Minecraft", + "pos": { + "x": -35.0, + "y": 0.0 + }, + "private_settings": {}, + "rot": 0.0, + "scale": { + "x": 1.0393908023834229, + "y": 1.0394610166549683 + }, + "scale_filter": "disable", + "visible": true + } + ] + }, + "sync": 0, + "volume": 1.0 + } + ], + "transition_duration": 300, + "transitions": [] +} \ No newline at end of file diff --git a/botfiles/.config/obs-studio/basic/scenes/Untitled.json.bak b/botfiles/.config/obs-studio/basic/scenes/Untitled.json.bak new file mode 100644 index 0000000..dbfefe3 --- /dev/null +++ b/botfiles/.config/obs-studio/basic/scenes/Untitled.json.bak @@ -0,0 +1,141 @@ +{ + "current_program_scene": "Scene", + "current_scene": "Scene", + "current_transition": "Fade", + "groups": [], + "modules": { + "auto-scene-switcher": { + "active": false, + "interval": 300, + "non_matching_scene": "", + "switch_if_not_matching": false, + "switches": [] + }, + "output-timer": { + "autoStartRecordTimer": false, + "autoStartStreamTimer": false, + "pauseRecordTimer": true, + "recordTimerHours": 0, + "recordTimerMinutes": 0, + "recordTimerSeconds": 30, + "streamTimerHours": 0, + "streamTimerMinutes": 0, + "streamTimerSeconds": 30 + }, + "scripts-tool": [] + }, + "name": "Untitled", + "preview_locked": false, + "quick_transitions": [ + { + "duration": 300, + "hotkeys": [], + "id": 1, + "name": "Cut" + }, + { + "duration": 300, + "hotkeys": [], + "id": 2, + "name": "Fade" + } + ], + "saved_projectors": [], + "scaling_enabled": false, + "scaling_level": 0, + "scaling_off_x": 0.0, + "scaling_off_y": 0.0, + "scene_order": [ + { + "name": "Scene" + } + ], + "sources": [ + { + "balance": 0.5, + "deinterlace_field_order": 0, + "deinterlace_mode": 0, + "enabled": true, + "flags": 0, + "hotkeys": {}, + "id": "xcomposite_input", + "mixers": 0, + "monitoring_type": 0, + "muted": false, + "name": "Minecraft", + "prev_ver": 402653190, + "private_settings": {}, + "push-to-mute": false, + "push-to-mute-delay": 0, + "push-to-talk": false, + "push-to-talk-delay": 0, + "settings": { + "capture_window": "23068679\r\nMinecraft* 1.15.2 - Singleplayer\r\nMinecraft* 1.15.2" + }, + "sync": 0, + "volume": 1.0 + }, + { + "balance": 0.5, + "deinterlace_field_order": 0, + "deinterlace_mode": 0, + "enabled": true, + "flags": 0, + "hotkeys": { + "OBSBasic.SelectScene": [], + "libobs.hide_scene_item.Minecraft": [], + "libobs.show_scene_item.Minecraft": [] + }, + "id": "scene", + "mixers": 0, + "monitoring_type": 0, + "muted": false, + "name": "Scene", + "prev_ver": 402653190, + "private_settings": {}, + "push-to-mute": false, + "push-to-mute-delay": 0, + "push-to-talk": false, + "push-to-talk-delay": 0, + "settings": { + "custom_size": false, + "id_counter": 1, + "items": [ + { + "align": 5, + "bounds": { + "x": 0.0, + "y": 0.0 + }, + "bounds_align": 0, + "bounds_type": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, + "crop_top": 0, + "group_item_backup": false, + "id": 1, + "locked": false, + "name": "Minecraft", + "pos": { + "x": -35.0, + "y": 0.0 + }, + "private_settings": {}, + "rot": 0.0, + "scale": { + "x": 1.0393908023834229, + "y": 1.0394610166549683 + }, + "scale_filter": "disable", + "visible": true + } + ] + }, + "sync": 0, + "volume": 1.0 + } + ], + "transition_duration": 300, + "transitions": [] +} \ No newline at end of file diff --git a/botfiles/.config/obs-studio/global.ini b/botfiles/.config/obs-studio/global.ini new file mode 100644 index 0000000..198f73c --- /dev/null +++ b/botfiles/.config/obs-studio/global.ini @@ -0,0 +1,30 @@ +[General] +Pre19Defaults=false +Pre21Defaults=false +Pre23Defaults=false +FirstRun=true +LastVersion=402653190 + +[Basic] +Profile=Untitled +ProfileDir=Untitled +SceneCollection=Untitled +SceneCollectionFile=Untitled + +[PropertiesWindow] +cx=720 +cy=580 + +[BasicWindow] +geometry=AdnQywADAAAAAAAGAAAAHwAAB3kAAAQxAAAACAAAACEAAAd3AAAELwAAAAAAAAAAB4AAAAAIAAAAIQAAB3cAAAQv +DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAdwAAAApPwBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAU0AAACoAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAFTAAABTQAAAKgA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAACpgAAAqAAAADkAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAABUwAAAEfAAAAoQD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAAZxAAAA/wAAAI8A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAACYgAAAbgAAAK8AAAAyAAAB3AAAAM4AAAABAAAAAQAAAAIAAAACPwAAAAA +PreviewEnabled=true +AlwaysOnTop=false +SceneDuplicationMode=true +SwapScenesMode=true +EditPropertiesMode=false +PreviewProgramMode=false +DocksLocked=false + +[ScriptLogWindow] +geometry=AdnQywADAAAAAAAAAAAAAAAAAlcAAAGPAAAAAAAAAAAAAAJXAAABjwAAAAAAAAAAB4AAAAAAAAAAAAAAAlcAAAGP diff --git a/botfiles/.config/obs-studio/logs/2020-03-01 13-22-05.txt b/botfiles/.config/obs-studio/logs/2020-03-01 13-22-05.txt new file mode 100644 index 0000000..36402b6 --- /dev/null +++ b/botfiles/.config/obs-studio/logs/2020-03-01 13-22-05.txt @@ -0,0 +1,533 @@ +01:22:05 PM.420: CPU Name: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz +01:22:05 PM.420: CPU Speed: 1900.335MHz +01:22:05 PM.421: Physical Cores: 4, Logical Cores: 4 +01:22:05 PM.421: Physical Memory: 7933MB Total, 2845MB Free +01:22:05 PM.421: Kernel Version: Linux 5.5.6-arch1-1 +01:22:05 PM.421: Distribution: "Arch Linux" Unknown +01:22:05 PM.422: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.7 +01:22:05 PM.423: Portable mode: false +01:22:05 PM.462: OBS 24.0.6-1 (linux) +01:22:05 PM.462: --------------------------------- +01:22:05 PM.462: --------------------------------- +01:22:05 PM.462: audio settings reset: +01:22:05 PM.462: samples per sec: 44100 +01:22:05 PM.462: speakers: 2 +01:22:05 PM.469: --------------------------------- +01:22:05 PM.469: Initializing OpenGL... +01:22:05 PM.593: Loading up OpenGL on adapter X.Org AMD REDWOOD (DRM 2.50.0 / 5.5.6-arch1-1, LLVM 9.0.1) +01:22:05 PM.593: OpenGL loaded successfully, version 3.3 (Core Profile) Mesa 19.3.4, shading language 3.30 +01:22:05 PM.648: --------------------------------- +01:22:05 PM.648: video settings reset: +01:22:05 PM.648: base resolution: 1920x1080 +01:22:05 PM.648: output resolution: 1280x720 +01:22:05 PM.648: downscale filter: Bicubic +01:22:05 PM.648: fps: 30/1 +01:22:05 PM.648: format: NV12 +01:22:05 PM.648: YUV mode: 601/Partial +01:22:05 PM.648: NV12 texture support not available +01:22:05 PM.649: Audio monitoring device: +01:22:05 PM.649: name: Default +01:22:05 PM.649: id: default +01:22:05 PM.649: --------------------------------- +01:22:05 PM.650: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so' +01:22:05 PM.716: No blackmagic support +01:22:05 PM.747: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory +01:22:05 PM.747: +01:22:05 PM.747: FFMPEG VAAPI supported +01:22:05 PM.750: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory +01:22:05 PM.750: +01:22:05 PM.750: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded +01:22:05 PM.767: VLC found, VLC video source enabled +01:22:05 PM.767: --------------------------------- +01:22:05 PM.767: Loaded Modules: +01:22:05 PM.767: vlc-video.so +01:22:05 PM.767: text-freetype2.so +01:22:05 PM.767: rtmp-services.so +01:22:05 PM.767: obs-x264.so +01:22:05 PM.767: obs-transitions.so +01:22:05 PM.767: obs-outputs.so +01:22:05 PM.767: obs-filters.so +01:22:05 PM.767: obs-ffmpeg.so +01:22:05 PM.767: linux-v4l2.so +01:22:05 PM.767: linux-pulseaudio.so +01:22:05 PM.767: linux-jack.so +01:22:05 PM.767: linux-decklink.so +01:22:05 PM.767: linux-capture.so +01:22:05 PM.767: linux-alsa.so +01:22:05 PM.767: image-source.so +01:22:05 PM.767: frontend-tools.so +01:22:05 PM.767: decklink-ouput-ui.so +01:22:05 PM.767: --------------------------------- +01:22:05 PM.767: ==== Startup complete =============================================== +01:22:05 PM.767: Service '' not found +01:22:05 PM.769: No scene file found, creating default scene +01:22:05 PM.769: All scene data cleared +01:22:05 PM.769: ------------------------------------------------ +01:22:05 PM.771: Switched to scene 'Scene' +01:22:05 PM.771: Failed to glob scene collections +01:22:06 PM.504: [rtmp-services plugin] Successfully updated file 'services.json' (version 123) +01:22:06 PM.504: [rtmp-services plugin] Successfully updated package (version 123) +01:22:13 PM.689: +01:22:13 PM.689: ==== Auto-config wizard testing commencing ====== + +01:22:13 PM.716: --------------------------------- +01:22:13 PM.716: video settings reset: +01:22:13 PM.716: base resolution: 1920x1080 +01:22:13 PM.716: output resolution: 1920x1080 +01:22:13 PM.716: downscale filter: Bicubic +01:22:13 PM.716: fps: 30/1 +01:22:13 PM.716: format: NV12 +01:22:13 PM.716: YUV mode: 601/Partial +01:22:13 PM.716: NV12 texture support not available +01:22:13 PM.718: --------------------------------- +01:22:13 PM.718: [x264 encoder: 'test_x264'] preset: veryfast +01:22:13 PM.718: [x264 encoder: 'test_x264'] profile: high +01:22:13 PM.720: [x264 encoder: 'test_x264'] settings: +01:22:13 PM.720: rate_control: CRF +01:22:13 PM.720: bitrate: 0 +01:22:13 PM.720: buffer size: 0 +01:22:13 PM.720: crf: 20 +01:22:13 PM.720: fps_num: 30 +01:22:13 PM.720: fps_den: 1 +01:22:13 PM.720: width: 1920 +01:22:13 PM.720: height: 1080 +01:22:13 PM.720: keyint: 250 +01:22:13 PM.720: +01:22:13 PM.730: --------------------------------- +01:22:13 PM.731: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:13 PM.731: +01:22:18 PM.743: Output 'null': stopping +01:22:18 PM.743: Output 'null': Total frames output: 112 +01:22:18 PM.743: Output 'null': Total drawn frames: 150 +01:22:18 PM.797: Video stopped, number of skipped frames due to encoding lag: 55/137 (40.1%) +01:22:18 PM.985: --------------------------------- +01:22:18 PM.986: video settings reset: +01:22:18 PM.986: base resolution: 1920x1080 +01:22:18 PM.986: output resolution: 1280x720 +01:22:18 PM.986: downscale filter: Bicubic +01:22:18 PM.986: fps: 60/1 +01:22:18 PM.986: format: NV12 +01:22:18 PM.986: YUV mode: 601/Partial +01:22:18 PM.986: NV12 texture support not available +01:22:18 PM.986: --------------------------------- +01:22:18 PM.986: [x264 encoder: 'test_x264'] preset: veryfast +01:22:18 PM.986: [x264 encoder: 'test_x264'] profile: high +01:22:18 PM.986: [x264 encoder: 'test_x264'] settings: +01:22:18 PM.986: rate_control: CRF +01:22:18 PM.986: bitrate: 0 +01:22:18 PM.986: buffer size: 0 +01:22:18 PM.986: crf: 20 +01:22:18 PM.986: fps_num: 60 +01:22:18 PM.986: fps_den: 1 +01:22:18 PM.986: width: 1280 +01:22:18 PM.986: height: 720 +01:22:18 PM.986: keyint: 250 +01:22:18 PM.986: +01:22:18 PM.989: --------------------------------- +01:22:18 PM.989: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:18 PM.989: +01:22:23 PM.995: Output 'null': stopping +01:22:23 PM.995: Output 'null': Total frames output: 269 +01:22:23 PM.995: Output 'null': Total drawn frames: 300 +01:22:24 PM.059: Video stopped, number of skipped frames due to encoding lag: 94/294 (32.0%) +01:22:24 PM.120: --------------------------------- +01:22:24 PM.120: video settings reset: +01:22:24 PM.120: base resolution: 1920x1080 +01:22:24 PM.120: output resolution: 1280x720 +01:22:24 PM.120: downscale filter: Bicubic +01:22:24 PM.120: fps: 30/1 +01:22:24 PM.120: format: NV12 +01:22:24 PM.120: YUV mode: 601/Partial +01:22:24 PM.120: NV12 texture support not available +01:22:24 PM.120: --------------------------------- +01:22:24 PM.120: [x264 encoder: 'test_x264'] preset: veryfast +01:22:24 PM.120: [x264 encoder: 'test_x264'] profile: high +01:22:24 PM.120: [x264 encoder: 'test_x264'] settings: +01:22:24 PM.120: rate_control: CRF +01:22:24 PM.120: bitrate: 0 +01:22:24 PM.120: buffer size: 0 +01:22:24 PM.120: crf: 20 +01:22:24 PM.120: fps_num: 30 +01:22:24 PM.120: fps_den: 1 +01:22:24 PM.120: width: 1280 +01:22:24 PM.120: height: 720 +01:22:24 PM.120: keyint: 250 +01:22:24 PM.120: +01:22:24 PM.122: --------------------------------- +01:22:24 PM.122: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:24 PM.122: +01:22:29 PM.123: Output 'null': stopping +01:22:29 PM.123: Output 'null': Total frames output: 128 +01:22:29 PM.124: Output 'null': Total drawn frames: 150 +01:22:29 PM.220: --------------------------------- +01:22:29 PM.220: video settings reset: +01:22:29 PM.220: base resolution: 1920x1080 +01:22:29 PM.220: output resolution: 1148x646 +01:22:29 PM.220: downscale filter: Bicubic +01:22:29 PM.220: fps: 60/1 +01:22:29 PM.220: format: NV12 +01:22:29 PM.220: YUV mode: 601/Partial +01:22:29 PM.220: NV12 texture support not available +01:22:29 PM.221: --------------------------------- +01:22:29 PM.221: [x264 encoder: 'test_x264'] preset: veryfast +01:22:29 PM.221: [x264 encoder: 'test_x264'] profile: high +01:22:29 PM.221: [x264 encoder: 'test_x264'] settings: +01:22:29 PM.221: rate_control: CRF +01:22:29 PM.221: bitrate: 0 +01:22:29 PM.221: buffer size: 0 +01:22:29 PM.221: crf: 20 +01:22:29 PM.221: fps_num: 60 +01:22:29 PM.221: fps_den: 1 +01:22:29 PM.221: width: 1148 +01:22:29 PM.221: height: 646 +01:22:29 PM.221: keyint: 250 +01:22:29 PM.221: +01:22:29 PM.227: --------------------------------- +01:22:29 PM.227: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:29 PM.227: +01:22:34 PM.230: Output 'null': stopping +01:22:34 PM.230: Output 'null': Total frames output: 270 +01:22:34 PM.230: Output 'null': Total drawn frames: 300 +01:22:34 PM.248: Video stopped, number of skipped frames due to encoding lag: 32/293 (10.9%) +01:22:34 PM.321: --------------------------------- +01:22:34 PM.321: video settings reset: +01:22:34 PM.321: base resolution: 1920x1080 +01:22:34 PM.321: output resolution: 1148x646 +01:22:34 PM.321: downscale filter: Bicubic +01:22:34 PM.321: fps: 30/1 +01:22:34 PM.321: format: NV12 +01:22:34 PM.321: YUV mode: 601/Partial +01:22:34 PM.321: NV12 texture support not available +01:22:34 PM.321: --------------------------------- +01:22:34 PM.321: [x264 encoder: 'test_x264'] preset: veryfast +01:22:34 PM.321: [x264 encoder: 'test_x264'] profile: high +01:22:34 PM.321: [x264 encoder: 'test_x264'] settings: +01:22:34 PM.321: rate_control: CRF +01:22:34 PM.321: bitrate: 0 +01:22:34 PM.321: buffer size: 0 +01:22:34 PM.321: crf: 20 +01:22:34 PM.321: fps_num: 30 +01:22:34 PM.321: fps_den: 1 +01:22:34 PM.321: width: 1148 +01:22:34 PM.321: height: 646 +01:22:34 PM.321: keyint: 250 +01:22:34 PM.321: +01:22:34 PM.323: --------------------------------- +01:22:34 PM.324: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:34 PM.324: +01:22:39 PM.325: Output 'null': stopping +01:22:39 PM.325: Output 'null': Total frames output: 129 +01:22:39 PM.325: Output 'null': Total drawn frames: 150 +01:22:39 PM.355: --------------------------------- +01:22:39 PM.355: video settings reset: +01:22:39 PM.355: base resolution: 1920x1080 +01:22:39 PM.355: output resolution: 960x540 +01:22:39 PM.355: downscale filter: Bicubic +01:22:39 PM.355: fps: 60/1 +01:22:39 PM.355: format: NV12 +01:22:39 PM.355: YUV mode: 601/Partial +01:22:39 PM.355: NV12 texture support not available +01:22:39 PM.355: --------------------------------- +01:22:39 PM.355: [x264 encoder: 'test_x264'] preset: veryfast +01:22:39 PM.355: [x264 encoder: 'test_x264'] profile: high +01:22:39 PM.355: [x264 encoder: 'test_x264'] settings: +01:22:39 PM.355: rate_control: CRF +01:22:39 PM.355: bitrate: 0 +01:22:39 PM.355: buffer size: 0 +01:22:39 PM.355: crf: 20 +01:22:39 PM.355: fps_num: 60 +01:22:39 PM.355: fps_den: 1 +01:22:39 PM.355: width: 960 +01:22:39 PM.355: height: 540 +01:22:39 PM.355: keyint: 250 +01:22:39 PM.355: +01:22:39 PM.358: --------------------------------- +01:22:39 PM.358: [FFmpeg aac encoder: 'test_aac'] bitrate: 32, channels: 2, channel_layout: 3 +01:22:39 PM.358: +01:22:44 PM.362: Output 'null': stopping +01:22:44 PM.362: Output 'null': Total frames output: 278 +01:22:44 PM.363: Output 'null': Total drawn frames: 300 +01:22:44 PM.405: --------------------------------- +01:22:44 PM.406: video settings reset: +01:22:44 PM.406: base resolution: 1920x1080 +01:22:44 PM.406: output resolution: 1280x720 +01:22:44 PM.406: downscale filter: Bicubic +01:22:44 PM.406: fps: 30/1 +01:22:44 PM.406: format: NV12 +01:22:44 PM.406: YUV mode: 601/Partial +01:22:44 PM.406: NV12 texture support not available +01:22:49 PM.706: --------------------------------- +01:22:49 PM.707: video settings reset: +01:22:49 PM.707: base resolution: 1920x1080 +01:22:49 PM.707: output resolution: 1280x720 +01:22:49 PM.707: downscale filter: Bicubic +01:22:49 PM.707: fps: 30/1 +01:22:49 PM.707: format: NV12 +01:22:49 PM.707: YUV mode: 601/Partial +01:22:49 PM.707: NV12 texture support not available +01:22:49 PM.709: +01:22:49 PM.709: ==== Auto-config wizard testing stopping ======== + +01:23:49 PM.774: --------------------------------- +01:23:49 PM.774: video settings reset: +01:23:49 PM.774: base resolution: 1920x1080 +01:23:49 PM.774: output resolution: 1920x1080 +01:23:49 PM.774: downscale filter: Bicubic +01:23:49 PM.774: fps: 30/1 +01:23:49 PM.774: format: NV12 +01:23:49 PM.774: YUV mode: 601/Partial +01:23:49 PM.774: NV12 texture support not available +01:23:49 PM.776: Settings changed (outputs, video) +01:23:49 PM.777: ------------------------------------------------ +01:24:01 PM.828: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes) +01:24:01 PM.830: User added source 'Minecraft' (xcomposite_input) to scene 'Scene' +01:24:01 PM.844: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes) +01:24:05 PM.778: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes) +01:24:07 PM.548: xcompcap: [window-capture: 'Minecraft'] update settings: +01:24:07 PM.548: title: Minecraft* 1.15.2 - Singleplayer +01:24:07 PM.548: class: Minecraft* 1.15.2 +01:24:07 PM.548: Bit depth: 24 +01:24:07 PM.548: Found proper GLXFBConfig (in 368): yes +01:24:07 PM.548: +01:24:25 PM.250: --------------------------------- +01:24:25 PM.250: [x264 encoder: 'recording_h264'] preset: veryfast +01:24:25 PM.250: [x264 encoder: 'recording_h264'] settings: +01:24:25 PM.250: rate_control: CBR +01:24:25 PM.250: bitrate: 4000 +01:24:25 PM.250: buffer size: 4000 +01:24:25 PM.250: crf: 0 +01:24:25 PM.250: fps_num: 30 +01:24:25 PM.250: fps_den: 1 +01:24:25 PM.250: width: 1920 +01:24:25 PM.250: height: 1080 +01:24:25 PM.250: keyint: 250 +01:24:25 PM.250: +01:24:25 PM.254: --------------------------------- +01:24:25 PM.254: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3 +01:24:25 PM.254: +01:24:25 PM.256: ==== Recording Start =============================================== +01:24:25 PM.256: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/samedamci/2020-03-01 13-24-25.flv'... +01:24:26 PM.380: xcompcap: [window-capture: 'Minecraft'] update settings: +01:24:26 PM.380: title: Minecraft* 1.15.2 - Singleplayer +01:24:26 PM.380: class: Minecraft* 1.15.2 +01:24:26 PM.380: Bit depth: 24 +01:24:26 PM.380: Found proper GLXFBConfig (in 368): yes +01:24:26 PM.380: +01:25:14 PM.261: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/samedamci/2020-03-01 13-24-25.flv' stopped +01:25:14 PM.261: Output 'adv_file_output': stopping +01:25:14 PM.261: Output 'adv_file_output': Total frames output: 1449 +01:25:14 PM.261: Output 'adv_file_output': Total drawn frames: 1470 +01:25:14 PM.261: ==== Recording Stop ================================================ +01:25:16 PM.513: xcompcap: [window-capture: 'Minecraft'] update settings: +01:25:16 PM.513: title: Minecraft* 1.15.2 - Singleplayer +01:25:16 PM.513: class: Minecraft* 1.15.2 +01:25:16 PM.513: Bit depth: 24 +01:25:16 PM.513: Found proper GLXFBConfig (in 368): yes +01:25:16 PM.513: +01:26:07 PM.959: ==== Shutting down ================================================== +01:26:07 PM.960: Switched to scene '(null)' +01:26:07 PM.960: All scene data cleared +01:26:07 PM.960: ------------------------------------------------ +01:26:07 PM.995: Freeing OBS context data +01:26:08 PM.009: [Scripting] Total detached callbacks: 0 +01:26:08 PM.015: == Profiler Results ============================= +01:26:08 PM.015: run_program_init: 3130.41 ms +01:26:08 PM.015: ┣OBSApp::AppInit: 3.279 ms +01:26:08 PM.015: ┃ ┗OBSApp::InitLocale: 0.708 ms +01:26:08 PM.015: ┗OBSApp::OBSInit: 3095.59 ms +01:26:08 PM.015: ┣obs_startup: 20.876 ms +01:26:08 PM.015: ┗OBSBasic::OBSInit: 3035.64 ms +01:26:08 PM.015: ┣OBSBasic::InitBasicConfig: 0.494 ms +01:26:08 PM.015: ┣OBSBasic::ResetAudio: 0.152 ms +01:26:08 PM.015: ┣OBSBasic::ResetVideo: 185.948 ms +01:26:08 PM.016: ┣OBSBasic::InitOBSCallbacks: 0.003 ms +01:26:08 PM.016: ┣OBSBasic::InitHotkeys: 0.031 ms +01:26:08 PM.016: ┣obs_load_all_modules: 118.325 ms +01:26:08 PM.016: ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.642 ms +01:26:08 PM.016: ┃ ┣obs_init_module(frontend-tools.so): 56.261 ms +01:26:08 PM.016: ┃ ┣obs_init_module(image-source.so): 0.002 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-capture.so): 0.882 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-decklink.so): 0.128 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-jack.so): 0.001 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms +01:26:08 PM.016: ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms +01:26:08 PM.016: ┃ ┣obs_init_module(obs-ffmpeg.so): 0.322 ms +01:26:08 PM.016: ┃ ┃ ┗nvenc_check: 0.292 ms +01:26:08 PM.016: ┃ ┣obs_init_module(obs-filters.so): 0.013 ms +01:26:08 PM.016: ┃ ┣obs_init_module(obs-outputs.so): 0.002 ms +01:26:08 PM.016: ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms +01:26:08 PM.016: ┃ ┣obs_init_module(obs-x264.so): 0.001 ms +01:26:08 PM.016: ┃ ┣obs_init_module(rtmp-services.so): 0.196 ms +01:26:08 PM.016: ┃ ┣obs_init_module(text-freetype2.so): 0.051 ms +01:26:08 PM.016: ┃ ┗obs_init_module(vlc-video.so): 7.87 ms +01:26:08 PM.016: ┣OBSBasic::ResetOutputs: 0.088 ms +01:26:08 PM.016: ┣OBSBasic::CreateHotkeys: 0.029 ms +01:26:08 PM.016: ┣OBSBasic::InitService: 1.135 ms +01:26:08 PM.016: ┣OBSBasic::InitPrimitives: 0.384 ms +01:26:08 PM.016: ┗OBSBasic::Load: 2.454 ms +01:26:08 PM.016: obs_hotkey_thread(25 ms): min=0.063 ms, median=0.297 ms, max=9.21 ms, 99th percentile=1.486 ms, 100% below 25 ms +01:26:08 PM.016: audio_thread(Audio): min=0 ms, median=0.037 ms, max=8.602 ms, 99th percentile=0.4 ms +01:26:08 PM.016: ┗receive_audio: min=0.007 ms, median=0.175 ms, max=8.557 ms, 99th percentile=0.516 ms, 0.327913 calls per parent call +01:26:08 PM.016: ┣buffer_audio: min=0 ms, median=0.001 ms, max=1.967 ms, 99th percentile=0.009 ms +01:26:08 PM.016: ┗do_encode: min=0.01 ms, median=0.17 ms, max=8.55 ms, 99th percentile=0.475 ms +01:26:08 PM.016: ┣encode(test_aac): min=0.009 ms, median=0.131 ms, max=4.006 ms, 99th percentile=0.512 ms, 0.38286 calls per parent call +01:26:08 PM.016: ┗encode(Track1): min=0.013 ms, median=0.181 ms, max=8.544 ms, 99th percentile=0.353 ms, 0.61714 calls per parent call +01:26:08 PM.016: obs_graphics_thread(33.3333 ms): min=0.175 ms, median=1.139 ms, max=4.158 ms, 99th percentile=1.422 ms, 100% below 33.333 ms +01:26:08 PM.016: ┣tick_sources: min=0 ms, median=0.009 ms, max=0.017 ms, 99th percentile=0.017 ms +01:26:08 PM.016: ┣output_frame: min=0.135 ms, median=0.266 ms, max=3.148 ms, 99th percentile=0.362 ms +01:26:08 PM.016: ┃ ┗gs_context(video->graphics): min=0.135 ms, median=0.266 ms, max=3.148 ms, 99th percentile=0.362 ms +01:26:08 PM.016: ┃ ┣render_video: min=0.029 ms, median=0.045 ms, max=0.801 ms, 99th percentile=0.06 ms +01:26:08 PM.016: ┃ ┃ ┗render_main_texture: min=0.025 ms, median=0.041 ms, max=0.796 ms, 99th percentile=0.056 ms +01:26:08 PM.016: ┃ ┗gs_flush: min=0.046 ms, median=0.165 ms, max=0.266 ms, 99th percentile=0.227 ms +01:26:08 PM.016: ┗render_displays: min=0.006 ms, median=0.87 ms, max=3.715 ms, 99th percentile=1.074 ms +01:26:08 PM.016: obs_graphics_thread(33.3333 ms): min=0.561 ms, median=15.369 ms, max=28.021 ms, 99th percentile=28.016 ms, 100% below 33.333 ms +01:26:08 PM.016: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.019 ms, 99th percentile=0.018 ms +01:26:08 PM.016: ┣output_frame: min=0.243 ms, median=14.473 ms, max=26.992 ms, 99th percentile=24.192 ms +01:26:08 PM.016: ┃ ┣gs_context(video->graphics): min=0.243 ms, median=13.958 ms, max=24.192 ms, 99th percentile=19.723 ms +01:26:08 PM.016: ┃ ┃ ┣render_video: min=0.082 ms, median=13.895 ms, max=24.127 ms, 99th percentile=19.672 ms +01:26:08 PM.016: ┃ ┃ ┃ ┣render_main_texture: min=0.063 ms, median=0.106 ms, max=3.829 ms, 99th percentile=0.216 ms +01:26:08 PM.016: ┃ ┃ ┃ ┣render_convert_texture: min=0.045 ms, median=0.054 ms, max=7.081 ms, 99th percentile=0.244 ms, 0.949367 calls per parent call +01:26:08 PM.016: ┃ ┃ ┃ ┗stage_output_texture: min=10.105 ms, median=13.737 ms, max=19.522 ms, 99th percentile=18.36 ms, 0.949367 calls per parent call +01:26:08 PM.016: ┃ ┃ ┣gs_flush: min=0.002 ms, median=0.003 ms, max=0.156 ms, 99th percentile=0.149 ms +01:26:08 PM.016: ┃ ┃ ┗download_frame: min=0 ms, median=0.015 ms, max=0.057 ms, 99th percentile=0.031 ms, 0.949367 calls per parent call +01:26:08 PM.016: ┃ ┗output_video_data: min=0 ms, median=0.571 ms, max=7.268 ms, 99th percentile=4.68 ms, 0.943038 calls per parent call +01:26:08 PM.016: ┗render_displays: min=0.309 ms, median=0.694 ms, max=13.119 ms, 99th percentile=5.725 ms +01:26:08 PM.016: video_thread(video): min=0 ms, median=37.728 ms, max=323.518 ms, 99th percentile=323.518 ms +01:26:08 PM.016: ┗receive_video: min=1.533 ms, median=25.458 ms, max=144.512 ms, 99th percentile=125.629 ms, 1.59302 calls per parent call +01:26:08 PM.016: ┗do_encode: min=1.532 ms, median=25.457 ms, max=144.512 ms, 99th percentile=125.628 ms +01:26:08 PM.016: ┗encode(test_x264): min=1.528 ms, median=25.453 ms, max=144.429 ms, 99th percentile=125.545 ms +01:26:08 PM.016: obs_graphics_thread(16.6667 ms): min=0.479 ms, median=5.157 ms, max=23.164 ms, 99th percentile=11.348 ms, 99.6753% below 16.667 ms +01:26:08 PM.016: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.018 ms, 99th percentile=0.017 ms +01:26:08 PM.016: ┣output_frame: min=0.203 ms, median=3.944 ms, max=21.931 ms, 99th percentile=9.498 ms +01:26:08 PM.016: ┃ ┣gs_context(video->graphics): min=0.203 ms, median=3.507 ms, max=21.674 ms, 99th percentile=9.186 ms +01:26:08 PM.016: ┃ ┃ ┣render_video: min=0.097 ms, median=3.445 ms, max=21.622 ms, 99th percentile=9.121 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_main_texture: min=0.071 ms, median=0.109 ms, max=4.567 ms, 99th percentile=0.279 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_output_texture: min=0.037 ms, median=0.049 ms, max=11.005 ms, 99th percentile=0.099 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_convert_texture: min=0.031 ms, median=0.033 ms, max=0.275 ms, 99th percentile=0.093 ms +01:26:08 PM.017: ┃ ┃ ┃ ┗stage_output_texture: min=2.64 ms, median=3.287 ms, max=16.925 ms, 99th percentile=8.887 ms +01:26:08 PM.017: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.002 ms, max=0.144 ms, 99th percentile=0.131 ms +01:26:08 PM.017: ┃ ┃ ┗download_frame: min=0 ms, median=0.009 ms, max=0.033 ms, 99th percentile=0.024 ms +01:26:08 PM.017: ┃ ┗output_video_data: min=0 ms, median=0.26 ms, max=1.037 ms, 99th percentile=0.939 ms +01:26:08 PM.017: ┗render_displays: min=0.242 ms, median=0.626 ms, max=5.667 ms, 99th percentile=5.026 ms +01:26:08 PM.017: video_thread(video): min=0 ms, median=16.988 ms, max=108.078 ms, 99th percentile=95.929 ms +01:26:08 PM.017: ┗receive_video: min=0.657 ms, median=12.409 ms, max=95.928 ms, 99th percentile=80.552 ms, 1.44118 calls per parent call +01:26:08 PM.017: ┗do_encode: min=0.657 ms, median=12.409 ms, max=95.927 ms, 99th percentile=80.551 ms +01:26:08 PM.017: ┗encode(test_x264): min=0.654 ms, median=12.405 ms, max=95.899 ms, 99th percentile=80.519 ms +01:26:08 PM.017: obs_graphics_thread(33.3333 ms): min=0.707 ms, median=4.161 ms, max=11.798 ms, 99th percentile=7.35 ms, 100% below 33.333 ms +01:26:08 PM.017: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.021 ms, 99th percentile=0.02 ms +01:26:08 PM.017: ┣output_frame: min=0.273 ms, median=3.274 ms, max=4.955 ms, 99th percentile=4.172 ms +01:26:08 PM.017: ┃ ┣gs_context(video->graphics): min=0.273 ms, median=2.993 ms, max=4.098 ms, 99th percentile=3.918 ms +01:26:08 PM.017: ┃ ┃ ┣render_video: min=0.115 ms, median=2.928 ms, max=4.018 ms, 99th percentile=3.857 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_main_texture: min=0.072 ms, median=0.103 ms, max=0.168 ms, 99th percentile=0.132 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_output_texture: min=0.04 ms, median=0.047 ms, max=0.165 ms, 99th percentile=0.09 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_convert_texture: min=0.031 ms, median=0.032 ms, max=0.074 ms, 99th percentile=0.057 ms +01:26:08 PM.017: ┃ ┃ ┃ ┗stage_output_texture: min=2.658 ms, median=2.735 ms, max=3.717 ms, 99th percentile=3.655 ms +01:26:08 PM.017: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.002 ms, max=0.145 ms, 99th percentile=0.135 ms +01:26:08 PM.017: ┃ ┃ ┗download_frame: min=0 ms, median=0.01 ms, max=0.076 ms, 99th percentile=0.032 ms +01:26:08 PM.017: ┃ ┗output_video_data: min=0.244 ms, median=0.275 ms, max=1.962 ms, 99th percentile=1.202 ms +01:26:08 PM.017: ┗render_displays: min=0.355 ms, median=0.606 ms, max=8.359 ms, 99th percentile=4.15 ms +01:26:08 PM.017: video_thread(video): min=0.817 ms, median=0.956 ms, max=3.526 ms, 99th percentile=3.512 ms +01:26:08 PM.017: ┗receive_video: min=0.816 ms, median=0.955 ms, max=3.524 ms, 99th percentile=3.511 ms +01:26:08 PM.017: ┗do_encode: min=0.815 ms, median=0.954 ms, max=3.523 ms, 99th percentile=3.51 ms +01:26:08 PM.017: ┗encode(test_x264): min=0.777 ms, median=0.898 ms, max=3.476 ms, 99th percentile=3.466 ms +01:26:08 PM.017: obs_graphics_thread(16.6667 ms): min=0.454 ms, median=10.659 ms, max=13.985 ms, 99th percentile=13.495 ms, 100% below 16.667 ms +01:26:08 PM.017: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.189 ms, 99th percentile=0.02 ms +01:26:08 PM.017: ┣output_frame: min=0.16 ms, median=10.09 ms, max=13.286 ms, 99th percentile=12.867 ms +01:26:08 PM.017: ┃ ┣gs_context(video->graphics): min=0.16 ms, median=9.895 ms, max=13.094 ms, 99th percentile=12.652 ms +01:26:08 PM.017: ┃ ┃ ┣render_video: min=0.073 ms, median=9.82 ms, max=13.038 ms, 99th percentile=12.601 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_main_texture: min=0.056 ms, median=0.076 ms, max=4.638 ms, 99th percentile=3.081 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_output_texture: min=0.039 ms, median=0.043 ms, max=0.348 ms, 99th percentile=0.264 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_convert_texture: min=0.031 ms, median=0.034 ms, max=0.382 ms, 99th percentile=0.148 ms +01:26:08 PM.017: ┃ ┃ ┃ ┗stage_output_texture: min=5.211 ms, median=9.583 ms, max=12.861 ms, 99th percentile=12.571 ms +01:26:08 PM.017: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.003 ms, max=0.278 ms, 99th percentile=0.083 ms +01:26:08 PM.017: ┃ ┃ ┗download_frame: min=0 ms, median=0.013 ms, max=0.216 ms, 99th percentile=0.033 ms +01:26:08 PM.017: ┃ ┗output_video_data: min=0 ms, median=0.201 ms, max=0.724 ms, 99th percentile=0.388 ms +01:26:08 PM.017: ┗render_displays: min=0.284 ms, median=0.547 ms, max=3.452 ms, 99th percentile=2.446 ms +01:26:08 PM.017: video_thread(video): min=0 ms, median=14.88 ms, max=75.657 ms, 99th percentile=67.582 ms +01:26:08 PM.017: ┗receive_video: min=0 ms, median=13.806 ms, max=75.656 ms, 99th percentile=59.939 ms, 1.10566 calls per parent call +01:26:08 PM.017: ┗do_encode: min=0.578 ms, median=14.022 ms, max=75.656 ms, 99th percentile=59.938 ms +01:26:08 PM.017: ┗encode(test_x264): min=0.576 ms, median=13.997 ms, max=75.633 ms, 99th percentile=59.914 ms +01:26:08 PM.017: obs_graphics_thread(33.3333 ms): min=1.052 ms, median=10.014 ms, max=14.363 ms, 99th percentile=13.187 ms, 100% below 33.333 ms +01:26:08 PM.017: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.01 ms, 99th percentile=0.01 ms +01:26:08 PM.017: ┣output_frame: min=0.535 ms, median=9.225 ms, max=11.239 ms, 99th percentile=11.193 ms +01:26:08 PM.017: ┃ ┣gs_context(video->graphics): min=0.534 ms, median=9.036 ms, max=11.042 ms, 99th percentile=10.986 ms +01:26:08 PM.017: ┃ ┃ ┣render_video: min=0.097 ms, median=8.979 ms, max=10.993 ms, 99th percentile=10.933 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_main_texture: min=0.069 ms, median=0.079 ms, max=0.149 ms, 99th percentile=0.12 ms +01:26:08 PM.017: ┃ ┃ ┃ ┣render_output_texture: min=0.04 ms, median=0.043 ms, max=0.162 ms, 99th percentile=0.094 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_convert_texture: min=0.031 ms, median=0.033 ms, max=0.219 ms, 99th percentile=0.064 ms +01:26:08 PM.018: ┃ ┃ ┃ ┗stage_output_texture: min=8.011 ms, median=8.85 ms, max=10.833 ms, 99th percentile=10.73 ms +01:26:08 PM.018: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.002 ms, max=0.418 ms, 99th percentile=0.006 ms +01:26:08 PM.018: ┃ ┃ ┗download_frame: min=0 ms, median=0.01 ms, max=0.027 ms, 99th percentile=0.019 ms +01:26:08 PM.018: ┃ ┗output_video_data: min=0.182 ms, median=0.194 ms, max=1.536 ms, 99th percentile=0.271 ms +01:26:08 PM.018: ┗render_displays: min=0.405 ms, median=0.542 ms, max=3.844 ms, 99th percentile=2.793 ms +01:26:08 PM.018: video_thread(video): min=0 ms, median=0.763 ms, max=4.552 ms, 99th percentile=3.47 ms +01:26:08 PM.018: ┗receive_video: min=0.705 ms, median=0.762 ms, max=4.55 ms, 99th percentile=3.468 ms +01:26:08 PM.018: ┗do_encode: min=0.704 ms, median=0.761 ms, max=4.549 ms, 99th percentile=3.467 ms +01:26:08 PM.018: ┗encode(test_x264): min=0.672 ms, median=0.727 ms, max=2.835 ms, 99th percentile=2.756 ms +01:26:08 PM.018: obs_graphics_thread(16.6667 ms): min=0.583 ms, median=4.91 ms, max=11.601 ms, 99th percentile=11.421 ms, 100% below 16.667 ms +01:26:08 PM.018: ┣tick_sources: min=0.006 ms, median=0.007 ms, max=0.095 ms, 99th percentile=0.021 ms +01:26:08 PM.018: ┣output_frame: min=0.183 ms, median=4.162 ms, max=8.086 ms, 99th percentile=6.938 ms +01:26:08 PM.018: ┃ ┣gs_context(video->graphics): min=0.183 ms, median=4.026 ms, max=7.915 ms, 99th percentile=6.808 ms +01:26:08 PM.018: ┃ ┃ ┣render_video: min=0.082 ms, median=3.966 ms, max=7.858 ms, 99th percentile=6.74 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_main_texture: min=0.066 ms, median=0.077 ms, max=2.691 ms, 99th percentile=0.832 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_output_texture: min=0.04 ms, median=0.043 ms, max=0.361 ms, 99th percentile=0.286 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_convert_texture: min=0.031 ms, median=0.033 ms, max=0.223 ms, 99th percentile=0.13 ms +01:26:08 PM.018: ┃ ┃ ┃ ┗stage_output_texture: min=1.991 ms, median=3.805 ms, max=7.675 ms, 99th percentile=6.563 ms +01:26:08 PM.018: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.001 ms, max=0.648 ms, 99th percentile=0.002 ms +01:26:08 PM.018: ┃ ┃ ┗download_frame: min=0 ms, median=0.01 ms, max=0.036 ms, 99th percentile=0.021 ms +01:26:08 PM.018: ┃ ┗output_video_data: min=0.12 ms, median=0.135 ms, max=0.534 ms, 99th percentile=0.195 ms +01:26:08 PM.018: ┗render_displays: min=0.336 ms, median=0.615 ms, max=5.794 ms, 99th percentile=5.369 ms +01:26:08 PM.018: video_thread(video): min=0.375 ms, median=0.496 ms, max=2.442 ms, 99th percentile=2.297 ms +01:26:08 PM.018: ┗receive_video: min=0.369 ms, median=0.495 ms, max=2.441 ms, 99th percentile=2.295 ms +01:26:08 PM.018: ┗do_encode: min=0.368 ms, median=0.494 ms, max=2.439 ms, 99th percentile=2.294 ms +01:26:08 PM.018: ┗encode(test_x264): min=0.368 ms, median=0.472 ms, max=2.439 ms, 99th percentile=2.293 ms +01:26:08 PM.018: obs_graphics_thread(33.3333 ms): min=0.512 ms, median=0.84 ms, max=1.382 ms, 99th percentile=1.294 ms, 100% below 33.333 ms +01:26:08 PM.018: ┣tick_sources: min=0.005 ms, median=0.008 ms, max=0.017 ms, 99th percentile=0.016 ms +01:26:08 PM.018: ┣output_frame: min=0.139 ms, median=0.198 ms, max=0.371 ms, 99th percentile=0.302 ms +01:26:08 PM.018: ┃ ┗gs_context(video->graphics): min=0.139 ms, median=0.198 ms, max=0.371 ms, 99th percentile=0.301 ms +01:26:08 PM.018: ┃ ┣render_video: min=0.033 ms, median=0.042 ms, max=0.061 ms, 99th percentile=0.061 ms +01:26:08 PM.018: ┃ ┃ ┗render_main_texture: min=0.029 ms, median=0.038 ms, max=0.057 ms, 99th percentile=0.056 ms +01:26:08 PM.018: ┃ ┗gs_flush: min=0.057 ms, median=0.105 ms, max=0.284 ms, 99th percentile=0.201 ms +01:26:08 PM.018: ┗render_displays: min=0.356 ms, median=0.637 ms, max=1.112 ms, 99th percentile=1.04 ms +01:26:08 PM.018: OBSBasic::ResetVideo: min=1.932 ms, median=0 ms, max=28.235 ms, 99th percentile=28.235 ms +01:26:08 PM.018: obs_graphics_thread(33.3333 ms): min=0.358 ms, median=1.013 ms, max=5.867 ms, 99th percentile=1.372 ms, 100% below 33.333 ms +01:26:08 PM.018: ┣tick_sources: min=0.005 ms, median=0.008 ms, max=0.036 ms, 99th percentile=0.017 ms +01:26:08 PM.018: ┣output_frame: min=0.09 ms, median=0.226 ms, max=5.24 ms, 99th percentile=0.318 ms +01:26:08 PM.018: ┃ ┗gs_context(video->graphics): min=0.09 ms, median=0.226 ms, max=5.24 ms, 99th percentile=0.318 ms +01:26:08 PM.018: ┃ ┣render_video: min=0.026 ms, median=0.043 ms, max=0.089 ms, 99th percentile=0.057 ms +01:26:08 PM.018: ┃ ┃ ┗render_main_texture: min=0.023 ms, median=0.039 ms, max=0.085 ms, 99th percentile=0.053 ms +01:26:08 PM.018: ┃ ┗gs_flush: min=0.036 ms, median=0.133 ms, max=5.138 ms, 99th percentile=0.213 ms +01:26:08 PM.018: ┗render_displays: min=0.229 ms, median=0.776 ms, max=3.898 ms, 99th percentile=1.075 ms +01:26:08 PM.018: OBSBasic::ResetOutputs: min=0.127 ms, median=0 ms, max=0.197 ms, 99th percentile=0.197 ms +01:26:08 PM.018: obs_graphics_thread(33.3333 ms): min=0.596 ms, median=1.908 ms, max=36.999 ms, 99th percentile=21.478 ms, 99.9759% below 33.333 ms +01:26:08 PM.018: ┣tick_sources: min=0.005 ms, median=0.51 ms, max=25.452 ms, 99th percentile=1.62 ms +01:26:08 PM.018: ┣output_frame: min=0.112 ms, median=0.349 ms, max=21.592 ms, 99th percentile=18.119 ms +01:26:08 PM.018: ┃ ┣gs_context(video->graphics): min=0.111 ms, median=0.348 ms, max=21.159 ms, 99th percentile=17.328 ms +01:26:08 PM.018: ┃ ┃ ┣render_video: min=0.027 ms, median=0.176 ms, max=20.995 ms, 99th percentile=17.275 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_main_texture: min=0.024 ms, median=0.137 ms, max=2.429 ms, 99th percentile=0.238 ms +01:26:08 PM.018: ┃ ┃ ┃ ┣render_convert_texture: min=0.043 ms, median=0.05 ms, max=0.341 ms, 99th percentile=0.161 ms, 0.354559 calls per parent call +01:26:08 PM.018: ┃ ┃ ┃ ┗stage_output_texture: min=10.336 ms, median=14.826 ms, max=20.831 ms, 99th percentile=17.397 ms, 0.354559 calls per parent call +01:26:08 PM.018: ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.097 ms, max=0.734 ms, 99th percentile=0.206 ms +01:26:08 PM.018: ┃ ┃ ┗download_frame: min=0 ms, median=0.015 ms, max=0.045 ms, 99th percentile=0.029 ms, 0.354559 calls per parent call +01:26:08 PM.018: ┃ ┗output_video_data: min=0.533 ms, median=0.643 ms, max=5.909 ms, 99th percentile=1.39 ms, 0.354317 calls per parent call +01:26:08 PM.018: ┗render_displays: min=0.31 ms, median=0.849 ms, max=18.907 ms, 99th percentile=3.864 ms +01:26:08 PM.019: video_thread(video): min=1.552 ms, median=2.037 ms, max=10.918 ms, 99th percentile=6.49 ms +01:26:08 PM.019: ┗receive_video: min=1.551 ms, median=2.036 ms, max=10.916 ms, 99th percentile=6.488 ms +01:26:08 PM.019: ┗do_encode: min=1.55 ms, median=2.034 ms, max=10.914 ms, 99th percentile=6.487 ms +01:26:08 PM.019: ┗encode(recording_h264): min=1.541 ms, median=1.998 ms, max=10.907 ms, 99th percentile=6.204 ms +01:26:08 PM.019: ================================================= +01:26:08 PM.019: == Profiler Time Between Calls ================== +01:26:08 PM.019: obs_hotkey_thread(25 ms): min=25.09 ms, median=25.382 ms, max=34.374 ms, 67.2718% within ±2% of 25 ms (0% lower, 32.7282% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=33.286 ms, median=33.333 ms, max=33.398 ms, 100% within ±2% of 33.333 ms (0% lower, 0% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=30.992 ms, median=33.333 ms, max=35.679 ms, 96.1783% within ±2% of 33.333 ms (1.91083% lower, 1.91083% higher) +01:26:08 PM.019: obs_graphics_thread(16.6667 ms): min=10.159 ms, median=16.666 ms, max=23.17 ms, 95.4397% within ±2% of 16.667 ms (2.28013% lower, 2.28013% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=33.28 ms, median=33.334 ms, max=33.405 ms, 100% within ±2% of 33.333 ms (0% lower, 0% higher) +01:26:08 PM.019: obs_graphics_thread(16.6667 ms): min=10.759 ms, median=16.666 ms, max=22.951 ms, 47.541% within ±2% of 16.667 ms (27.8689% lower, 24.5902% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=32.928 ms, median=33.334 ms, max=33.722 ms, 100% within ±2% of 33.333 ms (0% lower, 0% higher) +01:26:08 PM.019: obs_graphics_thread(16.6667 ms): min=15.523 ms, median=16.667 ms, max=17.795 ms, 84.7682% within ±2% of 16.667 ms (7.61589% lower, 7.61589% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=33.253 ms, median=33.332 ms, max=33.397 ms, 100% within ±2% of 33.333 ms (0% lower, 0% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=33.271 ms, median=33.333 ms, max=33.401 ms, 100% within ±2% of 33.333 ms (0% lower, 0% higher) +01:26:08 PM.019: obs_graphics_thread(33.3333 ms): min=29.662 ms, median=33.333 ms, max=37.006 ms, 99.6622% within ±2% of 33.333 ms (0.168878% lower, 0.168878% higher) +01:26:08 PM.019: ================================================= +01:26:08 PM.080: Number of memory leaks: 1 diff --git a/botfiles/.config/obs-studio/plugin_config/rtmp-services/meta.json b/botfiles/.config/obs-studio/plugin_config/rtmp-services/meta.json new file mode 100644 index 0000000..c3eac23 --- /dev/null +++ b/botfiles/.config/obs-studio/plugin_config/rtmp-services/meta.json @@ -0,0 +1,3 @@ +{ + "etag": "W/\"5e4c26f9-96\"" +} \ No newline at end of file diff --git a/botfiles/.config/obs-studio/plugin_config/rtmp-services/package.json b/botfiles/.config/obs-studio/plugin_config/rtmp-services/package.json new file mode 100644 index 0000000..2f0740f --- /dev/null +++ b/botfiles/.config/obs-studio/plugin_config/rtmp-services/package.json @@ -0,0 +1,10 @@ +{ + "url": "https://obsproject.com/obs2_update/rtmp-services", + "version": 123, + "files": [ + { + "name": "services.json", + "version": 123 + } + ] +} diff --git a/botfiles/.config/obs-studio/plugin_config/rtmp-services/services.json b/botfiles/.config/obs-studio/plugin_config/rtmp-services/services.json new file mode 100644 index 0000000..f02bbdf --- /dev/null +++ b/botfiles/.config/obs-studio/plugin_config/rtmp-services/services.json @@ -0,0 +1,1693 @@ +{ + "format_version": 2, + "services": [ + { + "name": "Twitch", + "common": true, + "servers": [ + { + "name": "Asia: Hong Kong", + "url": "rtmp://live-hkg.twitch.tv/app" + }, + { + "name": "Asia: Seoul, South Korea", + "url": "rtmp://live-sel.twitch.tv/app" + }, + { + "name": "Asia: Singapore", + "url": "rtmp://live-sin.twitch.tv/app" + }, + { + "name": "Asia: Taipei, Taiwan", + "url": "rtmp://live-tpe.twitch.tv/app" + }, + { + "name": "Asia: Tokyo, Japan", + "url": "rtmp://live-tyo.twitch.tv/app" + }, + { + "name": "Australia: Sydney", + "url": "rtmp://live-syd.twitch.tv/app" + }, + { + "name": "EU: Amsterdam, NL", + "url": "rtmp://live-ams.twitch.tv/app" + }, + { + "name": "EU: Berlin, DE", + "url": "rtmp://live-ber.twitch.tv/app" + }, + { + "name": "Europe: Copenhagen, DK", + "url": "rtmp://live-cph.twitch.tv/app" + }, + { + "name": "EU: Frankfurt, DE", + "url": "rtmp://live-fra.twitch.tv/app" + }, + { + "name": "EU: Helsinki, FI", + "url": "rtmp://live-hel.twitch.tv/app" + }, + { + "name": "EU: Lisbon, Portugal", + "url": "rtmp://live-lis.twitch.tv/app" + }, + { + "name": "EU: London, UK", + "url": "rtmp://live-lhr.twitch.tv/app" + }, + { + "name": "EU: Madrid, Spain", + "url": "rtmp://live-mad.twitch.tv/app" + }, + { + "name": "EU: Marseille, FR", + "url": "rtmp://live-mrs.twitch.tv/app" + }, + { + "name": "EU: Milan, Italy", + "url": "rtmp://live-mil.twitch.tv/app" + }, + { + "name": "EU: Norway, Oslo", + "url": "rtmp://live-osl.twitch.tv/app" + }, + { + "name": "EU: Paris, FR", + "url": "rtmp://live-cdg.twitch.tv/app" + }, + { + "name": "EU: Prague, CZ", + "url": "rtmp://live-prg.twitch.tv/app" + }, + { + "name": "EU: Stockholm, SE", + "url": "rtmp://live-arn.twitch.tv/app" + }, + { + "name": "EU: Vienna, Austria", + "url": "rtmp://live-vie.twitch.tv/app" + }, + { + "name": "EU: Warsaw, Poland", + "url": "rtmp://live-waw.twitch.tv/app" + }, + { + "name": "NA: Mexico City", + "url": "rtmp://live-qro.twitch.tv/app" + }, + { + "name": "NA: Quebec, Canada", + "url": "rtmp://live-ymq.twitch.tv/app" + }, + { + "name": "NA: Toronto, Canada", + "url": "rtmp://live-yto.twitch.tv/app" + }, + { + "name": "South America: Argentina", + "url": "rtmp://live-eze.twitch.tv/app" + }, + { + "name": "South America: Chile", + "url": "rtmp://live-scl.twitch.tv/app" + }, + { + "name": "South America: Lima, Peru", + "url": "rtmp://live-lim.twitch.tv/app" + }, + { + "name": "South America: Medellin, Colombia", + "url": "rtmp://live-mde.twitch.tv/app" + }, + { + "name": "South America: Rio de Janeiro, Brazil", + "url": "rtmp://live-rio.twitch.tv/app" + }, + { + "name": "South America: Sao Paulo, Brazil", + "url": "rtmp://live-sao.twitch.tv/app" + }, + { + "name": "US Central: Dallas, TX", + "url": "rtmp://live-dfw.twitch.tv/app" + }, + { + "name": "US Central: Denver, CO", + "url": "rtmp://live-den.twitch.tv/app" + }, + { + "name": "US Central: Houston, TX", + "url": "rtmp://live-hou.twitch.tv/app" + }, + { + "name": "US Central: Salt Lake City, UT", + "url": "rtmp://live-slc.twitch.tv/app" + }, + { + "name": "US East: Ashburn, VA", + "url": "rtmp://live-iad.twitch.tv/app" + }, + { + "name": "US East: Atlanta, GA", + "url": "rtmp://live-atl.twitch.tv/app" + }, + { + "name": "US East: Chicago", + "url": "rtmp://live-ord.twitch.tv/app" + }, + { + "name": "US East: Miami, FL", + "url": "rtmp://live-mia.twitch.tv/app" + }, + { + "name": "US East: New York, NY", + "url": "rtmp://live-jfk.twitch.tv/app" + }, + { + "name": "US West: Los Angeles, CA", + "url": "rtmp://live-lax.twitch.tv/app" + }, + { + "name": "US West: Phoenix, AZ", + "url": "rtmp://live-phx.twitch.tv/app" + }, + { + "name": "US West: Portland, Oregon", + "url": "rtmp://live-pdx.twitch.tv/app" + }, + { + "name": "US West: San Francisco, CA", + "url": "rtmp://live-sfo.twitch.tv/app" + }, + { + "name": "US West: San Jose, CA", + "url": "rtmp://live-sjc.twitch.tv/app" + }, + { + "name": "US West: Seattle, WA", + "url": "rtmp://live-sea.twitch.tv/app" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 160, + "x264opts": "scenecut=0" + } + }, + { + "name": "YouTube / YouTube Gaming", + "common": true, + "servers": [ + { + "name": "Primary YouTube ingest server", + "url": "rtmp://a.rtmp.youtube.com/live2" + }, + { + "name": "Backup YouTube ingest server", + "url": "rtmp://b.rtmp.youtube.com/live2?backup=1" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 51000, + "max audio bitrate": 160 + } + }, + { + "name": "Smashcast", + "servers": [ + { + "name": "Default", + "url": "rtmp://live.hitbox.tv/push" + }, + { + "name": "EU-North: Amsterdam, Netherlands", + "url": "rtmp://live.ams.hitbox.tv/push" + }, + { + "name": "EU-West: Paris, France", + "url": "rtmp://live.cdg.hitbox.tv/push" + }, + { + "name": "EU-South: Milan, Italia", + "url": "rtmp://live.mxp.hitbox.tv/push" + }, + { + "name": "Russia: Moscow", + "url": "rtmp://live.dme.hitbox.tv/push" + }, + { + "name": "US-East: New York", + "url": "rtmp://live.jfk.hitbox.tv/push" + }, + { + "name": "US-West: San Francisco", + "url": "rtmp://live.sfo.hitbox.tv/push" + }, + { + "name": "US-West: Los Angeles", + "url": "rtmp://live.lax.hitbox.tv/push" + }, + { + "name": "South America: Sao Paulo, Brazil", + "url": "rtmp://live.gru.hitbox.tv/push" + }, + { + "name": "Asia: Singapore", + "url": "rtmp://live.sin.hitbox.tv/push" + }, + { + "name": "Oceania: Sydney, Australia", + "url": "rtmp://live.syd.hitbox.tv/push" + } + ], + "recommended": { + "keyint": 2, + "profile": "high", + "max video bitrate": 3500, + "max audio bitrate": 320 + } + }, + { + "name": "Mixer.com - FTL", + "common": true, + "servers": [ + { + "name": "US: Dallas, TX", + "url": "ingest-dal.mixer.com" + }, + { + "name": "US: San Jose, CA", + "url": "ingest-sjc.mixer.com" + }, + { + "name": "US: Seattle, WA", + "url": "ingest-sea.mixer.com" + }, + { + "name": "US: Washington DC", + "url": "ingest-wdc.mixer.com" + }, + { + "name": "Canada: Toronto", + "url": "ingest-tor.mixer.com" + }, + { + "name": "EU: London", + "url": "ingest-lon.mixer.com" + }, + { + "name": "EU: Amsterdam", + "url": "ingest-ams.mixer.com" + }, + { + "name": "EU: Milan", + "url": "ingest-mil.mixer.com" + }, + { + "name": "EU: Paris", + "url": "ingest-par.mixer.com" + }, + { + "name": "EU: Frankfurt", + "url": "ingest-fra.mixer.com" + }, + { + "name": "Brazil: Sao Paulo", + "url": "ingest-sao.mixer.com" + }, + { + "name": "Australia: Melbourne", + "url": "ingest-mel.mixer.com" + }, + { + "name": "Australia: Sydney", + "url": "ingest-syd.mixer.com" + }, + { + "name": "Mexico: Mexico City", + "url": "ingest-mex.mixer.com" + }, + { + "name": "Asia: Hong Kong", + "url": "ingest-hkg.mixer.com" + }, + { + "name": "Asia: Tokyo", + "url": "ingest-tok.mixer.com" + }, + { + "name": "South Korea: Seoul", + "url": "ingest-seo.mixer.com" + }, + { + "name": "India: Chennai", + "url": "ingest-che.mixer.com" + } + ], + "recommended": { + "keyint": 2, + "output": "ftl_output", + "max audio bitrate": 160, + "max video bitrate": 10000, + "profile": "main", + "bframes": 0, + "x264opts": "scenecut=0" + } + }, + { + "name": "Mixer.com - RTMP", + "common": true, + "servers": [ + { + "name": "US: Dallas, TX", + "url": "rtmp://ingest-dal.mixer.com:1935/beam" + }, + { + "name": "US: San Jose, CA", + "url": "rtmp://ingest-sjc.mixer.com:1935/beam" + }, + { + "name": "US: Seattle, WA", + "url": "rtmp://ingest-sea.mixer.com:1935/beam" + }, + { + "name": "US: Washington DC", + "url": "rtmp://ingest-wdc.mixer.com:1935/beam" + }, + { + "name": "Canada: Toronto", + "url": "rtmp://ingest-tor.mixer.com:1935/beam" + }, + { + "name": "EU: London", + "url": "rtmp://ingest-lon.mixer.com:1935/beam" + }, + { + "name": "EU: Amsterdam", + "url": "rtmp://ingest-ams.mixer.com:1935/beam" + }, + { + "name": "EU: Milan", + "url": "rtmp://ingest-mil.mixer.com:1935/beam" + }, + { + "name": "EU: Paris", + "url": "rtmp://ingest-par.mixer.com:1935/beam" + }, + { + "name": "EU: Frankfurt", + "url": "rtmp://ingest-fra.mixer.com:1935/beam" + }, + { + "name": "Brazil: Sao Paulo", + "url": "rtmp://ingest-sao.mixer.com:1935/beam" + }, + { + "name": "Australia: Melbourne", + "url": "rtmp://ingest-mel.mixer.com:1935/beam" + }, + { + "name": "Australia: Sydney", + "url": "rtmp://ingest-syd.mixer.com:1935/beam" + }, + { + "name": "Mexico: Mexico City", + "url": "rtmp://ingest-mex.mixer.com:1935/beam" + }, + { + "name": "Asia: Hong Kong", + "url": "rtmp://ingest-hkg.mixer.com:1935/beam" + }, + { + "name": "Asia: Tokyo", + "url": "rtmp://ingest-tok.mixer.com:1935/beam" + }, + { + "name": "South Korea: Seoul", + "url": "rtmp://ingest-seo.mixer.com:1935/beam" + }, + { + "name": "India: Chennai", + "url": "rtmp://ingest-che.mixer.com:1935/beam" + } + ], + "recommended": { + "keyint": 2, + "max audio bitrate": 160, + "max video bitrate": 10000, + "profile": "main", + "x264opts": "scenecut=0" + } + }, + { + "name": "Mobcrush", + "servers": [ + { + "name": "Primary", + "url": "rtmp://live.mobcrush.net/mob" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 6000, + "max audio bitrate": 160 + } + }, + { + "name": "Web.TV", + "servers": [ + { + "name": "Primary", + "url": "rtmp://live3.origins.web.tv/liveext" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 3500, + "max audio bitrate": 160 + } + }, + { + "name": "GoodGame.ru", + "servers": [ + { + "name": "Моscow", + "url": "rtmp://msk.goodgame.ru:1940/live" + } + ] + }, + { + "name": "YouStreamer", + "servers": [ + { + "name": "Moscow", + "url": "rtmp://push.youstreamer.com/in/" + } + ] + }, + { + "name": "Vaughn Live / iNSTAGIB", + "servers": [ + { + "name": "US: Primary", + "url": "rtmp://live.vaughnsoft.net/live" + }, + { + "name": "US: Chicago, IL", + "url": "rtmp://live-ord.vaughnsoft.net/live" + }, + { + "name": "US: Denver, CO", + "url": "rtmp://live-den.vaughnsoft.net/live" + }, + { + "name": "US: New York, NY", + "url": "rtmp://live-nyc.vaughnsoft.net/live" + }, + { + "name": "EU: Amsterdam, NL", + "url": "rtmp://live-ams.vaughnsoft.net/live" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 3500, + "max audio bitrate": 160 + } + }, + { + "name": "Breakers.TV", + "servers": [ + { + "name": "US: Primary", + "url": "rtmp://live.vaughnsoft.net/live" + }, + { + "name": "US: Chicago, IL", + "url": "rtmp://live-ord.vaughnsoft.net/live" + }, + { + "name": "US: Denver, CO", + "url": "rtmp://live-den.vaughnsoft.net/live" + }, + { + "name": "US: New York, NY", + "url": "rtmp://live-nyc.vaughnsoft.net/live" + }, + { + "name": "EU: Amsterdam, NL", + "url": "rtmp://live-ams.vaughnsoft.net/live" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 3500, + "max audio bitrate": 160 + } + }, + { + "name": "CyberGame.TV", + "servers": [ + { + "name": "RU Origin", + "url": "rtmp://st.cybergame.tv:1953/live" + }, + { + "name": "RU Premium", + "url": "rtmp://premium.cybergame.tv:1953/premium" + } + ] + }, + { + "name": "Facebook Live", + "common": true, + "servers": [ + { + "name": "Default", + "url": "rtmps://rtmp-api.facebook.com:443/rtmp/" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 6000, + "max audio bitrate": 128 + } + }, + { + "name": "Restream.io - RTMP", + "alt_names": [ + "Restream.io" + ], + "common": true, + "servers": [ + { + "name": "Autodetect", + "url": "rtmp://live.restream.io/live" + }, + { + "name": "EU-West (London, GB)", + "url": "rtmp://london.restream.io/live" + }, + { + "name": "EU-West (Amsterdam, NL)", + "url": "rtmp://amsterdam.restream.io/live" + }, + { + "name": "EU-West (Luxembourg)", + "url": "rtmp://luxembourg.restream.io/live" + }, + { + "name": "EU-West (Paris, FR)", + "url": "rtmp://paris.restream.io/live" + }, + { + "name": "EU-West (Milan, IT)", + "url": "rtmp://milan.restream.io/live" + }, + { + "name": "EU-Central (Frankfurt, DE)", + "url": "rtmp://frankfurt.restream.io/live" + }, + { + "name": "EU-East (Falkenstein, DE)", + "url": "rtmp://falkenstein.restream.io/live" + }, + { + "name": "EU-East (Prague, Czech)", + "url": "rtmp://prague.restream.io/live" + }, + { + "name": "EU-South (Madrid, Spain)", + "url": "rtmp://madrid.restream.io/live" + }, + { + "name": "Russia (Moscow)", + "url": "rtmp://moscow.restream.io/live" + }, + { + "name": "Turkey (Istanbul)", + "url": "rtmp://istanbul.restream.io/live" + }, + { + "name": "Israel (Tel Aviv)", + "url": "rtmp://telaviv.restream.io/live" + }, + { + "name": "US-West (Seattle, WA)", + "url": "rtmp://seattle.restream.io/live" + }, + { + "name": "US-West (San Jose, CA)", + "url": "rtmp://sanjose.restream.io/live" + }, + { + "name": "US-Central (Dallas, TX)", + "url": "rtmp://dallas.restream.io/live" + }, + { + "name": "US-East (Washington, DC)", + "url": "rtmp://washington.restream.io/live" + }, + { + "name": "US-East (Miami, FL)", + "url": "rtmp://miami.restream.io/live" + }, + { + "name": "US-East (Chicago, IL)", + "url": "rtmp://chicago.restream.io/live" + }, + { + "name": "NA-East (Toronto, Canada)", + "url": "rtmp://toronto.restream.io/live" + }, + { + "name": "SA (Saint Paul, Brazil)", + "url": "rtmp://saopaulo.restream.io/live" + }, + { + "name": "India (Bangalore)", + "url": "rtmp://bangalore.restream.io/live" + }, + { + "name": "Asia (Singapore)", + "url": "rtmp://singapore.restream.io/live" + }, + { + "name": "Asia (Seoul, South Korea)", + "url": "rtmp://seoul.restream.io/live" + }, + { + "name": "Asia (Tokyo, Japan)", + "url": "rtmp://tokyo.restream.io/live" + }, + { + "name": "Australia (Sydney)", + "url": "rtmp://sydney.restream.io/live" + } + ], + "recommended": { + "keyint": 2 + } + }, + { + "name": "Restream.io - FTL", + "common": true, + "servers": [ + { + "name": "Autodetect", + "url": "live.restream.io" + }, + { + "name": "EU-West (London, GB)", + "url": "london.restream.io" + }, + { + "name": "EU-West (Amsterdam, NL)", + "url": "amsterdam.restream.io" + }, + { + "name": "EU-West (Luxembourg)", + "url": "luxembourg.restream.io" + }, + { + "name": "EU-West (Paris, FR)", + "url": "paris.restream.io" + }, + { + "name": "EU-West (Milan, IT)", + "url": "milan.restream.io" + }, + { + "name": "EU-Central (Frankfurt, DE)", + "url": "frankfurt.restream.io" + }, + { + "name": "EU-East (Falkenstein, DE)", + "url": "falkenstein.restream.io" + }, + { + "name": "EU-East (Prague, Czech)", + "url": "prague.restream.io" + }, + { + "name": "EU-South (Madrid, Spain)", + "url": "madrid.restream.io" + }, + { + "name": "Russia (Moscow)", + "url": "moscow.restream.io" + }, + { + "name": "Turkey (Istanbul)", + "url": "istanbul.restream.io" + }, + { + "name": "Israel (Tel Aviv)", + "url": "telaviv.restream.io" + }, + { + "name": "US-West (Seattle, WA)", + "url": "seattle.restream.io" + }, + { + "name": "US-West (San Jose, CA)", + "url": "sanjose.restream.io" + }, + { + "name": "US-Central (Dallas, TX)", + "url": "dallas.restream.io" + }, + { + "name": "US-East (Washington, DC)", + "url": "washington.restream.io" + }, + { + "name": "US-East (Miami, FL)", + "url": "miami.restream.io" + }, + { + "name": "US-East (Chicago, IL)", + "url": "chicago.restream.io" + }, + { + "name": "NA-East (Toronto, Canada)", + "url": "toronto.restream.io" + }, + { + "name": "SA (Saint Paul, Brazil)", + "url": "saopaulo.restream.io" + }, + { + "name": "India (Bangalore)", + "url": "bangalore.restream.io" + }, + { + "name": "Asia (Singapore)", + "url": "singapore.restream.io" + }, + { + "name": "Asia (Seoul, South Korea)", + "url": "seoul.restream.io" + }, + { + "name": "Asia (Tokyo, Japan)", + "url": "tokyo.restream.io" + }, + { + "name": "Australia (Sydney)", + "url": "sydney.restream.io" + } + ], + "recommended": { + "keyint": 2, + "output": "ftl_output", + "max audio bitrate": 160, + "max video bitrate": 10000, + "profile": "main", + "bframes": 0 + } + }, + { + "name": "Nood", + "servers": [ + { + "name": "Global: Fastest (Recommended)", + "url": "rtmp://stream.nood.tv/live_source" + }, + { + "name": "NA East: Ashburn, VA, USA", + "url": "rtmp://us-east-1.stream.nood.tv/live_source" + }, + { + "name": "NA East: Columbus, OH, USA", + "url": "rtmp://us-east-2.stream.nood.tv/live_source" + }, + { + "name": "NA East: Montreal, QC, CAN", + "url": "rtmp://ca-central-1.stream.nood.tv/live_source" + }, + { + "name": "NA West: San Francisco, CA, USA", + "url": "rtmp://us-west-1.stream.nood.tv/live_source" + }, + { + "name": "NA West: Portland, OR, USA", + "url": "rtmp://us-west-2.stream.nood.tv/live_source" + }, + { + "name": "SA East: Sao Paulo, BRA", + "url": "rtmp://sa-east-1.stream.nood.tv/live_source" + }, + { + "name": "EU West: Dublin, IRL", + "url": "rtmp://eu-west-1.stream.nood.tv/live_source" + }, + { + "name": "EU West: London, GBR", + "url": "rtmp://eu-west-2.stream.nood.tv/live_source" + }, + { + "name": "EU West: Paris, FRA", + "url": "rtmp://eu-west-3.stream.nood.tv/live_source" + }, + { + "name": "EU West: Frankfurt, DEU", + "url": "rtmp://eu-central-1.stream.nood.tv/live_source" + }, + { + "name": "Asia North-East: Tokyo, JPN", + "url": "rtmp://ap-northeast-1.stream.nood.tv/live_source" + }, + { + "name": "Asia North-East: Seoul, KOR", + "url": "rtmp://ap-northeast-2.stream.nood.tv/live_source" + }, + { + "name": "Asia South-East: Singapore, SGP", + "url": "rtmp://ap-southeast-1.stream.nood.tv/live_source" + }, + { + "name": "Asia South-East: Sydney, AUS", + "url": "rtmp://ap-southeast-2.stream.nood.tv/live_source" + }, + { + "name": "Asia South: Mumbai, IND", + "url": "rtmp://ap-south-1.stream.nood.tv/live_source" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 25000, + "max audio bitrate": 192, + "x264opts": "scenecut=0" + } + }, + { + "name": "Castr.io", + "servers": [ + { + "name": "Chicago US", + "url": "rtmp://cg.castr.io/static" + }, + { + "name": "Los Angeles US", + "url": "rtmp://la.castr.io/static" + }, + { + "name": "New York US", + "url": "rtmp://ny.castr.io/static" + }, + { + "name": "Miami US", + "url": "rtmp://mi.castr.io/static" + }, + { + "name": "Montreal CA", + "url": "rtmp://qc.castr.io/static" + }, + { + "name": "London UK", + "url": "rtmp://uk.castr.io/static" + }, + { + "name": "Frankfurt DE", + "url": "rtmp://de.castr.io/static" + }, + { + "name": "Frankfurt DE 2", + "url": "rtmp://fr.castr.io/static" + }, + { + "name": "Moscow RU", + "url": "rtmp://ru.castr.io/static" + }, + { + "name": "Singapore", + "url": "rtmp://sg.castr.io/static" + }, + { + "name": "Sydney AU", + "url": "rtmp://au.castr.io/static" + }, + { + "name": "Brazil", + "url": "rtmp://br.castr.io/static" + }, + { + "name": "India", + "url": "rtmp://in.castr.io/static" + }, + { + "name": "US Central", + "url": "rtmp://us-central.castr.io/static" + }, + { + "name": "US West", + "url": "rtmp://us-west.castr.io/static" + }, + { + "name": "US East", + "url": "rtmp://us-east.castr.io/static" + }, + { + "name": "US South", + "url": "rtmp://us-south.castr.io/static" + }, + { + "name": "South America", + "url": "rtmp://south-am.castr.io/static" + }, + { + "name": "EU Central", + "url": "rtmp://eu-central.castr.io/static" + }, + { + "name": "AU South", + "url": "rtmp://au-central.castr.io/static" + }, + { + "name": "Singapore", + "url": "rtmp://sg-central.castr.io/static" + }, + { + "name": "India", + "url": "rtmp://in.castr.io/static" + } + ], + "recommended": { + "keyint": 2 + } + }, + { + "name": "Boomstream", + "servers": [ + { + "name": "Default", + "url": "rtmp://live.boomstream.com/live" + } + ] + }, + { + "name": "Stream.live", + "servers": [ + { + "name": "Default", + "url": "rtmp://media.stream.live:1935/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 2500, + "max audio bitrate": 160 + } + }, + { + "name": "Meridix Live Sports Platform", + "servers": [ + { + "name": "Primary", + "url": "rtmp://publish.meridix.com/live" + } + ], + "recommended": { + "max video bitrate": 3500 + } + }, + { + "name": "Afreeca.TV", + "servers": [ + { + "name": "North America : US East", + "url": "rtmp://rtmpmanager-aws-en-east.afreeca.tv/live" + }, + { + "name": "North America : US West", + "url": "rtmp://rtmpmanager-aws-en-west.afreeca.tv/live" + }, + { + "name": "Asia : Singapore", + "url": "rtmp://rtmpmanager-aws-sg.afreeca.tv/live" + } + ], + "recommended": { + "keyint": 1, + "profile": "main", + "max video bitrate": 5000, + "max audio bitrate": 192 + } + }, + { + "name": "아프리카TV", + "servers": [ + { + "name": "Korea", + "url": "rtmp://rtmpmanager-freecat.afreeca.tv/app/" + } + ], + "recommended": { + "keyint": 1, + "profile": "main", + "max video bitrate": 5000, + "max audio bitrate": 192 + } + }, + { + "name": "CAM4", + "servers": [ + { + "name": "CAM4", + "url": "rtmp://origin.cam4.com/cam4-origin-live" + } + ], + "recommended": { + "keyint": 1, + "profile": "baseline", + "max video bitrate": 3000, + "max audio bitrate": 128 + } + }, + { + "name": "Picarto", + "servers": [ + { + "name": "US East (Chicago, USA)", + "url": "rtmp://live.us-east1.picarto.tv/golive" + }, + { + "name": "US West (Los Angeles, USA)", + "url": "rtmp://live.us-west1.picarto.tv/golive" + }, + { + "name": "EU West (Düsseldorf, Germany)", + "url": "rtmp://live.eu-west1.picarto.tv/golive" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 3500 + } + }, + { + "name": "Pandora TV Korea", + "servers": [ + { + "name": "Default", + "url": "rtmp://plive.pandora.tv:80/mediaHub" + } + ] + }, + { + "name": "Livestream", + "servers": [ + { + "name": "Primary", + "url": "rtmp://rtmpin.livestreamingest.com/rtmpin" + } + ] + }, + { + "name": "Uscreen", + "servers": [ + { + "name": "Default", + "url": "rtmp://live.uscreen.app/app" + } + ] + }, + { + "name": "Stripchat", + "servers": [ + { + "name": "Auto", + "url": "rtmp://s-sd.stripcdn.com/ext" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "bframes": 0, + "max video bitrate": 6000, + "max audio bitrate": 128, + "x264opts": "tune=zerolatency" + } + }, + { + "name": "Chaturbate", + "servers": [ + { + "name": "Global Main Fastest - Recommended", + "url": "rtmp://live.stream.highwebmedia.com/live-origin" + }, + { + "name": "Global Backup", + "url": "rtmp://live-backup.stream.highwebmedia.com/live-origin" + }, + { + "name": "US West: Seattle, WA", + "url": "rtmp://live-sea.stream.highwebmedia.com/live-origin" + }, + { + "name": "US West: Phoenix, AZ", + "url": "rtmp://live-phx.stream.highwebmedia.com/live-origin" + }, + { + "name": "US Central: Salt Lake City, UT", + "url": "rtmp://live-slc.stream.highwebmedia.com/live-origin" + }, + { + "name": "US Central: Chicago, IL", + "url": "rtmp://live-chi.stream.highwebmedia.com/live-origin" + }, + { + "name": "US East: Atlanta, GA", + "url": "rtmp://live-atl.stream.highwebmedia.com/live-origin" + }, + { + "name": "US East: Ashburn, VA", + "url": "rtmp://live-ash.stream.highwebmedia.com/live-origin" + }, + { + "name": "South America: Sao Paulo, Brazil", + "url": "rtmp://live-gru.stream.highwebmedia.com/live-origin" + }, + { + "name": "EU: Amsterdam, NL", + "url": "rtmp://live-nld.stream.highwebmedia.com/live-origin" + }, + { + "name": "EU: Alblasserdam, NL", + "url": "rtmp://live-alb.stream.highwebmedia.com/live-origin" + }, + { + "name": "EU: Frankfurt, DE", + "url": "rtmp://live-fra.stream.highwebmedia.com/live-origin" + }, + { + "name": "EU: Belgrade, Serbia", + "url": "rtmp://live-srb.stream.highwebmedia.com/live-origin" + }, + { + "name": "Asia: Singapore", + "url": "rtmp://live-sin.stream.highwebmedia.com/live-origin" + }, + { + "name": "Asia: Tokyo, Japan", + "url": "rtmp://live-nrt.stream.highwebmedia.com/live-origin" + }, + { + "name": "Australia: Sydney", + "url": "rtmp://live-syd.stream.highwebmedia.com/live-origin" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 50000, + "max audio bitrate": 192 + } + }, + { + "name": "Twitter / Periscope", + "common": true, + "servers": [ + { + "name": "US West: California", + "url": "rtmp://ca.pscp.tv:80/x" + }, + { + "name": "US West: Oregon", + "url": "rtmp://or.pscp.tv:80/x" + }, + { + "name": "US East: Virginia", + "url": "rtmp://va.pscp.tv:80/x" + }, + { + "name": "South America: Brazil", + "url": "rtmp://br.pscp.tv:80/x" + }, + { + "name": "EU West: Ireland", + "url": "rtmp://ie.pscp.tv:80/x" + }, + { + "name": "EU Central: Germany", + "url": "rtmp://de.pscp.tv:80/x" + }, + { + "name": "Asia/Pacific: Australia", + "url": "rtmp://au.pscp.tv:80/x" + }, + { + "name": "Asia/Pacific: Japan", + "url": "rtmp://jp.pscp.tv:80/x" + }, + { + "name": "Asia/Pacific: Singapore", + "url": "rtmp://sg.pscp.tv:80/x" + } + ], + "recommended": { + "keyint": 3, + "max video bitrate": 4000, + "max audio bitrate": 128 + } + }, + { + "name": "Switchboard Live (Joicaster)", + "servers": [ + { + "name": "Default - Performance Global", + "url": "rtmp://ingest-global-a.switchboard.zone/live" + }, + { + "name": "US West", + "url": "rtmp://ingest-us-west.a.switchboard.zone/live" + }, + { + "name": "US East", + "url": "rtmp://ingest-us-east.a.switchboard.zone/live" + }, + { + "name": "Europe West", + "url": "rtmp://ingest-eu-west.a.switchboard.zone/live" + }, + { + "name": "Europe Central", + "url": "rtmp://ingest-us-east.a.switchboard.zone/live" + }, + { + "name": "Australia East", + "url": "rtmp://ingest-au-east.a.switchboard.zone/live" + } + ] + }, + { + "name": "Looch", + "common": false, + "servers": [ + { + "name": "Primary Looch ingest server", + "url": "rtmp://ingest.looch.tv/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 6000, + "max audio bitrate": 160 + } + }, + { + "name": "Eventials", + "servers": [ + { + "name": "Default", + "url": "rtmp://live.eventials.com/eventialsLiveOrigin" + } + ], + "recommended": { + "keyint": 1, + "profile": "baseline", + "max video bitrate": 900, + "max audio bitrate": 192 + } + }, + { + "name": "Lahzenegar - StreamG | لحظه‌نگار - استریمجی", + "servers": [ + { + "name": "Primary", + "url": "rtmp://rtmp.lahzecdn.com/pro" + }, + { + "name": "Iran", + "url": "rtmp://rtmp-iran.lahzecdn.com/pro" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 2800, + "max audio bitrate": 128 + } + }, + { + "name": "MyLive", + "servers": [ + { + "name": "Default", + "url": "rtmp://stream.mylive.in.th/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 7000, + "max audio bitrate": 192 + } + }, + { + "name": "Madcat", + "servers": [ + { + "name": "Default", + "url": "rtmp://73846.livepush.myqcloud.com/live/" + } + ] + }, + { + "name": "SermonAudio Cloud", + "alt_names": [ + "SermonAudio.com" + ], + "servers": [ + { + "name": "Primary", + "url": "rtmp://webcast.sermonaudio.com/sa" + } + ], + "recommended": { + "max video bitrate": 2000, + "max audio bitrate": 128 + } + }, + { + "name": "Vimeo", + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp.cloud.vimeo.com/live" + } + ] + }, + { + "name": "Aparat", + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp.cdn.asset.aparat.com:443/event" + } + ] + }, + { + "name": "KakaoTV", + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp.play.kakao.com/kakaotv" + } + ], + "recommended": { + "max video bitrate": 8000, + "max audio bitrate": 192 + } + }, + { + "name": "Piczel.tv", + "servers": [ + { + "name": "Default", + "url": "rtmp://piczel.tv:1935/live" + } + ], + "recommended": { + "max video bitrate": 5000 + } + }, + { + "name": "STAGE TEN", + "servers": [ + { + "name": "STAGE TEN", + "url": "rtmps://app-rtmp.stageten.tv:443/stageten" + } + ], + "recommended": { + "keyint": 2, + "profile": "baseline", + "max video bitrate": 4000, + "max audio bitrate": 128 + } + }, + { + "name": "DLive", + "servers": [ + { + "name": "Default", + "url": "rtmp://stream.dlive.tv/live" + } + ], + "recommend": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 160 + } + }, + { + "name": "Lightcast.com", + "servers": [ + { + "name": "North America / East", + "url": "rtmp://us-east.live.lightcast.com/202E1F/default" + }, + { + "name": "North America / West", + "url": "rtmp://us-west.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Amsterdam", + "url": "rtmp://europe.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Frankfurt", + "url": "rtmp://europe-fra.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Stockholm", + "url": "rtmp://europe-sto.live.lightcast.com/202E1F/default" + }, + { + "name": "Asia / Hong Kong", + "url": "rtmp://asia.live.lightcast.com/202E1F/default" + }, + { + "name": "Australia / Sydney", + "url": "rtmp://australia.live.lightcast.com/202E1F/default" + } + ], + "recommend": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 160 + } + }, + { + "name": "Bongacams", + "servers": [ + { + "name": "Default", + "url": "rtmp://origin.bcrncdn.com:1934/live" + } + ], + "recommend": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 192 + } + }, + { + "name": "show-it.tv", + "servers": [ + { + "name": "Default", + "url": "rtmp://stream-1.show-it.tv:1935/live" + } + ], + "recommend": { + "max video bitrate": 6000, + "max audio bitrate": 192 + } + }, + { + "name": "ChathostessModels", + "servers": [ + { + "name": "ChathostessModels - Default", + "url": "rtmp://wowza01.foobarweb.com/cmschatsys_video" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 3000, + "max audio bitrate": 128 + } + }, + { + "name": "Camplace", + "servers": [ + { + "name": "Camplace - Default", + "url": "rtmp://rtmp.camplace.com" + } + ], + "recommend": { + "keyint": 2, + "max video bitrate": 3000, + "max audio bitrate": 128 + } + }, + { + "name": "OnlyFans.com", + "servers": [ + { + "name": "USA", + "url": "rtmp://route0.onlyfans.com/live" + }, + { + "name": "Europe", + "url": "rtmp://route0-dc2.onlyfans.com/live" + } + ], + "recommend": { + "keyint": 2, + "profile": "main", + "max video bitrate": 2500, + "max audio bitrate": 192, + "bframes": 0, + "x264opts": "tune=zerolatency" + } + }, + { + "name": "YouNow", + "common": false, + "servers": [ + { + "name": "younow.com", + "url": "https://signaling-api.younow-prod.video.propsproject.com/api/v1/ingest/server/" + } + ], + "recommended": { + "keyint": 2, + "output": "ftl_output", + "max audio bitrate": 160, + "max video bitrate": 7000, + "profile": "main", + "bframes": 0 + } + }, + { + "name": "Steam", + "common": false, + "servers": [ + { + "name": "Chicago, US", + "url": "rtmp://ingest-any-ord1.broadcast.steamcontent.com/app" + }, + { + "name": "Seattle, US", + "url": "rtmp://ingest-any-sea1.broadcast.steamcontent.com/app" + }, + { + "name": "Los Angeles, US", + "url": "rtmp://ingest-any-lax1.broadcast.steamcontent.com/app" + }, + { + "name": "Washington DC, US", + "url": "rtmp://ingest-any-iad1.broadcast.steamcontent.com/app" + }, + { + "name": "Frankfurt, DE", + "url": "rtmp://ingest-any-fra1.broadcast.steamcontent.com/app" + }, + { + "name": "London, UK", + "url": "rtmp://ingest-any-lhr1.broadcast.steamcontent.com/app" + }, + { + "name": "Stockholm, SE", + "url": "rtmp://ingest-any-sto1.broadcast.steamcontent.com/app" + }, + { + "name": "Tokyo, JP", + "url": "rtmp://ingest-any-tyo1.broadcast.steamcontent.com/app" + }, + { + "name": "Hong Kong, HK", + "url": "rtmp://ingest-any-hkg1.broadcast.steamcontent.com/app" + }, + { + "name": "Singapore, SG", + "url": "rtmp://ingest-any-sgp1.broadcast.steamcontent.com/app" + }, + { + "name": "Sydney, AU", + "url": "rtmp://ingest-any-syd1.broadcast.steamcontent.com/app" + }, + { + "name": "São Paulo, BR", + "url": "rtmp://ingest-any-gru1.broadcast.steamcontent.com/app" + } + ], + "recommended": { + "keyint": 2, + "profile": "high", + "max video bitrate": 7000, + "max audio bitrate": 128 + } + }, + { + "name": "Stars.AVN.com", + "servers": [ + { + "name": "Default", + "url": "rtmp://alpha.gateway.stars.avn.com/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 2500, + "max audio bitrate": 192, + "bframes": 0, + "x264opts": "tune=zerolatency" + } + }, + { + "name": "Konduit.live", + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp.konduit.live/live" + } + ], + "recommended": { + "keyint": 2, + "x264opts": "scenecut=0" + } + }, + { + "name": "Uncanny.gg", + "servers": [ + { + "name": "Default", + "url": "rtmp://stream.uncanny.gg/fortnite" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 10000, + "max audio bitrate": 192 + } + } + ] +} diff --git a/botfiles/.config/obs-studio/plugin_config/rtmp-services/twitch_ingests.json b/botfiles/.config/obs-studio/plugin_config/rtmp-services/twitch_ingests.json new file mode 100644 index 0000000..5b1c612 --- /dev/null +++ b/botfiles/.config/obs-studio/plugin_config/rtmp-services/twitch_ingests.json @@ -0,0 +1,444 @@ +{ + "ingests": [ + { + "_id": 0, + "availability": 1.0, + "default": false, + "name": "Europe: Poland, Warsaw", + "url_template": "rtmp://live-waw.twitch.tv/app/{stream_key}", + "priority": 0 + }, + { + "_id": 1, + "availability": 1.0, + "default": false, + "name": "Europe: Austria, Vienna", + "url_template": "rtmp://live-vie.twitch.tv/app/{stream_key}", + "priority": 1 + }, + { + "_id": 2, + "availability": 1.0, + "default": false, + "name": "Europe: Czech Republic, Prague", + "url_template": "rtmp://live-prg.twitch.tv/app/{stream_key}", + "priority": 2 + }, + { + "_id": 3, + "availability": 1.0, + "default": false, + "name": "Europe: Germany, Berlin", + "url_template": "rtmp://live-ber.twitch.tv/app/{stream_key}", + "priority": 3 + }, + { + "_id": 4, + "availability": 1.0, + "default": false, + "name": "Europe: Copenhagen, Denmark", + "url_template": "rtmp://live-cph.twitch.tv/app/{stream_key}", + "priority": 4 + }, + { + "_id": 5, + "availability": 1.0, + "default": false, + "name": "Europe: Sweden, Stockholm", + "url_template": "rtmp://live-arn.twitch.tv/app/{stream_key}", + "priority": 5 + }, + { + "_id": 6, + "availability": 1.0, + "default": false, + "name": "Europe: Finland, Helsinki", + "url_template": "rtmp://live-hel.twitch.tv/app/{stream_key}", + "priority": 6 + }, + { + "_id": 7, + "availability": 1.0, + "default": false, + "name": "Europe: Norway, Oslo", + "url_template": "rtmp://live-osl.twitch.tv/app/{stream_key}", + "priority": 7 + }, + { + "_id": 8, + "availability": 1.0, + "default": false, + "name": "Europe: Netherlands, Amsterdam", + "url_template": "rtmp://live-ams.twitch.tv/app/{stream_key}", + "priority": 8 + }, + { + "_id": 9, + "availability": 1.0, + "default": false, + "name": "Europe: Italy, Milan", + "url_template": "rtmp://live-mil.twitch.tv/app/{stream_key}", + "priority": 9 + }, + { + "_id": 10, + "availability": 1.0, + "default": false, + "name": "Europe: France, Paris", + "url_template": "rtmp://live-cdg.twitch.tv/app/{stream_key}", + "priority": 10 + }, + { + "_id": 11, + "availability": 1.0, + "default": false, + "name": "Europe: UK, London", + "url_template": "rtmp://live-lhr04.twitch.tv/app/{stream_key}", + "priority": 11 + }, + { + "_id": 12, + "availability": 1.0, + "default": false, + "name": "Europe: UK, London", + "url_template": "rtmp://live-lhr03.twitch.tv/app/{stream_key}", + "priority": 12 + }, + { + "_id": 13, + "availability": 1.0, + "default": false, + "name": "Europe: France, Marseille", + "url_template": "rtmp://live-mrs.twitch.tv/app/{stream_key}", + "priority": 13 + }, + { + "_id": 14, + "availability": 1.0, + "default": false, + "name": "Europe: Germany, Frankfurt", + "url_template": "rtmp://live-fra05.twitch.tv/app/{stream_key}", + "priority": 14 + }, + { + "_id": 15, + "availability": 1.0, + "default": false, + "name": "Europe: Germany, Frankfurt", + "url_template": "rtmp://live-fra02.twitch.tv/app/{stream_key}", + "priority": 15 + }, + { + "_id": 16, + "availability": 1.0, + "default": false, + "name": "Europe: Spain, Madrid", + "url_template": "rtmp://live-mad.twitch.tv/app/{stream_key}", + "priority": 16 + }, + { + "_id": 17, + "availability": 1.0, + "default": false, + "name": "DEPRECATED Europe: Portugal, Lisbon", + "url_template": "rtmp://live-lis.twitch.tv/app/{stream_key}", + "priority": 17 + }, + { + "_id": 18, + "availability": 1.0, + "default": false, + "name": "NA: Quebec, Canada", + "url_template": "rtmp://live-ymq.twitch.tv/app/{stream_key}", + "priority": 18 + }, + { + "_id": 19, + "availability": 1.0, + "default": false, + "name": "Seattle, WA", + "url_template": "rtmp://live-sea.twitch.tv/app/{stream_key}", + "priority": 19 + }, + { + "_id": 20, + "availability": 1.0, + "default": false, + "name": "US East: New York, NY", + "url_template": "rtmp://live-jfk.twitch.tv/app/{stream_key}", + "priority": 20 + }, + { + "_id": 21, + "availability": 1.0, + "default": false, + "name": "NA: Toronto, Canada", + "url_template": "rtmp://live-yto.twitch.tv/app/{stream_key}", + "priority": 21 + }, + { + "_id": 22, + "availability": 1.0, + "default": false, + "name": "US East: Ashburn, VA (3)", + "url_template": "rtmp://live-iad03.twitch.tv/app/{stream_key}", + "priority": 22 + }, + { + "_id": 23, + "availability": 1.0, + "default": false, + "name": "US East: Ashburn, VA (5)", + "url_template": "rtmp://live-iad05.twitch.tv/app/{stream_key}", + "priority": 23 + }, + { + "_id": 24, + "availability": 1.0, + "default": false, + "name": "US East: Chicago", + "url_template": "rtmp://live-ord03.twitch.tv/app/{stream_key}", + "priority": 24 + }, + { + "_id": 25, + "availability": 1.0, + "default": false, + "name": "US East: Chicago", + "url_template": "rtmp://live-ord02.twitch.tv/app/{stream_key}", + "priority": 25 + }, + { + "_id": 26, + "availability": 1.0, + "default": false, + "name": "Asia: Seoul, South Korea", + "url_template": "rtmp://live-sel03.twitch.tv/app/{stream_key}", + "priority": 26 + }, + { + "_id": 27, + "availability": 1.0, + "default": false, + "name": "Asia: Seoul, South Korea", + "url_template": "rtmp://live-sel01.twitch.tv/app/{stream_key}", + "priority": 27 + }, + { + "_id": 28, + "availability": 1.0, + "default": false, + "name": "Asia: Thailand: Bangkok", + "url_template": "rtmp://live-bkk.twitch.tv/app/{stream_key}", + "priority": 28 + }, + { + "_id": 29, + "availability": 1.0, + "default": false, + "name": "US East: Atlanta, GA", + "url_template": "rtmp://live-atl.twitch.tv/app/{stream_key}", + "priority": 29 + }, + { + "_id": 30, + "availability": 1.0, + "default": false, + "name": "Asia: Hong Kong", + "url_template": "rtmp://live-hkg.twitch.tv/app/{stream_key}", + "priority": 30 + }, + { + "_id": 31, + "availability": 1.0, + "default": false, + "name": "Asia: Taipei, Taiwan (1)", + "url_template": "rtmp://live-tpe01.twitch.tv/app/{stream_key}", + "priority": 31 + }, + { + "_id": 32, + "availability": 1.0, + "default": false, + "name": "Asia: Taipei, Taiwan (3)", + "url_template": "rtmp://live-tpe03.twitch.tv/app/{stream_key}", + "priority": 32 + }, + { + "_id": 33, + "availability": 1.0, + "default": false, + "name": "Asia: Tokyo, Japan", + "url_template": "rtmp://live-tyo.twitch.tv/app/{stream_key}", + "priority": 33 + }, + { + "_id": 34, + "availability": 1.0, + "default": false, + "name": "US East: Miami, FL", + "url_template": "rtmp://live-mia.twitch.tv/app/{stream_key}", + "priority": 34 + }, + { + "_id": 35, + "availability": 1.0, + "default": false, + "name": "US Central: Denver, CO", + "url_template": "rtmp://live-den.twitch.tv/app/{stream_key}", + "priority": 35 + }, + { + "_id": 36, + "availability": 1.0, + "default": false, + "name": "US West: Portland, Oregon", + "url_template": "rtmp://live-pdx.twitch.tv/app/{stream_key}", + "priority": 36 + }, + { + "_id": 37, + "availability": 1.0, + "default": false, + "name": "Salt Lake City, UT", + "url_template": "rtmp://live-slc.twitch.tv/app/{stream_key}", + "priority": 37 + }, + { + "_id": 38, + "availability": 1.0, + "default": false, + "name": "US Central: Dallas, TX", + "url_template": "rtmp://live-dfw.twitch.tv/app/{stream_key}", + "priority": 38 + }, + { + "_id": 39, + "availability": 1.0, + "default": false, + "name": "US Central: Houston, TX", + "url_template": "rtmp://live-hou.twitch.tv/app/{stream_key}", + "priority": 39 + }, + { + "_id": 40, + "availability": 1.0, + "default": false, + "name": "Asia: Singapore", + "url_template": "rtmp://live-sin.twitch.tv/app/{stream_key}", + "priority": 40 + }, + { + "_id": 41, + "availability": 1.0, + "default": true, + "name": "US West: San Francisco, CA", + "url_template": "rtmp://live-sfo.twitch.tv/app/{stream_key}", + "priority": 41 + }, + { + "_id": 42, + "availability": 1.0, + "default": false, + "name": "US West: San Jose,CA", + "url_template": "rtmp://live-sjc.twitch.tv/app/{stream_key}", + "priority": 42 + }, + { + "_id": 43, + "availability": 1.0, + "default": false, + "name": "US West: Phoenix, AZ", + "url_template": "rtmp://live-phx.twitch.tv/app/{stream_key}", + "priority": 43 + }, + { + "_id": 44, + "availability": 1.0, + "default": false, + "name": "US West: Los Angeles, CA", + "url_template": "rtmp://live-lax.twitch.tv/app/{stream_key}", + "priority": 44 + }, + { + "_id": 45, + "availability": 1.0, + "default": false, + "name": "DEPRECATED South America: Medellin, Colombia", + "url_template": "rtmp://live-mde.twitch.tv/app/{stream_key}", + "priority": 45 + }, + { + "_id": 46, + "availability": 1.0, + "default": false, + "name": "NA: Queretaro, Mexico", + "url_template": "rtmp://live-qro.twitch.tv/app/{stream_key}", + "priority": 46 + }, + { + "_id": 47, + "availability": 1.0, + "default": false, + "name": "DEPRECATED South America: Rio de Janeiro, Brazil", + "url_template": "rtmp://live-gig.twitch.tv/app/{stream_key}", + "priority": 47 + }, + { + "_id": 48, + "availability": 1.0, + "default": false, + "name": "South America: Rio de Janeiro, Brazil", + "url_template": "rtmp://live-rio.twitch.tv/app/{stream_key}", + "priority": 48 + }, + { + "_id": 49, + "availability": 1.0, + "default": false, + "name": "DEPRECATED South America: Sao Paulo, Brazil ", + "url_template": "rtmp://live-gru.twitch.tv/app/{stream_key}", + "priority": 49 + }, + { + "_id": 50, + "availability": 1.0, + "default": false, + "name": "South America: Sao Paulo, Brazil", + "url_template": "rtmp://live-sao.twitch.tv/app/{stream_key}", + "priority": 50 + }, + { + "_id": 51, + "availability": 1.0, + "default": false, + "name": "DEPRECATED South America: Lima, Peru", + "url_template": "rtmp://live-lim.twitch.tv/app/{stream_key}", + "priority": 51 + }, + { + "_id": 52, + "availability": 1.0, + "default": false, + "name": "DEPRECATED: South America: Argentina", + "url_template": "rtmp://live-eze.twitch.tv/app/{stream_key}", + "priority": 52 + }, + { + "_id": 53, + "availability": 1.0, + "default": false, + "name": "DEPRECATED South America: Chile", + "url_template": "rtmp://live-scl.twitch.tv/app/{stream_key}", + "priority": 53 + }, + { + "_id": 54, + "availability": 1.0, + "default": false, + "name": "Australia: Sydney", + "url_template": "rtmp://live-syd.twitch.tv/app/{stream_key}", + "priority": 54 + } + ] +} diff --git a/botfiles/.config/obs-studio/profiler_data/2020-03-01 13-22-05.csv.gz b/botfiles/.config/obs-studio/profiler_data/2020-03-01 13-22-05.csv.gz new file mode 100644 index 0000000..c03b4dc Binary files /dev/null and b/botfiles/.config/obs-studio/profiler_data/2020-03-01 13-22-05.csv.gz differ diff --git a/botfiles/.config/polybar/config b/botfiles/.config/polybar/config new file mode 100644 index 0000000..4534ee0 --- /dev/null +++ b/botfiles/.config/polybar/config @@ -0,0 +1,363 @@ +; _ _ +; _ __ ___ | | _ _ | |__ __ _ _ __ +; | '_ \ / _ \ | || | | || '_ \ / _` || '__| +; | |_) || (_) || || |_| || |_) || (_| || | +; | .__/ \___/ |_| \__, ||_.__/ \__,_||_| +; |_| |___/ + +;~~~~~~~~ +; colors +;~~~~~~~~ +[colors] +bg= ${xrdb:background} +fg = ${xrdb:foreground} +border = ${xrdb:border_unfocused} + +;~~~~~ +; bar +;~~~~~ +[bar/polybarexe] +width = 100% +height = 24 +fixed-center = true + +font-0 = "DejaVu Sans Mono:pixelsize=10:antialias=true;3" +font-1 = "Font Awesome 5 Brands:pixelsize=13:antialias=true;3" +font-2 = "Font Awesome 5 Free:style=Solid:pixelsize=12:antialias=true;3" + +background = ${colors.bg} +foreground = ${colors.fg} + +line-size = 3 +line-color = ${colors.fg} + +border-size = 0 +border-top-size = 0 +border-bottom-size = 1 +border-color = ${colors.border} + +padding-left = 0 +padding-right = 1 + +module-margin-left = 0 +module-margin-right = 0 + +modules-left = bspwm +modules-center = mpd +modules-right = alsa sym2 fsroot sym5 fshome sym2 coreuse temperature memory sym2 clock sym2 updater sym2 powermenu + +cursor-click = pointer +cursor-scroll = ns-resize + +;~~~~~~~~~~~~ +; workspaces +;~~~~~~~~~~~~ +[module/bspwm] +type = internal/bspwm +pin-workspaces = true +inline-mode = false +enable-click = true +enable-scroll = false +reverse-scroll = false +fuzzy-match = true + +ws-icon-0 = "1;" +ws-icon-1 = "2;" +ws-icon-2 = "3;" +ws-icon-3 = "4;" +ws-icon-4 = "5;" +ws-icon-5 = "6;" +ws-icon-6 = "7;" +ws-icon-7 = "8;" + +format = +label-monitor = %name% +label-focused = %index% %icon% +label-focused-background = ${colors.border} +label-focused-overline = ${colors.fg} +label-occupied = %index% %icon% +label-occupied-padding = 1 +label-focused-padding = 1 +label-unfocused-padding = 0 +label-visible-padding = 0 +label-urgent = %index% %icon% +label-urgent-padding = 1 +label-empty = + +;~~~~~ +; MPD +;~~~~~ +[module/mpd] +type = internal/mpd + +host = localhost +port = 6600 + +interval = 2 + +format-online = + +label-song = %{F#dfdfdf}%{F-} %artist% - %title% +label-offline = %{F#dfdfdf}%{F-} mpd is offline + +icon-play =  +icon-pause =  +icon-stop =  +icon-prev =  +icon-next =  +icon-seekb =  +icon-seekf =  +icon-random =  +icon-repeat =  + +toggle-on-foreground = #ff +toggle-off-foreground = #55 + +;~~~~~~ +; WiFI +;~~~~~~ +[module/wireless-network] +type = internal/network +interface = wlp8s0 + +format-connected = +format-packetloss = +label-connected = %{A1:st -e nmtui:}%local_ip%  %downspeed%  %upspeed%%{A} +label-disconnected = %{A1:st -e nmtui:}%{A3:st -e nmtui:}%{F#66} disconnected%{A}%{A} + +ramp-signal-0 =  +ramp-signal-1 =  +ramp-signal-2 =  +ramp-signal-3 =  +ramp-signal-4 =  +ramp-signal-5 =  +animation-packetloss-0 =  +animation-packetloss-1 =  +animation-packetloss-0-foreground = #fff +animation-packetloss-1-foreground = #000000 +animation-packetloss-framerate = 500 + +;~~~~~~~ +; clock +;~~~~~~~ +[module/clock] +type = internal/date +format =