Salut, alors c'est simple tu suis le tuto et quand tu arrives au paramétrage du fichier user tu rentres ça :
<?php
/*
General configuration of Cakebox
*/
$app["cakebox.root"] = "/home/<user1>/torrents/"; // Root directory Cakebox have to scan
$app["cakebox.access"] = "/<user1>/"; // Alias used in web server for direct access
/*
Directory settings
*/
$app["directory.ignoreDotFiles"] = false;
$app["directory.ignore"] = "//"; // Regex for files exclusion. For exemple : "/(\.nfo|\.test)$/"
/*
Web player settings
*/
$app["player.default_type"] = "vlc"; // html5 or divx or vlc
$app["player.auto_play"] = "false";
/*
User rights
*/
$app["rights.canPlayMedia"] = true;
$app["rights.canDownloadFile"] = true;
$app["rights.canArchiveDirectory"] = false;
$app["rights.canDelete"] = false;
/*
Betaseries account
NB: Ask API key here http://www.betaseries.com/api/
*/
$app["bs.login"] = "";
$app["bs.passwd"] = "";
$app["bs.apikey"] = "";
et tu marques true ou false sur les lignes dont tu as besoin ou pas dans user rights.