Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/abcde/files/patch-abcde.conf
16461 views
1
--- abcde.conf.orig 2018-03-09 23:03:50 UTC
2
+++ abcde.conf
3
@@ -237,7 +237,8 @@
4
5
# Ogg:
6
#VORBIZEOPTS=
7
-#OGGENCOPTS=
8
+#OFFENCOPTS=
9
+OGGENCOPTS="-q 5"
10
11
# FLAC:
12
# The flac option is a workaround for an error where flac fails
13
@@ -399,7 +400,7 @@
14
# (e.g. "ogg") or a combination of them separated with ","
15
# (e.g. "flac,mp3"). Currently recognised and supported are:
16
# "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape", "aiff"
17
-#OUTPUTTYPE=ogg
18
+OUTPUTTYPE=ogg
19
20
# Output filename format - change this to reflect your inner desire to
21
# organize things differently than everyone else :)
22
@@ -412,9 +413,11 @@
23
# to the files. Remove it from your user defined string if you are getting
24
# files like ".ogg.ogg".
25
#OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
26
+OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}'
27
28
# Like OUTPUTFORMAT but for Various Artists discs.
29
#VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
30
+VAOUTPUTFORMAT='${ARTISTFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}'
31
32
# Like OUTPUTFORMAT and VAOUTPUTFORMAT but for the ONEFILE rips.
33
#ONETRACKOUTPUTFORMAT=$OUTPUTFORMAT
34
35