Commit graph

5 commits

Author SHA1 Message Date
caem
7e6a220b6d
Fix converting an existing collection 2024-05-14 23:29:00 +02:00
caem
a69ca3a87d
Use the .oga extension instead and make sure to include metadata 2024-05-14 14:52:55 +02:00
caem
a08ffe34ce
Fix character escaping in file paths
Files are now quoted with ' instead of " now as to avoid more edge cases
that come from using quotation marks. Now only ' have to be escaped in
the item paths.
2024-05-14 12:26:00 +02:00
caem
39a5c0ca67
Use the ogg container instead and fix an edge case
Using the ogg container allows to also embed cover images while still
using the opus codec.

Also fixed an edge case that would make the script fail if the first
thing it iterated on was a regular file which didn't require conversion
if the parent directory wasn't already created.
2024-05-06 18:31:43 +02:00
caem
66c860bcc5
feat: add flac2opus_collection.bash 2024-04-12 15:51:46 +02:00