pblvrt / songBot-serverless

Serverless bot based on youtube-dl
GNU General Public License v3.0
2 stars 0 forks source link

Suggestions on Transcoding + Single file output #2

Open angeloreale opened 5 years ago

angeloreale commented 5 years ago

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.

pblvrt commented 5 years ago

Hmm that seems like a good idea, go hahead with the PR.