My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 09, 2009
    issue 24 (Use grep -E instead of deprecated egrep) reported by vskytta   -   egrep is deprecated in GNU grep and historical in POSIX, the attached patch changes those invocations to grep -E.
    egrep is deprecated in GNU grep and historical in POSIX, the attached patch changes those invocations to grep -E.
  • Nov 20, 2009
    issue 3 (musicbrainz support not working) commented on by kevin.mccarthy   -   I have a patch for this that I made a year ago. I've refreshed it against the latest svn and did a quick test. It still seems to work. It adds a new script called musicbrainz-tool, which should go in the same place as cddb-tool. This program requires the musicbrainz2 python libraries (python-musicbrainz2 package on debian). If it works for you, please let me know and vote for this bug.
    I have a patch for this that I made a year ago. I've refreshed it against the latest svn and did a quick test. It still seems to work. It adds a new script called musicbrainz-tool, which should go in the same place as cddb-tool. This program requires the musicbrainz2 python libraries (python-musicbrainz2 package on debian). If it works for you, please let me know and vote for this bug.

Earlier this year

  • Nov 17, 2009
    issue 23 (Request for tarred distribution files.) reported by datamatrix   -   Hi, at the moment two OS are producing their own tar files of abcde's source code so they can produce packages, and others would like to update their packages/ports. Please would you consider producing an official tar for 2.4.0 and future tagged releases, it would make life much easier for OS packagers. Thanks very much.
    Hi, at the moment two OS are producing their own tar files of abcde's source code so they can produce packages, and others would like to update their packages/ports. Please would you consider producing an official tar for 2.4.0 and future tagged releases, it would make life much easier for OS packagers. Thanks very much.
  • Nov 13, 2009
    issue 22 (Something wrong with UTF-8 tagging) commented on by markpeloquin   -   It seems like it uses ISO-8859-1, since I've been able to do it. I just got an album with an oe ligature, and entered a world of pain (exaggeration). abcde is interpreting the multi-byte characters as multiple single-byte characters. I don't know how this can get communicated between the editor and abcde. Two things I'm sure are needed for UTF-8: (1) LANG needs to be set in your environment to ll_TT.UTF-8 (e.g. en_US.UTF-8); and (2) use Musicbrainz or CDDB with CDDBPROTO=6 in abcde.conf for the UTF-8 protocol. Then for my editor, I have tried messing with the fileencoding and encoding settings to no avail. This is further complicated by my mangling script for filenames (e.g. œ -> oe, ç -> c, ð -> dh), which seems to be receiving whatever encoding was saved.
    It seems like it uses ISO-8859-1, since I've been able to do it. I just got an album with an oe ligature, and entered a world of pain (exaggeration). abcde is interpreting the multi-byte characters as multiple single-byte characters. I don't know how this can get communicated between the editor and abcde. Two things I'm sure are needed for UTF-8: (1) LANG needs to be set in your environment to ll_TT.UTF-8 (e.g. en_US.UTF-8); and (2) use Musicbrainz or CDDB with CDDBPROTO=6 in abcde.conf for the UTF-8 protocol. Then for my editor, I have tried messing with the fileencoding and encoding settings to no avail. This is further complicated by my mangling script for filenames (e.g. œ -> oe, ç -> c, ð -> dh), which seems to be receiving whatever encoding was saved.
  • Nov 08, 2009
    r283 (Fix mp3 tagging fails for single author albums ) committed by colintu   -   Fix mp3 tagging fails for single author albums
    Fix mp3 tagging fails for single author albums
  • Nov 08, 2009
    r282 (Fix syntax error in tagged speex command ) committed by colintu   -   Fix syntax error in tagged speex command
    Fix syntax error in tagged speex command
  • Oct 30, 2009
    r281 (Add configurable options for replaygain tools. ) committed by colintu   -   Add configurable options for replaygain tools.
    Add configurable options for replaygain tools.
  • Oct 24, 2009
    issue 22 (Something wrong with UTF-8 tagging) reported by r...@sc3d.org   -   Using non-ASCII UTF-8 seems not to work when producing MP3s. I can see no setting to determine whether the tags are intended to be ISO-8859-1 or UTF-8, nor anything that says that abcde doesn't support UTF-8; if it doesn't it would be great if it could, but perhaps in the meantime the lack of support could be indicated clearly in the man page?
    Using non-ASCII UTF-8 seems not to work when producing MP3s. I can see no setting to determine whether the tags are intended to be ISO-8859-1 or UTF-8, nor anything that says that abcde doesn't support UTF-8; if it doesn't it would be great if it could, but perhaps in the meantime the lack of support could be indicated clearly in the man page?
  • Oct 21, 2009
    r280 (In manpage note a 2nd use for LOWDISK (or '-l' switch) it's ...) committed by colintu   -   In manpage note a 2nd use for LOWDISK (or '-l' switch) it's faster and better on scratchy disks
    In manpage note a 2nd use for LOWDISK (or '-l' switch) it's faster and better on scratchy disks
  • Oct 17, 2009
    r279 (Added a OUTPUTTYPE example. ) committed by djmooch   -   Added a OUTPUTTYPE example.
    Added a OUTPUTTYPE example.
  • Oct 17, 2009
    r278 (Fix Hyphen/Minus signs in manpage. ) committed by colintu   -   Fix Hyphen/Minus signs in manpage.
    Fix Hyphen/Minus signs in manpage.
  • Oct 17, 2009
    r277 (Tagging the 2.4.0 release) committed by colintu   -   Tagging the 2.4.0 release
    Tagging the 2.4.0 release
  • Oct 17, 2009
    r276 (Call it 2.4.0 rather than 2.4 ) committed by colintu   -   Call it 2.4.0 rather than 2.4
    Call it 2.4.0 rather than 2.4
  • Oct 17, 2009
    r275 (Fix typo of replaygain ) committed by colintu   -   Fix typo of replaygain
    Fix typo of replaygain
  • Oct 16, 2009
    r274 (Update standards version to 3.8.3 (no changes required). ) committed by colintu   -   Update standards version to 3.8.3 (no changes required).
    Update standards version to 3.8.3 (no changes required).
  • Oct 16, 2009
    r273 (Replace dependency on cdda2wav with icedax since the former ...) committed by colintu   -   Replace dependency on cdda2wav with icedax since the former has been superseded.
    Replace dependency on cdda2wav with icedax since the former has been superseded.
  • Oct 14, 2009
    r272 (Fix formatting for track number tagging. ) committed by colintu   -   Fix formatting for track number tagging.
    Fix formatting for track number tagging.
  • Oct 14, 2009
    r271 (Fix formatting for track number tagging ) committed by colintu   -   Fix formatting for track number tagging
    Fix formatting for track number tagging
  • Oct 06, 2009
    issue 21 (Line 2775 syntax error) commented on by colintu   -   No, I diddn't rename you. Andrew Ruder submitted a similar patch which fixed about 10 of the same type of error (including the two you mentioned). So I used his patch.
    No, I diddn't rename you. Andrew Ruder submitted a similar patch which fixed about 10 of the same type of error (including the two you mentioned). So I used his patch.
  • Oct 05, 2009
    issue 12 (No owner/member activity or responses?) commented on by rogerxx   -   Thanks. Whenever I extract a music cd, abcde is my favorite here. I absolutely dislike the GUI stuff as they only seem to waste memory. :-/ Funny thing is, once one extracts all their music CDroms, nothing much else to do with abcde. LOL
    Thanks. Whenever I extract a music cd, abcde is my favorite here. I absolutely dislike the GUI stuff as they only seem to waste memory. :-/ Funny thing is, once one extracts all their music CDroms, nothing much else to do with abcde. LOL
  • Oct 05, 2009
    issue 21 (Line 2775 syntax error) commented on by Andrew.David.45   -   Excellent! But you have renamed me Andrew Ruder :) Andrew Strong
    Excellent! But you have renamed me Andrew Ruder :) Andrew Strong
  • Oct 05, 2009
    issue 21 (Line 2775 syntax error) Status changed by colintu   -   This (and several other similar errors are now fixed in svn (revision 269).
    Status: Verified
    This (and several other similar errors are now fixed in svn (revision 269).
    Status: Verified
  • Oct 05, 2009
    r270 (Incorporate syntax error fix patch from Andrew Ruder. ) committed by colintu   -   Incorporate syntax error fix patch from Andrew Ruder.
    Incorporate syntax error fix patch from Andrew Ruder.
  • Oct 05, 2009
    r269 (Incorporate syntax error fix patch from Andrew Ruder ) committed by colintu   -   Incorporate syntax error fix patch from Andrew Ruder
    Incorporate syntax error fix patch from Andrew Ruder
  • Oct 05, 2009
    issue 21 (Line 2775 syntax error) changed by colintu   -  
    Status: Started
    Owner: colintu
    Status: Started
    Owner: colintu
  • Oct 05, 2009
    issue 12 (No owner/member activity or responses?) changed by colintu   -   The maintainer (djmooch) was temporarily busy. This has been rectified by adding a co-maintainer.
    Status: Done
    Owner: colintu
    The maintainer (djmooch) was temporarily busy. This has been rectified by adding a co-maintainer.
    Status: Done
    Owner: colintu
  • Oct 05, 2009
    issue 4 (line 3606: syntax error near...) Status changed by colintu   -   This is fixed in 2.3.99.7
    Status: Verified
    This is fixed in 2.3.99.7
    Status: Verified
  • Sep 03, 2009
    issue 21 (Line 2775 syntax error) commented on by Andrew.David.45   -   And attached a patch to fix these 2 small errors in a blatant attempt to get my name in the changelog :-). Andrew Strong
    And attached a patch to fix these 2 small errors in a blatant attempt to get my name in the changelog :-). Andrew Strong
  • Sep 03, 2009
    issue 21 (Line 2775 syntax error) commented on by Andrew.David.45   -   Hmmm... same error on line 804: if [ "$VARIOUSARTISTS" = "y"]; then should instead be: if [ "$VARIOUSARTISTS" = "y" ]; then Andrew
    Hmmm... same error on line 804: if [ "$VARIOUSARTISTS" = "y"]; then should instead be: if [ "$VARIOUSARTISTS" = "y" ]; then Andrew
  • Sep 03, 2009
    issue 21 (Line 2775 syntax error) reported by Andrew.David.45   -   Hi, The current svn abcde complains of a syntax error: /usr/bin/abcde: line 2775: [: missing `]' and on looking at the existing line there is an obvious error with spacing: if [ "$REDIR" = "y"]; then which should of course be: if [ "$REDIR" = "y" ]; then Thanks for keeping this great program going!!! Andrew
    Hi, The current svn abcde complains of a syntax error: /usr/bin/abcde: line 2775: [: missing `]' and on looking at the existing line there is an obvious error with spacing: if [ "$REDIR" = "y"]; then which should of course be: if [ "$REDIR" = "y" ]; then Thanks for keeping this great program going!!! Andrew
  • Aug 29, 2009
    r268 (Fix upstream homepage address for cd-discid ) committed by colintu   -   Fix upstream homepage address for cd-discid
    Fix upstream homepage address for cd-discid
  • Aug 17, 2009
    issue 20 (rules for automating choice between multiple CDDB entries) reported by PGScooter   -   What a wonderful program! Thank you so much. One thing that I would like to suggest would be for the user to be able to have rules for deciding between entries when there are multiple CDDB options. This could automate the process just a little bit more. Some options could be: "shortest" --- choose the CDDB which has, on average, the shortest titles "no parentheses" --- if the only difference between entry1 and entry2 is that entry2 has parentheses at the end (for example, (live)), choose entry1. "less caps" --- if the only difference is case (e.g. "is" vs "Is"), choose the entry which has fewer letters capitalized. "first" "random" ... a lot more I know perl and regular expressions pretty well. I would be happy to write a perl script that does some of this if it would help.
    What a wonderful program! Thank you so much. One thing that I would like to suggest would be for the user to be able to have rules for deciding between entries when there are multiple CDDB options. This could automate the process just a little bit more. Some options could be: "shortest" --- choose the CDDB which has, on average, the shortest titles "no parentheses" --- if the only difference between entry1 and entry2 is that entry2 has parentheses at the end (for example, (live)), choose entry1. "less caps" --- if the only difference is case (e.g. "is" vs "Is"), choose the entry which has fewer letters capitalized. "first" "random" ... a lot more I know perl and regular expressions pretty well. I would be happy to write a perl script that does some of this if it would help.
  • Aug 12, 2009
    r267 (* Bumped to 2.4 * Corrected REDIR redirection, this time wit...) committed by djmooch   -   * Bumped to 2.4 * Corrected REDIR redirection, this time with ifs instead of variable substitution, which did not work (Closes: #527191). * Added TPE2 for Various artists definition (Closes: #521669).
    * Bumped to 2.4 * Corrected REDIR redirection, this time with ifs instead of variable substitution, which did not work (Closes: #527191). * Added TPE2 for Various artists definition (Closes: #521669).
  • Aug 07, 2009
    r266 (Updated changelog (to match debian/changelog) ) committed by colintu   -   Updated changelog (to match debian/changelog)
    Updated changelog (to match debian/changelog)
  • Aug 02, 2009
    r265 (Update svn location in FAQ ) committed by colintu   -   Update svn location in FAQ
    Update svn location in FAQ
  • Aug 02, 2009
    r264 (Fix debian/preinst not to ignore errors. Bump standards vers...) committed by colintu   -   Fix debian/preinst not to ignore errors. Bump standards version to 3.8.2.
    Fix debian/preinst not to ignore errors. Bump standards version to 3.8.2.
  • Aug 02, 2009
    r263 (Fix spelling errors in debian/changelog ) committed by colintu   -   Fix spelling errors in debian/changelog
    Fix spelling errors in debian/changelog
  • Jul 28, 2009
    r262 (Add a recommends for vorbis-tools (Closes: #392843) ) committed by colintu   -   Add a recommends for vorbis-tools (Closes: #392843)
    Add a recommends for vorbis-tools (Closes: #392843)
  • Jul 28, 2009
    r261 (Update Vcs-Svn: tag in debian/control ) committed by colintu   -   Update Vcs-Svn: tag in debian/control
    Update Vcs-Svn: tag in debian/control
  • Jul 27, 2009
    issue 19 (Fix speex tagging) reported by vskytta   -   Attached is a patch to fix speex tagging. Originally from Ubuntu, with further fixes to comment handling by yours truly.
    Attached is a patch to fix speex tagging. Originally from Ubuntu, with further fixes to comment handling by yours truly.
  • Jul 26, 2009
    r260 (Fix Endless loop possible when mp3gain asks clipping questio...) committed by colintu   -   Fix Endless loop possible when mp3gain asks clipping question bug.
    Fix Endless loop possible when mp3gain asks clipping question bug.
  • Jul 26, 2009
    r259 (Add support for freedb2 ) committed by colintu   -   Add support for freedb2
    Add support for freedb2
  • Jul 26, 2009
    r258 (Remove unneeded escapes in cddb-tool URLs. ) committed by colintu   -   Remove unneeded escapes in cddb-tool URLs.
    Remove unneeded escapes in cddb-tool URLs.
  • Jul 26, 2009
    issue 18 (cddb track info linefeed processing improvement) reported by vskytta   -   Track info processing replaces only the first \n with a linefeed and introduces a dependency on perl whereas sed should do just fine. Fix attached.
    Track info processing replaces only the first \n with a linefeed and introduces a dependency on perl whereas sed should do just fine. Fix attached.
  • Jul 26, 2009
    r257 (Fix broken range code, patch from Charles Steinkuehler ) committed by colintu   -   Fix broken range code, patch from Charles Steinkuehler
    Fix broken range code, patch from Charles Steinkuehler
  • Jul 26, 2009
    issue 17 ("make install" as non-root does not work) reported by vskytta   -   "make install" does not work as non-root which is bad for e.g. when doing a staged install during a package build, fix attached.
    "make install" does not work as non-root which is bad for e.g. when doing a staged install during a package build, fix attached.
  • Jul 26, 2009
    r256 (Fix Writable temp directories not owned/writeable ) committed by colintu   -   Fix Writable temp directories not owned/writeable
    Fix Writable temp directories not owned/writeable
  • Jul 26, 2009
    r255 (More typo and spelling fixes ) committed by colintu   -   More typo and spelling fixes
    More typo and spelling fixes
  • Jul 26, 2009
    r254 (Fix misspelling of comma in script and manpage ) committed by colintu   -   Fix misspelling of comma in script and manpage
    Fix misspelling of comma in script and manpage
  • Jul 26, 2009
    r253 (Fix typo in NOGAP error message ) committed by colintu   -   Fix typo in NOGAP error message
    Fix typo in NOGAP error message
 
Hosted by Google Code