TomWhitwell / SlowMovie

MIT License
345 stars 69 forks source link

More control features while player is running #127

Closed timsterzel closed 2 years ago

timsterzel commented 2 years ago

I have running SlowMovie player on my raspberry pi as service for a while now. It's working fine so far. Now I'm looking for more functions to control the player while it is running. For example:

qubist commented 2 years ago

I think @robweber has a pretty evolved fork of the repo that has features like this provided through a networked GUI: https://github.com/robweber/vsmp-plus

robweber commented 2 years ago

That project would be a good place to start, there may be other forks with similar functionality too. We're trying to very consciously avoiding big diversions from core functionality to maintain the spirit of this project. It's a fine line but keeps from feature creep.

timsterzel commented 2 years ago

Thanks, I will checkout the forks. I also just realized that just stopping the player is equivalent to pausing the movie. And when starting the player it is continuing the playback by default. So at least that future is implemented already

timsterzel commented 2 years ago

I created an application which makes it possible to control SlowMovie over an Web GUI from inside the browser. It is not a fork, but a wrapper around SlowMovie. It is possible to select from the Videos inside your Video folder and Pause/Stop or Start from specific frames and more.

I have been using the application productively for a while now and plan some improvements. If someone is interested to take a look into the project you can find it here: SlowMovie Web GUI

Everyone who want can join the project or give feedback.