Home

Awesome

Blahaj Subsonic Player

This is, right now, a very basic music player for CC:T, that uses any subsonic server with a compatible dfpwm encoder(see below), a CC:T computer with a speaker, and optionally a monitor to display the song queue and current song.

This project will likely not be updated, as such i am releasing under a dual license, MIT and the FAFO-2-CLAUSE version 2, because as much as i like my own license, the MIT license has actual legal backing

Features

Maybe features in the future

Installation

> set bsp.instance <URL>
> set bsp.user <username>
> set bsp.password <password>
> set bsp.playlist <playlist>

Where:

And optionally the following:

> set bsp.client <clientname>
> set bsp.volume <volume>
> set bsp.displayNum <number>
> set bsp.shuffle <true/false>

Where:

Server Information

 ffmpeg -i %s -c:a dfpwm -ar 48k -ac 1 -f dfpwm -

Warning: This setting allows for any arbitrary command to be run on the server, so be careful with what you put in here and who has access to it

Credit and License