Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madskjeldgaard/ranger-lame
mp3 conversion plugin for the the Ranger File Manager
https://github.com/madskjeldgaard/ranger-lame
Last synced: 25 days ago
JSON representation
mp3 conversion plugin for the the Ranger File Manager
- Host: GitHub
- URL: https://github.com/madskjeldgaard/ranger-lame
- Owner: madskjeldgaard
- Created: 2020-01-04T12:22:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T12:23:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T00:32:58.387Z (about 1 month ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ranger-awesome - ranger-lame
README
# ranger-lame
Lame integration plugin for the [Ranger File Manager](https://github.com/ranger/ranger) making mp3 conversion easy# Prerequisites
Lame
- Install lame on mac using HomeBrew: `brew install lame`
- Install lame on ubuntu using apt: `sudo apt install lame`# Installation
Copy `ranger-lame.py` file to ~/.config/ranger/plugins folder and restart ranger.# Usage
Select one or more files you want to manipulate using lame and then execute one of the following commandsCurrently available commands:
- `:mp3` - convert to mp3 using standard VBR settings
- `:mp3medium` - convert to mp3 using medium VBR settings
- `:mp3extreme` - convert to mp3 using extreme VBR settings
- `:mp3insane` - convert to mp3 using insane CBR settings