Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290282 Details for
Bug 426558
abcde aac/m3a tagging post encoding (With Patch)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to use AtomicParsley to Post-Tag Tracks
abcde-2.3.99-AtomicParsley.patch (text/plain), 2.42 KB, created by
Bill Adams
on 2007-12-22 02:38:04 UTC
(
hide
)
Description:
Patch to use AtomicParsley to Post-Tag Tracks
Filename:
MIME Type:
Creator:
Bill Adams
Created:
2007-12-22 02:38:04 UTC
Size:
2.42 KB
patch
obsolete
>--- abcde-2.3.99.6-orig/abcde 2006-08-05 12:14:00.000000000 -0700 >+++ abcde-2.3.99.6/abcde 2007-12-21 18:14:25.000000000 -0800 >@@ -763,7 +763,7 @@ > # do_tag [tracknumber] > # id3 tags a filename > # variables used: >-# TRACKS, TRACKNAME, TRACKARTIST, TAGGER, TAGGEROPTS, VORBISCOMMENT, METAFLAC, >+# TRACKS, TRACKNAME, TRACKARTIST, TAGGER, TAGGEROPTS, VORBISCOMMENT, METAFLAC, METAAAC > # COMMENT, DALBUM, DARTIST, CDYEAR, CDGENRE (and temporarily) ID3TAGV > do_tag () > { >@@ -876,7 +876,20 @@ > run_command tagtrack-$OUTPUT-$1 true > ;; > m4a) >- run_command tagtrack-$OUTPUT-$1 true >+ # Use a temp-file of our choice. --overWrite seems to >+ # case core dumps with AtomicParsely 0.9.0 >+ ATOMICTEMPFILE="$ABCDETEMPDIR/track$1.m4a-atomic" >+ >+ VARIOUSBOOL="false" >+ if [ "$VARIOUSARTISTS" = "y" ]; then >+ VARIOUSBOOL="true" >+ fi >+ >+ #It has to be command file opts for AtomicParsley >+ run_command tagtrack-$OUTPUT-$1 nice $ENCNICE $METAAAC $ABCDETEMPDIR/track$1.m4a --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --tracknum ${TRACKNUM:-$1} --year "$CDYEAR" --genre "$CDGENRE" --compilation $VARIOUSBOOL --comment "$COMMENTOUTPUT" --output $ATOMICTEMPFILE >+ if [ -f $ATOMICTEMPFILE ]; then >+ mv "$ATOMICTEMPFILE" "$ABCDETEMPDIR/track$1.m4a" >+ fi > ;; > wav) > run_command tagtrack-$OUTPUT-$1 true >@@ -2944,6 +2957,7 @@ > DISTMP3=distmp3 > VORBISCOMMENT=vorbiscomment > METAFLAC=metaflac >+METAAAC=AtomicParsley > NORMALIZE=normalize-audio > CDSPEED=eject > VORBISGAIN=vorbisgain >@@ -3462,6 +3476,7 @@ > ;; > m4a) > [ "$AACENCODERSYNTAX" = "default" ] && AACENCODERSYNTAX=faac >+ [ "$DOTAG" = "y" ] && CHECKMETAAAC=y > ;; > wav) > if [ "$KEEPWAVS" = "y" ]; then >@@ -3684,6 +3699,7 @@ > for X in $CDROMREADER $CDDISCID ${NEEDTAGGER+$TAGGER} $MP3ENCODER \ > $OGGENCODER $FLACENCODER $SPEEXENCODER $MPPENCODER \ > $AACENCODER \ >+ ${NEEDMETAAAC+$METAAAC} \ > ${NEEDHTTPGET+$HTTPGET} ${NEEDDISTMP3+$DISTMP3} \ > ${NEEDCOMMENTER+$VORBISCOMMENT} ${NEEDMETAFLAC+$METAFLAC} \ > ${NEEDNORMALIZER+$NORMALIZER} ${NEEDEJECT+$EJECT} \ >@@ -3695,6 +3711,15 @@ > checkexec "$X" > done > >+if [ "$CHECKMETAAAC" = "y" ]; then >+ if ! new_checkexec "$METAAAC"; then >+ echo "WARING: $METAAAC Not Found Not Post-Tagging!" >+ DOTAG='n' >+ else >+ echo "Using $METAAAC To Tag AAC Tracks." >+ fi >+fi >+ > # And last but not least, check if we can diff between files. We do not abort, > # since diffing is not critical... > if [ -x $(which $DIFF) ]; then :; else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426558
:
290282
|
290283
|
290313