Watched, un-favorited, now it disappeared

I'm super new to this and ran into a problem. I watched a movie that I had saved to favorites. Once I was done I remover it. Now I can't find it at all anywhere and want to watch it again. Did I do something wrong and how can I fix it? Note: I searched...

Estuary MOD – Recording status indicator

Small, simple but very effective and efficient modification.

The principle - icon of clock in the top bar indicates recording status.

The icon shows three possible states:

1. no current or future scheduled recording - no clock icon
[Image: 2MzBEGQ.png]

2. no current recording and one future scheduled recording at least - clock icon in skin theme basic color
[Image: ImQrtv7.png]

3. currently ongoing one recording at least - clock icon is red
[Image: Zgyx0Sw.png]

Skin file Includes.xml, code and number of the lines is applicable for Estuary MOD 1.7.9

Original file (Notepad++ editor sreenshot)
[Image: 2gaJeHE.png]

Original part of the code, start at line 2372:
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="$VAR[SkinColorVar]">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar)</visible>
</control>

Modified file (Notepad++ editor sreenshot)
[Image: 995SwYf.png]

Modified (new) part of the code, start at line 2372:
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="red">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden + </animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar) + PVR.IsRecordingTV</visible>
</control>
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="$VAR[SkinColorVar]">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden + </animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar) + !PVR.IsRecordingTV + PVR.HasNonRecordingTVTimer</visible>
</control>

Enjoy it.

JiRo

Naming for M*A*S*H* TV Series

Hello, This the first time I have asked a question here. This is what I need some help with. Naming for M*A*S*H* TV series. I Named the Folder - MASH (1972) I named the sub folder MASH Season 1 (1972) I named the episode folder MASH 1x01 The same na...

Missing List View…

Hello, small issue I'm having with Arctic Zephyr. When I go to my movies library I get an option for the view called List. I used to have that view for my TV library as well, however, I made a change, but can't get back to the List view...I get Big L...