updated fixtures
This commit is contained in:
parent
9804c568fe
commit
df15e0791c
8 changed files with 22 additions and 23 deletions
|
|
@ -267,6 +267,9 @@ class FileHandlerTransactionLog:
|
|||
for file_path in sorted(self.files_removed):
|
||||
lines.append(file_path)
|
||||
|
||||
if self.is_empty:
|
||||
lines.append(f"No new, modified, or removed files in '{output_directory}'")
|
||||
|
||||
return "\n".join(lines)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1 @@
|
|||
Files created in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-recent-download-archive.json
|
||||
fanart.jpg
|
||||
poster.jpg
|
||||
tvshow.nfo
|
||||
NFO tags:
|
||||
tvshow:
|
||||
plot: Plugin and map updates for the server Project Zombie.
|
||||
title: Project / Zombie
|
||||
No new, modified, or removed files in '{output_directory}'
|
||||
|
|
@ -53,4 +53,7 @@ tvshow.nfo
|
|||
NFO tags:
|
||||
tvshow:
|
||||
plot: Plugin and map updates for the server Project Zombie.
|
||||
title: Project / Zombie
|
||||
title: Project / Zombie
|
||||
Files modified in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-recent-download-archive.json
|
||||
|
|
@ -1,14 +1,6 @@
|
|||
Files created in '{output_directory}'
|
||||
Files modified in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-recent-download-archive.json
|
||||
fanart.jpg
|
||||
poster.jpg
|
||||
tvshow.nfo
|
||||
NFO tags:
|
||||
tvshow:
|
||||
plot: Plugin and map updates for the server Project Zombie.
|
||||
title: Project / Zombie
|
||||
|
||||
Files removed from '{output_directory}'
|
||||
----------------------------------------
|
||||
Season 2018/s2018.e1029 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
No new, modified, or removed files in '{output_directory}'
|
||||
|
|
@ -133,4 +133,7 @@ j_b/[2022] Acoustic Treats/11 - Untold History.mp3
|
|||
title: Untold History
|
||||
track: 11
|
||||
year: 2022
|
||||
j_b/[2022] Acoustic Treats/folder.jpg
|
||||
j_b/[2022] Acoustic Treats/folder.jpg
|
||||
Files modified in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-jb-download-archive.json
|
||||
|
|
@ -285,4 +285,7 @@ tvshow.nfo
|
|||
tvshow:
|
||||
plot: Plugin and map updates for the server Project Zombie.
|
||||
source_uploader: Project Zombie
|
||||
title: Project / Zombie
|
||||
title: Project / Zombie
|
||||
Files modified in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-pz-download-archive.json
|
||||
|
|
@ -36,4 +36,7 @@ tvshow.nfo
|
|||
test:
|
||||
source_description: Trailers, Updates, etc
|
||||
source_title: Jesse's Minecraft Server
|
||||
source_uploader: Project Zombie
|
||||
source_uploader: Project Zombie
|
||||
Files modified in '{output_directory}'
|
||||
----------------------------------------
|
||||
.ytdl-sub-music_video_playlist_test-download-archive.json
|
||||
Loading…
Reference in a new issue