GithubHelp home page GithubHelp logo

playlister's Introduction

Playlister

A command-line tool for reading your iTunes/Music.app playlists.

Tests

Features

  • list List all of your playlists. Optionally using a nice nesting format, to be easier to read.
  • md Spit out a single playlist as a Markdown file. Use -r to include ratings on the five-star scale, and -l to interactively attach links to each item. Links are stored in a database (in ~/.playlister/) for reuse the next time you run md -l.
  • generate Spit out all your playlists as Markdown files, hierarchically-organized, in ./playlists/ Can non-interactively add links, where present in the database (-l), and optionally track the whole thing in git (-g), including fetch/pull/push, if you configure the git repository for it. (Note: doesn't handle merge conflicts.)
  • db Manage the database. For now, only includes a helper to wipe the whole thing; in the future, would like to add features for managing single entries.

Getting Started

  1. git clone https://github.com/grey280/Playlister.git
  2. cd Playlister
  3. swift build -c release
  4. cp .build/release/playlister /usr/local/bin/playlister
  5. playlister --help

Note: depending on your environment, you may need to sign the playlister binary. To do so, use codesign -s {the name of your Apple Development/Distribution certificate} .build/release/playlister before step 4, above.

Built on...

playlister's People

Contributors

grey280 avatar

Stargazers

Kailyn avatar

Watchers

James Cloos avatar  avatar

playlister's Issues

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.