-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
63 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2024-10-09 Michael Herstine <[email protected]> | ||
|
||
Cut release 0.7.1 | ||
|
||
Fix a build error in winamp-genres.cc. | ||
...by explicitly including `<algorithm>`. | ||
|
||
2024-02-03 Michael Herstine <[email protected]> | ||
|
||
Make pre-release updates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#+TITLE: scribbu | ||
#+DESCRIPTION: The extensible tool for tagging your music collection | ||
#+DATE: <2022-12-30 Fri 14:32> | ||
#+DATE: <2024-10-09 Wed 17:00> | ||
#+AUTHOR: sp1ff | ||
#+EMAIL: [email protected] | ||
#+AUTODATE: t | ||
|
@@ -59,7 +59,7 @@ scribbu can be invoked in a few ways: | |
|
||
#+BEGIN_EXAMPLE | ||
scribbu | ||
scribbu 0.7.0 | ||
scribbu 0.7.1 | ||
Copyright (C) 2017-2024 Michael Herstine <[email protected]> | ||
|
||
You are in the Guile REPL; in your shell, type `info scribbu' for documentation. | ||
|
@@ -110,7 +110,7 @@ scribbu is supported on Linux & MacOS. It depends upon: | |
|
||
scribbu is distributed as an Autotools source distribution, so installation is accomplished via the usual "configure, make, make install" incantations. General instructions may be found in [[INSTALL]]. | ||
|
||
Begining with scribbu 0.7.0, binary packages for Debian & Arch are also available. | ||
Begining with scribbu 0.7.1, binary packages for Debian & Arch are also available. | ||
|
||
Patches, suggestions & bug reports are welcome. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# scribbu boilerplate as of release 0.7 -*- text -*- | ||
version: 0.7.0 | ||
version: 0.7.1 | ||
author: Michael Herstine | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- Autoconf -*- | ||
# Process this file with autoconf to produce a configure script. | ||
AC_PREREQ([2.69]) | ||
AC_INIT([scribbu], [0.7.0], [[email protected]], [scribbu], [https://github.com/sp1ff/scribbu]) | ||
AC_INIT([scribbu], [0.7.1], [[email protected]], [scribbu], [https://github.com/sp1ff/scribbu]) | ||
AC_CONFIG_MACRO_DIR([macros]) | ||
AC_CONFIG_SRCDIR([src/scribbu.cc]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
@@ -18,14 +18,14 @@ AC_PROG_CXX | |
# breaks on Autoconf 2.71 (?) | ||
# AC_PROG_AR | ||
AC_C_VARARRAYS | ||
AM_PROG_AR | ||
AC_PROG_AWK | ||
AC_PROG_CC | ||
AC_PROG_CPP | ||
AC_PROG_INSTALL | ||
AC_PROG_LN_S | ||
AC_PROG_MAKE_SET | ||
AC_PROG_RANLIB | ||
AM_PROG_AR | ||
AC_PROG_LIBTOOL | ||
AC_PROG_YACC | ||
AC_PROG_LEX | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2018-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-dump 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-dump 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu-dump \- dump ID3 tags from one or more files | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2021-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-encodings 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-encodings 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu encodings \- List the character encodings supported by scribbu | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-genre 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-genre 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu genre \- Set the genre for one or more files | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2021-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-m3u 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-m3u 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu m3u \- M3U playlists from one or more files | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2019-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-popm 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-popm 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu popm \- Manage the play count and/or popularimeter ID3v2 tags | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2018-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-rename 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-rename 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu rename \- Rename files according to the ID3 tag attributes | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2018-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu-report \- generate a report on one or more files' ID3 tags | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2018-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu-split \- split a file into ID3v2, track & ID3v1 pieces | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2019-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu-text 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu-text 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu-text \- Manage ID3v2 text frames | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Copyright (C) 2018-2024 Michael Herstine <[email protected]> | ||
.\" You may distribute this file under the terms of the GNU Free | ||
.\" Documentation License. | ||
.TH scribbu 1 2024-02-03 "scribbu 0.7.0" "scribbu Manual" | ||
.TH scribbu 1 2024-10-09 "scribbu 0.7.1" "scribbu Manual" | ||
.SH NAME | ||
scribbu \- The extensible tool for tagging your music collection | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 3 February 2024 | ||
@set UPDATED-MONTH February 2024 | ||
@set EDITION 0.7.0 | ||
@set VERSION 0.7.0 | ||
@set UPDATED 10 October 2024 | ||
@set UPDATED-MONTH October 2024 | ||
@set EDITION 0.7.1 | ||
@set VERSION 0.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters