audio_addict 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4c6d0d8a6dcc2c70d0f4b76666fd0a0bcda35866de558137924a0221e065bce
4
- data.tar.gz: 3fb797ef3e85f0642e445ebfb5c61b213981d520e76f71e084cba5012e879e02
3
+ metadata.gz: aeef7aa42b6accbb481b66b05ba0d0a33e5dbffd2010906752931f4800b8562e
4
+ data.tar.gz: 054f2b3ee51f70fa77d06b47d52cfe2385affd8364a4b037c561e8328c80b451
5
5
  SHA512:
6
- metadata.gz: 654ceb7b29817f8aa8179ab267ee0e882a1c7db1e1641e5aa76354a3cbae5db02484adc1178ef25f926f17ca87a31f34f4bf47b266c9acbbaf743d58bf832d21
7
- data.tar.gz: 1a8d176715d13da7513c8fabf7e5ca64c7096ed304a9d0bff29c8d13f3ecd82fef0f317189ecc13f60b6719dab6846ee639d4ca85e6533abe5fe43bfe413b769
6
+ metadata.gz: 315755a489ab14d89d525dc0ed5dd1524bccb9d99933ab5cb723c3a6bac2c35ef91702a82d61a3763cb96f7434084953e9260c47f416169aa1d0aad6b4442fd7
7
+ data.tar.gz: f0b07e6211496665f49aff78b7214c24acc3a0286aee449d6fa3a3b58b60c64dcc9262ea0db1e7d78c432d37658d584eb967d08606b7bb8afe0b381f93cf59e5
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class ChannelsCmd < Base
4
4
  summary "Show list of channels"
5
5
 
6
- help "List and search channels in the currently set radio network"
6
+ help "This command lets you list and search for channels in the currently active radio network."
7
7
 
8
8
  usage "radio channels [SEARCH --info]"
9
9
  usage "radio channels --help"
@@ -3,6 +3,8 @@ module AudioAddict
3
3
  class ConfigCmd < Base
4
4
  summary "Manage local configuration"
5
5
 
6
+ help "This command provides low level access to your local configuration file."
7
+
6
8
  usage "radio config set KEY VALUE"
7
9
  usage "radio config get KEY"
8
10
  usage "radio config del KEY"
@@ -3,6 +3,8 @@ module AudioAddict
3
3
  class HistoryCmd < Base
4
4
  summary "Show track history for the current channel"
5
5
 
6
+ help "This command shows the last few tracks that were playing on the currently active channel in reverse order (top track is the most recent)."
7
+
6
8
  usage "radio history"
7
9
  usage "radio history --help"
8
10
 
@@ -1,7 +1,9 @@
1
1
  module AudioAddict
2
2
  module Commands
3
3
  class LogCmd < Base
4
- summary "Manage local like log"
4
+ summary "Manage local like-log"
5
+
6
+ help "This command provides access and utilities for the local log of liked tracks. Before you can use this command, make sure you have configured the path to your log."
5
7
 
6
8
  usage "radio log show [SEARCH]"
7
9
  usage "radio log tail [--lines N]"
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class LoginCmd < Base
4
4
  summary "Save login credentials"
5
5
 
6
- help "Get a session key from AudioAddict API. This operation should only be done once."
6
+ help "Some commands in this AudioAddict CLI require access to the AudioAddict API. The 'login' command requests your AudioAddict user and password, and stores an API session key. This operation needs to be executed only once.\n\nThe user and password are not stored anywhere, only the session key is stored in your local configuration file."
7
7
 
8
8
  usage "radio login"
9
9
  usage "radio login --help"
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class NowCmd < Base
4
4
  summary "Show network, channel and playing track"
5
5
 
6
- help "Display the configured network and channel, as well as the currently playing track."
6
+ help "This command displays the active network and channel, as well as the currently playing track."
7
7
 
8
8
  usage "radio now"
9
9
  usage "radio now --help"
@@ -3,11 +3,13 @@ module AudioAddict
3
3
  class PlaylistCmd < Base
4
4
  summary "Generate playlists"
5
5
 
6
+ help "This command lets you generate playlists for the active network. In order to allow configuration, the process is done in two stages: 'init' and 'generate'."
7
+
6
8
  usage "radio playlist init NAME"
7
9
  usage "radio playlist generate NAME"
8
10
  usage "radio playlist --help"
9
11
 
10
- command "init", "Create a playlist configuration file. This step is required prior to using the generate command."
12
+ command "init", "Create a playlist configuration file. This step is required prior to using the generate command. After you generate this file, feel free to edit it to your preferences (sort order, remove channels etc)."
11
13
  command "generate", "Generate a playlist file based on the configuration file."
12
14
 
13
15
  param "NAME", "The name of the playlist without any extension"
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class SetCmd < Base
4
4
  summary "Set the radio network and channel"
5
5
 
6
- help "Save the channel and network to the config file for future use"
6
+ help "This command provides both interactive and non-interactive means of storing the currenlty active channel and network in the configuration file."
7
7
 
8
8
  usage "radio set [CHANNEL NETWORK]"
9
9
  usage "radio set --help"
@@ -3,6 +3,8 @@ module AudioAddict
3
3
  class StatusCmd < Base
4
4
  summary "Show configuration status"
5
5
 
6
+ help "This command shows high level status based on your configuration file."
7
+
6
8
  usage "radio status [--unsafe]"
7
9
  usage "radio status --help"
8
10
 
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class VoteCmd < Base
4
4
  summary "Vote on a recently played track"
5
5
 
6
- help "Start an interactive voting prompt for the currently playing track or for previously played tracks."
6
+ help "This command starts an interactive voting prompt for the currently playing track or for previously played tracks."
7
7
 
8
8
  usage "radio vote [--all --past]"
9
9
  usage "radio vote --help"
@@ -1,3 +1,3 @@
1
1
  module AudioAddict
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audio_addict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-13 00:00:00.000000000 Z
11
+ date: 2018-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colsole