Initial commit

This commit is contained in:
nemunaire 2024-06-02 03:30:00 +02:00
commit ed0c69bc97
17 changed files with 447 additions and 0 deletions

View file

@ -0,0 +1,110 @@
# Kodi Media Center language file
# Addon Name: RSS Editor
# Addon id: script.rss.editor
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "#32000"
msgid "RSS Editor"
msgstr ""
msgctxt "#32001"
msgid "Change Set"
msgstr ""
msgctxt "#32002"
msgid "items"
msgstr ""
msgctxt "#32003"
msgid "Pages"
msgstr ""
msgctxt "#32006"
msgid "Edit Attributes"
msgstr ""
msgctxt "#32012"
msgid "RSS Feed URL"
msgstr ""
msgctxt "#32013"
msgid "Update Interval"
msgstr ""
msgctxt "#32014"
msgid "Enter the paths of your RSS feeds %s"
msgstr ""
msgctxt "#32024"
msgid "Select a Set "
msgstr ""
msgctxt "#32025"
msgid "Set ID"
msgstr ""
msgctxt "#32027"
msgid "Enable Right to Left Text for this Set?"
msgstr ""
msgctxt "#32030"
msgid "Set Editor"
msgstr ""
msgctxt "#32040"
msgid "Error: "
msgstr ""
msgctxt "#32041"
msgid "was either not found in the system,"
msgstr ""
msgctxt "#32042"
msgid "or does not contain parsable XML."
msgstr ""
msgctxt "#32043"
msgid "Try deleting it from your userdata folder and restarting XBMC."
msgstr ""
msgctxt "#32045"
msgid "Cannot Delete Set 1"
msgstr ""
msgctxt "#32046"
msgid "Set 1 is required. You cannot delete this."
msgstr ""
msgctxt "#32047"
msgid "Reset set 1 to default?"
msgstr ""
msgctxt "#32050"
msgid "Set %s already exists."
msgstr ""
msgctxt "#32051"
msgid "Your RSSFeeds.xml file is corrupt."
msgstr ""
msgctxt "#32052"
msgid "Attempt to regenerate"
msgstr ""
msgctxt "#32053"
msgid "You will loose all previous settings"
msgstr ""

5
resources/settings.xml Normal file
View file

@ -0,0 +1,5 @@
<settings>
<category label="General">
<setting id="api_url" type="text" label="API URL" default="https://hathor.ra.nemunai.re/api" />
</category>
</settings>

View file

@ -0,0 +1,135 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<left>350</left>
<top>135</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>0</top>
<width>1220</width>
<height>712</height>
<texture>hathoris-panel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1220</width>
<height>70</height>
<texture colordiffuse="FF12B2E7" border="2">hathoris-header.png</texture>
</control>
<control type="label" id="2">
<textoffsetx>70</textoffsetx>
<left>-30</left>
<top>0</top>
<width>1220</width>
<height>70</height>
<font>font32_title</font>
<align>left</align>
<aligny>center</aligny>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<left>20</left>
<top>80</top>
<onup>10</onup>
<ondown>10</ondown>
<onleft>9001</onleft>
<onright>9001</onright>
<itemgap>-20</itemgap>
<scrolltime>200</scrolltime>
<itemlayout height="69">
<control type="image">
<left>0</left>
<top>0</top>
<width>880</width>
<height>2</height>
<texture>hathoris-list-separator.png</texture>
</control>
<control type="label">
<left>0</left>
<textoffsetx>20</textoffsetx>
<top>0</top>
<width>880</width>
<height>69</height>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.Label]</label>
<font>font13</font>
</control>
<control type="label">
<left>0</left>
<textoffsetx>20</textoffsetx>
<top>0</top>
<width>880</width>
<height>69</height>
<aligny>center</aligny>
<align>right</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Label2]</label>
<font>font13</font>
</control>
</itemlayout>
<focusedlayout height="69">
<control type="image">
<left>0</left>
<top>0</top>
<width>880</width>
<height>2</height>
<texture>hathoris-list-separator.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>880</width>
<height>69</height>
<texture colordiffuse="FF12B2E7">hathoris-list-focus.png</texture>
<animation effect="fade" start="100" end="40" time="100" condition="ControlGroup(9001).HasFocus">Conditional</animation>
</control>
<control type="label">
<left>0</left>
<textoffsetx>20</textoffsetx>
<top>0</top>
<width>880</width>
<height>69</height>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<font>font13</font>
</control>
<control type="label">
<left>0</left>
<textoffsetx>20</textoffsetx>
<top>0</top>
<width>880</width>
<height>69</height>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<font>font13</font>
</control>
</focusedlayout>
</control>
<control type="grouplist" id="9001">
<left>920</left>
<top>80</top>
<onup>9001</onup>
<ondown>9001</ondown>
<onleft>10</onleft>
<onright>10</onright>
<itemgap>-20</itemgap>
<control type="button" id="18">
<width>300</width>
<height>90</height>
<label>186</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<textoffsetx>20</textoffsetx>
<align>center</align>
<texturenofocus border="40">hathoris-button-nofocus.png</texturenofocus>
<texturefocus border="40" colordiffuse="FF12B2E7">hathoris-button-focus.png</texturefocus>
</control>
</control>
</controls>
</window>

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB