diff options
author | Dave Blake <oak99sky@yahoo.co.uk> | 2019-04-05 07:47:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 07:47:36 +0100 |
commit | 20a5b591cfb3e67cc572530ea95839ca9d165cab (patch) | |
tree | 640c8b19997b98892961e923b93dee91f2e4d10b /addons | |
parent | 6d967eba1492d1e98b42955ad2542e5c9eee56da (diff) | |
parent | f4f6e80064187578f7b0a28de4ac6f47012a5c1c (diff) |
Merge pull request #15821 from DaveTBlake/ExportEmpty
Music library export empty artist folders
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 49 |
1 files changed, 42 insertions, 7 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 24057b98fd..15c74ef484 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -20979,8 +20979,9 @@ msgctxt "#38042" msgid "[Missing]" msgstr "" -#. Title album artists node +#. Title album artists node, and music item to export output, see #38306 #: system/library/music/musicroles/albumartists.xml +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp msgctxt "#38043" msgid "Album artists" msgstr "" @@ -21247,23 +21248,27 @@ msgstr "" #: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp msgctxt "#38309" -msgid "Output only artwork, not NFO files" +msgid "Output information to NFO files" msgstr "" +#. See #38309 when NFO and art export disabled so only artist folders #: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp msgctxt "#38310" -msgid "Overwrite existing files" +msgid "Output information to NFO files (currently exporting artist folders only)" msgstr "" -#empty string with id 38311 +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38311" +msgid "Overwrite existing files" +msgstr "" -#. Music item to export output, see #38093 +#. Music item to export output, see #38306 #: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp msgctxt "#38312" msgid "Song artists" msgstr "" -#. Music item to export output, see #38093 +#. Music item to export output, see #38306 #: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp msgctxt "#38313" msgid "Other artists" @@ -21295,7 +21300,37 @@ msgctxt "#38320" msgid "Do you have local artist information (NFO) and art files that you want to fetch? Set the location of these artist folders now" msgstr "" -#empty strings from id 38321 to 38329 +#. Kind of export output, see #38304 +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38321" +msgid "Artist folders only" +msgstr "" + +#. Explanation of what export to library folders means see #38303 when albums and artists selected +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38322" +msgid "Artists exported to Artist Information Folder and albums to music folders" +msgstr "" + +#. Explanation of what export to library folders means see #38303 when only albums selected +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38323" +msgid "Albums exported to music folders" +msgstr "" + +#. Explanation of what export to library folders means see #38303 when only artists selected +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38324" +msgid "Artists exported to Artist Information Folder" +msgstr "" + +#. Explanation of what export artist folders only means see #38304 +#: xbmc/settings/dialogs/GUIDialogLibExportSettings.cpp +msgctxt "#38325" +msgid "Artist subfolders created in Artist Information Folder" +msgstr "" + +#empty strings from id 38326 to 38329 #. Dialog heading when editing default settings for fetching additional music information #: xbmc/music/dialogs/GUIDialogInfoProviderSettings.cpp |