| updating media path and yt links - dotfiles - These are my dotfiles. There are … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit b22a7dcaf3d383db66e5e978846214539fa417c4 | |
| parent 0c260d415b12fec6409d9b556fe29e180143080d | |
| Author: Jay Scott <[email protected]> | |
| Date: Sat, 7 Jan 2023 21:22:20 +0000 | |
| updating media path and yt links | |
| Diffstat: | |
| M .gitignore | 3 +++ | |
| M ashrc | 2 +- | |
| M bin/yt_dl.sh | 10 +++++----- | |
| M castgetrc | 20 ++++++++++++-------- | |
| M mpd/mpd.conf | 2 +- | |
| M mutt/mailcap | 1 + | |
| M sway/config | 1 - | |
| 7 files changed, 23 insertions(+), 16 deletions(-) | |
| --- | |
| diff --git a/.gitignore b/.gitignore | |
| @@ -20,6 +20,9 @@ sfeed/fdm.cache | |
| *.swp | |
| bin/fdm | |
| bin/lf | |
| +bin/img2sixel | |
| +bin/scummvm | |
| +bin/sixel2png | |
| # vim | |
| vim/bundle | |
| diff --git a/ashrc b/ashrc | |
| @@ -33,9 +33,9 @@ alias mv='mv -i' | |
| alias rm='rm -i' | |
| # random alias | |
| -alias xclip='xclip -selection c' | |
| alias yt-mp3='youtube-dl --extract-audio --audio-format mp3' | |
| alias t='wtwitch' | |
| +alias m='mocp' | |
| alias weather='curl wttr.in/?1QF' | |
| # git alias | |
| diff --git a/bin/yt_dl.sh b/bin/yt_dl.sh | |
| @@ -5,7 +5,7 @@ | |
| # etc. | |
| # user config | |
| -savepath="/data/media/videos" | |
| +savepath="/home/jay/media/videos" | |
| cfgdir="${HOME}/.cache/yt_dl" | |
| post="echo \"%(title)s\" | mutt -s 'YT: %(channel)s ' -- [email protected]" | |
| @@ -30,10 +30,8 @@ main() { | |
| $1 "bald_and_bankrupt" "https://www.youtube.com/playlist?list=UUxDZs_l… | |
| $1 "vagrant_holiday" "https://www.youtube.com/playlist?list=UUgNqlRGqH… | |
| $1 "chris_ramsay" "https://www.youtube.com/playlist?list=UUrPUg54jUy1T… | |
| - $1 "hatedone" "https://www.youtube.com/playlist?list=UUjr2bPAyPV7t35Mv… | |
| $1 "c90adventures" "https://www.youtube.com/playlist?list=UUVqpNG1R72i… | |
| $1 "abroad_in_japan" "https://www.youtube.com/playlist?list=UUHL9bfHTx… | |
| - $1 "mental_outlaw" "https://www.youtube.com/playlist?list=UU7YOGHUfC1T… | |
| $1 "quin69" "https://www.youtube.com/playlist?list=UUpNBjjE8y8eFPhDU4Y… | |
| $1 "clawd00d" "https://www.youtube.com/playlist?list=UUdQ3VoDGjjl3NsfB… | |
| $1 "serpentza" "https://www.youtube.com/playlist?list=UUl7mAGnY4jh4Ps8… | |
| @@ -43,8 +41,10 @@ main() { | |
| $1 "dave_snider" "https://www.youtube.com/playlist?list=UU7uO9V1Frl_wP… | |
| $1 "bright_sun_films" "https://www.youtube.com/playlist?list=UU5k3Kc0a… | |
| $1 "tuxfoo" "https://www.youtube.com/playlist?list=UUWpoyqSBIXtylRLFgP… | |
| - $1 "system_crafters" "https://www.youtube.com/playlist?list=UUAiiOTio8… | |
| - $1 "someordinarygamer" "https://www.youtube.com/playlist?list=UUtMVHI3… | |
| + $1 "liamtheterrible" "https://www.youtube.com/playlist?list=UULF5Au9oV… | |
| + $1 "mentourpilot" "https://www.youtube.com/playlist?list=UULFwpHKudUkP… | |
| + $1 "will_whereabouts" "https://www.youtube.com/playlist?list=UULFvaxWo… | |
| + $1 "scottish_prepper" "https://www.youtube.com/playlist?list=UULFrjOjQ… | |
| } | |
| get_video() { | |
| diff --git a/castgetrc b/castgetrc | |
| @@ -1,32 +1,36 @@ | |
| [*] | |
| -spool=/data/media/podcasts | |
| +spool=/home/jay/media/podcasts | |
| filename=%(date)-%(title).mp3 | |
| [2600] | |
| url=https://www.2600.com/oth-broadband.xml | |
| -spool=/data/media/podcasts/offthehook | |
| +spool=/home/jay/media/podcasts/offthehook | |
| [cory-doctorows] | |
| url=http://feeds.feedburner.com/doctorow_podcast | |
| -spool=/data/media/podcasts/cory-doctorows | |
| +spool=/home/jay/media/podcasts/cory-doctorows | |
| [corecursive] | |
| url=https://link.chtbl.com/corecursive?id=corecursive&platform=rss | |
| -spool=/data/media/podcasts/corecursive | |
| +spool=/home/jay/media/podcasts/corecursive | |
| [commandlineheroes] | |
| url=https://feeds.pacific-content.com/commandlineheroes | |
| -spool=/data/media/podcasts/commandlineheroes | |
| +spool=/home/jay/media/podcasts/commandlineheroes | |
| [hpr] | |
| url=http://hackerpublicradio.org/hpr_rss.php | |
| -spool=/data/media/podcasts/hacker-public-radio | |
| +spool=/home/jay/media/podcasts/hacker-public-radio | |
| [tilde-town] | |
| url=https://tilde.town/~dozens/podcast/rss.xml | |
| -spool=/data/media/podcasts/tilde-town | |
| +spool=/home/jay/media/podcasts/tilde-town | |
| [ask-noah] | |
| url=https://feeds.fireside.fm/asknoah/rss | |
| -spool=/data/media/podcasts/ask-noah | |
| +spool=/home/jay/media/podcasts/ask-noah | |
| + | |
| +[2.5-admins] | |
| +url=https://2.5admins.com/feed/podcast | |
| +spool=/home/jay/media/podcasts/2.5-admins | |
| diff --git a/mpd/mpd.conf b/mpd/mpd.conf | |
| @@ -1,4 +1,4 @@ | |
| -music_directory "/data/music" | |
| +music_directory "/home/jay/media/music" | |
| playlist_directory "/home/jay/.config/mpd/playlists" | |
| db_file "/home/jay/.config/mpd/mpd.db" | |
| log_file "syslog" | |
| diff --git a/mutt/mailcap b/mutt/mailcap | |
| @@ -1 +1,2 @@ | |
| text/html; w3m -I %{charset} -T text/html; copiousoutput; | |
| +image/*; img2sixel '%s' | |
| diff --git a/sway/config b/sway/config | |
| @@ -16,7 +16,6 @@ set $vol pamixer | |
| # autostart | |
| exec wlsunset -l 57.6495 -L 3.318 | |
| -exec mpd | |
| exec wl-paste -t text --watch clipman store --no-persist | |
| exec /usr/libexec/pipewire-launcher | |