Skip to content

Commit e9cbd14

Browse files
committed
Set up for v0.4.62 development
1 parent 9cff161 commit e9cbd14

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.4.62 -
12
v0.4.61 - Add 'set_queue_position' action
23
v0.4.60 - Add 'generic' HTTP macro and increase number of args to 12
34
- Fix remove_playlist / delete_playist actions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ sonos Kitchen play_from_queue 5
438438
- **`remove_last_track_from_queue <count>` (or `rltfq`)**: Removes the last `<count>` tracks from the queue. If `<count>` is omitted, the last track is removed.
439439
- **`remove_from_queue <track_number|sequence|range>`** (or **`rfq`, `rq`**): Remove tracks from the queue. Track numbers start from 1, and can be supplied as single integers, sequences (e.g., '4,7,3'), or ranges (e.g., '5-10'). Note: do not use spaces either side of the commas and dashes. Sequences and ranges can be mixed, e.g., '1,3-6,10'.
440440
- **`save_queue <title>`** (or **`sq`, `create_playlist_from_queue`**): Save the current queue as a Sonos playlist called `<title>`.
441-
- **`set_queue_position <track_number>`** (or **`sqp`): Set the queue position to `track_number`, without commencing playback. Note that this will stop any current source being played.
441+
- **`set_queue_position <track_number>`** (or **`sqp`**): Set the queue position to `track_number`, without commencing playback. Note that this will stop any current audio being played.
442442

443443
The following has issues and requires further development. For example, it's currently possible to add radio stations to the queue!
444444

soco_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
For more information, please see: https://github.com/avantrec/soco-cli
1111
"""
1212

13-
__version__ = "0.4.61"
13+
__version__ = "0.4.62"

0 commit comments

Comments
 (0)