Endless Paradigm

Full Version: New AniDB sig
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The "Default" sigs all broke (see img1), so I took the challenge of using what little XML I know to make a custom one.

Designed by myself, using the source from MsR^

[Image: B5b0K]



Spoiler for img1:
[Image: 83487753tf8.png]


If anyone wants my source, here it is.

Code:
<signature>
 
   <variables>
    <default element="text" name="face" value="Verdana"/>
    <default element="text" name="size" value="7"/>
    <default element="text" name="line-space" value="2"/>
   </variables>



<!-- Currently Watching Rectangle -->

  <layout>
 <shape type="rectangle" position="2x2" size="210x72"
    color="#ffffff" alpha="10">
  </shape>
  



<!-- Currently Watching Shows -->


  <text position="6x15" color="#000000">
    <line>Currently Watching:</line>
    <line> {{truncate($watching_id1_aname,30,"..")}}</line>
    <line> {{truncate($watching_id2_aname,30,"..")}}</line>
    <line> {{truncate($watching_id3_aname,30,"..")}}</line>
    <line> {{truncate($watching_id4_aname,30,"..")}}</line>
  </text>



<!-- What Episode I'm On -->

  <text position="175x26" color="#000000">
    <line>{{padding($watching_id1_state_seenepcount,2,"right")}}/{{padding($watching_id1_eps,2)}}</line>
    <line>{{padding($watching_id2_state_seenepcount,2,"right")}}/{{padding($watching_id2_eps,2)}}</line>
    <line>{{padding($watching_id3_state_seenepcount,2,"right")}}/{{padding($watching_id3_eps,2)}}</line>
    <line>{{padding($watching_id4_state_seenepcount,2,"right")}}/{{padding($watching_id3_eps,2)}}</line>
  </text>



<!-- My List Rectangle -->

 <shape type="rectangle" position="245x2" size="100x72"
    color="#ffffff" alpha="10">
  </shape>


<!-- My List Text -->

<text position="232x12" color="#D9D9D9">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_acount, 7, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 7, "right");}} Files</line>
    <line>{{padding(precision($stat_mylist_fsize/1024,1), 7, "right");}} GB</line>
</text>




<!-- TIME WATCHED TEXT -->


<text position="225x70" color="#D9D9D9">
    <line>{{floor($stat_anidb_viewedlength/43829.0639)}} M,{{floor(($stat_anidb_viewedlength-(floor($stat_anidb_viewedlength/43829.0639)*43829.0639))/10080)}} W, {{floor(($stat_anidb_viewedlength-(floor($stat_anidb_viewedlength/10080)*10080))/1440)}} d, {{floor(($stat_anidb_viewedlength-(floor($stat_anidb_viewedlength/1440)*1440))/60)}} h, {{floor($stat_anidb_viewedlength-(floor($stat_anidb_viewedlength/60)*60))}} m</line>
</text>



<!-- Percentage Bar -->
<!-- remove this to get it back
  <shape type="rectangle" position="4x90" size="136x8"
      hollow="true" alpha="20"></shape>
  <shape type="rectangle" position="{{4 + (132-round($stat_anidb_ownviewedp*1.32))}}x92" color="#4000FF"
      size="{{round($stat_anidb_ownviewedp*1.32)}}x4" alpha="50"></shape>

-->



<!-- Watched Percentage Number -->

  <text position="50x87" alpha="85">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}%</line>
  </text>



<!-- "Watched:" line + My Usernames -->

<text position="4x87" alpha="85">
    <line>Watched:           PSP-Hacks Name: Zero     AniDB Name: ChaosZero112</line>
  </text>



<!-- Last File Added -->


<text position="4x98" color="#D9D9D9">
    <line>Last File Added: {{truncate($latestfile_id1_aname,20,"..")}} - ep: {{floor($latestfile_id1_enumber)}} - "{{truncate($latestfile_id1_ename,20,"..")}}" - [{{truncate($latestfile_id1_gname,20,"..")}}]</line>
</text>

 
  </layout>
</signature>

i saw on hacks
was't your name chaoszero on hacks too,.?

awesome sign!
it was now its just ....... Zero
Reference URL's