Files
FileFlowsPlugins/MetaNodes/i18n/en.json
T
John Andrews 701e4adf1c translations
2024-10-02 14:14:45 +13:00

91 lines
3.9 KiB
JSON

{
"Flow": {
"Parts": {
"GenreMatches": {
"Description": "Matches the genre metadata against the specified genre(s).",
"Label": "Genre Matches",
"Fields": {
"Genres": "Genres",
"MatchAll": "Match All",
"MatchAll-Help": "If all selected genres must appear in the metadata, otherwise any must appear"
},
"Outputs": {
"1": "Genre match",
"2": "Genre does not match"
}
},
"MovieLookup": {
"Description": "Performs a search on TheMovieDB.org for a movie.\nStores the Metadata inside the variable 'MovieInfo'.",
"Label": "Movie Lookup",
"Fields": {
"UseFolderName": "Use Folder Name",
"UseFolderName-Help": "If the folder name should be used instead of the filename."
},
"Outputs": {
"1": "Movie found",
"2": "Movie NOT found"
}
},
"MovieRenamer": {
"Description": "Renames the working file using the metadata stored in 'MovieInfo'.\nNote: MovieLookup should be executed in the flow before this flow element to work.\n\nOutput 1: File was renamed\nOutput 2: File failed to be renamed",
"Label": "Movie Renamer",
"Fields": {
"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 flow element without it actually renaming the file",
"Pattern": "Pattern",
"Pattern-Help": "The pattern to use to rename the folder. '{Title}', '{Year}', '{Extension}'."
}
},
"MusicMeta": {
"Description": "Loads the metadata of a music file into the flow variables.",
"Label": "Music Metadata"
},
"NfoFileCreator": {
"Description": "Creates a Kodi NFO file from previously loaded metadata.",
"Label": "NFO File Creator",
"Fields": {
"DestinationFile": "Destination File",
"DestinationFile-Help": "The filename of the new NFO file. If empty, the original filename will be used with the extension changed to `.nfo`",
"DestinationPath": "Destination Folder",
"DestinationPath-Help": "The folder where the NFO file will be created in.\nIf empty will be created in the same directory as the original file."
},
"Outputs": {
"1": "NFO File created",
"2": "NFO failed to be created"
}
},
"TVEpisodeLookup": {
"Description": "Performs a search on TheMovieDB.org for a TV Epsidoe.",
"Label": "TV Episode Lookup",
"Fields": {
"UseFolderName": "Use Folder Name",
"UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used."
},
"Outputs": {
"1": "TV Episode found",
"2": "TV Episode NOT found"
}
},
"TVShowLookup": {
"Description": "Performs a search on TheMovieDB.org for a TV Show.\nStores the Metadata inside the variable 'TVShowInfo'.",
"Label": "TV Show Lookup",
"Fields": {
"UseFolderName": "Use Folder Name",
"UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used."
},
"Outputs": {
"1": "TV Show found",
"2": "TV Show NOT found"
}
}
}
},
"Plugins": {
"MetaNodes": {
"Description": "A plugin that contains Meta information flow elements used to lookup meta information on files.\n\nContains flow elements to lookup movie information from TheMovieDB, and music information from ID3 tags inside the file.",
"Label": "Meta"
}
}
}