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):
|
for file_path in sorted(self.files_removed):
|
||||||
lines.append(file_path)
|
lines.append(file_path)
|
||||||
|
|
||||||
|
if self.is_empty:
|
||||||
|
lines.append(f"No new, modified, or removed files in '{output_directory}'")
|
||||||
|
|
||||||
return "\n".join(lines)
|
return "\n".join(lines)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1 @@
|
||||||
Files created in '{output_directory}'
|
No new, modified, or removed files 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
|
|
||||||
|
|
@ -54,3 +54,6 @@ tvshow.nfo
|
||||||
tvshow:
|
tvshow:
|
||||||
plot: Plugin and map updates for the server Project Zombie.
|
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
|
.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}'
|
Files removed from '{output_directory}'
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
Season 2018/s2018.e1029 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg
|
Season 2018/s2018.e1029 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
No new, modified, or removed files in '{output_directory}'
|
||||||
|
|
@ -134,3 +134,6 @@ j_b/[2022] Acoustic Treats/11 - Untold History.mp3
|
||||||
track: 11
|
track: 11
|
||||||
year: 2022
|
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
|
||||||
|
|
@ -286,3 +286,6 @@ tvshow.nfo
|
||||||
plot: Plugin and map updates for the server Project Zombie.
|
plot: Plugin and map updates for the server Project Zombie.
|
||||||
source_uploader: Project Zombie
|
source_uploader: Project Zombie
|
||||||
title: Project / Zombie
|
title: Project / Zombie
|
||||||
|
Files modified in '{output_directory}'
|
||||||
|
----------------------------------------
|
||||||
|
.ytdl-sub-pz-download-archive.json
|
||||||
|
|
@ -37,3 +37,6 @@ tvshow.nfo
|
||||||
source_description: Trailers, Updates, etc
|
source_description: Trailers, Updates, etc
|
||||||
source_title: Jesse's Minecraft Server
|
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