Files
FileFlowsPlugins/MetaNodes/MetaNodes.en.json
2022-01-05 21:42:29 +13:00

31 lines
1.4 KiB
JSON

{
"Flow":{
"Parts": {
"MovieLookup": {
"Description": "Looks performs a search on TheMovieDB.org.\nStores the Metadata inside the parameter 'MovieInfo'.\n\nOutputs 1: Movie found\nOutputs 2: Movie not found",
"Outputs": {
"1": "Movie found",
"2": "Movie NOT found"
},
"Fields": {
"UseFolderName": "Use Folder Name",
"UseFolderName-Help": "If the folder name should be used instead of the filename."
}
},
"MovieRenamer": {
"Description": "Renames the working file using the metadata stored in 'MovieInfo'.\nNote: MovieLookup should be executed in the flow before this node to work.\n\nOutput 1: File was renamed\nOutput 2: File failed to be renamed",
"Fields": {
"Pattern": "Pattern",
"Pattern-Help": "The pattern to use to rename the folder. '{Title}', '{Year}', '{Extension}'.",
"DestinationPath": "Destination Path",
"DestinationPath-Help": "If the file should be moved to a different directory.",
"LogOnly": "Log Only",
"LogOnly-Help": "Turn on if you just want to test this node without it actually renaming the file"
}
},
"MusicMeta": {
"Description": "Loads the metadata of a music file into the flow variables."
}
}
}
}