Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Movies / Series: What do I have already seen? #132

Open
ochurlaud opened this issue Jul 18, 2015 · 3 comments
Open

Movies / Series: What do I have already seen? #132

ochurlaud opened this issue Jul 18, 2015 · 3 comments

Comments

@ochurlaud
Copy link
Owner

People I asked told me that an important feature would be that Macaw remembers what they have seen. So that they don't have to remember "I'm watching How I met your mother, I'm season 73, episode 12".

So it means that all movies should go in the ToWatch playlist at the importation, the playlist should update itself each time we open a movie, and easily come back to its previous state (in case you open it and don't finish or change your mind).

Another playlist "What I want to see in the next few days" may be added to replace the current "ToWatch".

Discussion is opened to know how we design this.

@ochurlaud
Copy link
Owner Author

Use QProcess. On start, launch a timer, catch the signal exited/finished and read the timer. If the time is bigger than... then consider as watched.

@ochurlaud ochurlaud self-assigned this Aug 17, 2015
@SebastienTouze
Copy link
Contributor

Idea seems good but regarding the timer I think it will not work. If user put movie in pause for lunch at his / her come back timer will be greater that movie duration but film not finished.

VLC has a function to play at last stop on Android. There should be a way of doing this on computer too. Maybe a specific exit code.

@ochurlaud
Copy link
Owner Author

Yes but we don't work with one or 2 media players... And it would be specific code for each

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants