From f399aceed341366bab424524248e04d109bf8e7a Mon Sep 17 00:00:00 2001 From: Stephan Fuhrmann Date: Sun, 14 Jan 2024 01:23:09 +0100 Subject: [PATCH 1/2] Update params and license year --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b90ce69..8f7d514 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. From 9cce1ec946a8a835eef850e806ec0ad0b95df4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:05:10 +0000 Subject: [PATCH 2/2] Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0147d72..599a032 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ org.mockito mockito-junit-jupiter - 5.8.0 + 5.9.0 test