forked from Geletinousamigo/plugin.video.jiotv
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from tobalan/main
2.3.8
- Loading branch information
Showing
5 changed files
with
130 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,75 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<settings> | ||
<category label="Setup"> | ||
<setting id="quality" type="labelenum" label="Stream Quality" values="Manual|Best|High|Medium+|Medium|Low|Lowest" default="Best"/> | ||
<setting id="cleanup" type="action" label="Clear Cache" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/cleanup/)" option="close"/> | ||
<setting label="Setup Simple IPTV PVR" type="action" id="pvrsetup" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/pvrsetup/)" option="close"/> | ||
<setting id="m3ugen" type="bool" label="Generate Playlist On Startup" default="false"/> | ||
<setting id="channelsrc" type="bool" label="Channel API 3.0" default="false"/> | ||
<setting id="epgsource" type="text" label="EPG Source" default="https://tobalan.github.io/epg.xml.gz"/> | ||
<setting id="applyAllSettings1" type="action" label="Apply all settings" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" option="close"/> | ||
<setting id="quality" type="select" label="Stream Quality" | ||
values="Manual|Ask-me|Best|High|Medium+|Medium|Low|Lower|Lowest" default="Best" /> | ||
<setting id="cleanup" type="action" label="Clear Cache" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/cleanup/)" | ||
option="close" /> | ||
<setting label="Setup Simple IPTV PVR" type="action" id="pvrsetup" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/pvrsetup/)" | ||
option="close" /> | ||
<setting id="m3ugen" type="bool" label="Generate Playlist On Startup" default="false" /> | ||
<setting id="channelsrc" type="bool" label="Use the Channel API 3.0" default="false" /> | ||
<setting id="usempd" type="bool" label="Enable MPEG-DASH (MPD) stream if available (Experimental)" default="false" /> | ||
<setting id="mpdnotice" type="bool" label="Enable the MPD URL notice" default="true" /> | ||
<setting id="epgsource" type="text" label="EPG Source" | ||
default="https://tobalan.github.io/epg.xml.gz" /> | ||
<setting id="applyAllSettings1" type="action" label="Apply all settings" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" | ||
option="close" /> | ||
</category> | ||
<category label="Genres"> | ||
<setting id="Entertainment" type="bool" label="Entertainment" default="true"/> | ||
<setting id="Lifestyle" type="bool" label="Lifestyle" default="true"/> | ||
<setting id="Infotainment" type="bool" label="Infotainment" default="true"/> | ||
<setting id="Devotional" type="bool" label="Devotional" default="true"/> | ||
<setting id="Jio Darshan" type="bool" label="Jio Darshan" default="true"/> | ||
<setting id="News" type="bool" label="News" default="true"/> | ||
<setting id="Business News" type="bool" label="Business News" default="true"/> | ||
<setting id="Movies" type="bool" label="Movies" default="true"/> | ||
<setting id="Music" type="bool" label="Music" default="true"/> | ||
<setting id="Educational" type="bool" label="Educational" default="true"/> | ||
<setting id="Kids" type="bool" label="Kids" default="true"/> | ||
<setting id="Shopping" type="bool" label="Shopping" default="true"/> | ||
<setting id="Sports" type="bool" label="Sports" default="true"/> | ||
<setting id="applyAllSettings3" type="action" label="Apply all settings" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" option="close"/> | ||
<setting id="Entertainment" type="bool" label="Entertainment" default="true" /> | ||
<setting id="Lifestyle" type="bool" label="Lifestyle" default="true" /> | ||
<setting id="Infotainment" type="bool" label="Infotainment" default="true" /> | ||
<setting id="Devotional" type="bool" label="Devotional" default="true" /> | ||
<setting id="Jio Darshan" type="bool" label="Jio Darshan" default="true" /> | ||
<setting id="News" type="bool" label="News" default="true" /> | ||
<setting id="Business News" type="bool" label="Business News" default="true" /> | ||
<setting id="Movies" type="bool" label="Movies" default="true" /> | ||
<setting id="Music" type="bool" label="Music" default="true" /> | ||
<setting id="Educational" type="bool" label="Educational" default="true" /> | ||
<setting id="Kids" type="bool" label="Kids" default="true" /> | ||
<setting id="Shopping" type="bool" label="Shopping" default="true" /> | ||
<setting id="Sports" type="bool" label="Sports" default="true" /> | ||
<setting id="applyAllSettings3" type="action" label="Apply all settings" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" | ||
option="close" /> | ||
</category> | ||
<category label="Languages"> | ||
<setting id="Hindi" type="bool" label="Hindi" default="true"/> | ||
<setting id="English" type="bool" label="English" default="true"/> | ||
<setting id="Marathi" type="bool" label="Marathi" default="true"/> | ||
<setting id="Telugu" type="bool" label="Telugu" default="true"/> | ||
<setting id="Kannada" type="bool" label="Kannada" default="true"/> | ||
<setting id="Tamil" type="bool" label="Tamil" default="true"/> | ||
<setting id="Punjabi" type="bool" label="Punjabi" default="true"/> | ||
<setting id="Gujarati" type="bool" label="Gujarati" default="true"/> | ||
<setting id="Bengali" type="bool" label="Bengali" default="true"/> | ||
<setting id="Bhojpuri" type="bool" label="Bhojpuri" default="true"/> | ||
<setting id="Malayalam" type="bool" label="Malayalam" default="true"/> | ||
<setting id="Odia" type="bool" label="Odia" default="true"/> | ||
<setting id="Assamese" type="bool" label="Assamese" default="true"/> | ||
<setting id="Urdu" type="bool" label="Urdu" default="true"/> | ||
<setting id="Nepali" type="bool" label="Nepali" default="true"/> | ||
<setting id="Extra" type="bool" label="Extra" default="true"/> | ||
<setting id="applyAllSettings2" type="action" label="Apply all settings" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" option="close"/> | ||
<setting id="Hindi" type="bool" label="Hindi" default="true" /> | ||
<setting id="English" type="bool" label="English" default="true" /> | ||
<setting id="Marathi" type="bool" label="Marathi" default="true" /> | ||
<setting id="Telugu" type="bool" label="Telugu" default="true" /> | ||
<setting id="Kannada" type="bool" label="Kannada" default="true" /> | ||
<setting id="Tamil" type="bool" label="Tamil" default="true" /> | ||
<setting id="Punjabi" type="bool" label="Punjabi" default="true" /> | ||
<setting id="Gujarati" type="bool" label="Gujarati" default="true" /> | ||
<setting id="Bengali" type="bool" label="Bengali" default="true" /> | ||
<setting id="Bhojpuri" type="bool" label="Bhojpuri" default="true" /> | ||
<setting id="Malayalam" type="bool" label="Malayalam" default="true" /> | ||
<setting id="Odia" type="bool" label="Odia" default="true" /> | ||
<setting id="Assamese" type="bool" label="Assamese" default="true" /> | ||
<setting id="Urdu" type="bool" label="Urdu" default="true" /> | ||
<setting id="Nepali" type="bool" label="Nepali" default="true" /> | ||
<setting id="Extra" type="bool" label="Extra" default="true" /> | ||
<setting id="applyAllSettings2" type="action" label="Apply all settings" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" | ||
option="close" /> | ||
</category> | ||
<category label="Account"> | ||
<setting id="login" type="action" label="Login" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/login/)" option="close"/> | ||
<setting id="logout" type="action" label="Logout" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/logout/)" option="close"/> | ||
<setting id="setMobile" type="action" label="Update Jio number" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/setmobile/)" option="close"/> | ||
<setting id="mobile" type="text" label="Jio number"/> | ||
<setting id="applyAllSettings0" type="action" label="Apply all settings" action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" option="close"/> | ||
<setting id="login" type="action" label="Login" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/login/)" option="close" /> | ||
<setting id="logout" type="action" label="Logout" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/logout/)" | ||
option="close" /> | ||
<setting id="setMobile" type="action" label="Update Jio number" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/setmobile/)" | ||
option="close" /> | ||
<setting id="mobile" type="text" label="Jio number" /> | ||
<setting id="applyAllSettings0" type="action" label="Apply all settings" | ||
action="RunPlugin(plugin://plugin.video.jiotv/resources/lib/main/applyall/)" | ||
option="close" /> | ||
</category> | ||
</settings> | ||
|