diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-18 00:21:57 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-18 00:21:57 +0200 |
commit | 03552cb6735cc50292b5f3be56f2b9a574a3d6e7 (patch) | |
tree | 2d153a915d7ea144d6e18544e418274ac2121359 | |
parent | Update (diff) | |
download | dotfiles-bsd-03552cb6735cc50292b5f3be56f2b9a574a3d6e7.tar.gz dotfiles-bsd-03552cb6735cc50292b5f3be56f2b9a574a3d6e7.tar.bz2 dotfiles-bsd-03552cb6735cc50292b5f3be56f2b9a574a3d6e7.tar.xz dotfiles-bsd-03552cb6735cc50292b5f3be56f2b9a574a3d6e7.tar.zst dotfiles-bsd-03552cb6735cc50292b5f3be56f2b9a574a3d6e7.zip |
Update
-rw-r--r-- | .config/mpd/mpd.conf | 4 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 0991960..f2cd3b5 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -80,8 +80,8 @@ group "jozan" # systemd socket activiation is in use. # # For network -#bind_to_address "any" -bind_to_address "localhost" +bind_to_address "any" +# bind_to_address "localhost" # bind_to_address "192.168.1.79" # # And for Unix Socket diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index faaf205..3cb2eb9 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.2.1 - configuration file +# CLI Pipe Viewer 0.2.2 - configuration file our $CONFIG = { api_host => "auto", @@ -79,6 +79,7 @@ our $CONFIG = { region => undef, remove_played_file => 0, resolution => "best", + saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", show_video_info => 1, skip_if_exists => 1, skip_watched => 0, @@ -116,9 +117,8 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, watch_history => 0, - watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", + watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "wget", - youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/local/bin/yt-dlp", |