diff options
-rw-r--r-- | .config/go2work/go2work.toml | 3 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml index 780774a..28ce18a 100644 --- a/.config/go2work/go2work.toml +++ b/.config/go2work/go2work.toml @@ -2,7 +2,8 @@ # only the first one is being played unless the 'random' option # is set to 'true' files = [ - 'dl/Songs Of Anarchy/2011 Songs of Anarchy:Music From Sons of Anarchy Seasons 1-4 (US, 88691 91432 2)/09 Paul Brady & The Forest Rangers - Gimme Shelter.flac', + '/usr/local/hdd/jozan/dl/Songs Of Anarchy/2015 Songs of Anarchy:Vol. 4 (US, 88875 06146 2)/05 Billy Valentine & The Forest Rangers - All Along The Watchtower.flac', + # 'dl/Songs Of Anarchy/2011 Songs of Anarchy:Music From Sons of Anarchy Seasons 1-4 (US, 88691 91432 2)/09 Paul Brady & The Forest Rangers - Gimme Shelter.flac', # '/usr/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/02_cultist_base.flac', # '/usr/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac', # '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac', diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index cab82ed..faaf205 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -79,7 +79,6 @@ 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, @@ -117,8 +116,9 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, watch_history => 0, - watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", + watched_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", |