google-code-export / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
1 stars 0 forks source link

Fanart not showing for Artist = "DeadMau5" Fanart = "DeadMau5 ##.jpg" #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Artist = DeadMau5

Fanart images are

"DeadMau5 01.jpg"
"DeadMau5 02.jpg"
"DeadMau5 03.jpg"

..etc..

Maybe because artist name ends in digits?

Original issue reported on code.google.com by kiwijung...@gmail.com on 15 Feb 2010 at 1:48

GoogleCodeExporter commented 9 years ago
If I rename the fanart to

"DeadMau501.jpg"
"DeadMau502.jpg"
"DeadMau503.jpg"

..etc..

Then I can get the fanart to show, which is my workaround fix.  However 
according to
the wiki these images should show.

Original comment by kiwijung...@gmail.com on 15 Feb 2010 at 1:50

GoogleCodeExporter commented 9 years ago
Hi,

Thank you for your report but this is how the plugin should work. Please read 
this 
text from the wiki.
********************************************
If you add music or video fanart that you want the skin to use when you select 
a 
video or music (or play music) you should use the following naming convention. 
If the 
current played artist in MP is Madonna that will be matched in the fanart 
folder with 
any image that starts with "madonna", followed by numbers and a file 
extenstion. This 
means a file named "madonna1.jpg" will be a match. And Madonna010.jpg will be a 
match. However, a file named "This Is A Madonna Image.jpg" will not be a match, 
and a 
file named madoXnna.jpg will not be a match.
********************************************

The problem is the space between the artist and the 01, 02 and so on.

best regards
cul8er

Original comment by markus_e...@telia.com on 15 Feb 2010 at 8:29

GoogleCodeExporter commented 9 years ago
if i use "madonna ##.jpg then it works. so this format is "%artist% ##.jpg", so 
the
artist name is "deadmau5", so therefore "deadmau5 ##.jpg".

It's not a big deal for me, but it maybe shows that there is some 
inconsistentcy in
the way it handles artist names ending in a digit.

Original comment by kiwijung...@gmail.com on 15 Feb 2010 at 9:09

GoogleCodeExporter commented 9 years ago
thanks for looking into it though! cheers =)

Original comment by kiwijung...@gmail.com on 15 Feb 2010 at 9:09