This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
forked from jkramer/shell-fm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE
56 lines (48 loc) · 2.19 KB
/
RELEASE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
SHELL.FM RELEASE NOTES 0.7 - 2008-08-30
Changes:
* Added "screen-format" option to set GNU screen window titles on track change.
* When "term-format" is set to a format string, shell-fm will set the terminals window title on track-change now.
* When option "download" is set to a path including format flags, free tracks are saved and tagged (with taglib support)
* Prompt for radio URI on startup if no default radio is set and no URI is given as command line argument.
* Added "gap" option for sleeping between tracks.
* Added delayed quit ('q', works only if delay-change is set).
* Delay of station changes works for bookmarks now.
* Bookmark list is sorted.
* Empty station cancels delayed station change.
* $SHELL_FM_HOME is used as base directory instead of ~/.shell-fm/, if set.
* Add pp-cmd that runs after a track is saved.
* Small playback buffer to decrease CPU load when playing without libao.
* Disable RTP at startup if "no-rtp" is set to something in the configuration.
Authors / Contributors:
* Benoît Rouits
* Csaba Henk
* Matthew Donoughe
* Matthias Goebl
* Mike Kelly
* Silviu Grijincu
* Stepan Kasal
* Cedric
* Jonas Kramer
SHELL.FM RELEASE NOTES 0.6 - 2008-09-04
Many thanks to the contributors to this release:
* Mike Kelly (fixes for FreeBSD)
* Lars-Dominik Braun (bug fixes)
* Rodrigo Tartajo (small improvements)
* Guillaume Pinot (patches for OpenBSD)
* Alexander Monakov (meta flags in extern option)
* Wirt Wolff (manual update)
* Åke Forslund (bug fix)
New features:
* delayed station change:
'r', 's' and 'f' wait until the currently played track ends before
changing to the next station if "delay-change" is set.
* playlist preview:
'u' prints upcoming tracks in the station queue, with 'E' you can
manually load the next bunch of tracks of the playlist.
With 'preview-format' you can change the format of the track list.
* 'discovery' in the configuration lets you enable discovery mode by default.
* UNIX socket support for local "remote" control (check manual).
* Directories ~/.shell-fm/ and ~/.shell-fm/cache are created automatically.
* 'extern' option has support for format flags.
* Better support for *BSD.
* Some minor improvements and bug fixes.