thanks for the answer pkscuot, I have got artist slideshow working in both confluence and neon. it works if i use no visualization but if i use milkdrop I cannot see artist slideshow at all (even in full-screen music player screen ha ha)
any ideas?
debugging-enabled paste here
Cheers
[RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration)
thechinmaster
Member Posts: 64 Joined: Aug 2011 Reputation: 0 |
2012-03-20 10:25
Post: #31
|
| find quote |
pkscuot
Fan Joined: Jan 2011 Reputation: 11 Location: Honolulu, HI |
2012-03-22 00:14
Post: #32
(2012-03-20 10:25)thechinmaster Wrote: thanks for the answer pkscuot, I have got artist slideshow working in both confluence and neon. it works if i use no visualization but if i use milkdrop I cannot see artist slideshow at all (even in full-screen music player screen ha ha) I don't have milkdrop, but I did try a couple of the built in visualizations. Some of them take the entire screen, so you definitely can't see the artist slideshow behind them. But the ones I had (like Waveform) did show the slideshow behind the visualization. There might be some setting in Milkdrop to have a transparent background that would let the artist slideshow show through. Hopefully the person who posted about doing that with Milkdrop will wander back and let us know how they did it. Add-ons I maintain: Artist Slideshow: http://wiki.xbmc.org/index.php?title=Add..._Slideshow SpeedFan Information Display: http://wiki.xbmc.org/index.php?title=Add...on_Display |
| find quote |
thechinmaster
Member Posts: 64 Joined: Aug 2011 Reputation: 0 |
2012-03-23 09:19
Post: #33
thanks for the answer - tried waveform - not too bad, and does as you said. I think I may explore other visualizations in the mean time. thanks again for the cracking addon
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 111 |
2012-03-24 01:27
Post: #34
i was revisiting the old script as a needed some bits and pieces for a script i'm working on
and i think i found a bug in the old script that's still present today. the caching code of the .nfo files looks broken to me, once a .nfo file exists it'll never get updated afaict. changing Code: elif ForceUpdate:Code: if ForceUpdate: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 |
pkscuot
Fan Joined: Jan 2011 Reputation: 11 Location: Honolulu, HI |
2012-03-24 02:25
Post: #35
(2012-03-24 01:27)ronie Wrote: i was revisiting the old script as a needed some bits and pieces for a script i'm working on Got it. I have this fix and an update to the internet stream support. I was waiting until Eden "shipped" as they're pretty small updates. So I'll do a pull request soon I hope.
Add-ons I maintain: Artist Slideshow: http://wiki.xbmc.org/index.php?title=Add..._Slideshow SpeedFan Information Display: http://wiki.xbmc.org/index.php?title=Add...on_Display |
| find quote |
fredphoesh
Member+ Posts: 213 Joined: Apr 2010 Reputation: 1 Location: South of London North of Brighton |
2012-03-24 12:07
Post: #36
Thanks again guys... since being a squeaky wheel requesting this feature years ago, to Ronie developing an existing script to this with Eden now... the main reason why I was very happy to donate $50 to xbmc...
I struggled to make this add on work with Eden, as I thought it would be as easy as to go to Settings > Add-Ons > Program Add-Ons > Artist Slideshow and then to download and enable that. This did not work in Confluence skin. I then went to the wiki, and found, under "How to use this addon in your skin" a bunch of very technical detals which were not expaining how to use the addon... but has Changes to MusicVisualisation.xml, To run the script: <onload>RunScript(script.artistslideshow)</onload> etc... Nowhere on the wiki that I could see is there an explanation of how to add this addon, and to me its a pity cos its an uber-fantastic thing of great joy... next best thing to holding a real album cover in your hands... Please add on the Ops, fist post, that to make this work with the default xbmc skin, you must download the zip file in post 2, then unzip those files and copy them to C:\Program Files (x86)\XBMC\addons\skin.confluence\720p (or equivalent) replacing the existing ones. At the moment I am trying to figure if this will work with Transparency! which is my skin of choice... is it compatible, how do I make that work? Thanks again for the fantastic work... Mark. Thanks, Mark
(This post was last modified: 2012-03-24 15:28 by fredphoesh.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 111 |
2012-03-24 15:27
Post: #37
(2012-03-24 12:07)fredphoesh Wrote: One thing though, I cant make it work LOL. in Transparency!, you can enable it on the MusicOSD: ![]() for Confluence, you should use the mod found in the second post: http://forum.xbmc.org/showthread.php?tid...pid1039757 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 |
fredphoesh
Member+ Posts: 213 Joined: Apr 2010 Reputation: 1 Location: South of London North of Brighton |
2012-03-24 15:30
Post: #38
(2012-03-24 15:27)ronie Wrote:(2012-03-24 12:07)fredphoesh Wrote: One thing though, I cant make it work LOL. Thanks Ronie and Hi!! I was bz modifying my post above yours when you responded. Cheers, have a great day. Mark.
(This post was last modified: 2012-03-24 15:30 by fredphoesh.)
|
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 115 Location: Dawn of time |
2012-03-27 18:32
Post: #39
Script stop immediately after it was started
full log Using T! All artists are properly tagged. Image are available on htbackdrops 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 ![]() |
| find quote |
pkscuot
Fan Joined: Jan 2011 Reputation: 11 Location: Honolulu, HI |
2012-03-27 20:16
Post: #40
(2012-03-27 18:32)Martijn Wrote: Using T! Is T! a skin? I'll download it and try. All I can say for now is that I agree, the script is definitely stopping. I can't seem to manually walk a circumstance where you would get the log entries you got and not at least one more line, so I'll need to look into it some more. Add-ons I maintain: Artist Slideshow: http://wiki.xbmc.org/index.php?title=Add..._Slideshow SpeedFan Information Display: http://wiki.xbmc.org/index.php?title=Add...on_Display |
| find quote |

![[Image: artistslideshow.jpg]](http://i687.photobucket.com/albums/vv237/roniez/tmp/artistslideshow.jpg)
![[Image: fanarttv.png]](http://trakt.us/images/thanks/fanarttv.png)
Search
Help