INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: jdizzy623 on May 21, 2013, 08:40:30 pm

Title: Watched checkmark
Post by: jdizzy623 on May 21, 2013, 08:40:30 pm
I have looked and looked again but can not find it....

Where can I disable the watched check mark in Theater View?
I am using the Rapier skin.
Title: Re: Watched checkmark
Post by: MrC on June 20, 2013, 01:11:12 am
You'll have to change the Template for the media type:

Tools > Options > Theater View > Customize file info panel...

Select the Media Type under Templates, and click Manage > Edit Template.

Now, look at the Captions, but Regular and Expanded.  The Watched(2) (http://wiki.jriver.com/index.php/Media_Center_expression_language#Watched.28....29:_Outputs_a_formatted_bookmark_position_within_a_video) function is doing the work.  Remove it along with the surrounding function Delimit():

So, change:

   [Name]Delimt(Watched(2), , / )

to just:

   [Name]

Title: Re: Watched checkmark
Post by: jdizzy623 on June 21, 2013, 11:52:53 am
THANK YOU MrC!

Got rid of those pesky check marks in Movies.

Another question if you would...

Can you show the same for Shows section as I'd like to get rid of checks there also.
I tried to do it on my own and now have an Expression Error there... oops

If you could show the code here so I might cut and paste into JRiver would be much appreciated.

Thanks again!
Title: Re: Watched checkmark
Post by: MrC on June 21, 2013, 12:02:28 pm
See if this works for you:

Code: [Select]
If([AllSameSeries], <font alpha="50">Delimit(TVInfo(SeasonEpisode))<//font>[Name], TVInfo(NameDisplay)) <font alpha="50">TVInfo(DateNoTime)</font>
Here are the removed parts in red:

If([AllSameSeries], <font alpha="50">Delimit(TVInfo(SeasonEpisode))<//font>[Name]Delimit(Watched(2), , / ), TVInfo(NameDisplay)Delimit(Watched(2), , / )) <font alpha="50">TVInfo(DateNoTime)</font>
Title: Re: Watched checkmark
Post by: jdizzy623 on June 21, 2013, 12:12:24 pm
Yup!

That did it.
Not used to that language.
Also did not know that you could add/omit things through there.

In Playing Now, I just wanted the Artist, Name of song, and Duration displayed without the volume, elapsed time, and stars showing.
Best I could figure was to delete the .png files to achieve this. (which worked)