Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krr0ption/ranger-vuration
A plugin for calculating video duration in ranger file manager.
https://github.com/krr0ption/ranger-vuration
ffmpeg ranger ranger-fm ranger-plugin
Last synced: 29 days ago
JSON representation
A plugin for calculating video duration in ranger file manager.
- Host: GitHub
- URL: https://github.com/krr0ption/ranger-vuration
- Owner: Krr0ptioN
- License: mit
- Created: 2023-04-19T13:07:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:03:40.000Z (11 months ago)
- Last Synced: 2024-11-07T18:02:18.633Z (3 months ago)
- Topics: ffmpeg, ranger, ranger-fm, ranger-plugin
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ranger-vuration
A plugin for calculating video duration in ranger file manager.### Features
- Get the duration of single and multiple video files using selection feature of ranger.
- [ ] Results are printed in a TUI and accessable dialog
- [ ] The history of the files analyzed files can be tracked and reviewed### Install
Git to clone this repository into your
`~/.config/ranger/plugins` folder. For example:```sh
git clone [email protected]/krr0ption/ranger-vuration.git ~/.config/ranger/plugins/vuration
```### Usage
Moving your cursor over the target file and use the below command.
```
:vuration
```
You can add add keybinding for this command in your `rc.conf`.
```
map vuration
```The same command can be used for getting the total duration of files that are marked with ``.