mplayer wrapper providing per-file options & keybinding
Project description
So, what does this do?
automp allows you to automatically append options or use different keybinding depending on the file you’re playing. This is great if you want to skip the intro at the beginning (by providing an -ss xx:xx option) without doing anything or skipping something with a known length in the middle of the file at the press of a button(by providing a key=seek xx.xx mapping) To use it, just type automp every time you want to start mplayer instead of mplayer or use an alias.
The config file (which can be found in $XDG_CONFIG_HOME/mplayer-autocmd-config) is a file that’s parsed by Pythons configparser module, for a description of the terminology and it’s possibilities look at the documentation.
The section name is used as a “profile name”, it has no special meaning except for showing you which profile has been chosen.
There are only three supported options (or keys):
- regex
A regular expression that has to match the filename using Pythons re.search function in order for the other stuff in the section to be applied.
- remove_after_playing
If this is a True value according to the documentation for getboolean the file will be removed after it has been played.
- options
A string containg the arguments to pass to mplayer for this profile.
Every other option is treated as a key (like on your keyboard) with the value being the command the key is bound to. For a list of all possible keys, use mplayer –input=keylist. For a list of all possible commands, use mplayer –input=cmdlist.
An example config file called example.config is part of the git repository.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mplayer-autocmd-3.tar.gz
.
File metadata
- Download URL: mplayer-autocmd-3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f577adc154f22a232fc8890d050b6ade30d42bf8329890d5bb32e2019c5aa97c |
|
MD5 | 044005f9bfb60e42c422cb6489f18d69 |
|
BLAKE2b-256 | 61afc9cc8dca7027dc641f08e3e4dc8ad0760a5830281981ac3bcd0685431977 |