Skip to content

winsbe01/subcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Subcl! a command-line frontend for Subsonic

Requires ruby 1.8+ and mplayer

How to use:

  • .subcl file in your home directory (~/.subcl) contains:
    1. "server <name of your subsonic server>"
    2. "username <username for subsonic>"
    3. "password <password for subsonic>"
  • currently supported commands:
    1. "artists" -- lists all artists available
    2. "albums <artist name>" -- lists all albums for a given artist
    3. "qs <song name>" -- queues a song
    4. "qa <album name>" -- queues an album
    5. "queue" -- show the queue
    6. "play" -- plays each song in the queue (in order)

Issues and TODO:

  • convert to using basic auth
  • more functionality (playing song/album on the fly)
  • modifying queue on the fly
  • support for other music players (cvlc, etc)
  • use mplayer, others in background mode (with sockets)
  • use subcl through socket

About

a command-line front-end for the subsonic api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages