Help test Kalinka with your own music #133
madenvel
started this conversation in
Show and tell
Replies: 7 comments 11 replies
|
Hello. Why isn't it asking for a username and password when connecting to the NAS? |
5 replies
|
Updated to version 5.1.1. There are no Music sources. Only Music folders |
1 reply
|
It works. I had to update the Android app. |
1 reply
|
I couldn't find folder sorting in the library like on the NAS, only artist - album - track |
1 reply
|
An external Fiio Ka11 DAC is connected. The volume is adjustable via hardware. Folder sorting is very useful; I'm used to it that way. |
1 reply
|
I have folders for new releases, sleep music, and other things. Organizing them into playlists isn't convenient. If I switch to a different player, I'll have to create them all over again. |
2 replies
|
I also have a Fiio ka15 and Hiby DAC, I can check on Monday... |
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.
Uh oh!
There was an error while loading. Please reload this page.
Kalinka is a self-hosted player for a local MP3/FLAC collection: a server on a Linux box or a Raspberry Pi, a separate C++ renderer that hands ALSA the samples unchanged, and control from a phone, a desktop app or any browser on the network. There's optional search that works on how a track sounds rather than what it's filed under, and that runs on the device.
I use it every day on my own system. What I don't have is evidence of it working on anyone else's, and that's the gap I'd like to close before building anything more. I'm looking for a few people who'll install it, point it at their own music, and play something through their own hi-fi.
What's actually useful to me, in order:
Worth mentioning when you reply: the machine you'd run it on, where the music lives (local disk, NAS, something mounted), and what the sound comes out of. You never need to send me files, or a listing of your library, or anything about what's in it.
Before you spend the evening. 64-bit OS only — arm64 or amd64, so no Pi 1, Pi 2 or original Zero. FLAC and MP3 only: no DSD, no ALAC, no WAV. Gapless doesn't cross a format change. The sound-based search wants 2 GB of RAM and an indexing pass over your library before it's any use, and it's off until you turn it on. Browser playback goes through the browser's audio stack, so no gapless and no bit-perfect claim there.
Quickest route is a flashable image — write it, boot it, open
http://<its-ip>:8000and it plays in the browser, before you commit to installing a renderer anywhere. The installation guide covers the images, the one-line install and the hardware requirements; the first-run setup guide walks through what the setup wizard asks.Music on a NAS? Since 5.1.0 the server reads an SMB share itself — no mount, just the share name and a login (how). The images still carry 5.0.0; the app offers the upgrade within an hour of the first boot.
Setup questions are welcome in this thread — that's what it's for. If you find something reproducibly broken, an issue is easier for me to act on.
All reactions