Compare commits

...

4 Commits

Author SHA1 Message Date
coolneng 97a5faf876
Add kathreftis to SSH hosts 2024-05-28 13:19:57 +02:00
coolneng 9d44d0d25f
Add Koss KPH40 convolver 2024-05-28 13:19:00 +02:00
coolneng ce95f5c5c0
Revert "Improve performance of yt-dlp with user agent"
This reverts commit 34990f45c5.
2024-03-15 00:08:04 +01:00
coolneng 6cef994d2c
Ignore ccls files in git 2024-03-05 23:51:26 +01:00
8 changed files with 23 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,16 @@
{
"output": {
"blocklist": [],
"convolver#0": {
"autogain": true,
"bypass": false,
"input-gain": 0.0,
"ir-width": 100,
"kernel-path": "/home/coolneng/.config/easyeffects/irs/AKG K361.irs",
"output-gain": 0.0
},
"plugins_order": [
"convolver#0"
]
}
}

View File

@ -4,6 +4,7 @@ CMakeFiles/
cmake_install.cmake
compile_commands.json
Debug/
.ccls
.ccls-cache
.cache
*.o

View File

@ -13,7 +13,6 @@ volume-max=200
af=acompressor
## Youtube-dl settings
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
ytdl-raw-options=extractor-args=youtube:player_client=android
## Wayland
gpu-context=wayland
## Default window size

View File

@ -19,3 +19,9 @@ host kobo
hostname 192.168.13.20
port 22
identityfile ~/.ssh/kobo
host kathreftis
user root
hostname 192.168.13.47
port 22
identityfile ~/.ssh/kathreftis

BIN
ssh/.ssh/kathreftis Normal file

Binary file not shown.

BIN
ssh/.ssh/kathreftis.pub Normal file

Binary file not shown.

Binary file not shown.