Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sfuhrm/radiorecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jan 22, 2024
2 parents 484362e + d3b9a18 commit 73c9db9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ The program is a command line only program. It supports multiple parameters:
station(s), (partial) station name
for lookup or the station UUID (see
option -list-station)
-abort-after KB : Abort after writing the given amount
-abort-after-duration DURATION : Abort after a given time, i.e.
'3m10s', '3h' or '10s'.
-abort-after-kb (-abort-after) KB : Abort after writing the given amount
of kilobytes to target drive.
-cast (-c) CASTDEVICE_TITLE : Stream to the given chrome cast
device. Use cast device title from
'-list-cast'.
-client (-C) [JAVA_NET | : Specify HTTP client to use. (default:
APACHE_CLIENT_4 | APACHE_CLIENT_5] APACHE_CLIENT_5)
APACHE_CLIENT_5] APACHE_CLIENT_5)
-directory (-d) DIR : Write recorded stream files to a
folder hierarchy in this target
directory.
Expand Down Expand Up @@ -114,11 +116,13 @@ The program is a command line only program. It supports multiple parameters:
-use-songnames (-S) : Use songnames from retrieved metadata
information. Will create one file per
detected song. (default: false)
-version (-V) : Show version information and exit.
(default: false)
```

## License

Copyright 2017-2023 Stephan Fuhrmann
Copyright 2017-2024 Stephan Fuhrmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 73c9db9

Please sign in to comment.