All Projects → hypfvieh → foo_subsonic

hypfvieh / foo_subsonic

Licence: other
Foobar2000 plugin to retrieve and stream music from Subsonic compatible servers

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to foo subsonic

amperfy
Amperfy is an iOS app to play songs from an Ampache or Subsonic server
Stars: ✭ 117 (+515.79%)
Mutual labels:  subsonic, ampache
foo spotify
foobar2000 component for Spotify integration
Stars: ✭ 158 (+731.58%)
Mutual labels:  foobar2000
subplayer
A music player frontend compatible with Subsonic backends
Stars: ✭ 66 (+247.37%)
Mutual labels:  subsonic
ipod manager
iPod manager component for foobar2000
Stars: ✭ 53 (+178.95%)
Mutual labels:  foobar2000
aurial
A browser client for streaming music from servers implementing the Subsonic API
Stars: ✭ 28 (+47.37%)
Mutual labels:  subsonic
foo drpc
Foobar2000 music status for Discord Rich Presence!
Stars: ✭ 83 (+336.84%)
Mutual labels:  foobar2000
foobar2000-web-ui
Control Foobar2000 from a (remote) web browser
Stars: ✭ 25 (+31.58%)
Mutual labels:  foobar2000
foo jscript panel
JScript Panel 2
Stars: ✭ 43 (+126.32%)
Mutual labels:  foobar2000
fpl reader
foobar2000 .fpl playlists reader.
Stars: ✭ 16 (-15.79%)
Mutual labels:  foobar2000
foo input amr
amr-nb decoder for foobar2000
Stars: ✭ 15 (-21.05%)
Mutual labels:  foobar2000
foobar2000 TripleQ
A versatile foobar2000 (dark) theme with 3 different view modes
Stars: ✭ 33 (+73.68%)
Mutual labels:  foobar2000
dotnet title bar
foobar2000 component that provides a skinnable overlay UI.
Stars: ✭ 26 (+36.84%)
Mutual labels:  foobar2000
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+9773.68%)
Mutual labels:  subsonic
Mergerfs
a featureful union filesystem
Stars: ✭ 2,114 (+11026.32%)
Mutual labels:  subsonic
multi-scrobbler
Scrobble plays from multiple sources to multiple clients
Stars: ✭ 54 (+184.21%)
Mutual labels:  subsonic
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-26.32%)
Mutual labels:  subsonic
ample
A desktop web browser music client for Ampache
Stars: ✭ 15 (-21.05%)
Mutual labels:  ampache

foo_subsonic

!!This project is retired!!

This is highly experimental code. Use at your own risk!

I'm not a C++ programmer and just playing around here, so please be careful. I expect to have a lot of memory leaks and/or doing bad practices here!

License

My code is licensed with the WTFPL.

All used libraries and the foobar SDK are licensed under different license agreements. Please look at the specific project for further details.

Requirements:

Build Setup

  1. Extract Foobar2000 SDK
  2. Clone or extract foo_subsonic source into the the same folder as foobar2000 SDK (so foo_subsonic directory is in the same path as foo_sample)
  3. Extract TinyXML source in the same directory as foo_subsonic source
  4. Extract SQLite3 amalgamation source to foo_subsonic/sqlite3
  5. Extract SQLiteCPP and copy the .cpp files to foo_subsonic/sqlite3. Then copy the files from includes/SQLiteCPP/.h to foo_subsonic/sqlite3/SQLiteCPP
  6. Start Visual Studio and open the foo_subsonic.sln

Help

Usage and FAQ can be found in the Wiki

Missing Features

  • Drag and Drop is not working (any help appreciated)
  • List should have a built-in search box (edit control) to do direct filtering
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].