Changes

Jump to navigation Jump to search
523 bytes added ,  14:28, 24 November 2007
Line 65: Line 65:  
  pass  : admin
 
  pass  : admin
 
Please change admin password first!
 
Please change admin password first!
==Multiple Download==
+
==Getting started==
If you want to allow multiple download, edit '''''/opt/kplaylist/html/index.php''''' and modify the following value to true:
+
kPlaylist's concept is pretty easy to understand:
  $cfg['archivemode'] = true;
+
1) Upload your music in '''''/opt/kplaylist/files'''''(see the 3 following sections for more details)
Now you will have more download options!
+
  2) Update your database using Administration console ''Update''
 +
3) Enjoy!
 
==Upload==
 
==Upload==
Registered users can upload files (16M max by default). These files will be stored in '''''/opt/kplaylist/files'''''
+
Registered users can upload files. These files will be stored in '''''/opt/kplaylist/files''''' by default.
   −
This folder is also the default MP3 folder!
+
The default maximum uploadable file size is 16M (could be enough for most needs). You can modify this default value with following commands:
 +
config setprop kplaylist MaxUpload ''xx''M
 +
expand-template /etc/httpd/conf/httpd.conf
 +
/etc/rc7.d/S86httpd-e-smith sigusr1
 +
where ''xx'' is your needed size (don't forget the '''M'''!)
 
==Samba Access==
 
==Samba Access==
 
For faster local downloading/uploading you can use Samba to access '''''/opt/kplaylist/files'''''.
 
For faster local downloading/uploading you can use Samba to access '''''/opt/kplaylist/files'''''.
Line 100: Line 105:  
  /etc/rc7.d/S86httpd-e-smith sigusr1
 
  /etc/rc7.d/S86httpd-e-smith sigusr1
 
Now go to kPlaylist web interface and login with the admin account. Clic on Admin control ''Settings''. Then clic on ''Filehandling'' and manually add your new path to the list (or create a symbolic link).
 
Now go to kPlaylist web interface and login with the admin account. Clic on Admin control ''Settings''. Then clic on ''Filehandling'' and manually add your new path to the list (or create a symbolic link).
 +
==Multiple Download==
 +
If you want to allow multiple download, edit '''''/opt/kplaylist/html/index.php''''' and modify the following value to true:
 +
$cfg['archivemode'] = true;
 +
Now you will have more download options!
 
==mp3mail==
 
==mp3mail==
 
kPlaylist can send mail. If you want to use this feature, you need to tweak MySQL ''max_allowed_packet'' (else you will see an error page when trying to send mails).
 
kPlaylist can send mail. If you want to use this feature, you need to tweak MySQL ''max_allowed_packet'' (else you will see an error page when trying to send mails).
498

edits

Navigation menu