[Abcde-users] Embedding album art in opus files
Matthias Heukäufer
m.heukaeufer at posteo.de
Sun Jun 14 11:10:26 BST 2020
Thank your for your help! For some reason, this does not work for me.
The code returns only the tracknumber ("01.").
I have found a solution that seems to work that I copied from
do_embedalbumart:
ALBUMPATH="$OUTPUTDIR/$(mungealbumname "$DALBUM")"
I have attached a diff with my changes. Maybe this could get included
into current git?
Matthias
On 08.06.20 17:58, Alan W. Kerr wrote:
> the problem is that the current code only passes the "format string".
> It also needs to be evaluated (convert the string to the actual path).
> Using the method from do_move, the line should be:
>
> FINDPATH="$(eval echo \""$OUTPUTFORMAT"\")"
>
> so, it just needed the "excaped backslashes". this makes:
> $OUTPUTFORMAT -> "format string"
> echo "format string" -> path (fills-in the variables in the string to
> make a path)
> eval re-evaluates the path
> "$(path)" -> FINDPATH
>
>
> Alan W. Kerr awkerr at aoc.nrao.edu Whee!(tm)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opusalbumart.diff
Type: text/x-patch
Size: 1087 bytes
Desc: not available
URL: <http://lists.einval.com/pipermail/abcde-users/attachments/20200614/fe6860cc/attachment.bin>
More information about the Abcde-users
mailing list