BinaryWorks.it Official Forum
Home
|
Profile
|
Active Topics
|
Members
|
Search
|
FAQ
All Forums
eXtreme Movie Manager (Rel. 7), No More Updates
Suggestions / New Features
Number of Varibales for Cover, Backcover, Fanart
Note:
Only the poster of this message, and the Moderator can edit the message.
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
_MOVIE_SEASON_BANNERS_ _MOVIE_SEASON_COVERS_ I got a solution for that. We don't use these Variables. I would suggest a Naming pattern like this: [b]MOVIEID-TITLE_BANNER_SEASON01_NUMBER.jpg[/b] example: [i]301-Chuck_BANNER_SEASON01_1.jpg[/i] [b]MOVIEID-TITLE_COVER_SEASON01_NUMBER.jpg[/b] example: [i]301-Chuck_COVER_SEASON01_1.jpg[/i] And as the Variables: [b]_MOVIE_SEASON_BASENAME_[/b] This Variable has always to be set, regardless if there are any Images. Its only used to generate the real filenames with javascript. It's contents is the Path and Basefilename. Example: [i]C:\extremmoviemanger database\standard_cover\301-Chuck_SEASON.jpg [/i] [b]_MOVIE_SEASON_BANNERSCOUNTS_[/b] [b]_MOVIE_SEASON_COVERSCOUNTS_[/b] These Variables should have the number of Images for each season separated with a commas [b]always beginning with the season 0[/b] up to the last season imported for the TV Show, but at least 2 Entries. For seasons that aren't in the database set the number to -1. Example what the Variable should give back: [i]-1, 0, 3, 5[/i] It has always to give back at least: [i]-1, -1[/i] These Variables will be used as a javascript array: [code]var tvshowbannercount = new Array(_MOVIE_SEASON_BANNERSCOUNTS_); var tvshowcovercount = new Array(_MOVIE_SEASON_COVERSCOUNTS_);[/code] When replaced it's a javascript array: [code]var tvshowbannercount = new Array(-1, 0, 3, 5); var tvshowcovercount = new Array(-1, 2, 1, 0);[/code] Because of the use as an array the variables have at least 2 Numbers separated with a comma like i sad. With this all real Filenames can be generates with javascript.
Check here to include your profile signature.
BinaryWorks.it Official Forum
© Binaryworks.it
Generated in 0.02 sec.