fowie
Member Posts: 75 Joined: Dec 2008 Reputation: 0 |
2010-01-24 19:19
Post: #1
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?
|
| find quote |
xbmchead
Skilled Python Coder Joined: Sep 2008 Reputation: 0 |
2010-01-24 20:02
Post: #2
fowie Wrote: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? yes, I've done this, it's easy, just use the fanart control to make a slideshow...but it can't support the use of exif tags so I can't see my title and comment on this screen, so SlideShow.xml only for me. |
| find quote |
fowie
Member Posts: 75 Joined: Dec 2008 Reputation: 0 |
2010-01-25 02:21
Post: #3
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.
|
| find quote |
xbmchead
Skilled Python Coder Joined: Sep 2008 Reputation: 0 |
2010-01-25 23:10
Post: #4
fowie Wrote: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. http://wiki.xbmc.org/?title=Skinning_XBMC |
| find quote |
nachtzwerg
Junior Member Posts: 44 Joined: Jul 2010 Reputation: 0 |
2010-07-15 14:26
Post: #5
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? |
| find quote |
nachtzwerg
Junior Member Posts: 44 Joined: Jul 2010 Reputation: 0 |
2010-07-17 12:09
Post: #6
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! |
| find quote |
agarg
Junior Member Posts: 22 Joined: Aug 2009 Reputation: 0 |
2010-10-21 07:20
Post: #7
nachtzwerg Wrote:Soo, I helped myself and found a solution that works quite well for me: Will this be valid mod for XBMC Dharma Beta 3? I am noob and dont want to break my working install. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-10-21 10:19
Post: #8
principle of it yes, but you likely have to change some coordinates etc. bit different layout.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not 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 |
Diwiak
Junior Member Posts: 4 Joined: Nov 2010 Reputation: 0 |
2010-11-25 23:31
Post: #9
any chance to start slideshow as visualization together with music without any shortcuts??I am using startup playlist
|
| find quote |
SwissElite
Senior Member Posts: 128 Joined: Jan 2011 Reputation: 0 |
2011-01-22 20:51
Post: #10
Diwiak Wrote:any chance to start slideshow as visualization together with music without any shortcuts??I am using startup playlist i have browsed through the wiki & the forum, but there does not seem to be a possiblity to have a "slideshow visualization"... unfortunately! @ devs.... any chance of implementation. I guess, there are quite some people (there are a bunch of threads disucssing the same matter) who would like to see just random pictures from a previously specified folder while listening to music (including myself, hehe )
(This post was last modified: 2011-01-26 14:14 by SwissElite.)
|
| find quote |

)
Search
Help