airsonic/subsonic client for windows mobile 5+
- C 80.8%
- C++ 19.2%
| pocketsonic | ||
| .clang-format | ||
| .gitignore | ||
| pocketsonic.sln | ||
| README.md | ||
pocketsonic
EXPERIMENTAL Airsonic client for Windows Mobile 5+, compatible with Subsonic API version 1.15.0.
Currently a WIP proof-of-concept. Works:
- get playlists and song data over http
Doesn't work:
- playing songs
Visual Studio 2008
If developing, you will need to change the IP and user/password. It's all hardcoded for easy testing on my end.
In airsonic, add this in Settings -> Transcoding:
| name | convert from | convert to | step 1 |
|---|---|---|---|
| wav audio | ogg oga aac m4a flac mp3 wma aif aiff ape mpc shn | wav | ffmpeg -i %s -acodec pcm_s16le -ar 22050 -ac 1 -f wav - |