Kodi Community Forum
[MOD] Music Visualization screen always on (music video like) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [MOD] Music Visualization screen always on (music video like) (/showthread.php?tid=51878)

Pages: 1 2 3 4 5 6


- joebrady - 2009-06-12

I believe it was a post you made about this idea.

I will try this mod out on my winXP machine to see if it's an xbox limitation maybe.

I think maybe you should rename the title of this thread, as it's not completely accurate. The visualization is not "always on". Maybe Artist Fanart (+facts/trivia) on the Music Visualization screen?

Have you done this type of mod for any other skins? If you have, or wanted to try that, you could probably move this thread out of the Aeon section and get a few more users involved.


- reaven - 2009-06-12

joebrady Wrote:I believe it was a post you made about this idea.

I will try this mod out on my winXP machine to see if it's an xbox limitation maybe.

I think maybe you should rename the title of this thread, as it's not completely accurate. The visualization is not "always on". Maybe Artist Fanart (+facts/trivia) on the Music Visualization screen?

Have you done this type of mod for any other skins? If you have, or wanted to try that, you could probably move this thread out of the Aeon section and get a few more users involved.

mine is always on... what title do you propose?

maybe in another time the only skin I use is Aeon, dont know where the files for the others skins are ?


- Roborob - 2009-06-13

OK, i like the idea too,

The MOD works fine for me, on my system I use latest SVN for XBMC for windows and the newest auriga , my system is windows 7.

I saw i couple of request in other posts to show artist fanart in now playing, and i think maybe another title can get some other users involved too.

Maybe like: Music (artist) fanart in nowplaying screen and scraped trivia info.

something like that ?


- reaven - 2009-06-13

Quote:and scraped trivia info
thats not implemented yet .

Quote:I saw i couple of request in other posts to show artist fanart in now playing, and i think maybe another title can get some other users involved too.

Maybe like: Music (artist) fanart in nowplaying screen and scraped trivia info.
well lets wait for a Mod to rename it to something more suitable.


- Roborob - 2009-06-13

joebrady Wrote:So, I re-did this mod, this time, instead of trying to pull the fanart image from the Artist folder I already had of the drive, I did as you suggested and created a few folders under Aeon/media/backdrops/artist_fanart. Now, being as I am using an xbox, I am using Paul's Rev6 "lite" version, (this may be the source of the problem) and I had to compress the media folders contents into an .xpr. So, after all this, I still get the same results.

1. I start a playlist that only has two songs, each from a different artist.
2. The first songs starts, I go to visulization, and I have the fanart for that artist and the fanart changes during the song because I have mulitple images in the folder for that artist.
3. When the next song from a new artist starts , these same images from the previous artist continue to repeat.

Roborob: Have you done this mod and is it working as expectd for you?

You are right: If I make a playlist i've got the same results you have, but if I change A song directly the picture changes, so I think it's not your system. So ignore my earlier post. Maybe some little change or do we something wrong ?. No time to start from scratch now, but try it again later this week.


- joebrady - 2009-06-18

reaven, does it work for you with playlists also?


- reaven - 2009-06-18

mhh I check and no is not changing on playlist automatically, just full album play

but if you go back to the home screen and back again to the musicVisualization/now playing screen it change.

weird, I have to find something so the screen get refresh on each change, this is maybe because the player treat the playlist as if it were an album and display the pictures that get from the first song in the playlist


- reaven - 2009-06-18

if someone know how to refresh the visualization screen as the song change, please post it !


- jmarshall - 2009-06-18

Post the code you're using somewhere other than rapidshare (eg on pastebin) and we'll see if there's anything obvious going on.

Cheers,
Jonathan


- reaven - 2009-06-18

http://pastebin.com/d70c85570


- jmarshall - 2009-06-18

Hmm, nothing obviously wrong from the code.

I assume you're referring to the multiimage at the top there not updating when MusicPlayer.Artist changes?

Have you tried adding a label control with <label>$INFO[MusicPlayer.Artist]</label> and checking that it updates when the track changes.

Cheers,
Jonathan


- reaven - 2009-06-18

you mean for me to know if is changing ?

if is that, thats already on the screen and everything change when the playlist change artist, it change the cover,artist,album,track # and track name.


- jmarshall - 2009-06-18

Most strange then! Will see if I have time for a play this evening.

Cheers,
Jonathan


- reaven - 2009-06-18

thanks a lot !! I fill the info tag dont knwo if this have something to do ?

Code:
<!--artist  slideshow  -->

<control type="multiimage">
      <description>artist slideshow</description>
      <posx>0</posx>
      <posy>-</posy>
      <width>1280</width>
      <height>720</height>
      <visible>true</visible>
      <imagepath>backdrops/artist_fanart/$INFO[MusicPlayer.Artist]</imagepath>
      <info>$INFO[MusicPlayer.Artist]</info>
      <timeperimage>4000</timeperimage>
      <fadetime>2000</fadetime>
      <pauseatend>10000</pauseatend>
      <randomize>true</randomize>
      <loop>yes</loop>
      <aspectratio>keep</aspectratio>
      <visible>Player.HasAudio + !Visualisation.Enabled</visible>
</control>

<!-- end artist slideshow -->



- reaven - 2009-06-18

on other note, add a cd disc overlay
Image