tapedeck

Crates.iotapedeck
lib.rstapedeck
version0.1.0
created_at2021-09-10 00:57:08.473506+00
updated_at2021-09-10 00:57:08.473506+00
descriptionA cli tool for organizing and enjoying music collections.
homepagehttps://github.com/zthompson47/tapedeck
repositoryhttps://github.com/zthompson47/tapedeck
max_upload_size
id449069
size102,934
Zach Thompson (zthompson47)

documentation

README

Tapedeck

A cli tool for organizing and enjoying music collections.

Just getting this version started. Temporarily requires Linux and PulseAudio.

At least for now, it's an FFmpeg wrapper and requires ffmpeg in PATH. The SQLite database is $HOME/.local/share/tapedeck/tapedeck.db.

Basic Usage

$ tdsearch ~/tunes
$ tdsearch -l
1. ~/tunes/albums/Greatest Hits
2. ~/tunes/shows/gd1973-05-26-kezar.shnf
$ tdplay -i 2
$ # <left>/<right> next/prev
$ # <q> | <esc> | <ctrl-c> quit
$ # <i> pager of text files in dir
$ #   <j>/<k> scroll
$ tdplay https://somafm.com/7soul.pls
Commit count: 0

cargo fmt