dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9318876bf1926d32103236bb9cfc52d6617dd54c
parent fff1ebea7b5ce8b4cdbef19fe7f98e0f6fc7df34
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 25 Feb 2020 13:28:26 +0100

mpsyt config


Former-commit-id: e5e60e91d177c2441330371448c09af30d603112
Diffstat:
Mdot.map | 2+-
Dmps-youtube/config | 0
Amps-youtube/config.json | 39+++++++++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dot.map b/dot.map @@ -26,7 +26,7 @@ tmux: ghci: ~/.ghci mpv: ~/.config/mpv mps-youtube: -- config: ~/.config/mps-youtube/config +- config.json: ~/.config/mps-youtube/config.json - playlists: ~/.config/mps-youtube/playlists joplin/keymap.json: ~/.config/joplin/keymap.json diff --git a/mps-youtube/config b/mps-youtube/config Binary files differ. diff --git a/mps-youtube/config.json b/mps-youtube/config.json @@ -0,0 +1,38 @@ +{ + "ORDER": "relevance", + "USER_ORDER": "date", + "MAX_RESULTS": 19, + "CONSOLE_WIDTH": 80, + "MAX_RES": 2160, + "PLAYER": "mpv", + "PLAYERARGS": "--volume=50", + "ENCODER": 0, + "NOTIFIER": "terminal-notifier -group mpsyt -sender mpsyt -title \"mpsyt\" -message", + "CHECKUPDATE": true, + "SHOW_PLAYER_KEYS": true, + "FULLSCREEN": false, + "SHOW_STATUS": true, + "ALWAYS_REPEAT": false, + "COLUMNS": "time date user views category", + "DDIR": "/Users/alex/Downloads", + "OVERWRITE": true, + "SHOW_VIDEO": false, + "SEARCH_MUSIC": true, + "WINDOW_POS": "", + "WINDOW_SIZE": "", + "DOWNLOAD_COMMAND": "", + "LOOKUP_METADATA": true, + "LASTFM_USERNAME": "", + "LASTFM_PASSWORD": "", + "LASTFM_API_KEY": "", + "LASTFM_API_SECRET": "", + "AUDIO_FORMAT": "auto", + "VIDEO_FORMAT": "auto", + "API_KEY": "AIzaSyCaE5V_DTq7WnU4tVW6FksUt8BJp3eTvPg", + "AUTOPLAY": false, + "SET_TITLE": false, + "MPRIS": false, + "SHOW_QRCODE": false, + "HISTORY": true, + "INPUT_HISTORY": true +}+ \ No newline at end of file