forked from nzbget/VideoSort
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlocales.source.json
More file actions
106 lines (106 loc) · 12.6 KB
/
Copy pathlocales.source.json
File metadata and controls
106 lines (106 loc) · 12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"about": {
"message": "Sorts movies and TV shows.",
"description": "Short description of the extension shown as a heading in the About section."
},
"description": {
"message": "This is a script for downloaded TV shows and movies. It uses scene-standard\nnaming conventions to match TV shows and movies and rename/move/sort/organize\nthem as you like.",
"description": "Full description of the extension shown in settings."
},
"requirements": {
"message": "This script requires Python 3.8.x and above to be installed on your system.",
"description": "System requirements (each requirement is a separate string). DO NOT translate technical version strings (e.g., Python 3.8.x)."
},
"moviesdir_desc": {
"message": "Destination directory for movies.\n\nThe option can be left empty to use global DestDir or CategoryX.DestDir\nas destination.",
"description": "Help text for the MoviesDir option in VideoSort extension."
},
"seriesdir_desc": {
"message": "Destination directory for seasoned TV shows.\n\nThe option can be left empty to use global DestDir or CategoryX.DestDir\nas destination.",
"description": "Help text for the SeriesDir option in VideoSort extension."
},
"dateddir_desc": {
"message": "Destination directory for dated TV shows.\n\nThe option can be left empty to use global DestDir or CategoryX.DestDir\nas destination.",
"description": "Help text for the DatedDir option in VideoSort extension."
},
"othertvdir_desc": {
"message": "Destination directory for other TV shows.\n\nThe option can be left empty to use global DestDir or CategoryX.DestDir\nas destination.",
"description": "Help text for the OtherTvDir option in VideoSort extension."
},
"tvcategories_desc": {
"message": "List of TV categories.\n\nComma separated list of categories for TV. VideoSort automatically\ndistinguishes movies from series and dated TV shows. But it needs help\nto distinguish movies from other TV shows because they are named\nusing same conventions. If a download has associated category listed in\noption <TvCategories>, VideoSort uses this information.\n\nCategory names must match categories defined in NZBGet.",
"description": "Help text for the TvCategories option in VideoSort extension. DO NOT translate option names enclosed in angle brackets (e.g., <MinSize>, <TvCategories>)."
},
"videoextensions_desc": {
"message": "File extensions for video files.\n\nOnly files with these extensions are processed. Extensions must\nbe separated with commas.\nExample=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso",
"description": "Help text for the VideoExtensions option in VideoSort extension. DO NOT translate the example value after 'Example='."
},
"satelliteextensions_desc": {
"message": "File extensions for satellite files.\n\nMove satellite files such as subtitles to the destination along with\nthe files they are related to. Extensions must be separated with commas.\nExample=.srt,.nfo",
"description": "Help text for the SatelliteExtensions option in VideoSort extension. DO NOT translate the example value after 'Example='."
},
"minsize_desc": {
"message": "Minimum video file size (Megabytes).\n\nSmaller files are ignored.",
"description": "Help text for the MinSize option in VideoSort extension."
},
"moviesformat_desc": {
"message": "Formatting rules for movies.\n\nSpecifiers for movies:\n%t, %.t, %_t - movie title with words separated with spaces, dots\n or underscores (case-adjusted);\n%tT, %t.T, %t_T - movie title (original letter case);\n%y - year;\n%decade - two-digits decade (90, 00, 10);\n%0decade - four-digits decade (1990, 2000, 2010).\n%imdb - IMDb ID;\n%cpimdb - IMDb ID (formatted for CouchPotato);\n\nCommon specifiers (for movies, series and dated tv shows):\n%dn - original directory name (nzb-name);\n%^dn, %.dn, %_dn - directory name with words separated with spaces, dots\n or underscores (case-adjusted);\n%^dN, %.dN, %_dN - directory name with words separated with spaces, dots\n or underscores (original letter case);\n%fn - original filename;\n%^fn, %.fn, %_fn - filename with words separated with spaces, dots\n or underscores (case-adjusted);\n%^fN, %.fN, %_fN - filename with words separated with spaces, dots\n or underscores (original letter case);\n%cat, %.cat, %_cat - category with words separated with spaces, dots\n or underscores (case-adjusted);\n%cAt, %.cAt, %_cAt - category (original letter case);\n%ext - file extension;\n%Ext - file extension (case-adjusted);\n%qf - video format (HDTV, Blu-ray, Web);\n%qss - screen size (720p, 1080i);\n%qvc - video codec (x264);\n%qac - audio codec (DTS);\n%qah - audio channels (5.1);\n%qrg - release group;\n{{text}} - uppercase the text;\n{TEXT} - lowercase the text.",
"description": "Help text for the MoviesFormat option in VideoSort extension. DO NOT translate format specifiers beginning with % (e.g., %s, %0e, %sn, %^dn)."
},
"seriesformat_desc": {
"message": "Formatting rules for seasoned TV shows.\n\nSpecifiers:\n%sn, %s.n, %s_n - show name with words separated with spaces, dots\n or underscores (case-adjusted);\n%sN, %s.N, %s_N - show name (original letter case);\n%s - season number (1, 2);\n%0s - two-digits season number (01, 02);\n%e - episode number (1, 2);\n%0e - two-digits episode number (01, 02);\n%en, %e.n, %e_n - episode name (case-adjusted);\n%eN, %e.N, %e_N - episode name (original letter case);\n%y - year;\n%decade - two-digits decade (90, 00, 10);\n%0decade - four-digits decade (1990, 2000, 2010).\n\nFor a list of common specifiers see option <MoviesFormat>.",
"description": "Help text for the SeriesFormat option in VideoSort extension. DO NOT translate option names enclosed in angle brackets (e.g., <MinSize>, <TvCategories>). DO NOT translate format specifiers beginning with % (e.g., %s, %0e, %sn, %^dn)."
},
"multipleepisodes_desc": {
"message": "Multiple Episodes.\n\nThis option is used for seasoned TV shows when the video file includes multiple episodes. For example: the formatting\nstring \"S%0sE%0e\", combined with \"MultipleEpisode=list\" and \"EpisodeSeparator=E\" will result in a file named\n\"My.Show.S01E01E02E03\". \"MultipleEpisode=range\" and \"EpisodeSeparator=-E\" will result in a file named\n\"My.Show.S01E01-E03.mkv\". The \"range\" option is useful to follow the TV episode naming conventions of popular media\nmanagement software, such as Plex.",
"description": "Help text for the MultipleEpisodes option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes. DO NOT translate format specifiers beginning with % (e.g., %s, %0e, %sn, %^dn)."
},
"episodeseparator_desc": {
"message": "Separator for multi episodes.\n\nThe option is used for seasoned TV shows when video file includes\nmultiple episodes, e. g. \"My.Show.S01E02-03.mkv\". The option defines\na character (or a string) which must be inserted between episode\nnumbers. For example, if \"EpisodeSeparator=E\", the specifier \"%0e\"\nwill expand to \"02E03\". Giving formatting string \"%sN - S%0sE%0e\" the\nresulting filename will be \"My Show - S01E02E03.mkv\".",
"description": "Help text for the EpisodeSeparator option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes. DO NOT translate format specifiers beginning with % (e.g., %s, %0e, %sn, %^dn)."
},
"seriesyear_desc": {
"message": "Treat year following title as part of title.\n\nFor seasoned TV shows: if year in the file name goes directly after\nshow name, it will be added to show name. This may be necessary for\nmedia players like XBMC, Boxee or Plex (or anyone using TheTVDB) to\nproperly index TV show.",
"description": "Help text for the SeriesYear option in VideoSort extension."
},
"datedformat_desc": {
"message": "Formatting rules for dated TV shows.\n\nSpecifiers:\n%sn, %s.n, %s_n - show name with words separated with spaces, dots\n or underscores (case-adjusted);\n%sN, %s.N, %s_N - show name (original letter case);\n%en, %e.n, %e_n - episode name (case-adjusted);\n%eN, %e.N, %e_N - episode name (original letter case);\n%y - year;\n%decade - two-digits decade (90, 00, 10);\n%0decade - four-digits decade (1990, 2000, 2010).\n%m - month (1-12);\n%0m - two-digits month (01-12);\n%d - day (1-31);\n%0d - two-digits day (01-31).\n\nFor a list of common specifiers see option <MoviesFormat>.",
"description": "Help text for the DatedFormat option in VideoSort extension. DO NOT translate option names enclosed in angle brackets (e.g., <MinSize>, <TvCategories>). DO NOT translate format specifiers beginning with % (e.g., %s, %0e, %sn, %^dn)."
},
"othertvformat_desc": {
"message": "Formatting rules for other TV shows.\n\nAll specifiers are same as in option <MoviesFormat>.",
"description": "Help text for the OtherTvFormat option in VideoSort extension. DO NOT translate option names enclosed in angle brackets (e.g., <MinSize>, <TvCategories>)."
},
"lowerwords_desc": {
"message": "List of words to keep in lower case.\n\nThis option has effect on \"case-adjusted\"-specifiers.",
"description": "Help text for the LowerWords option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes."
},
"upperwords_desc": {
"message": "List of words to keep in upper case.\n\nThis option has effect on \"case-adjusted\"-specifiers.",
"description": "Help text for the UpperWords option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes."
},
"dnzbheaders_desc": {
"message": "Use information from Direct-NZB headers.\n\nNZB-sites may provide extended information about videos,\nwhich is usually more confident than the information extracted\nfrom file names.",
"description": "Help text for the DNZBHeaders option in VideoSort extension."
},
"prefernzbname_desc": {
"message": "Use name of nzb-file instead of name of video file.\n\nGood indexer nzb-sites do renaming and cleanup of nzb-file\nnames making them a better choice to extract name information\nthan the original video file names.\n\nNOTE: If download contains more than one video file suitable\nfor renaming (having correct extension and bigger than <MinSize>)\nthis option is ignored and the names of video files are always used.",
"description": "Help text for the PreferNZBName option in VideoSort extension. DO NOT translate option names enclosed in angle brackets (e.g., <MinSize>, <TvCategories>). DO NOT translate the exact uppercase label (NOTE) as they are used to render UI badges."
},
"overwrite_desc": {
"message": "Overwrite files at destination.\n\nIf not active the files are still moved into destination but\nunique suffixes are added at the end of file names, e.g. My.Show.(2).mkv.",
"description": "Help text for the Overwrite option in VideoSort extension."
},
"cleanup_desc": {
"message": "Delete download directory after renaming.\n\nIf after successful sorting all remaining files in the download directory\nare smaller than \"MinSize\" the directory with all files is removed. If no\nfiles could be processed, the directory remains untouched.",
"description": "Help text for the Cleanup option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes. DO NOT translate the fixed values 'yes' and 'no'."
},
"preview_desc": {
"message": "Preview mode.\n\nWhen active no changes to file system are made but the destination\nfile names are logged. Useful to test formatting rules; to restart\nthe script use \"Post-Process-Again\" on history tab in NZBGet web-interface.",
"description": "Help text for the Preview option in VideoSort extension. DO NOT translate technical or example values enclosed in quotes. DO NOT translate the fixed values 'yes' and 'no'."
},
"verbose_desc": {
"message": "Print more logging messages.\n\nFor debugging or if you need to report a bug.",
"description": "Help text for the Verbose option in VideoSort extension."
}
}