vitunes 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +7 -6
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
@@ -97,14 +97,15 @@ line is blank, or try `ESC` then `q`.
97
97
  * `<<` previous track in iTunes current playlist
98
98
  * `.` show current track and playlist, if any
99
99
 
100
- One thing to note: if you start playing a track that you've gotten to through a
101
- playlist search, iTunes will play in continous mode, where the next track in
102
- the playlist will automatically start playing after the current one ends.
100
+ One thing to note: if you start playing a track that you've gotten to by going
101
+ through the playlist dropdown, iTunes will play in continous mode, where the
102
+ next track in the playlist will automatically start playing after the current
103
+ one ends.
103
104
 
104
- But if you start playing a track you got to through search or some other path,
105
- iTunes will stop playing after the track you just selected ends.
105
+ But if you start playing a track you found some other way (e.g. via search
106
+ query), iTunes will stop playing after that track ends.
106
107
 
107
- If you want use ViTunes to find and queue a bunch of tracks and have them play
108
+ If you want to use ViTunes to find and queue a bunch of tracks and have them play
108
109
  in automatic succession, use the next feature...
109
110
 
110
111
  ### Copying tracks
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 5
9
- version: 0.2.5
8
+ - 6
9
+ version: 0.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi