Search found 6 matches

by kylesands
Thu Nov 28, 2024 11:25 pm
Forum: Jukebox Rebuild
Topic: ALSA to IceCast?
Replies: 1
Views: 12

Re: ALSA to IceCast?

icecast
darkice
liquidsoap
azuracast
icegenerator
by kylesands
Thu Nov 28, 2024 1:17 am
Forum: Jukebox Rebuild
Topic: ALSA to IceCast?
Replies: 1
Views: 12

ALSA to IceCast?

ffmpeg -f alsa -i hw:0,0 -acodec libmp3lame -ab 128k -ac 2 -metadata:s:a title="My Stream" -f icecast -icecast_server <icecast_server_address> -icecast_port <port> -icecast_mount /mystream -icecast_user <username> -icecast_password <password> ffmpeg -ac 1 -f alsa -i hw:0,0 -acodec libmp3la...
by kylesands
Mon Nov 11, 2024 12:15 am
Forum: Jukebox Rebuild
Topic: Starting from scratch.....
Replies: 0
Views: 62

Starting from scratch.....

general setup WiFi setup iwctl device list iwctl station wlan0 scan iwctl station wlan0 get-networks iwctl --passphrase "[password]" station wlan0 connect "[network name]" iwctl station wlan0 show iwctl station wlan0 get-networks setup.sh #!/bin/bash #Add user to system if [ $(i...
by kylesands
Sat Nov 09, 2024 1:17 pm
Forum: Jukebox Rebuild
Topic: File Locations
Replies: 0
Views: 11

File Locations

Scripts

Code: Select all

/usr/local/jukebox
Web files

Code: Select all

/var/www/html/music
or

Code: Select all

/media/Data/sdCard/apache/[sites]
Music files to sdCard

Code: Select all

/media/Data/sdCard/mp3
MySQL (MariaDB)

Code: Select all

/media/Data/sdCard/mysql
https://unix.stackexchange.com/question ... -for-linux
by kylesands
Sun Nov 03, 2024 11:50 pm
Forum: Jukebox Rebuild
Topic: Temporary Setup Things...
Replies: 0
Views: 70

Temporary Setup Things...

Audio..... /root/.asoundrc pcm.!default { type plug slave { pcm "hw:1,0" } } ctl!default { type hw card 1 } Force USB sound card to NOT take first (0) device Add this to /lib/modprobe.d/aliases.conf options snd-usb-audio index=-2 PHP.ini enable php short codes short_open_tag = On create a ...
by kylesands
Tue Dec 12, 2023 10:23 pm
Forum: phpBB Diff
Topic: [3.3][ALPHA] phpBB Diff - Download
Replies: 0
Views: 2559

[3.3][ALPHA] phpBB Diff - Download

Extension Download: glacier_phpbb_compare-v.0.0.3.zip Extension Name: phpBB Diff Author: kylesands Extension Description: phpBB Diff is used to see what files have been changed, and see specifically what the changes were that were made to a working specific phpBB version so you don't accidentally l...