Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madskjeldgaard/ranger-lame

mp3 conversion plugin for the the Ranger File Manager
https://github.com/madskjeldgaard/ranger-lame

Last synced: about 2 months ago
JSON representation

mp3 conversion plugin for the the Ranger File Manager

Awesome Lists containing this project

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 commands

Currently 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