INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Watched checkmark  (Read 910 times)

jdizzy623

  • World Citizen
  • ***
  • Posts: 126
Watched checkmark
« 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.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Watched checkmark
« Reply #1 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) function is doing the work.  Remove it along with the surrounding function Delimit():

So, change:

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

to just:

   [Name]

Logged
The opinions I express represent my own folly.

jdizzy623

  • World Citizen
  • ***
  • Posts: 126
Re: Watched checkmark
« Reply #2 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!
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Watched checkmark
« Reply #3 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>
Logged
The opinions I express represent my own folly.

jdizzy623

  • World Citizen
  • ***
  • Posts: 126
Re: Watched checkmark
« Reply #4 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)
Logged
Pages: [1]   Go Up