2013-12-08, 15:14
Would like a listing of all the folder locations for this addon. Is that in the WIKI for this addon? Certainly will want to modify and remove some artwork that is wrongly associated with any artist.
(2013-12-08, 01:28)curtis-r Wrote:(2013-12-08, 00:16)cw-kid Wrote: Your using MQ5 right?
Yeah, MQ5, but technically I have my own custom mod of his visualization. But my issue is the same with his stock one. I quickly tried Confluence but clearly I need to set something up b/c no art shows for anything. I'm just confused why my fallback art doesn't typically show when no fanart is found locally or remotely. Thanks for your help.
(2013-12-05, 06:06)pkscuot Wrote: I don't think so. The call that creates the cache name is really meant to be a one way thing. Given the number of people in a similar boat as you, I think I'm going to whip up something that will, through brute force, rename the folders to the artist name. It will be a separate add-on and probably won't be submitted to the official repo. If I just do renaming, you'd have to manually merge them, but I think I could set it up where you tell the script where you want the files dumped and then it would pull them from the cache and put them in the right place. I'm a little nervous about that though, as it would never be perfect.
I suspect it will be the end of the year before I can get to a project like this though.
(2013-12-08, 15:14)ktjensen Wrote: Would like a listing of all the folder locations for this addon. Is that in the WIKI for this addon? Certainly will want to modify and remove some artwork that is wrongly associated with any artist.
(2013-12-10, 20:38)ktjensen Wrote: Just overall this plugin seems to be functioning much better. Is there a switch to activate that would play the album art in the sequence of artist rotating art while playing ? The album cover is just another form of art of the artist.
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<aspectratio>keep</aspectratio>
<timeperimage>10000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
</control>
(2013-12-11, 04:26)curtis-r Wrote: Anyhow, I cannot figure out where the local "Various Artist" bio is stored, so I can remove it. I don't want a scrolling description of what a "Various Artist" is, as is seen in this image from a thread prior.
(2013-12-11, 05:09)pkscuot Wrote: I don't really want to programmatically set the Various Artists bio to empty, because then I'm sure someone will complain when the bio doesn't show up. So the override method above is going to be the solution for folks who don't want the bio.
(2013-12-11, 05:09)pkscuot Wrote: Look in your XBMC data directory in userdata/addon_data/script.artistslideshow/ArtistInformation. I believe the Various Artists folder is hashed as 121caa73. Here's the thing though. If you just delete the file, AS will happily download it again. And if you edit it, every couple of weeks AS will refresh the file from online, overwriting your changes. The best thing to do would be to follow the wiki instructions on overriding the downloaded information with local information (it's section 5). The only override file you would need to create is artistbio.nfo. I the content section of the file, just put a couple of spaces.
(2013-12-12, 05:53)curtis-r Wrote: Okay, did what you said & my new various artist 'description' works perfectly in file mode, but in Library mode it still shows the old lenghty Various Artists Information. I actually deleted everything in ArtistInformation to be safe. Did xbmc scrape this various artist info during a library scan?
(2013-12-13, 17:06)cezar Wrote: I think will be good if this plugin will be saved picture in lokal folder.
(2013-12-07, 12:56)Lockos Wrote: The script seems to suffer from several bugs when it has to display the lastfm additional info of the artists. In most cases, I don't have the bio and when I get it, it's in the wrong language (I set it in order to have this info in french but it shows info in English while the french text actually exists in lastfm site). On the other hand, no problem with local music...weird.
Quote:Other thing, with my eden version and last versions of AD, I can't display the spotimc artists pictures while again it's working with local music. I haven't changed anything on my setup and didn't do any update.