Re: [SKIN] Confluence Lite
Posted: Tue Oct 09, 2012 3:28 am
XBS,
You have LastFM working?? I really want that plugin! Where do you download that?
You have LastFM working?? I really want that plugin! Where do you download that?
XBMC4Xbox – Media Center for the original Xbox
https://www.xbmc4xbox.org.uk/forum/
No, not the Lastfm plugin just the skin buttons for it.psychotron wrote:XBS,
You have LastFM working?? I really want that plugin! Where do you download that?
LastFm is a scroppler what works on xbmc self you must not have a plugin or script to play from last fmpsychotron wrote:XBS,
You have LastFM working?? I really want that plugin! Where do you download that?
Code: Select all
<window id="502">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,51,500,509,506,511,512,513</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>FullWidthList</include> <!-- view id = 51 -->
<include>ThumbnailView</include> <!-- view id = 500 -->
<include>MusicInfoListView</include> <!-- view id = 506 -->
<include>AlbumWrapView2_Fanart</include> <!-- view id = 509 -->
<include>MusicVideoInfoListView</include> <!-- view id = 511 -->
<include>ArtistMediaListView</include> <!-- view id = 512 -->
<include>AlbumInfoListView</include> <!-- view id = 513 -->
</control>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<description>Section header image</description>
<posx>20</posx>
<posy>3</posy>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_music.png</texture>
</control>
<control type="grouplist">
<posx>65</posx>
<posy>5</posy>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[10516]</label>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
<visible>!IsEmpty(Container.FolderName)</visible>
</control>
</control>
<control type="group">
<posx>-250</posx>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>110</posy>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="radiobutton" id="99">
<description>Library button</description>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(MusicFiles)</onclick>
<selected>Window.IsVisible(MusicLibrary)</selected>
<include>ButtonCommonValues</include>
</control>
<control type="edit" id="19">
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="100">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>31005</label>
<onclick>Skin.ToggleSetting(View509HideInfo)</onclick>
<selected>Skin.HasSetting(View509HideInfo)</selected>
<visible>Control.IsVisible(509)</visible>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="8">
<description>Search</description>
<include>ButtonCommonValues</include>
<label>137</label>
</control>
<control type="radiobutton" id="16">
<description>PartyMode</description>
<label>589</label>
<include>ButtonCommonValues</include>
</control>
<!-- Last.fm -->
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>15200</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>System.GetBool(audioscrobbler.enabled)</visible>
</control>
<control type="button" id="20">
<description>lastfm love</description>
<label>31001</label>
<onclick>XBMC.LastFM.Love(false)</onclick>
<include>ButtonCommonValues</include>
<enable>LastFM.CanLove</enable>
<visible>System.GetBool(audioscrobbler.enabled)</visible>
</control>
<control type="button" id="21">
<description>lastfm ban</description>
<label>31002</label>
<onclick>XBMC.LastFM.Ban(false)</onclick>
<include>ButtonCommonValues</include>
<enable>LastFM.CanBan</enable>
<visible>System.GetBool(audioscrobbler.enabled)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
<include>Clock</include>
</controls>
</window>
Thanks much Jan. However.. this does not work for me. It will log in and show me all the last songs that were played from my Last.fm account... But None of the play options work such as "play my media mix" or worded something similar. There is not any errors. It just does not play after clicking the link. Any ideas? I am sorry to kinda hijack this thread. I can start a new thread if you like.skatulskijean wrote:LastFm is a scroppler what works on xbmc self you must not have a plugin or script to play from last fmpsychotron wrote:XBS,
You have LastFM working?? I really want that plugin! Where do you download that?
1) Go to Music Settings and turn as example Submit to Lastfm on
2) Give you Username and Pass.
3) Go to Your NusicFolder and add this Source lastfm:// and give it the Name lastfm!
This it is you can access your radio or search and play what your want over your new added lastfm source!
Example for skinning
<onclick>PlayMedia(lastfm://globaltags/pop)</onclick>
Will play the pop radio
You can many do on skinning with this as example you can access the selected Listitem and give it for a search for the artist radio and others
This mean when i selekted a audio file what i have and press the button lastfm play the similar Artst for this Artist
Lastfm ist a great solution !
Regards Jan
Thanks, Removed the visible thing & now free memory is showing upxbs wrote: @Stef2012
Look in includes.xml for 'System.FreeMemory' and remove the visible condition.
The code is there... I'll look into it.
[EDIT] Are you using library mode?
Thanks XBSxbs wrote:Build 31563
@Jan
Both OSD and slide menu are working here.
I already noticed that OSD is cut off. It's fixed now in SVN.
Thanks!