Posts: 75
Joined: Dec 2008
Reputation:
0
I'm sure most people are already starting music, then starting a picture slideshow. The picture slideshow takes a lot more FPS than it probably needs, but regardless, wouldn't this process be simpler if we could just develop a music visualization that was the picture slideshow? Has anyone tried this? Any ideas where I would start with developing this?
Posts: 75
Joined: Dec 2008
Reputation:
0
Awesome.... what do you mean by fanart control? And what's this slideshow.xml you're talking about? Is that another option I could pursue? I haven't done much XBMC development, so I'm not very familiar with all of the files.
Posts: 44
Joined: Jul 2010
Reputation:
0
Hi.
I don't get it. How exactly can I do this? It would be very nice to just have an image slideshow instead of the fancy visualzations. I can always leave the music area and start the slideshow in pictures while still playing music but then the controls and OSD are obviously different...
Thanks,
Philip
PS: I'd also like the spinning globe on the PS3 music visualization. But I guess that's hard to realize in XBMC, isn't it?
Posts: 44
Joined: Jul 2010
Reputation:
0
Soo, I helped myself and found a solution that works quite well for me:
1. create shortcut to start slideshow with one keypress
in c:\Program Files\XBMC\system\keymaps\keyboard.xml
<f2>SlideShow(C:\TEMP\Wallpapers, random)</f2>
<f3>SlideShow(m:\Bilder\Bilder@Picasa, recursive, random)</f3>
2. modify Playerconrols.xml do display the OSD in the lower right corner
<posx>782</posx>
<posy>505</posy>
now I have an easily accessible picture slideshow with music osd and controls
3. whoever wants fanart in visualization:
in c:\Program Files\XBMC\addons\skin.confluence\720p\MusicVisualization.xml
<control type="image">
<description>visualisation background</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<colordiffuse>FFFFFFFF</colordiffuse>
<visible>!Visualisation.Enabled + Player.HasAudio</visible>
<texture fallback="DefaultFanart.jpg">$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
</control>
<control type="image">
<description>visualisation background</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<colordiffuse>eeeeeeee</colordiffuse>
<visible>Visualisation.Enabled + Player.HasAudio</visible>
<texture fallback="DefaultFanart.jpg">$INFO[MusicPlayer.Property(Fanart_Image)]</texture> >
</control>
cheers!
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
principle of it yes, but you likely have to change some coordinates etc. bit different layout.
Posts: 6
Joined: Nov 2010
Reputation:
0
any chance to start slideshow as visualization together with music without any shortcuts??I am using startup playlist
Posts: 676
Joined: Oct 2009
Reputation:
6
My wife used to love the photo visualisation when I was using Meedio and would love to see it in XBMC.
I was using the screensaver slideshow and visualisatons turned off when listening to music but turned this off as I didn't want a photo slideshow running when no one is there.
I thought I'd be able to use the built-in slideshow screensaver as a basis for a visualisation add-on but as far as I can tell its built in and I can't access the code (and wouldn't know what to do with it if I could).
Posts: 7
Joined: Dec 2010
Reputation:
0
Actually same feature suggestion. Up to now I always used the slideshow screen saver for music, but unforunatley this is broken in the most recent development version. In addition the screensaver does have the disadvantage that you will not see the titel indications. So actually the best solution would be a dedicated visualization. I was looking a little bit for documentation on the interface but looks like there is none. By looking into the source code I think I understood how the interface works, but actually I have no clue on how to load pictures and render them in opengl so I doubt that I actually can develop such an visualization.
Posts: 12
Joined: Feb 2009
Reputation:
0
2011-06-07, 01:36
(This post was last modified: 2011-06-07, 01:42 by Warpdrv.)
Ok really kind of a lame workaround for this - as I just got back into XBMC a couple of weeks ago to replace my PCH's...
I am running the android xbmc on a nook, what I ended up doing (which honestly is a huge pain in the @$$ IMO) is to que up all my music and then hit the pictures button on the remote, navigate to the folder with the pics I want to use as the slideshow and hit the play button on the remote - the music is still playing and then the slideshow starts...
I also request a slideshow visualization for pics built in, which one just locates a folder in setup for music that all artwork plays from - this used to be a standard feature from the old days of XBMC on the Original XBOX - I MISS IT... Don't get me wrong I love the milkdrop stuff, but some of that stuff gives me turrets.... LOL
Hope this helps if/until it is built into the build...
Warp
Posts: 19
Joined: Nov 2008
Reputation:
0
Hi
I was wondering if this was going to be added? Or is there an easy way to have the visualisations show a slideshow. Sounds like lots of people would love it!
Thanks for all the great work.
XBMC on 2 XBOX's
XBMC on 2 Media PC (Windiws Vista 32Bit, AMD Quad 3Ghz, 3 Gig RAM, and Windows 7 64Bit Intel Core2 Duo 4 Gig RAM).
Media shared from FreeNAS, Raidz1 array.