Git Product home page Git Product logo

playlist_converter's Introduction

Playlist converter

The idea here is simple; a command line tool that will convert a specified Rhythmbox playlist to Ogg Vorbis and dump the output where you tell it too.

Usage

Minimally you can use it like this:

  playlist_converter --name myplaylist
  # or:
  playlist_converter -n myplaylist

The result will be a folder created in the current directory filled with Ogg Vorbis encoded versions of all the songs in the "myplaylist" playlist.

You can also specify where you want the output directory created:

  playlist_converter --name myplaylist --output_dir /media/mike/usb_stick
  # or:
  playlist_converter -n myplaylist -o /media/mike/usb_stick

Dependencies

You will need vorbis-tools installed since the oggenc command is used to encode the files. Also this only works under Python 2 at the moment. (Hence the pyenv .python-version file)

TODO

  • This probably makes more sense as a Rhythmbox plugin, since is relies on reading Rhythmbox's "private" files.
  • Options to output mp3 or other files might be nice.
  • Options to modify the encoding quality
  • If it makes sense for this to be a CLI tool, a Go rewrite would be nice.
  • How does CMUS store its playlist?

playlist_converter's People

Contributors

sleepycat avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.