INTERACT FORUM

Please login or register.

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

Author Topic: Is there a way to display remaining playback time?  (Read 1432 times)

Trumpetguy

  • Citizen of the Universe
  • *****
  • Posts: 974
Is there a way to display remaining playback time?
« on: January 29, 2013, 01:36:44 pm »

When resuming playback of a movie, it would be nice to have a way to see how much was played earlier and how much remaining playback time there is without actually starting the movie. I have searched the tag list without finding any such info, even if the information must be stored somewhere since a movie (usually, not always) resumes at last stop position.

Is there a way to display this info (in standard view)?

And wouldn't it be great to have a progress bar displayed below the thumbnails that showed the last stop position and revealed playback time, last stop time and remaining time on mouseover?
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Is there a way to display remaining playback time?
« Reply #1 on: January 30, 2013, 04:03:32 am »

When resuming playback of a movie, it would be nice to have a way to see how much was played earlier and how much remaining playback time there is without actually starting the movie. I have searched the tag list without finding any such info, even if the information must be stored somewhere since a movie (usually, not always) resumes at last stop position.

Is there a way to display this info (in standard view)?

i use this in thv info panel, but works also in standard view
Code: [Select]
If(IsEqual([Bookmark],),,FormatDuration(Math([Bookmark]/1000)) // [Duration])it gives how far in the movie playback was stopped, and how long the movie is in total.

but this does not work with dvd, vob files.

 :)
gab
Logged

Trumpetguy

  • Citizen of the Universe
  • *****
  • Posts: 974
Re: Is there a way to display remaining playback time?
« Reply #2 on: January 30, 2013, 05:38:24 am »

Thanks a lot, I'll give it a go and I hope it will work with mkv.
It will be my first attempt at expressions. After reading quite a lot about expressions, my impression is that once tried, there's no going back :)

Still would be nice to have this graphical progress bar connected to a thumbnail.
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Is there a way to display remaining playback time?
« Reply #3 on: January 30, 2013, 07:28:34 am »

Thanks a lot, I'll give it a go and I hope it will work with mkv.
It will be my first attempt at expressions. After reading quite a lot about expressions, my impression is that once tried, there's no going back :)

Still would be nice to have this graphical progress bar connected to a thumbnail.
:) indeed no way to go back. and a lot of fun ahead.
maybe i should also explain about the previous expression that it will only showup if there is a bookmark. but it can be changed to any liking.

here is an other option
Code: [Select]
BM on formatnumber(math((([bookmark]/1000)//[duration,0])*100))% of [duration]
shows the % seen of a movie.
im doing this with mkv's. that it does not work with dvd's is because of the different movies and trailers and stuff on a dvd, the bookmark is much more complex.

 :)
gab
Logged

Trumpetguy

  • Citizen of the Universe
  • *****
  • Posts: 974
Re: Is there a way to display remaining playback time?
« Reply #4 on: February 02, 2013, 03:56:23 pm »

It works, thanks a lot!
As you say, it requires a bookmark. And I always watch an mkv once created to make sure everything is ok before I delete the individual stream files. Which again means I get a bookmark >0 for all my mkvs before starting to watch it. But this bookmark is usually low, and your method does the job.

Logged

audunth

  • Citizen of the Universe
  • *****
  • Posts: 632
Re: Is there a way to display remaining playback time?
« Reply #5 on: February 04, 2013, 06:33:12 pm »

How do I set it up? Where do I paste the code??
Logged
Cheers,
Audun

My system:
ASUS  P8Z68 V-PRO/GEN3, 8GB RAM, Core i5-2500K
EVGA Nvidia GTX 970 SSC, 4GB RAM
Antec P180 case w/Seasonic X460 fanless PSU, water cooled by Zalman Reserator 1+ w/extra DDC pump
Windows 7 Ultimate 64 bit
Sony VPL-HW30ES 3D projector
Yamaha RX-V3900 receiver and custom built 2Ch power amp for front/stereo speakers
Klipsch Reference/SVS 7.1 speaker system
Always running the latest available version of MC

audunth

  • Citizen of the Universe
  • *****
  • Posts: 632
Re: Is there a way to display remaining playback time?
« Reply #6 on: February 04, 2013, 06:40:38 pm »

Never mind. I figured it out. But I'll save others who are interested some wasted time searching the Wiki (which only leads to a page that doesn't exist).

Options -> Library & Folders -> Manage Library Fields -> Add New Field -> Calculated Data.
Logged
Cheers,
Audun

My system:
ASUS  P8Z68 V-PRO/GEN3, 8GB RAM, Core i5-2500K
EVGA Nvidia GTX 970 SSC, 4GB RAM
Antec P180 case w/Seasonic X460 fanless PSU, water cooled by Zalman Reserator 1+ w/extra DDC pump
Windows 7 Ultimate 64 bit
Sony VPL-HW30ES 3D projector
Yamaha RX-V3900 receiver and custom built 2Ch power amp for front/stereo speakers
Klipsch Reference/SVS 7.1 speaker system
Always running the latest available version of MC

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Is there a way to display remaining playback time?
« Reply #7 on: February 04, 2013, 06:50:44 pm »

That's one place.  But you can also paste the expression directly into the Customize file info panel ... area in Tools > Options > Theater View
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up