Quote:
Originally Posted by dsmid
When I properly fix the issues with user store access, I'll implement this feature. Stay tuned.
|
Hi!
Thanks for the hack.
Is there a change I can make so that Interactive fiction files (z.3 or or z.4 or z.5 or z.6 or z.8) are sent to the /mnt/us/developer/kif/work folder? That way I can download the games I want to play in KIF and play them straight away without a computer.
EDIT: Actually the z? files won't download at all. Any chance of adding them to your next update?
Here's a page with some z? downloads:
http://www.ifarchive.org/indexes/if-...mesXzcode.html
EDIT2: Sorry - I read the first page again and change the freedownload.conf file and added in ogg for music (I'm using MPlayer) and the z? extensions thus:
Code:
DOWNLOAD_DIR_ogg=music
# Where should FreeDownload put files with 'z?' extension ? The directory will be created if not present
# You can specify own download directory for any extension in a similar way
DOWNLOAD_DIR_z3=/mnt/us/developer/kif/work
DOWNLOAD_DIR_z4=/mnt/us/developer/kif/work
DOWNLOAD_DIR_z5=/mnt/us/developer/kif/work
DOWNLOAD_DIR_z6=/mnt/us/developer/kif/work
DOWNLOAD_DIR_z8=/mnt/us/developer/kif/work
and changed the allow line thus:
Code:
ALLOWED_EXTENSIONS='pdf epub rtf zip cbz mp3 ogg z3 z4 z5 z6 z8'
And it all works! What an awesome hack. Thank-you!