Add dotfiles uploader

This commit is contained in:
Wiktor Zykubek 2020-03-08 19:00:12 +01:00
parent df8165881b
commit 5d86eaff80
126 changed files with 16539 additions and 5308 deletions

5
botfiles/.bash_profile Normal file
View File

@ -0,0 +1,5 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

9
botfiles/.bashrc Normal file
View File

@ -0,0 +1,9 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
# recently closed docks
# end of recently closed docks

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
# GIMP parasiterc
#
# This file will be entirely rewritten each time you exit.
# end of parasiterc

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
# GIMP color profile history
# end of color profile history

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-align-tool options
# end of gimp-align-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-brightness-contrast-tool options
# end of gimp-brightness-contrast-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-by-color-select-tool options
# end of gimp-by-color-select-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-cage-tool options
# end of gimp-cage-tool options

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,6 @@
# GIMP gimp-crop-tool options
(aspect-denominator 16)
(aspect-numerator 128)
# end of gimp-crop-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-curves-tool options
# end of gimp-curves-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-ellipse-select-tool options
# end of gimp-ellipse-select-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-flip-tool options
# end of gimp-flip-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-free-select-tool options
# end of gimp-free-select-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-fuzzy-select-tool options
# end of gimp-fuzzy-select-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-gegl-tool options
# end of gimp-gegl-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-handle-transform-tool options
# end of gimp-handle-transform-tool options

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-iscissors-tool options
# end of gimp-iscissors-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-levels-tool options
# end of gimp-levels-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-measure-tool options
# end of gimp-measure-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-move-tool options
# end of gimp-move-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-offset-tool options
# end of gimp-offset-tool options

View File

@ -0,0 +1,5 @@
# GIMP gimp-operation-tool options
(foreground (color-rgb 0 0.44705885648727417 0.44705885648727417))
# end of gimp-operation-tool options

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-perspective-tool options
# end of gimp-perspective-tool options

View File

@ -0,0 +1,5 @@
# GIMP gimp-rect-select-tool options
(fixed-center yes)
# end of gimp-rect-select-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-rotate-tool options
# end of gimp-rotate-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-scale-tool options
# end of gimp-scale-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-shear-tool options
# end of gimp-shear-tool options

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-threshold-tool options
# end of gimp-threshold-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-transform-3d-tool options
# end of gimp-transform-3d-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-unified-transform-tool options
# end of gimp-unified-transform-tool options

View File

@ -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

View File

@ -0,0 +1,4 @@
# GIMP gimp-warp-tool options
# end of gimp-warp-tool options

View File

@ -0,0 +1,4 @@
# GIMP gimp-zoom-tool options
# end of gimp-zoom-tool options

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"]]

View File

@ -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
}

View File

@ -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

BIN
botfiles/.config/dconf/user Normal file

Binary file not shown.

View File

View File

View File

@ -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

View File

@ -0,0 +1,3 @@
[General]
HideWindowOnCopy=false
MinimizeOnCopy=true

View File

@ -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"

View File

@ -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

View File

@ -1 +1 @@
1140
120373

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
{
"bitrate": 4000
}

View File

@ -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": []
}

View File

@ -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": []
}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
{
"etag": "W/\"5e4c26f9-96\""
}

View File

@ -0,0 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 123,
"files": [
{
"name": "services.json",
"version": 123
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -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
}
]
}

View File

