2013-12-21, 23:04
I don't know if this is the right place to post this or not. For those of you that want the series recording to work for nox here is what I did:
1. Find the Delete Timer xml & RecordPrefs xml files. Mine were located in "C:\Users\user name\AppData\Roaming\XBMC\addons\pvr.wmc\resources\skins\skin.confluence\720p
2. Move/copy the Delete Timer xml & RecordPrefs xml to "C:\Users\username\AppData\Roaming\XBMC\addons\skin.aeon.nox\1080i"
3. Edit the Delete Timer xml & RecordPrefs xml
For the Delete Timer xml:
Change the "<texture border="40">DialogBack.png</texture>" to "<texture border="40">common/black.png</texture>"
For the Record Prefs xml:
Change the "<texture border="40">DialogBack.png</texture>" to "<texture border="40">common/black.png</texture>"
Series Recording should now work. I am running frodo 12.2. Hope this helps those using Aeon Nox.
1. Find the Delete Timer xml & RecordPrefs xml files. Mine were located in "C:\Users\user name\AppData\Roaming\XBMC\addons\pvr.wmc\resources\skins\skin.confluence\720p
2. Move/copy the Delete Timer xml & RecordPrefs xml to "C:\Users\username\AppData\Roaming\XBMC\addons\skin.aeon.nox\1080i"
3. Edit the Delete Timer xml & RecordPrefs xml
For the Delete Timer xml:
Code:
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>800</width>
<height>300</height>
<texture border="40">DialogBack.png</texture>
</control>
Change the "<texture border="40">DialogBack.png</texture>" to "<texture border="40">common/black.png</texture>"
For the Record Prefs xml:
Code:
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>800</width>
<height>500</height>
<texture border="40">DialogBack.png</texture>
</control>
Change the "<texture border="40">DialogBack.png</texture>" to "<texture border="40">common/black.png</texture>"
Series Recording should now work. I am running frodo 12.2. Hope this helps those using Aeon Nox.