diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2019-03-30 19:01:03 +0000 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2019-04-06 13:07:55 +0100 |
commit | f7caf87377eead02e259e55ef78655b86b744817 (patch) | |
tree | 873f5ab118abd71a937039401ecdd737f7895506 /addons | |
parent | d135aaad5ff22370e1dc5bfe4c403a330fb4d92f (diff) |
Import music library data on a separate thread from GUI. This allows cancel button on progress dialog to be clicked.
Import song playback history data (play count, lastplayed and ratings) from xml.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 713cf7bd51..4e239efb2e 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -2987,12 +2987,12 @@ msgctxt "#648" msgid "Import video library" msgstr "" -#: xbmc/music/MusicDatabase.cpp +#. unused? msgctxt "#649" msgid "Importing" msgstr "" -#: xbmc/music/MusicDatabase.cpp +#. unused? msgctxt "#650" msgid "Exporting" msgstr "" @@ -12394,6 +12394,7 @@ msgctxt "#20196" msgid "Export music library" msgstr "" +#: xbmc/music/MusicDatabase.cpp #: system/settings/settings.xml msgctxt "#20197" msgid "Import music library" @@ -21393,7 +21394,39 @@ msgctxt "#38339" msgid "How to apply information provider settings" msgstr "" -#empty strings from id 38340 to 38999 +#empty strings from id 38340 to 38349 + +#. Progress statement when importing music library is processing song playback history data +#: xbmc/music/MusicDatabase.cpp +msgctxt "#38350" +msgid "Importing song playback history" +msgstr "" + +#. Progress statement when importing music library - data matching phase +#: xbmc/music/MusicDatabase.cpp +msgctxt "#38351" +msgid "Matching data" +msgstr "" + +#. Progress statement when importing music library - song history being updated +#: xbmc/music/MusicDatabase.cpp +msgctxt "#38352" +msgid "Updating songs" +msgstr "" + +#. Notification of import success "Importing song history - <number of songs matched> updated out of <total songs in xml> imported songs" +#: xbmc/music/MusicDatabase.cpp +msgctxt "#38353" +msgid "Importing song history - {0:d} updated out of {0:d} imported songs" +msgstr "" + +#. Message when reading the user specified XML for import to library fails +#: xbmc/music/MusicDatabase.cpp +msgctxt "#38354" +msgid "Unable to read xml file" +msgstr "" + +#empty strings from id 38355 to 38999 #: system/settings/settings.xml msgctxt "#39000" |