Page 1 of 1
Twonky 5.0.46 database dir, compilations dir
Posted: Thu Feb 12, 2009 8:29 pm
by an-erd
Hi all,
I've got a simple question:
how can I configure the directory to use for the database and the cache files?
And, how do I configure the "compilationsdir"?
Unfortunately, these configuration cannot be done using the web interface anymore (or did I missed something...)!
Thanks,
Andreas
Re: Twonky 5.0.46 database dir, compilations dir
Posted: Sat Feb 14, 2009 3:36 pm
by AleksCee
Hi!
I have make some entries in the default.ini befor starting the first time:
# cachedir
cachedir=/volume1/@TwonkyMedia/db/cache
# dbdir
dbdir=/volume1/@TwonkyMedia/db
# uploadmusicdir
uploadmusicdir=/volume1/@TwonkyMedia/twonkymedia-server-uploaded-music
# uploadpicturedir
uploadpicturedir=/volume1/@TwonkyMedia/twonkymedia-server-uploaded-pictures
# uploadvideodir
uploadvideodir=/volume1/@TwonkyMedia/twonkymedia-server-uploaded-videos
# onlinedir
onlinedir=/volume1/@TwonkyMedia/twonkymedia-server-online-data
# mediastatisticsdir
mediastatisticsdir=/volume1/@TwonkyMedia/media-statistics/
And all my DB/Cach Datas is now under /volume1/@TwoknyMedia/....
The Config and other no binaries are under /root/.TwonkyMedia
I thinke the config-frontend in Version 4.4.x is mutch better than the new one....

Re: Twonky 5.0.46 database dir, compilations dir
Posted: Mon Feb 16, 2009 10:02 pm
by an-erd
AleksCee,
Thanks for your reply. Directories work fine now.
Andreas