PDA

View Full Version : Resume - from last point of play ; each file



digitalPimple
01-22-2013, 06:03 AM
title. resume feature. start a video file from the last point played.

Not sure this would work well with the dlna spec. Would be nice to have popup asking to resume but not sure dlna streaming could support this.

Peter
01-22-2013, 09:19 AM
Hi,
resume functions like this are device dependent, we have an idea on how to make Mezzmo play the file from the position it was last streamed so we may implement this after Mezzmo 3.0 is released (possibly Mezzmo 3.1 or later).

Dion
01-22-2013, 10:28 PM
Hi,
resume functions like this are device dependent, we have an idea on how to make Mezzmo play the file from the position it was last streamed so we may implement this after Mezzmo 3.0 is released (possibly Mezzmo 3.1 or later).

Some devices even allow the writing of a resume file. I know the WDTV Live supports this feature.

see here.
http://forum.conceiva.com/showthread.php/2871-Resume-File-Support-For-WDTV-s

Still using 2 of the old models so this would be a great feature. For all players :)

Paul
01-23-2013, 08:15 AM
Thanks for this, Dion.

JohnM
01-26-2013, 02:08 PM
I believe that Mezzmo could implement this as a server side feature. The client does not need to know that you are doing it. Some of the changes are keeping the current status in the DB. For example:

Total movie length 127 minutes.
User1 watches movie 1 on front room set for 97 minutes. When they stop the db is updated to include 97 minutes on Front room set.
User 2 watches movie 1 on bedroom set for 22 minutes. When they stop the db is updated to include 22 minutes on bedroom set.

Later if User1 wants to continue the movie they use either a playlist continue movie that lists all the movies to continue or (better) when they scroll to the movie they get a submenu that lists Start from beginning. Continue from bedroom view (22min) and Continue from Front room view (97 min). The server would keep track of the movies, play times and media device used (by name). It would simply tell the device I have these X number of films that met your spec. The Media device would not know (or care) that you were continuing a movie. Having it contain the device would allow you to continue on any other (compatible or transcodable) device. Once the movie has been played all the way through the db should remove that listing.

Paul
01-27-2013, 02:54 PM
Thanks for the idea, JohnM. Makes sense and we'll certainly consider it.