vitunes 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +7 -6
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -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
|
101
|
-
playlist
|
102
|
-
the playlist will automatically start playing after the current
|
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
|
105
|
-
iTunes will stop playing after
|
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
|
data/lib/vitunes/version.rb
CHANGED