Displaying music video icon in song list

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
krish_2k4 Offline
Fan
Posts: 578
Joined: Aug 2010
Reputation: 9
Post: #11
think bluecop was working on the vevo addon to import the music videos to the library. would work well with your script since nearly all videos are on vevo.

don't know if he is still working on it mind.
(This post was last modified: 2012-03-09 02:03 by krish_2k4.)
find quote
tree_jammer Offline
Team-XBMC Member
Posts: 50
Joined: Apr 2009
Reputation: 17
Post: #12
thanks ronie! works great. Smile

If you ever need any artwork or graphics just let me know!

Just out of interest I'm pretty competent at programming just not python and JSON. Know anywhere with good tutorials? Looks like it could be really useful to know
find quote
Martijn Online
Team-XBMC
Posts: 7,698
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #13
tree_jammer Wrote:thanks ronie! works great. Smile

If you ever need any artwork or graphics just let me know!

Just out of interest I'm pretty competent at programming just not python and JSON. Know anywhere with good tutorials? Looks like it could be really useful to know

Be carefull what you promise here Wink

Like the saying: give a finger and they will take your whole hand Big Grin


Python is really really easy to learn if you already have some coding skills.
Judging from that skin you made you know some coding so it shouldn't take long.
Here's some (outdated) info for starters:
http://forum.xbmc.org/showthread.php?tid=68337

Just look at severel others add-ons on how things are done and before you know you will be well under way making your own script (which we can use Big Grin )

Feel free to ask on the forum on how to do things. Soon I will be doing some wiki updating on getting started with add-ons/plugins

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #14
tree_jammer Wrote:If you ever need any artwork or graphics just let me know!
cheers, i'll keep that in mind :-)

tree_jammer Wrote:Just out of interest I'm pretty competent at programming just not python and JSON. Know anywhere with good tutorials? Looks like it could be really useful to know

get the XBMC Addon Developers Guide here:
http://code.google.com/p/xbmc-gpodder-in...loads/list

besides that, look at some of the other addons (as Martijn suggested)
and use google whenever you get stuck.
it's fairly easy to find a lot of good python examples on the interweb.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
backspace Offline
Senior Member
Posts: 108
Joined: Mar 2012
Reputation: 1
Post: #15
Could someone please help me out as where to put the button?

<onclick>PlayMedia($ESCINFO[Window.Property(SongToMusicVideo.Path)])</onclick>
<visible>!IsEmpty(Window.Property(SongToMusicVideo.Path))</visible>

I am at a loss as to why music videos and music are not more closely integrated, hopefully this will go some way to resolving that Smile

Thanks Smile
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #16
(2013-01-23 03:37)backspace Wrote:  Could someone please help me out as where to put the button?

hard to tell without any detailed information. :-)
which skin are you developing?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
backspace Offline
Senior Member
Posts: 108
Joined: Mar 2012
Reputation: 1
Post: #17
Thanks for the response :-)

I was just hoping to put it into Confluence if that is possible? or the other option would be Joggler
find quote
Post Reply