Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Playstation 3 art #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions ps3/art/ps3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ps3/art/ps3_art_blur.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
171 changes: 171 additions & 0 deletions ps3/theme.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
<theme>
<formatVersion>3</formatVersion>
<include>./../simple.xml</include>

<view name="system">

<image name="background" extra="true">
<path>./art/ps3_art_blur.jpg</path>
</image>

<image name="logo">
<path>./art/ps3.svg</path>
</image>

<helpsystem name="help">
<textColor>ffffff88</textColor>
<iconColor>ffffff88</iconColor>
</helpsystem>

</view>

<view name="basic, detailed, video">

<text name="system_name_1" extra="true">
<text>Sony</text>
<forceUppercase>1</forceUppercase>
<size>0.45 0.08</size>
<pos>0.527 0.01</pos>
<color>7b7d7f</color>
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.055</fontSize>
<alignment>right</alignment>
</text>

<text name="system_name_2" extra="true">
<text>PlayStation 3</text>
<forceUppercase>1</forceUppercase>
<size>0.45 0.08</size>
<pos>0.527 0.07</pos>
<color>7b7d7f</color>
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.055</fontSize>
<alignment>right</alignment>
</text>

<image name="logo">
<path>./art/ps3.svg</path>
<pos>0.025 0.079</pos>
<maxSize>0.47 0.1</maxSize>
<origin>0 0.5</origin>
</image>

</view>

<view name="basic">

<textlist name="gamelist">
<pos>0.025 0.22</pos>
<size>0.950 0.68</size>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
</textlist>

</view>

<view name="detailed">

<!-- <measuring rectangle
<image name="measure" extra="true">
<pos>0.025 0.6</pos>
<origin>0 0</origin>
<size>0.125 0.301</size>
<path>./../art/white.png</path>
<color>ff00ff</color>
</image>
-->

<image name="md_image">
<pos>0.025 0.22</pos>
<!-- <size>0.12 0.301</size>
--> <maxSize>0.124 0.301</maxSize>
<origin>0 0</origin>
</image>

<text name="md_lbl_rating">
<pos>0.172 0.21</pos>
</text>

<text name="md_lbl_releasedate">
<pos>0.172 0.25</pos>
</text>

<text name="md_lbl_developer">
<pos>0.172 0.29</pos>
<size>0.133 0.04</size>
</text>

<text name="md_lbl_publisher">
<pos>0.172 0.33</pos>
<size>0.133 0.04</size>
</text>

<text name="md_lbl_genre">
<pos>0.172 0.37</pos>
</text>

<text name="md_lbl_players">
<pos>0.172 0.41</pos>
</text>

<text name="md_lbl_lastplayed">
<pos>0.172 0.45</pos>
</text>

<text name="md_lbl_playcount">
<pos>0.172 0.49</pos>
</text>

<text name="md_playcount">
<pos>0.305 0.49</pos>
</text>

<datetime name="md_lastplayed">
<pos>0.305 0.45</pos>
</datetime>

<text name="md_players">
<pos>0.305 0.41</pos>
</text>

<text name="md_genre">
<pos>0.305 0.37</pos>
<size>0.24 0.04</size>
</text>

<text name="md_publisher">
<pos>0.305 0.33</pos>
<size>0.24 0.04</size>
</text>

<text name="md_developer">
<pos>0.305 0.29</pos>
<size>0.24 0.04</size>
</text>

<datetime name="md_releasedate">
<pos>0.305 0.25</pos>
</datetime>

<rating name="md_rating">
<pos>0.305 0.216</pos>
<size>0.028 0.028</size>
<filledPath>./../art/star_filled_spacing.svg</filledPath>
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath>
</rating>

<text name="md_description">
<size>0.52 0.3</size>
<pos>0.025 0.577</pos>
</text>

<textlist name="gamelist">
<pos>0.615 0.22</pos>
<size>0.359 0.68</size>
<alignment>left</alignment>
<horizontalMargin>0.01</horizontalMargin>
</textlist>

</view>

</theme>
3 changes: 1 addition & 2 deletions simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ license: creative commons CC-BY-NC-SA
<maxSize>0.290 0.352</maxSize>
<origin>0 0</origin>
<delay>0.2</delay>
<default />
<showSnapshotNoVideo>true</showSnapshotNoVideo>
<showSnapshotDelay>false</showSnapshotDelay>
</video>
Expand Down Expand Up @@ -153,4 +152,4 @@ license: creative commons CC-BY-NC-SA
<horizontalMargin>0.01</horizontalMargin>
</textlist>
</view>
</theme>
</theme>