Search found 8 matches

by kylesands
Mon Jan 27, 2025 3:47 am
Forum: phpBB Extensions
Topic: Image View
Replies: 1
Views: 146

Re: Image View

Some more images......
IMG_4209.png
IMG_4209.png
IMG_4059.png
IMG_4059.png
by kylesands
Sat Jan 25, 2025 8:42 pm
Forum: phpBB Extensions
Topic: Image View
Replies: 1
Views: 146

Image View

The Image View extension allows for using thumbnails and having the main image load in a new div on the same window without loading a new page.
Cute_beagle_puppy_lilly.jpg
Cute_beagle_puppy_lilly.jpg
IMG_4140.png
IMG_4140.png
IMG_4167.png
IMG_4167.png
by kylesands
Thu Nov 28, 2024 11:25 pm
Forum: Jukebox Rebuild
Topic: ALSA to IceCast?
Replies: 1
Views: 31

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: 31

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: 75

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: 23

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: 78

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: 1
Views: 2721

[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...