{"id":4863,"date":"2021-10-10T17:25:02","date_gmt":"2021-10-10T04:25:02","guid":{"rendered":"https:\/\/www.zoyinc.com\/?p=4863"},"modified":"2024-01-04T21:14:34","modified_gmt":"2024-01-04T08:14:34","slug":"display-year-in-mythtv-recordings","status":"publish","type":"post","link":"http:\/\/www.zoyinc.com\/?p=4863","title":{"rendered":"Display Year In MythTV Recordings"},"content":{"rendered":"\n<p>If using the &#8220;MythCenter 1.4&#8221; theme for Myth Frontend then when looking at PVR recordings it only displays the &#8220;Short Date&#8221;. The short date is just the day and month, it does not include the year. Thus it looks like:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1890\" height=\"1024\" src=\"https:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-1890x1024.png\" alt=\"\" class=\"wp-image-4864\" style=\"width:554px;height:300px\" srcset=\"http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-1890x1024.png 1890w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-300x163.png 300w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-150x81.png 150w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-768x416.png 768w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-1536x832.png 1536w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6-500x271.png 500w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-6.png 1920w\" sizes=\"auto, (max-width: 1890px) 100vw, 1890px\" \/><\/figure>\n\n\n\n<p>So in the above case for &#8220;Asterix and Obelix &#8211; Mansion of the Gods&#8221; the date is &#8220;5\/13&#8221;. If we enter &#8220;i&#8221; to get information we can see the filename:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"717\" height=\"101\" src=\"https:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-8.png\" alt=\"\" class=\"wp-image-4866\" style=\"width:357px;height:50px\" srcset=\"http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-8.png 717w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-8-300x42.png 300w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-8-150x21.png 150w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-8-500x70.png 500w\" sizes=\"auto, (max-width: 717px) 100vw, 717px\" \/><\/figure>\n\n\n\n<p>Thus the year is 2017.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Display the date<\/h1>\n\n\n\n<p>There may be other ways to make this work but for me I chose to edit the theme to show the date.<\/p>\n\n\n\n<p>My setup is based on the post <a  href=\"https:\/\/www.zoyinc.com\/?p=3885\" data-type=\"post\" data-id=\"3885\">MythTV on CentOS 7<\/a> which is MythTV 0.29 running on CentOS7. In my scenario I am running the frontend on the MythTV server and access by VMware remote console.<\/p>\n\n\n\n<p>The location of my theme files is at:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:0.9rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#000000;--cbp-line-number-width:calc(1 * 0.6 * 0.9rem);line-height:1.4rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"\/usr\/share\/mythtv\/themes\/MythCenter\" style=\"color:#000000;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki light-plus\" style=\"background-color: #FFFFFF\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #000000\">\/usr\/share\/mythtv\/themes\/MythCenter<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>The file to edit is &#8220;recordings-ui.xml&#8221;, so back this up and open it up in your favorite editor.<\/p>\n\n\n\n<p>Look for a line that should be:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:0.9rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#000000;--cbp-line-number-width:calc(1 * 0.6 * 0.9rem);line-height:1.4rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\" &lt;textarea name=&quot;titlesubtitle&quot; from=&quot;buttontext&quot;&gt;\" style=\"color:#000000;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki light-plus\" style=\"background-color: #FFFFFF\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #000000\"> &lt;textarea <\/span><span style=\"color: #A31515\">name=&quot;titlesubtitle&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #A31515\">from=&quot;buttontext&quot;<\/span><span style=\"color: #000000\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>This should have a block that looks like:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:0.9rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#000000;--cbp-line-number-width:calc(2 * 0.6 * 0.9rem);line-height:1.4rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"               &lt;\/statetype&gt;\n                    &lt;textarea name=&quot;titlesubtitle&quot; from=&quot;buttontext&quot;&gt;\n                        &lt;area&gt;32,0,336,30&lt;\/area&gt;\n                        &lt;align&gt;vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;textarea name=&quot;shortstartdate&quot; from=&quot;titlesubtitle&quot;&gt;\n                        &lt;area&gt;295,0,130,30&lt;\/area&gt;\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;textarea name=&quot;starttime&quot; from=&quot;shortstartdate&quot;&gt;\n                        &lt;area&gt;415,0,114,30&lt;\/area&gt;\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;statetype name=&quot;watched&quot;&gt;\" style=\"color:#000000;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki light-plus\" style=\"background-color: #FFFFFF\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #000000\">               <\/span><span style=\"color: #800000\">&lt;\/statetype&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;buttontext&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">32,0,336,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;shortstartdate&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">295,0,130,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;starttime&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;shortstartdate&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">415,0,114,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;statetype<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;watched&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Between the  &#8220;&lt;textarea name=&#8221;shortstartdate&#8221;&#8221; tag and the &#8220;&lt;textarea name=&#8221;starttime&#8221;&#8221; tag you should insert the following tag:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:0.9rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#000000;--cbp-line-number-width:calc(1 * 0.6 * 0.9rem);line-height:1.4rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"                    &lt;textarea name=&quot;startyear&quot; from=&quot;titlesubtitle&quot;&gt;\n                        &lt;area&gt;396,0,50,30&lt;\/area&gt;\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\" style=\"color:#000000;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki light-plus\" style=\"background-color: #FFFFFF\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;startyear&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">396,0,50,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Then you need to update the &#8220;&lt;area&#8221; tag for &#8220;&lt;textarea name=&#8221;titlesubtitle&#8221;&#8221; to be &#8220;32,0,305,30&#8221; and the &#8220;&lt;area&#8221; tag for &#8220;shortstartdate&#8221; to be &#8220;339,0,55,30&#8221;. The result should be:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:0.9rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#000000;--cbp-line-number-width:calc(2 * 0.6 * 0.9rem);line-height:1.4rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"                &lt;\/statetype&gt;\n                    &lt;textarea name=&quot;titlesubtitle&quot; from=&quot;buttontext&quot;&gt;\n                        &lt;area&gt;32,0,305,30&lt;\/area&gt;\n                        &lt;align&gt;vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;textarea name=&quot;shortstartdate&quot; from=&quot;titlesubtitle&quot;&gt;\n                        &lt;area&gt;339,0,55,30&lt;\/area&gt;55\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;textarea name=&quot;startyear&quot; from=&quot;titlesubtitle&quot;&gt;\n                        &lt;area&gt;396,0,50,30&lt;\/area&gt;\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;textarea name=&quot;starttime&quot; from=&quot;shortstartdate&quot;&gt;\n                        &lt;area&gt;415,0,114,30&lt;\/area&gt;\n                        &lt;align&gt;right,vcenter&lt;\/align&gt;\n                    &lt;\/textarea&gt;\n                    &lt;statetype name=&quot;watched&quot;&gt;\" style=\"color:#000000;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki light-plus\" style=\"background-color: #FFFFFF\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #000000\">                <\/span><span style=\"color: #800000\">&lt;\/statetype&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;buttontext&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">32,0,305,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;shortstartdate&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">339,0,55,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><span style=\"color: #000000\">55<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;startyear&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;titlesubtitle&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">396,0,50,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;textarea<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;starttime&quot;<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">from<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;shortstartdate&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;area&gt;<\/span><span style=\"color: #000000\">415,0,114,30<\/span><span style=\"color: #800000\">&lt;\/area&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                        <\/span><span style=\"color: #800000\">&lt;align&gt;<\/span><span style=\"color: #000000\">right,vcenter<\/span><span style=\"color: #800000\">&lt;\/align&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;\/textarea&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #000000\">                    <\/span><span style=\"color: #800000\">&lt;statetype<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #E50000\">name<\/span><span style=\"color: #000000\">=<\/span><span style=\"color: #0000FF\">&quot;watched&quot;<\/span><span style=\"color: #800000\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>There are two instances of  &#8220;&lt;textarea name=&#8221;titlesubtitle&#8221;&#8221; you need to make the change to both instances. One is for when that item is selected and one is for unselected.<\/p>\n\n\n\n<p>Once you are done you need to restart Myth frontend. You should now find it displays the year:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1328\" height=\"226\" src=\"https:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9.png\" alt=\"\" class=\"wp-image-4869\" style=\"width:567px;height:96px\" srcset=\"http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9.png 1328w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9-300x51.png 300w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9-150x26.png 150w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9-768x131.png 768w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9-1100x188.png 1100w, http:\/\/www.zoyinc.com\/wp-content\/uploads\/2021\/10\/image-9-500x85.png 500w\" sizes=\"auto, (max-width: 1328px) 100vw, 1328px\" \/><\/figure>\n\n\n","protected":false},"excerpt":{"rendered":"<p>If using the &#8220;MythCenter 1.4&#8221; theme for Myth Frontend then when looking at PVR recordings it only displays the &#8220;Short Date&#8221;. The short date is just the day and month, it does not include the year. Thus it looks like: So in the above case for &#8220;Asterix and Obelix &#8211; Mansion of the Gods&#8221; the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":5828,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,1],"tags":[739,729,298,545,740,736,737,741],"class_list":["post-4863","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mythtv","category-uncategorized","tag-front-end-2","tag-frontend","tag-mythtv","tag-pvr","tag-recordings","tag-theme","tag-ui","tag-watch-recordings"],"_links":{"self":[{"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/posts\/4863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4863"}],"version-history":[{"count":6,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/posts\/4863\/revisions"}],"predecessor-version":[{"id":5829,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/posts\/4863\/revisions\/5829"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=\/wp\/v2\/media\/5828"}],"wp:attachment":[{"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4863"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.zoyinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}