mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 21:59:11 -05:00
FF-1524: Added more comic options
This commit is contained in:
@@ -68,6 +68,13 @@ public class CreateComicInfo : Node
|
||||
|
||||
var info = infoResult.Value;
|
||||
args.Logger?.ILog("Got ComicInfo from filename");
|
||||
args.Logger?.ILog("Series: " + info.Series);
|
||||
if(info.Number != null)
|
||||
args.Logger?.ILog("Issue: " + info.Number);
|
||||
if(info.Volume != null)
|
||||
args.Logger?.ILog("Volume: " + info.Volume);
|
||||
if(string.IsNullOrWhiteSpace(info.Title) == false)
|
||||
args.Logger?.ILog("Title: " + info.Title);
|
||||
|
||||
var newMetadata = new Dictionary<string, object?>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user