I suggest always transcoding files (even if they are already mp3) so that they will have the same bitrate.
If they have the same bitrate we could add an .env property to allow all the playlist files to be compiled in a single .mp3 (in Unix systems it's as simple as issueing a cat *.mp3 > together.mp3 if they have the same bitrate.
Would have to see how we could python this task, if you like the idea I can take a look into this and make a PR.
I suggest always transcoding files (even if they are already mp3) so that they will have the same bitrate.
If they have the same bitrate we could add an
.env
property to allow all the playlist files to be compiled in a single.mp3
(in Unix systems it's as simple as issueing acat *.mp3 > together.mp3
if they have the same bitrate.Would have to see how we could python this task, if you like the idea I can take a look into this and make a PR.