-
Notifications
You must be signed in to change notification settings - Fork 2
/
PackageInfo
44 lines (41 loc) · 2.03 KB
/
PackageInfo
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
name Radio
version $VERSION
summary "Find and play internet radio stations"
description "Start the application. Run a search for a radio station name. If you found one you like, add it to the main list. There you can play it, visit its homepage or change the station information.
Searches use Radio Network, a service that offers a network API to its database (http://www.radio-browser.info).
Stations including all their attributes are saved as Shoutcast playlist files in ~/settings/Stations so they are available for other apps.
Please report back any bugs at https://github.com/fishpond-haiku/Haiku-Radio/issues.
Last Updates:
- 0.0.3-14 Terminate worker threads in listenlive station finder
- 0.0.3-13 Fix cases where meta-info spans two different http buffers
- 0.0.3-12 Allow station searches with keywords predefined by station search service
- 0.0.3-10 Enhanced search on listen.live, handle http redirects
- 0.0.3-9 Limit data provided for sniffing format - allows ogg stations to play, better handling of m3u references, retrieve more information from Radio Networks database, increased network timeout for higher stability
- 0.0.3-8 Stability enhancements, non-responsive stations are not added any more, accept command line parameters
- 0.0.3-7 Move stream initialization to asynchronous function, some GUI updates
- 0.0.3-6 Fix stability issues in internal stream handling and workarounds for empty metadata, streams not starting on frame border, etc.
- 0.0.3-5 Pull and display metadata from icecast streams
Known bugs:
- Some stations will return a 'No handler' error message. In most cases these stations simply do net respond."
vendor "Fishpond"
packager "Fishpond"
architecture $ARCH
copyrights {
"2017, Fishpond"
}
urls {
"mailto:[email protected]"
"http://www.esmio.de/haiku"
"http://www.esmio.de/haiku_x86"
"http://www.esmio.de/haiku_x86_64"
}
licenses {
"MIT"
}
provides {
Radio = $VERSION
}
requires {
haiku>=r1~alpha4_pm-1
lib:libxml2
}