Reply to topic  [ 207 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21  Next
JeF's user interface script (v33) (Movienizer 4.x) 
Author Message
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v27) (Movienizer 3.2)
Masonic wrote:
How do you add in the number of seasons under each TV series, on the side movie panel for JeFs interface. Like the modern and Max's interface has?
Just edit Tumb_Movie.html file in the theme folder you're using to add 'seasons' tag and set 'rowspan' to 5 like this :
Code:
<body style="font-size:15px;color:#333;background-color:#B6BCD5;">

<table id="Movie_Thumb" width="100%">   
   <tr><td rowspan="5" width="5%" style="vertical-align:top;"><!--#moviethumb --></td>
      <td width="95%"><!--#checkmode -->
         <span style="font-size:21px;"><!--#title --></span>
         &nbsp;<!--#year --><!--#rate --><!--#IMDBrate -->
      </td>
   </tr>
   <tr><td><!--#genrefulltxt --></td></tr>
   <tr><td><!--#directorsfulltxt --></td></tr>
   <tr><td><!--#actorsfulltxt --></td></tr>
   <tr><td><!--#seasons --></td></tr>

</table>
Will be added by default in coming v28.
;)
JeF


Wed Sep 22, 2010 6:26 am
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v28) (Movienizer 3.3)
Hi all,

v28 release : Pictures.zip must be re-installed (updated language files + new files)
[+] New movie option to remove (or not) cover from screenshots section
[+] IMDB Rating Bar has now dedicated graphics (Bar2Unit*.gif) : blue stars by default which you can customize
[+] 3 New tags to customize left pane movie tab template (Thumb_Movie.html) :
<!--#IMDBrate --> like user rate but with a blue star and imdb value (request from rumrak)
<!--#medialabel_lbl --> and <!--#medialabel --> for disc label (for users using disc label instead of disc# : request from rumrak)
;)
JeF


Fri Oct 01, 2010 7:24 pm
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
Hi all,

v29 release : Pictures.zip must be re-installed (updated language files + new files)
[+] New option to set a tag (TV) to append at end of a series title
[+] Added movie list load (list built by ToolBox plugin) (icon in home page)
[+] Added person list load (list built by ToolBox plugin) (icon in home page)
[*] Options are now stored in registry
[*] Removed imdb scritps options interface (now reachable from Movienizer General Options)
[-] Left column data non zeroed
[-] media_format hyperlink

;)
JeF


Thu Jan 06, 2011 1:21 pm
Profile
Superstar

Joined: Thu Feb 28, 2008 4:20 pm
Posts: 1179
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
Quote:
":" expected


Attachments:
Безымянный.PNG
Безымянный.PNG [ 6.48 KiB | Viewed 1954 times ]

_________________
Тестер, помни: багрепорт «ничего не работает!» оскорбляет чувства программирующих. (с) баш
Thu Jan 06, 2011 3:16 pm
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
TerribleFloater wrote:
Quote:
":" expected
I don't have that issue (can't reproduce).
Does it occur on a fresh/clean movienizer install ?
If you copy file "pictures\Themes\Original\JeF_program.rsc" to scripts folder, does it still occur ?
JeF


Thu Jan 06, 2011 3:44 pm
Profile
Superstar

Joined: Thu Feb 28, 2008 4:20 pm
Posts: 1179
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
1. JeF_program.pas.comp has 0 bits size.
2. JeF_program.rsc (dated 10.10.2010, 12 925 bytes) are the same in both directories.
3. When I delete JeF_program.pas.comp and reinstall v29beta2 (JeF_program.pas only!), the program starts well.

_________________
Тестер, помни: багрепорт «ничего не работает!» оскорбляет чувства программирующих. (с) баш


Thu Jan 06, 2011 4:19 pm
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
TerribleFloater wrote:
1. JeF_program.pas.comp has 0 bits size.
2. JeF_program.rsc (dated 10.10.2010, 12 925 bytes) are the same in both directories.
3. When I delete JeF_program.pas.comp and reinstall v29beta2 (JeF_program.pas only!), the program starts well.
What about :
- installing script v29 final
- deleting .comp
- running Movienizer
Same issue ?
JeF


Thu Jan 06, 2011 5:02 pm
Profile
Superstar

Joined: Thu Feb 28, 2008 4:20 pm
Posts: 1179
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
JeF wrote:
What about :
- installing script v29 final

Done. Full install.
JeF wrote:
- deleting .comp

Done.
JeF wrote:
- running Movienizer

The program crashes :-( After installing v29final, that's right.

So I replaced the new *.pas (v29) with old one (v29b2), deleted *.comp and restarted the program. It works fine...

_________________
Тестер, помни: багрепорт «ничего не работает!» оскорбляет чувства программирующих. (с) баш


Thu Jan 06, 2011 5:39 pm
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
TerribleFloater wrote:
JeF wrote:
What about :
- installing script v29 final

Done. Full install.
JeF wrote:
- deleting .comp

Done.
JeF wrote:
- running Movienizer

The program crashes :-( After installing v29final, that's right.

So I replaced the new *.pas (v29) with old one (v29b2), deleted *.comp and restarted the program. It works fine...

I really have no pb using XP (tested on several PCs). Which os do you run ? Seven ?
Here is the compiled version : should work as it's just xml
JeF

Edit: deleted obsolete file


Fri Jan 07, 2011 6:57 am
Profile
Superstar

Joined: Thu Feb 28, 2008 4:20 pm
Posts: 1179
Post Re: JeF's user interface script (v29) (Movienizer 3.3 and ab
JeF wrote:
I really have no pb using XP (tested on several PCs). Which os do you run ? Seven ?

XP SP3.
JeF wrote:
Here is the compiled version : should work as it's just xml

The same problem :-( Your JeF_program.pas.comp after the program starts becomes 0 bytes.
So I just use JeF_program.pas v29b2 and wait v31 :-)


Attachments:
File comment: Start
Безымянный.PNG
Безымянный.PNG [ 91.49 KiB | Viewed 1947 times ]
File comment: Finish
Безымянный1.PNG
Безымянный1.PNG [ 6.45 KiB | Viewed 1947 times ]

_________________
Тестер, помни: багрепорт «ничего не работает!» оскорбляет чувства программирующих. (с) баш
Fri Jan 07, 2011 9:08 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 207 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21  Next

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware.