https://github.com/lms-community/slimserver-tools
Tools for Lyrion Music Server
https://github.com/lms-community/slimserver-tools
logitech-media-server lyrion lyrion-music-server squeezebox squeezebox-server
Last synced: about 1 month ago
JSON representation
Tools for Lyrion Music Server
- Host: GitHub
- URL: https://github.com/lms-community/slimserver-tools
- Owner: LMS-Community
- Created: 2013-03-01T15:46:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T15:00:37.000Z (2 months ago)
- Last Synced: 2025-03-26T00:35:58.328Z (about 2 months ago)
- Topics: logitech-media-server, lyrion, lyrion-music-server, squeezebox, squeezebox-server
- Language: Perl
- Homepage: https://lyrion.org
- Size: 4.55 MB
- Stars: 14
- Watchers: 13
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Squeezebox Server Tools
This directory contains several scripts to work along with the slimserver software.
-skinjob.pl
Use this tool to convert skins made for SLIMP3 Server (versions before 5.0). The syntax is
as follows:
skinjob.pl where skinname is an optional argument for the skin you wish to change.
If no argument, it will start with the current directory. If you run this from the root
directory of the skin, it will convert that skin without any arguments needed. This script
replaces slimp3.css with slimserver.css, all references within the html file to
slimserver.css, and converts any perl module calls to the new SlimServer modules.
Old html files are copied and saved to a directory named "old".-slimp3.pl
Command line interface access to the SlimServer.
Usage: slimp3.pl --httpaddr --httpport --command
[--p1 ] [--p2 ] [--p3 ] [--p4 ] [--player ]--httpaddr => The hostname or ip address of the SLIMP3 web server
--httpport => The port on which the SLIMP3 web server is listening
--command => Pick from the 1st column of the list below
--p1 => Pick from the 2st column of the list below
--p2 => Pick from the 3rd column of the list below
--p3 => Pick from the 4th column of the list below
--p4 => Pick from the 5th column of the list below
--player => Currently the "ip:port" of your playerCOMMAND P1 P2 P3 P4
play
pause (0|1|)
stop
sleep (0..n)
playlist play
playlist load
playlist append
playlist clear
playlist move
playlist delete
playlist jump
mixer volume (0 .. 100)|(-100 .. +100)
mixer balance (-100 .. 100)|(-200 .. +200)
mixer base (0 .. 100)|(-100 .. +100)
mixer treble (0 .. 100)|(-100 .. +100)
status
display (duration)-update_strings.pl
Reads the strings.txt file and checks all items for the presence of an entry defined in
$language. If such an entry is not present, it displays entries that are defined in
@display and asks the input for $language.
An additional sort is done on all translation strings
(e.g. DE, FR, EN --> DE, EN, FR)
Result is stored in out.txt-whack.pl
Use this tool to convert old plugins (made for SLIMP3 Server versions below 5.0) to
SlimServer plugins. The syntax for the command is as follows:
whack.pl myplugin.pm...
This will rewrite myplugin.pm (and any other specified files), leaving
a copy of the script in myplugin.pm.old, to use the new module layout.-strings
a few tools to extract/merge strings for localization by SLT