From 7a9b53ea20fec287a55e0f6f3df6083ecb5f0095 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 4 Aug 2023 03:07:23 +0200 Subject: [PATCH] try to fix battery problems with the framework --- nixos/machines/chungus/media-youtube.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nixos/machines/chungus/media-youtube.nix b/nixos/machines/chungus/media-youtube.nix index 58aa3dc..fdde0ad 100644 --- a/nixos/machines/chungus/media-youtube.nix +++ b/nixos/machines/chungus/media-youtube.nix @@ -46,6 +46,11 @@ let target = "/media/youtube/series/Druck"; output = "Druck S08E%(playlist_index)s %(title)s.%(ext)s"; }; + SunkCostGalaxy = { + url = "https://www.youtube.com/watch?list=PL7SIP0NDfM2yyHKfRmCAociCcJKZHHY0E"; + target = "/media/youtube/series/Sunk Cost Galaxy"; + output = "Sunk Cost Galaxy S01E%(playlist_index)s %(title)s.%(ext)s"; + }; # channels # -------- @@ -95,15 +100,10 @@ let target = "/media/youtube/channels/Soosenbinder"; output = "%(channel)s S%(upload_date>%Y)sE%(upload_date>%m%d)s %(title)s.%(ext)s"; }; - SunkCostGalaxy = { - url = "https://www.youtube.com/watch?list=PL7SIP0NDfM2yyHKfRmCAociCcJKZHHY0E"; - target = "/media/youtube/channels/SunkCostGalaxy"; - output = "SunkCostGalaxy S01E%(playlist_index)s %(title)s.%(ext)s"; - }; AllGasNoBreaks = { url = "https://www.youtube.com/@allgasnobrakes2491"; - target = "/media/youtube/channels/SunkCostGalaxy"; - output = "SunkCostGalaxy S01E%(playlist_index)s %(title)s.%(ext)s"; + target = "/media/youtube/channels/All Gas No Breaks"; + output = "%(channel)s S%(upload_date>%Y)sE%(upload_date>%m%d)s %(title)s.%(ext)s"; }; # My Playlists