try to fix battery problems with the framework
This commit is contained in:
parent
5fedc0b6c0
commit
7a9b53ea20
1 changed files with 7 additions and 7 deletions
|
@ -46,6 +46,11 @@ let
|
||||||
target = "/media/youtube/series/Druck";
|
target = "/media/youtube/series/Druck";
|
||||||
output = "Druck S08E%(playlist_index)s %(title)s.%(ext)s";
|
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
|
# channels
|
||||||
# --------
|
# --------
|
||||||
|
@ -95,15 +100,10 @@ let
|
||||||
target = "/media/youtube/channels/Soosenbinder";
|
target = "/media/youtube/channels/Soosenbinder";
|
||||||
output = "%(channel)s S%(upload_date>%Y)sE%(upload_date>%m%d)s %(title)s.%(ext)s";
|
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 = {
|
AllGasNoBreaks = {
|
||||||
url = "https://www.youtube.com/@allgasnobrakes2491";
|
url = "https://www.youtube.com/@allgasnobrakes2491";
|
||||||
target = "/media/youtube/channels/SunkCostGalaxy";
|
target = "/media/youtube/channels/All Gas No Breaks";
|
||||||
output = "SunkCostGalaxy S01E%(playlist_index)s %(title)s.%(ext)s";
|
output = "%(channel)s S%(upload_date>%Y)sE%(upload_date>%m%d)s %(title)s.%(ext)s";
|
||||||
};
|
};
|
||||||
|
|
||||||
# My Playlists
|
# My Playlists
|
||||||
|
|
Loading…
Reference in a new issue