mplayer-spot: Save your spot when watching movies with @mplayer@.

[ bsd3, library, program, text ] [ Propose Tags ]

Please see README.md.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies async, attoparsec, base (>=4.11 && <5), bytestring, conduit, conduit-extra, directory, filepath, mplayer-spot, process, semigroupoids, streaming-commons, tagged, text [details]
License BSD-3-Clause
Copyright 2020 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com
Category Text
Home page https://github.com/cdepillabout/mplayer-spot
Source repo head: git clone git@github.com:cdepillabout/mplayer-spot.git
Uploaded by cdepillabout at 2020-02-11T06:03:02Z
Distributions NixOS:0.1.0.0
Executables mplayer-spot
Downloads 372 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-11 [all 1 reports]

Readme for mplayer-spot-0.1.0.0

[back to package description]

mplayer-spot

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

mplayer-spot saves your spot when watching movies with mplayer.

Usage

You can use mplayer-spot on the command line just as you would use mplayer:

$ mplayer-spot Dumb-and-Dumber.mp4

This plays the movie just like mplayer.

However, if you exit part-way through the movie by pressing q, mplayer-spot saves your current location. Next time you play the same file, mplayer-spot looks up how far into the movie you watched, and starts playing from that position.

If instance, if you stop the movie after 45 minutes, and play it again with mplayer-spot, it will start from the 45 minute mark.

mplayer-spot is convenient if you often watch long movies in parts, and want an easy way to restart from where you left off.

How Does mplayer-spot Work?

mplayer-spot runs mplayer in verbose mode, and parses the current position in the movie. When exiting, it saves the position in the ~/.mplayer-spot directory.

mplayer-spot references files by filename, so if you rename a file, you will not be able to restart from the same position.