Properties
Sockso's behaviour is controlled mainly through the properties stored in the database. You have complete access to all these properties from the Sockso command line. To set a property you need to use the propset command. This takes the name of property and then the value you want to set it to. eg.
#SoCkSo#> propset www.title my new title
NOTE: There is no :!
The properties Sockso currently supports are:
Web Interface
www.title: text (main title on web interface)
www.tagline: text (smaller heading)
www.disableDownloads: yes/no
users.requireLogin: yes/no
users.requireActivation: yes/no
users.disableRegistration: yes/no
www.flashPlayer.dontFilterMp3s: yes/no (don't limit flash player to mp3's)
www.imageflow.disable: yes/no (disable imageflow)
www.similarArtists.disable: yes/no (disable similar artists)
www.covers.disable: yes/no (disable cover images)
www.covers.disableRemoteFetching: yes/no (disable fetching covers from internet)
www.skin: text (name of the skin)
www.metatags.*: arbitrary meta tags
Server
server.host: ip address
server.host.lastUpdated: number (unix timestamp)
server.port: number
server.basepath: path
Streaming
stream.requireLogin: yes/no (require auth for streaming, this requires users.requireLogin to be set to 'yes' as well)
Uploads
uploads.enabled: yes/no (enables uploads)
uploads.requireLogin: yes/no (need login to upload?)
uploads.collectionId: number (collection id to store uploads in)
Browsing
browse.folders.enabled: yes/no (enable folder browsing?)
browse.folders.only: yes/no (use folder browsing only?)
browse.popularTracks.count: number (how many popular tracks)
browse.topArtists.count: number (how many top artists)
browse.recentTracks.count: number (how many recent tracks)
browse.latestArtists.count: number (how many latest artists)
browse.latestAlbums.count: number (how many latest albums)
browse.latestTracks.count: number (how many latest tracks)
Logging
log.requests.enable: yes/no (enables request logging)
Playback
playlists.random.trackLimit: number (number of tracks in random playlists)
Application
app.startMinimized: yes/no
app.confirmExit: yes/no
Collection
collman.scan.onStart: yes/no (scan collection on startup?)
collman.scan.interval: number (minutes between collection scans)
collman.artists.removePrefixes: text (commer seperated list of prefixes to remove)
NB: When setting prefixes to remove, if you only specify one you'll need to put a commer after it if it ends with a space eg. 'The ,'
Artwork
covers.artist.file: text (file name of artist image)
covers.album.file: text
covers.cacheLocal: yes/no (cache local cover art?)
covers.defaultWidth: number (pixel width to resize images to)
covers.defaultHeight: number (pixel height to resize images to)
covers.xspf.display: album/artist (in XSPF, show artist or album artwork?)
covers.file.fallback: name of default image file to look for in each folder
Misc
version.checkDisabled: yes/no (disable checking for updates)
Comments
Ive just made a redirection from subdomain "http://music.xxx.nl" to "http://xxx.nl:81" @ my webserver and using "http://xxx.nl:81" as address link in my sites.
Offcourse my DNS server has a correct record that points the domain name to my server IP.
If you have an domain name you will probably know how to make this DNS-record.
A Simple way -> not the best is making a html page with following text:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://www.example.nl:port">
<script type="text/javascript">
window.location.href = "https://www.example.nl:port"
</script>
<title>Redirect to Narb.nl</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
Please folow this <a href='https://www.example.nl:port'>link</a> if you are not redirected.
<br>
Enjoy!
</body>
</html>
Greetz, Narb
how?
in the album folder i put one pic album.jpg and artist.jpg with the audio befor I scan the entry.
If you scan the entry before you put the pic in the albumfolder with the audiodat , it create a coverpic from the internet.
Open in C: ... Dokuments.. your pc-name
the folder /.sockso the folder /cover.
Open a new eplorerwindow with your musikfolders.
Put in the folders of musik your album.jpg and artist.jpg if you like (ca.200x200pic)
than go to the /.sockso/cover folder and del all the cover“s in this folder.
After this, sockso shows the artist und cover .jpg from the musikfolder.
If the pics in musikfolder do not match, please edit the pic smaler.
I hope with my "smal english" can help a smal one.
Dear in JC
Armin
propset covers.artist.file _artist.jpg
propset covers.album.file _cover.jpg
propset www.covers.disableRemoteFetching yes
It shall none are fetched to cover from the Internet.
I would want that album cover and interpreter pictures only stored locally are shown.
The interpreter picture is a folder in the subsequent Eden:
\\Nas\RPJ-Interpr\Z\Zappa, Frank\_artist.jpg
or
\\Nas\RPJ-Interpr\M\Madonna\_artist.jpg
The album cover is a folder in the subsequent Eden:
\\Nas\RPJ-Interpr\M\Madonna\2007 - Candy Shop\_cover.jpg
Another interpreter picture than my _artist.jpg is nevertheless shown
What do I have to do?