bestnewmusic

View music reviews and weekly radio charts in the terminal


Keywords
music, terminal, music-recommendation, pitchfork
License
MIT
Install
pip install bestnewmusic==0.5.9

Documentation

bestnewmusic

TravisCI

View recent highly rated albums in the terminal.

bnm

bnm supports the following sources:

Installation

Install with pip:

pip install bestnewmusic

Usage

usage: bnm [-h] [-r] [-l LENGTH] {p4k, ra, bk, mh, fe, sd, wfmu, am}

positional arguments:
  {p4k,ra,bk,mh,fe,sd,wfmu,kalx}
    - p4k  : Pitchfork 8.0+ Albums
    - ra   : Resident Advisor Recommends
    - bk   : Boomkat Weekly Best Sellers
    - mh   : Midheaven Weekly Best Sellers
    - fe   : Forced Exposure Weekly Best Sellers
    - sd   : Stranded Recommended Records
    - wfmu : WFMU Weekly Charts
    - am   : AllMusic Featured New Albums

optional arguments:
  -h, --help            Show this help message and exit
  -r, --reverse         Display items in reverse order (with most recent last)
  -l, --length          Number of items to display

Example

Show the WFMU weekly play charts for the current week, organized by frequency:

bnm wfmu

Show the first five most recent 8.0+ albums on Pitchfork (incl. reissues):

bnm p4k -l 5

Show the weekly bestsellers on Forced Exposure, ordered from least to most popular:

bnm fe -r