diff --git a/.config/autostart/Podsync.desktop b/.config/autostart/Podsync.desktop deleted file mode 100644 index 01b7f1c..0000000 --- a/.config/autostart/Podsync.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Podsync -Description= -Exec=bash -c podsync diff --git a/.config/podsync.toml b/.config/podsync.toml deleted file mode 100755 index f2b1f33..0000000 --- a/.config/podsync.toml +++ /dev/null @@ -1,35 +0,0 @@ -[server] -port = 2020 -data_dir = "/home/glados/Videos/YouTube" - -[tokens] -youtube = "" - -[feeds] - [feeds.Fullsauce] - url = "https://www.youtube.com/channel/UC2_IYqb1Tc_8Azh7rByedPA" - page_size = 8 - update_period = "10m" - quality = "high" - format = "video" - max_height = 480 - clean = { keep_last = 6 } - filters = { not_title = "Vinesauce Art Corner"} - - [feeds.CrowVOD] - url = "https://www.youtube.com/channel/UCJDDY5VgK2jN5MFK3fHIMbA" - page_size = 3 - update_period = "10m" - quality = "high" - format = "video" - max_height = 480 - clean = { keep_last = 3 } - - [feeds.VargFull] - url = "https://www.youtube.com/channel/UCRNCUBq676nUhXyy8AJzD5w" - page_size = 3 - update_period = "10m" - quality = "high" - format = "video" - max_height = 480 - clean = { keep_last = 3 } diff --git a/.config/starship.toml b/.config/starship.toml old mode 100755 new mode 100644 diff --git a/.local/bin/acmus b/.local/bin/acmus deleted file mode 100755 index cabc0c5..0000000 --- a/.local/bin/acmus +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/fish -cd ~/Music/ACMUS - -#set rofi rofi -sort - - -if test "$argv" - if test -d "$argv" - cd "$argv" - else - set num (ls -d */ | sed -n 's/\(.\)[^ ]* */\L\1/g;/'"$argv"'/=') - set dir (ls -d */) - cd ./$dir[$num] - end -else - cd (ls -d */ |cut -f1 -d/ | eval "$rofi"dmenu -i) -end - -xargs kill (pgrep (basename (status -f)) | grep -v $fish_pid) < ../.p - -if not test (dirname $PWD) = (dirname (realpath (status -f))) - exit -end - -if test (basename $PWD) = Kill - exit -end - -while echo - mpv --no-video --loop (date +%H)* &\ - jobs -p > ../.p &\ - sleep (math 3600 - (date +%s) % 3600) - xargs kill < ../.p -end diff --git a/.local/bin/ao3.1 b/.local/bin/ao3 similarity index 93% rename from .local/bin/ao3.1 rename to .local/bin/ao3 index a4d6158..97a4b22 100755 --- a/.local/bin/ao3.1 +++ b/.local/bin/ao3 @@ -1,5 +1,5 @@ #!/bin/sh for i in $(grep works/[0-9]\* $@ -o | uniq | sed 's/works\///g' | sed '/^$/d') do - aria2c https://download.archiveofourown.org/downloads/$i/\*.epub + aria2c https://download.archiveofourown.org/downloads/$i/\*.epub -d ao3 done diff --git a/.local/bin/ao3.2 b/.local/bin/ao3.2 deleted file mode 100755 index 3f38693..0000000 --- a/.local/bin/ao3.2 +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -for i in $(lynx -dump -hiddenlinks=listonly $@ | grep '\.epub' | awk 'FNR > 2 {print$2}' | grep http) -do - aria2c $i -done diff --git a/.local/bin/ao3dl b/.local/bin/ao3dl new file mode 120000 index 0000000..c90ae37 --- /dev/null +++ b/.local/bin/ao3dl @@ -0,0 +1 @@ +ao3 \ No newline at end of file diff --git a/.local/bin/flacr b/.local/bin/flacr index 27ea7e3..daff34e 100755 --- a/.local/bin/flacr +++ b/.local/bin/flacr @@ -1,23 +1,2 @@ #!/bin/sh -compare() { - for i in * - do - if [ `du "$i" | cut -f1` -lt `du ../"$i" | cut -f1` ] - then - echo $i - mv "$i" ../"$i" - fi - done -} - -mkdir out -ls *.flac | parallel ffmpeg-static -hide_banner -i {} -c:v copy -c:a flac -compression_level 12 -af aresample=resampler=soxr:precision=32:dither_method=triangular -sample_fmt s16 $@ out/{} -cd out -compare -cd .. -cp *.flac out -cd out -ls | parallel flac -f -8 -V {} -compare -cd .. -rm -r out +optiflac -af aresample=resampler=soxr:precision=32:dither_method=triangular -sample_fmt s16 $@ diff --git a/.local/bin/invid b/.local/bin/invid new file mode 120000 index 0000000..bd617e1 --- /dev/null +++ b/.local/bin/invid @@ -0,0 +1 @@ +invidious \ No newline at end of file diff --git a/.local/bin/podsync b/.local/bin/podsync deleted file mode 100755 index 2984d92..0000000 --- a/.local/bin/podsync +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd ~/Videos/YouTube/ -tmux new -s 1 -d "podsync-bin --no-banner" diff --git a/.local/bin/waifu2x b/.local/bin/waifu2x deleted file mode 120000 index ccdbe6f..0000000 --- a/.local/bin/waifu2x +++ /dev/null @@ -1 +0,0 @@ -waifu2x-vulkan \ No newline at end of file diff --git a/.local/bin/waifu2x b/.local/bin/waifu2x new file mode 100755 index 0000000..493ee91 --- /dev/null +++ b/.local/bin/waifu2x @@ -0,0 +1,3 @@ +#!/bin/sh +echo Usage: file scale noise +waifu2x-ncnn-vulkan -i $1 -o "${1%.*}"[x$2][L$3].png -s $2 -n $3 diff --git a/.local/bin/waifu2x-vulkan b/.local/bin/waifu2x-vulkan deleted file mode 100755 index 493ee91..0000000 --- a/.local/bin/waifu2x-vulkan +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -echo Usage: file scale noise -waifu2x-ncnn-vulkan -i $1 -o "${1%.*}"[x$2][L$3].png -s $2 -n $3