summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2005b54)
eyeD3 currently uses TDRL 'release year' for CDDB's Date
entry which applications such as vlc and Audacious ignore.
This patch allows the same value to also be written as
TDRC 'recording date' which vlc and Audacious will read.
Thanks to Reuben Thomas for finding the issue and
demonstrating the fix. This closes Issue 126.
eyed3_06) addopts=( \
${ENCODING:+--set-encoding="$ENCODING"} \
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
eyed3_06) addopts=( \
${ENCODING:+--set-encoding="$ENCODING"} \
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
+ # We set 'recording-date' as a work around so the date tag will show
+ # in Audacious, vlc and friends... Andrew.
+ ${CDYEAR:+--set-text-frame="TDRC:$CDYEAR"} \
${COMMENTOUTPUT:+--comment=::"$COMMENTOUTPUT"} \
);;
*) addopts=( \
${ENCODING:+--encoding="$ENCODING"} \
${TPE2:+--text-frame=TPE2:"$TPE2"} \
${COMMENTOUTPUT:+--comment=::"$COMMENTOUTPUT"} \
);;
*) addopts=( \
${ENCODING:+--encoding="$ENCODING"} \
${TPE2:+--text-frame=TPE2:"$TPE2"} \
+ # We set 'recording-date' as a work around so the date tag will show
+ # in Audacious, vlc and friends... Andrew.
+ ${CDYEAR:+--text-frame="TDRC:$CDYEAR"} \
${COMMENTOUTPUT:+--comment "$COMMENTOUTPUT"} \
);;
esac
${COMMENTOUTPUT:+--comment "$COMMENTOUTPUT"} \
);;
esac
+ * Fix to allow display of the 'date' meta tag generated
+ by eyeD3 in vlc, Audacious and friends.
+ Thanks to Reuben Thomas. This closes Issue 126.
* Fix for flac floating point error. Thanks to rwvtveer
for the patch which closes Issue 113.
* Formalised 3 methods of mp3 tagging using ID3TAGV:
* Fix for flac floating point error. Thanks to rwvtveer
for the patch which closes Issue 113.
* Formalised 3 methods of mp3 tagging using ID3TAGV: