HaikuArchives / Hare

Haiku Audio Ripper/Encoder.
MIT License
4 stars 8 forks source link

Output file suffix always .mp3 regardless of chosen container format #31

Open Vidrep opened 6 years ago

Vidrep commented 6 years ago

If AC-3, flac or wav is selected, the encoded output file suffix is always mp3.

scottmc commented 2 years ago

I think the .mp3 always being at the end of the filename is due to the preferences setting. It defaults to something like
/boot/home/music/%a/%n/%a - %n - %k - %t.mp3 which tells it to add .mp3 to the end of the name. This should get fixed if/when the preferences are redone soon. We will set the output suffix to default to what "other" operating systems would normally name that type of file.

scottmc commented 2 years ago

Does this with OGG as well.

scottmc commented 2 years ago

This issue in oggencoder is fixed by #52