Download album Link doesn't work
Posted: Sun Dec 04, 2011 6:20 pm
Hello Jukebox specialists,
I've installed jukebox on my homeserver, used by xampp - and it will work for single files very fine.
So i tried to manage the Download album Link, but i get only a error report like:
i configured the config.inc.php like this:
but it doesn't work properly...
anybody here an idea, what is wrong in this config? -> i used a windows 7 system - i think, anybody knows it from the file structure.
i tried different cmd configs - but nothing happend.
if i try to download a single file with the download album link - it works.
need a hint, or an advice to set it up right
Add:// my Music is on Drive G - and my Homeserver is on Drive Z - don't know, whether this info is needed....
and another Question -> why jukebox generates such a mismatch of code, lokks in the error message?
so far
Hannes
I've installed jukebox on my homeserver, used by xampp - and it will work for single files very fine.
So i tried to manage the Download album Link, but i get only a error report like:
Code: Select all
Exec error
Command: 7za a -tzip "Z:\homeserv\xampp\htdocs\netjukebox\cache\a\1\a1374407b72c13bceb6fde005f9420b15bf06f17\dnisbkosx3_bc9a8c2dcbdf7b774eb782baae6556fd.zip" @"Z:\homeserv\xampp\htdocs\netjukebox\cache\a\1\a1374407b72c13bceb6fde005f9420b15bf06f17\dnisbkosx3.txt"
System output:
System return code: 1
Code: Select all
$cfg['download_album_mime_type'] = 'application/zip';
$cfg['download_album_extension'] = 'zip';
$cfg['download_album_cmd'] = $cfg['Z:/homeserv/xampp/htdocs/netjukebox/codec/']. '7za a -tzip -mx0 -- %destination @%list'
anybody here an idea, what is wrong in this config? -> i used a windows 7 system - i think, anybody knows it from the file structure.
i tried different cmd configs - but nothing happend.
if i try to download a single file with the download album link - it works.
need a hint, or an advice to set it up right
Add:// my Music is on Drive G - and my Homeserver is on Drive Z - don't know, whether this info is needed....
and another Question -> why jukebox generates such a mismatch of code, lokks in the error message?
so far
Hannes