Project

tune

0.0
No commit activity in last 3 years
No release in over 3 years
tune is a command line interface of Radio Tray via dbus
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 0.9.2.2
~> 3.11
~> 2.12.0

Runtime

~> 0.18.1
 Project Readme

tune

Build Status

Simple controller for Radio Tray ♪♪♪

Installation

$ gem install tune

or

$ git clone https://github.com/grauwoelfchen/tune.git
$ cd tune
$ rake build
$ gem install pkg/tune-x.x.x.gem

Requirements

  • dbus
  • radiotray (runtime)

Usage

You can specify channel with number index.

# run radiotray
$ tune power on
on

# list channels
$ tune list
$[00] .977 Classic Rock
$[01] .977 The Hitz Channel
$[02] 181.FM
$[03] 181.FM Classic Hits
$[04] 80s Sky.FM
...

# start to listen
$ tune play 16
Groove Salad

See help.

Tasks:
  tune help [TASK]             # Describe available tasks or one specific task
  tune list                    # Show bookmarks [synonym: ls]
  tune off                     # Turn off [synonym: stop]
  tune play                    # Play radio [synonym: start]
  tune power {on|off}          # On/Off radiotray [synonym: po]
  tune show                    # Show radio channel [synonym: current]
  tune volume {up|down} (1-5)  # Change volume [synonym: vol]

License

Copyright (c) 2012,2015 Yasuhiro Asaka

MIT License

Change Log

  • 2015.01.21, 0.0.6 Add 2.1.5 travis ruby test target. Add LICENSE into gemspec. Add gemfiles.
  • 2013.11.01, 0.0.5 Update task to be suitable for thor ~> 0.18.1
  • 2013.10.28, 0.0.4 Updated power off to kill process via pid (tested with ruby-1.9.3-p448, ruby-2.0.0-p247) Specified rspec version for travis (as 2.12.0)
  • 2013.02.15, 0.0.3 Removed unused gems and files (tested with ruby-1.9.3-p385)
  • 2012.12.04, 0.0.2 Updated README :p
  • 2012.12.04, 0.0.1 Released as gem !

Todo

  • Improve spec description
  • Add indicator (:play action takes sometimes a few seconds)
  • Create action for management of bookmarks (add, edit, delete)
  • Display current song (possible ??)