Skip to content

Commit

Permalink
Merge pull request #561 from iBaa/test
Browse files Browse the repository at this point in the history
Remove transcoder action parameter from settings
  • Loading branch information
moodyblue committed Jan 24, 2020
2 parents 02c6ee2 + 6812a33 commit 096d371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion XMLConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,8 @@ def ATTRIB_VIDEOURL(self, src, srcXML, param):
# check "Media" element and get key
if Media!=None:
# transcoder action
transcoderAction = g_ATVSettings.getSetting(self.ATV_udid, 'transcoderaction')
# transcoderAction = g_ATVSettings.getSetting(self.ATV_udid, 'transcoderaction')
transcoderAction = "Transcode"

# video format
# HTTP live stream
Expand Down
4 changes: 0 additions & 4 deletions assets/templates/Settings/Main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
</horizontalDivider>
</header>
<items>
<oneLineMenuItem id="TranscoderAction" onSelect="toggleSettings('TranscoderAction', 'Settings_Main')">
<label>{{TEXT(Transcoder Action)}}</label>
<rightLabel>{{SETTING(transcoderaction)}}</rightLabel>
</oneLineMenuItem>
<oneLineMenuItem id="TranscodeQuality" onSelect="toggleSettings('TranscodeQuality', 'Settings_Main')">
<label>{{TEXT(Transcoder Quality)}}</label>
<rightLabel>{{SETTING(transcodequality)}}</rightLabel>
Expand Down

0 comments on commit 096d371

Please sign in to comment.