https://github.com/dwarfmaster/shell-music-player
A small music player in shell
https://github.com/dwarfmaster/shell-music-player
Last synced: 8 months ago
JSON representation
A small music player in shell
- Host: GitHub
- URL: https://github.com/dwarfmaster/shell-music-player
- Owner: dwarfmaster
- Created: 2016-03-03T15:40:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T11:30:35.000Z (almost 10 years ago)
- Last Synced: 2025-04-01T01:53:56.431Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Music Player
`smp` is a basic music player. It will read the first line of a file, delete it
from the file and use a player to play it.
The file is called the playlist. By default, it is the file
`$HOME/smp_playlist`. The program will also look at the `$SMP_PLAYLIST`
variable. Finally, when invoked, the first argument will be understood as the
path to the playlist.
The player is a program which will receive the path to the music to play as its
first argument. It must exits only when the music has finished. By default,
the program will look for a `smp_player` on path. The program will also look
at the `$SMP_PLAYER` variable. Finally, when invoked, the second argument will
be understood as the player command.