mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=7794b57256ded379a8c00cd4d74c84a628b30c19;hb=ff4100f967b74171b27f4a7038e87082aa6e6bf2
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
--- abcde.conf.orig 2018-03-09 23:03:50 UTC
|
|
+++ abcde.conf
|
|
@@ -237,7 +237,8 @@
|
|
|
|
# Ogg:
|
|
#VORBIZEOPTS=
|
|
-#OGGENCOPTS=
|
|
+#OFFENCOPTS=
|
|
+OGGENCOPTS="-q 5"
|
|
|
|
# FLAC:
|
|
# The flac option is a workaround for an error where flac fails
|
|
@@ -399,7 +400,7 @@
|
|
# (e.g. "ogg") or a combination of them separated with ","
|
|
# (e.g. "flac,mp3"). Currently recognised and supported are:
|
|
# "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape", "aiff"
|
|
-#OUTPUTTYPE=ogg
|
|
+OUTPUTTYPE=ogg
|
|
|
|
# Output filename format - change this to reflect your inner desire to
|
|
# organize things differently than everyone else :)
|
|
@@ -412,9 +413,11 @@
|
|
# to the files. Remove it from your user defined string if you are getting
|
|
# files like ".ogg.ogg".
|
|
#OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
|
|
+OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}'
|
|
|
|
# Like OUTPUTFORMAT but for Various Artists discs.
|
|
#VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
|
|
+VAOUTPUTFORMAT='${ARTISTFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}'
|
|
|
|
# Like OUTPUTFORMAT and VAOUTPUTFORMAT but for the ONEFILE rips.
|
|
#ONETRACKOUTPUTFORMAT=$OUTPUTFORMAT
|