Project Zipscript Next Generation
(bug tracker)

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000510pzs-ng v1.1generalpublic2010-02-01 12:382010-02-02 19:44
ReporterSkeddie 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000510: psxc-imdb: Comments not functioning anymore and stricter cast parse
DescriptioniMDB changed some strings regarding the user comments (now called user reviews) which gave empty strings after parsing.

Also, if ' ... ' appeared in a user reviews title, this would become the first line in the CAST, giving an erroneously IMDBCASTLEADNAME as well.

Attached patch fixes these.
TagsNo tags attached.
Attached Filesdiff file icon psxc-imdb.diff [^] (3,307 bytes) 2010-02-01 12:38 [Show Content]

- Relationships

-  Notes
(0000974)
Skeddie (reporter)
2010-02-02 19:44

Apparently the CASTLEADNAME and CASTLEADCHAR need a fix as well, it has problems with names containing dots (ie first castmember of The Punisher):
    CASTLEADNAME="$(echo "$CAST" | head -n 1 | sed 's/\.\.\./\n/' | head -n 1 | tr -s ' ' | sed "s/^\ //g" | sed "s/\ $//g")"
    CASTLEADCHAR="$(echo "$CAST" | head -n 1 | sed 's/\.\.\./\n/' | tail -n 1 | tr -s ' ' | sed "s/^\ //g" | sed "s/\ $//g")"

- Issue History
Date Modified Username Field Change
2010-02-01 12:38 Skeddie New Issue
2010-02-01 12:38 Skeddie File Added: psxc-imdb.diff
2010-02-02 19:44 Skeddie Note Added: 0000974



Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker