MP3 export for mobile listening: automatic, on-demand, or both? #10
palavido-dev
started this conversation in
Ideas
Replies: 2 comments
|
Certainly it would be nice to be able to export at a lower quality than FLAC such as AAC with a user selectable bit rate. |
0 replies
|
Quick update on this thread since it's been a few months. The export feature shipped, and it covers most of what we discussed above. What landed:
What I did not ship and is still open:
If anyone here has actually used the export workflow and has feedback on what works, what's missing, or what's broken, drop it below. Otherwise I'll let this thread settle. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now, recordings live on the Pi as lossless FLAC files and are only playable through the Vinyl Streamer UI. That is great for home listening, but what about when you want your vinyl collection in the car, on a run, or anywhere else?
Exposing the player publicly over the internet is technically possible but opens up a can of worms around authentication, VPN setup, SSL certificates, and general security hardening that most people probably do not want to deal with for a hobby project.
A simpler approach: MP3 export. Convert your recordings to portable MP3 files you can drop into Apple Music, iTunes, or any other player.
Some open questions worth discussing:
When should conversion happen?
What quality settings?
How do you actually get the files off the Pi?
Metadata and organization:
Artist/Album/01 - Track Title.mp3is what most players expect.Anything else?
Would love to hear how people would actually use this and what matters most. Drop your thoughts below!
All reactions