Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Feb 13, 2018
1 parent 10d97a5 commit b6b1702
Show file tree
Hide file tree
Showing 53 changed files with 11,579 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Installer/language/en.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- English (US) -->
<!-- Note: English is the fallback for any strings not found in other languages -->
<!-- Last Updated: 09th February 2018 -->
<strings>

<!-- GUI -->
<string Field="IMDBNotFound">No IMDB info found!</string>
<string Field="FilesNotFound">No new Movie. Rescan?</string>

</strings>
11 changes: 11 additions & 0 deletions Installer/language/ru.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Russian (RU) -->
<!-- Note: English is the fallback for any strings not found in other languages -->
<!-- Last Updated: 09th February 2018 -->
<strings>

<!-- GUI -->
<string Field="IMDBNotFound">IMDB не обнаружена!</string>
<string Field="FilesNotFound">Нет новых фильмов. Пересканировать?</string>

</strings>
Binary file added Installer/skin/Titan/Media/importer_ADDED.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installer/skin/Titan/Media/importer_COMPLETE.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installer/skin/Titan/Media/importer_NONE.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installer/skin/Titan/Media/importer_SKIP.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installer/skin/Titan/Media/importer_WAITING.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
327 changes: 327 additions & 0 deletions Installer/skin/Titan/MyVideoImporter.facade.xml
@@ -0,0 +1,327 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<controls>
<!-- :: List Scrolling Popup :: -->
<control>
<description>listscroller bg</description>
<type>image</type>
<id>1</id>
<posX>297</posX>
<posY>540</posY>
<width>211</width>
<height>211</height>
<texture>listscroller_bg.png</texture>
<visible>facadeview.list+string.contains(#scrolling.up,yes)|string.contains(#scrolling.down,yes)</visible>
<animation effect="fade" time="250">Visible</animation>
<animation effect="fade" time="0">Hidden</animation>
</control>
<control>
<type>label</type>
<id>1</id>
<posX>352</posX>
<posY>600</posY>
<width>96</width>
<height>96</height>
<font>TitanLight32</font>
<textcolor>ff000000</textcolor>
<label>#selecteditem.scrolllabel</label>
<visible>facadeview.list+string.contains(#scrolling.up,yes)|string.contains(#scrolling.down,yes)</visible>
<align>center</align>
<valign>middle</valign>
<animation effect="fade" time="250">Visible</animation>
<animation effect="fade" time="0">Hidden</animation>
</control>

<!-- :: Count :: -->

<control>
<description>Number of Files Label</description>
<type>label</type>
<id>1</id>
<posX>96</posX>
<posY>998</posY>
<align>left</align>
<font>TitanLight12</font>
<textcolor>000000</textcolor>
<label>#currentmodule: #itemcount</label>
<visible>control.isvisible(50)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- :: Listview Lines :: -->

<control>
<description>List Lines</description>
<type>image</type>
<id>1</id>
<posX>800</posX>
<posY>385</posY>
<width>1029</width>
<height>506</height>
<texture>list_lines_wide.png</texture>
<visible>[facadeview.list|facadeview.playlist] + control.isvisible(50)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>List Lines</description>
<type>image</type>
<id>1</id>
<posX>800</posX>
<posY>475</posY>
<width>1029</width>
<height>333</height>
<texture>list_lines_big.png</texture>
<visible>facadeview.album + control.isvisible(50)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>group element</description>
<type>group</type>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
<control>
<description>composite control consisting of a list control and a thumbnail panel</description>
<type>facadeview</type>
<id>50</id>
<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>50</id>
<onleft>2</onleft>
<onright>50</onright>
<scrollOffset>1</scrollOffset>
<posX>745</posX>
<posY>331</posY>
<width>1113</width>
<height>700</height>
<textXOff>50</textXOff>
<dimColor>ffffffff</dimColor>
<textureFocus>listcontrol_item_selected_wide.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
<spinPosX>1828</spinPosX>
<spinPosY>1000</spinPosY>
<itemWidth>50</itemWidth>
<itemHeight>50</itemHeight>
<!--IconXOff>1040</IconXOff-->
<IconXOff>50</IconXOff>
<IconYOff>2</IconYOff>
<SelectedProgressOnly>No</SelectedProgressOnly>
<keepaspectratio>yes</keepaspectratio>
<ProgressBarXOffset>40</ProgressBarXOffset>
<ProgressBarWidth>1057</ProgressBarWidth>
</control>
<control>
<description>album view listcontrol</description>
<type>listcontrol</type>
<subtype>album</subtype>
<id>50</id>
<posX>745</posX>
<posY>312</posY>
<width>1113</width>
<height>750</height>
<textXOff>72</textXOff>
<textYOff>38</textYOff>
<textXOff2>1070</textXOff2>
<textYOff2>95</textYOff2>
<font>TitanLight16</font>
<font2>TitanLight16</font2>
<textcolor>ff85cffe</textcolor>
<textcolor2>ff85cffe</textcolor2>
<itemHeight>130</itemHeight>
<itemWidth>128</itemWidth>
<IconXOff>56</IconXOff>
<IconYOff>16</IconYOff>
<PinIconWidth>20</PinIconWidth>
<PinIconHeight>20</PinIconHeight>
<PinIconXOff>72</PinIconXOff>
<PinIconYOff>22</PinIconYOff>
<spaceBetweenItems>2</spaceBetweenItems>
<textureHeight>163</textureHeight>
<scrollOffset>1</scrollOffset>
<textureFocus>listcontrol_item_selected_big.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
<onleft>2</onleft>
<onright>50</onright>
<keepaspectratio>no</keepaspectratio>
<spinPosX>1828</spinPosX>
<spinPosY>1000</spinPosY>
<dimColor>ffffffff</dimColor>
</control>
<control>
<description>Thumbnail Panel</description>
<type>thumbnailpanel</type>
<id>50</id>
<posX>102</posX>
<posY>356</posY>
<width>1750</width>
<height>640</height>
<textureUp>page_up_nofocus.png</textureUp>
<textureDown>page_down_nofocus.png</textureDown>
<textureUpFocus>page_up_focus.png</textureUpFocus>
<textureDownFocus>page_down_focus.png</textureDownFocus>
<onleft>2</onleft>
<onright>50</onright>
<itemWidth>144</itemWidth>
<itemHeight>143</itemHeight>
<textureWidth>144</textureWidth>
<textureHeight>143</textureHeight>
<thumbWidth>144</thumbWidth>
<thumbHeight>143</thumbHeight>
<thumbPosX>0</thumbPosX>
<thumbPosY>0</thumbPosY>
<imageFolder>-</imageFolder>
<imageFolderFocus>-</imageFolderFocus>
<suffix>|</suffix>
<itemWidthBig>286</itemWidthBig>
<itemHeightBig>284</itemHeightBig>
<textureWidthBig>286</textureWidthBig>
<textureHeightBig>284</textureHeightBig>
<thumbWidthBig>286</thumbWidthBig>
<thumbHeightBig>284</thumbHeightBig>
<thumbPosXBig>0</thumbPosXBig>
<thumbPosYBig>0</thumbPosYBig>
<thumbZoom>no</thumbZoom>
<enableFocusZoom>no</enableFocusZoom>
<zoomXPixels>0</zoomXPixels>
<zoomYPixels>0</zoomYPixels>
<hideUnfocusTexture>no</hideUnfocusTexture>
<renderFocusText>no</renderFocusText>
<renderUnfocusText>no</renderUnfocusText>
<folderPrefix></folderPrefix>
<folderSuffix></folderSuffix>
<textureUp>-</textureUp>
<textureDown>-</textureDown>
<textureUpFocus>-</textureUpFocus>
<textureDownFocus>-</textureDownFocus>
<frameNoFocus>-</frameNoFocus>
<frameFocus>music_thumb_focus.png</frameFocus>
<textureMask>music_thumb_mask.png</textureMask>
<keepaspectratio>no</keepaspectratio>
<spinPosX>1828</spinPosX>
<spinPosY>1000</spinPosY>
<unfocusedAlpha>100</unfocusedAlpha>
</control>
<control>
<description>Filmstrip view</description>
<type>filmstrip</type>
<dimColor>90ffffff</dimColor>
<id>50</id>
<scrollOffset>3</scrollOffset>
<folderPrefix></folderPrefix>
<folderSuffix></folderSuffix>
<posX>114</posX>
<posY>648</posY>
<width>1690</width>
<height>768</height>
<onup>2</onup>
<onleft>50</onleft>
<thumbWidth>230</thumbWidth>
<thumbHeight>229</thumbHeight>
<thumbPosX>0</thumbPosX>
<thumbPosY>0</thumbPosY>
<itemWidth>240</itemWidth>
<itemHeight>239</itemHeight>
<textureWidth>230</textureWidth>
<textureHeight>229</textureHeight>
<thumbs flipY="true" diffuse="Thumb_Mask_test.png" mask="music_filmstrip_mask.png"></thumbs>
<InfoImage flipY="true" diffuse="Thumb_Mask_test.png"></InfoImage>
<showFrame>yes</showFrame>
<textYOff>-2000</textYOff>
<showFolder>no</showFolder>
<showBackGround>no</showBackGround>
<showInfoImage>no</showInfoImage>
<keepaspectratio>no</keepaspectratio>
<scrollbarBackground>scrollbar_bg_hor.png</scrollbarBackground>
<scrollbarLeft>scrollbar_left_hor.png</scrollbarLeft>
<scrollbarRight>scrollbar_right_hor.png</scrollbarRight>
<scrollbarWidth>717</scrollbarWidth>
<scrollbarHeight>8</scrollbarHeight>
<scrollbarYOff>322</scrollbarYOff>
<spinPosX>-2000</spinPosX>
<thumbAnimation effect="zoom" acceleration="-2" start="100,100" reversible="false" end="128,128" center="0,700" time="200">focus</thumbAnimation>
<thumbAnimation effect="zoom" start="128,128" reversible="false" end="100,100" center="0,700" time="100">unfocus</thumbAnimation>
</control>
<control>
<description>Cover Flow view</description>
<type>coverflow</type>
<colordiffuse>90ffffff</colordiffuse>
<dimColor>90ffffff</dimColor>
<id>50</id>
<onup>2</onup>
<ondown>2</ondown>
<onleft>50</onleft>
<onright>50</onright>
<posX>0</posX>
<posY>600</posY>
<width>1920</width>
<height>1080</height>
<selectedCard>0</selectedCard>
<cardWidth>340</cardWidth>
<cardHeight>339</cardHeight>
<angle>65</angle>
<sideShift>310</sideShift>
<sideGap>180</sideGap>
<sideDepth>280</sideDepth>
<offsetY>0</offsetY>
<selectedOffsetY>0</selectedOffsetY>
<speed>8</speed>
<showFrame>yes</showFrame>
<frame>-</frame>
<frameFocus>-</frameFocus>
<frameWidth>340</frameWidth>
<frameHeight>339</frameHeight>
<spinSpeed>8</spinSpeed>
<unfocusedAlpha>FF</unfocusedAlpha>
<folderPrefix></folderPrefix>
<folderSuffix></folderSuffix>
<font1>font12</font1>
<font2>font11</font2>
<label1>#selecteditem</label1>
<label2>#selecteditem2</label2>
<textColor>FFFFFFFF</textColor>
<remoteColor>FFFF0000</remoteColor>
<playedColor>FFA0D0FF</playedColor>
<downloadColor>FF00FF00</downloadColor>
<selectedColor>FFFFFFFF</selectedColor>
<shadowAngle>45</shadowAngle>
<shadowDistance>0</shadowDistance>
<shadowColor>FF000000</shadowColor>
<label1YOff>2405</label1YOff>
<label2YOff>2430</label2YOff>
<pageSize>5</pageSize>
<scrollbarBackground>scrollbar_bg_hor.png</scrollbarBackground>
<scrollbarLeft>scrollbar_left_hor.png</scrollbarLeft>
<scrollbarRight>scrollbar_right_hor.png</scrollbarRight>
<scrollbarWidth>717</scrollbarWidth>
<scrollbarHeight>8</scrollbarHeight>
<scrollbarYOff>370</scrollbarYOff>
<keepaspectratio>no</keepaspectratio>
<cards flipY="yes" diffuse="Thumb_Mask_test.png" mask="music_filmstrip_mask.png"></cards>
<camera xpos="0" ypos="200">yes</camera>
</control>
<control>
<description>playlist listcontrol</description>
<type>playlistcontrol</type>
<id>50</id>
<onleft>2</onleft>
<onright>50</onright>
<scrollOffset>1</scrollOffset>
<posX>745</posX>
<posY>331</posY>
<width>1113</width>
<height>700</height>
<textXOff>50</textXOff>
<textXOff2>990</textXOff2>
<dimColor>ffffffff</dimColor>
<textureFocus>listcontrol_item_selected_wide.png</textureFocus>
<textureNoFocus>listcontrol_item_selected_wide.png</textureNoFocus>
<spinPosX>1828</spinPosX>
<spinPosY>1000</spinPosY>
</control>
</control>
</control>
</controls>
</window>

0 comments on commit b6b1702

Please sign in to comment.