Commit graph

16 commits

Author SHA1 Message Date
6d84552a2c args: audio length can be human-friendly
--min-len and --max-len accept argument like 15m for 15 minutes or 2h
for two hours.

The old "number of seconds" (ie: 3600 for 1 hour) is still supported
and not deprecated.
2018-02-18 20:28:58 +01:00
324fdf9d96 --sort-by and --reverse
no means "leave it as it is"
2018-02-13 23:00:56 +01:00
0740fb5f84 Support audio date (and filter by date) 2018-02-13 22:51:22 +01:00
0cdec12b92 cosmetic changes 2018-02-13 21:49:30 +01:00
6e6e4c826e minor: option group for --source-weights 2018-02-13 21:35:36 +01:00
9fc54050d6 feed --min-len 2018-02-13 21:32:31 +01:00
1633ce703d minor: english variable names 2018-02-13 20:28:01 +01:00
aeb59a8dc0 options are organized in groups 2018-02-13 20:20:06 +01:00
1be085976e FIX #1: --source-weights
source weights are meant to first of all pick a source, with the
defined weights. This option is unrelated to --random. In fact,
--random will switch from chronological order to random one.
--source-weights will, instead, pick only one of the sources given in
command line.

A typical example is for jingles: if you have a big number of jingles that
should run relatively rarely, and a small number of jingles that should
run often, then putting them all in the same directory isn't a good
idea. You'd better put them in two different dirs and use
--source-weights 1:2
2017-12-09 17:51:56 +01:00
a8f59b75a3 feed: supports directories, too
Now feeds and directories can easily be combined
2017-12-09 12:51:36 +01:00
e9ca1cf181 --random 2017-06-12 23:26:43 +02:00
a0096cd335 fix group 2017-06-12 23:26:36 +02:00
3b40b070fb FIX file:// uri 2017-05-26 12:57:15 +02:00
1033871b60 feed --copy: sanitize url 2017-05-25 19:22:00 +02:00
f757ce168d add --copy 2017-05-25 16:52:57 +02:00
235d7a938f feed: pesca audio dai feed con molte magie 2017-04-19 11:18:45 +02:00