@ -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-state><label-mode>
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>
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 = <ramp-signal> <label-connected>
format-packetloss = <animation-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 = <label>
interval = 2
date = %a %d %b
; 24h systefs sym2 m
;time = %R
; 12h system
time = %I:%M%p
label = %{A1:gsimplecal & disown:}%{A3:gsimplecal & disown:} %time%%{A}%{A}
;~~~~~~~~~~~~
; pulseaudio
;~~~~~~~~~~~~
[module/pulseaudio]
type = internal/pulseaudio
use-ui-max = true
label-volume = %{A3:pavucontrol & disown:}%percentage:2%%%{A}
format-volume = <ramp-volume> <label-volume>
label-muted = " muted"
ramp-volume-0 = ""
ramp-volume-1 = ""
ramp-volume-2 = ""
ramp-volume-3 = ""
;~~~~~~~
; ALSA
;~~~~~~
[module/alsa]
type = internal/alsa
master-soundcard = default
speaker-soundcard = default
headphone-soundcard = default
format-volume = <ramp-volume> <label-volume>
format-muted = <label-muted>
label-muted = " muted"
label-muted-foreground = #66
ramp-volume-0 = 
ramp-volume-1 = 
ramp-volume-2 = 
ramp-headphones-0 = 
ramp-headphones-1 = 
;~~~~~~~~~
; Battery
;~~~~~~~~~
[module/battery]
type = internal/battery
label-padding = 30
battery = BAT0
adapter = ADP1
full-at = 98
poll-interval = 5
bar-capacity-width = 10
time-format = %H:%M
format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging>
format-full = <ramp-capacity> <label-full>
ramp-capacity-0 = " "
ramp-capacity-1 = " "
ramp-capacity-2 = ""
ramp-capacity-3 = ""
ramp-capacity-4 = ""
ramp-capacity-5 = ""
ramp-capacity-6 = ""
ramp-capacity-7 = ""
ramp-capacity-8 = ""
ramp-capacity-9 = ""
ramp-capacity-0-foreground = #fff
ramp-capacity-1-foreground = #fff
animation-charging-0 = " "
animation-charging-1 = " "
animation-charging-2 = " "
animation-charging-3 = " "
animation-charging-4 = " "
animation-charging-framerate = 750
label-full = full
;~~~~~~~~~
; CPU use
;~~~~~~~~~
[module/coreuse]
type = internal/cpu
interval = 3
format-padding = 0
format = <label> <ramp-coreload>
label = %{A1:st -e htop -s PERCENT_CPU & disown:}%percentage:2%%%{A}
ramp-coreload-0 = ▂
ramp-coreload-1 = ▃
ramp-coreload-2 = ▄
ramp-coreload-3 = ▅
ramp-coreload-4 = ▆
ramp-coreload-5 = ▇
ramp-coreload-0-foreground = ${colors.fg}
ramp-coreload-1-foreground = ${colors.fg}
ramp-coreload-2-foreground = ${colors.fg}
ramp-coreload-3-foreground = ${colors.fg}
ramp-coreload-4-foreground = ${colors.fg}
ramp-coreload-5-foreground = ${colors.fg}
;~~~~~~~~~~~~~~~~~
; CPU Temperature
;~~~~~~~~~~~~~~~~~
[module/temperature]
type = internal/temperature
interval = 3
thermal-zone = 0
warn-temperature = 75
format = <ramp><label>
format-padding = 1
label = %{A1:st -e watch sensors & disown:} %temperature-c%%{A}
ramp-0 = ""
ramp-1 = ""
ramp-2 = ""
ramp-3 = ""
ramp-4 = ""
ramp-5 = ""
ramp-5-foreground = ${colors.fg}
format-warn = <label-warn>
label-warn = " %temperature-c%"
label-warn-padding = 1
label-warn-foreground = ${colors.fg}
;~~~~~~~~
; Memory
;~~~~~~~~
[module/memory]
type = internal/memory
interval = 3
format = <label>
label-padding = 0
label = %{A1:st -e htop -s PERCENT_MEM & disown:} %gb_used%%{A}
;~~~~~~
; Disk
;~~~~~~
[module/fsroot]
type = internal/fs
mount-0 = /
interval = 10
fixed-values = true
spacing = 2
format-mounted =  <label-mounted>
format-unmounted = <label-unmounted>
label-mounted = %mountpoint%: %percentage_used%%
label-unmounted = %mountpoint%: not mounted
label-unmounted-foreground = #55
[module/fshome]
type = internal/fs
mount-0 = /home
interval = 10
fixed-values = true
spacing = 2
format-mounted = <label-mounted>
format-unmounted = <label-unmounted>
label-mounted = : %percentage_used%%
label-unmounted = %mountpoint%: not mounted
label-unmounted-foreground = #55
;~~~~~~~~~
; Updater
;~~~~~~~~~
[module/updater]
type = custom/script
exec = ~/.scripts/update-check.sh
label =  %output%
click-left = ~/.scripts/updater.sh
click-right = checkupdates | dmenu -l 30
interval = 60
;~~~~~~~~~~~
; powermenu
;~~~~~~~~~~~
[module/powermenu]
type = custom/script
format-foreground = ${colors.fg}
exec = echo ""
click-left = ~/.scripts/powermenu.sh
;~~~~~
; "|"
;~~~~~
[module/sym]
type = custom/script
exec = echo " |"
[module/sym2]
type = custom/script
exec = echo " | "
[module/sym3]
type = custom/script
exec = echo "| "
[module/sym4]
type = custom/script
exec = echo "|"
[module/sym5]
type = custom/script
exec = echo " "
; vim:ft=dosini

View File

@ -0,0 +1,8 @@
[FileDialog]
history=file:///home/samedamci/Pictures/Screenshots
lastVisited=file:///home/samedamci/Pictures/Screenshots
qtVersion=5.14.1
shortcuts=file:, file:///home/samedamci
sidebarWidth=90
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\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

View File

@ -2,6 +2,6 @@ rofi.modi: drun
rofi.font: DejaVu San Mono for Powerline 12
rofi.show-icons: true
rofi.m: 0
rofi.lines: 5
rofi.lines: 20
rofi.width: 30
rofi.theme: theme

View File

@ -20,7 +20,7 @@ super + r
super + d
rofi -show drun
# Screenshot
End
Print
$HOME/.scripts/screenshot.sh
#~~~~~~~~~~~~

Some files were not shown because too many files have changed in this diff Show More