Skip to content

Commit

Permalink
added MMap storage setting
Browse files Browse the repository at this point in the history
incremented version to 0.0.10
  • Loading branch information
elgatito committed Nov 28, 2017
1 parent 49f96fd commit a494dae
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.0.9" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.0.10" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="xbmc.python" version="2.24.0" />
Expand Down
4 changes: 4 additions & 0 deletions resources/language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1060,3 +1060,7 @@ msgstr ""
msgctxt "#30330"
msgid "Update Trakt"
msgstr ""

msgctxt "#30331"
msgid "MMap File"
msgstr ""
4 changes: 4 additions & 0 deletions resources/language/Russian/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1068,3 +1068,7 @@ msgstr "Отключить UTP"
msgctxt "#30330"
msgid "Update Trakt"
msgstr "Обновить Trakt"

msgctxt "#30331"
msgid "MMap File"
msgstr "Использовать MMap файл"
4 changes: 4 additions & 0 deletions resources/language/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1064,3 +1064,7 @@ msgstr ""
msgctxt "#30330"
msgid "Update Trakt"
msgstr ""

msgctxt "#30331"
msgid "MMap File"
msgstr ""
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<category label="30000">
<!-- Storage -->
<setting label="30327" type="lsep" />
<setting id="download_storage" type="enum" label="30315" lvalues="30316|30317|30322" default="0" />
<setting id="download_storage" type="enum" label="30315" lvalues="30316|30317|30322|30331" default="0" />
<setting id="memory_size" label="30318" type="number" default="100" subsetting="true" visible="eq(-1,1)" />
<setting id="download_path" type="folder" label="30001" source="auto" option="writeable" />
<setting id="library_path" type="folder" label="30026" source="auto" option="writeable" />
Expand Down

0 comments on commit a494dae

Please sign in to comment.