commit e3317c86113ff236272f6bf1b88cacfe54103be3 from: Omar Polo date: Tue May 02 18:17:37 2023 UTC fix my email address used @openbsd.org initially by mistake and got copied around in most files. Since this has nothing to do officially with the OpenBSD project, use my own email address. commit - f094cfde0da00a5d35783f5e19ed4883a59dc88b commit + e3317c86113ff236272f6bf1b88cacfe54103be3 blob - 114c2af8d0462de65e44f3587534d3cdc1521dd5 blob + de971870a920daee95796a61f056486264fd895b --- amused.1 +++ amused.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2022 Omar Polo +.\" Copyright (c) 2022 Omar Polo .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -227,14 +227,14 @@ $ find . -type f -iname \\*.opus -exec amused add {} + .Ed .Pp Save the state of the player to the file -.Pa state : +.Pa amused.dump : .Bd -literal -offset indent -$ amused show -p > state +$ amused show -p > amused.dump .Ed .Pp Load a previous state: .Bd -literal -offset indent -$ amused load < state +$ amused load < amused.dump .Ed .Pp Shuffle the playlist: @@ -257,4 +257,4 @@ $ amused jump "$(amused show | fzf +s)" The .Nm utility was written by -.An Omar Polo Aq Mt op@openbsd.org . +.An Omar Polo Aq Mt op@omarpolo.com . blob - e89aa222882a4dd27104d59da67d585812bc3904 blob + 2f55e56f45781c5b460d3297da6bdc5374e3f262 --- amused.c +++ amused.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 8e43ca26a080662b1a3be57c37217cdb5ac8953d blob + e7620fd48fad02a2b2b615ae6917d9655a8626b1 --- amused.h +++ amused.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - b03d0f3b83d875fd587fbb0a0d05344efbc8e130 blob + 284e14286fd7e9311a2bac1020f0c170edddd305 --- configure.local.example +++ configure.local.example @@ -1,5 +1,5 @@ # -# Copyright (c) 2022 Omar Polo +# Copyright (c) 2022 Omar Polo # Copyright (c) 2014-2022 Ingo Schwarze # # Permission to use, copy, modify, and distribute this software for any blob - 52cf16aab058533b40f3246173af02bc7ec63ae5 blob + b57f61435cc42a27d77923b8b53c5f9f446338ed --- control.c +++ control.c @@ -1,7 +1,7 @@ /* $OpenBSD: control.c,v 1.8 2021/03/02 04:10:07 jsg Exp $ */ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * Copyright (c) 2003, 2004 Henning Brauer * * Permission to use, copy, modify, and distribute this software for any blob - c0adc9a4d6cd60a5a1e02f905f1f47dd6bb1e37c blob + 7ed5ed442ebc7b04488aa14b44da233225ad9117 --- ctl.c +++ ctl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * Copyright (c) 2015 Theo de Raadt * * Permission to use, copy, modify, and distribute this software for any blob - 1bdef9ba7768c972ef5db3b2676830406134982e blob + 0337a58d1be31e6c2c75cd58b7bf6335689b814c --- player.c +++ player.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 550b4671180a345d23001ec9e52ccf20e591a9aa blob + 4a5c867e0de02542ee4521ec21624544c464c22b --- player_123.c +++ player_123.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 497e9280818fe0bdea2530c2f0535409e006d8ba blob + e7d95cfd19f5ae3f9f1b9450986097ff4d0eb543 --- player_flac.c +++ player_flac.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 1d53f655cb255d3a23eb1c802f0d402db0f5ae42 blob + 19e8a6615d938066aa087a15751fb2425ad4a4ad --- player_oggvorbis.c +++ player_oggvorbis.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 0f033733cd6b60bebbfe089ceef203dcff658a15 blob + a0a337f22c07477ec4d03b22d166320241ca41ef --- player_opus.c +++ player_opus.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 5192f23ddaaf415199b39af62f879c1027e6a66e blob + 41c0d678ea38858f97a0dd86da8a28d1ef5faab3 --- playlist.c +++ playlist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above blob - 2570ca8676264d8032ae2c0a4213e90c30c27875 blob + 6088dfe00eba7d94141024282dc016dc8740b6de --- playlist.h +++ playlist.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2022 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above