Assembla home | Assembla project page
 

Ticket #151 (closed Enhancement Request: fixed)

Opened 2 months ago

Last modified 2 months ago

Improve TVDb zip support for Linux users

Reported by: Pernod Assigned to:
Priority: Medium Milestone: 1.21
Component: Media Search Version: 1.20
Keywords: Cc:

Description

The TVDb currently requires PHP to have zip support enabled. This is not always possible for some Linux users, especially with Synology. The parser should be made to detect the available zip functions. Windows users will usually have PHP zip extension whereas Linux users should have standard unzip available. If neither are available then the parser could download uncompressed data.

Change History

06/28/08 21:26:27 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1006]) Improved the TVDB parser to alternatively use unzip on linux systems which don't have the PHP zip extenstion installed. Synology systems are also detected and will download non-zipped data.

Fixes #151

06/29/08 09:34:22 changed by Pernod

(In [1007]) Fixed TVDB url of remote zip file to be downloaded.

Refs #151